[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

error en ./configure



Hola a todos Tengo una calculadora Texas Instrument y nesecito
instalar Tilp2 para poder enviarle archivos desde el PC, el problema
es que al ejecutar el make me aparece el sgte. error y asumo que algo
salio mal en el ./confugure asi es que me voy al config.log y me
aparece un monton de informacion que apenas entiendo, estaria muy
agradecido si alguno de ustedes me pudiera ayudar, acontinuacion el
archivo config.log a ver si les da una pista de mi problemas



This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by TiLP2 configure 1.04, which was
generated by GNU Autoconf 2.61.  Invocation command line was

 $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = PILSEN
uname -m = i686
uname -r = 2.6.18-4-k7
uname -s = Linux
uname -v = #1 SMP Mon Mar 26 17:57:15 UTC 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2186: checking for a BSD-compatible install
configure:2242: result: /usr/bin/install -c
configure:2257: checking for -p flag to install
configure:2270: result: yes
configure:2281: checking whether build environment is sane
configure:2324: result: yes
configure:2389: checking for gawk
configure:2405: found /usr/bin/gawk
configure:2416: result: gawk
configure:2427: checking whether make sets $(MAKE)
configure:2448: result: yes
configure:2632: checking whether to enable maintainer-specific
portions of Makefiles
configure:2641: result: no
configure:2666: checking for something to drink while compiling
configure:2668: result: err: no fridge found!
configure:2753: checking build system type
configure:2771: result: i686-pc-linux-gnu
configure:2793: checking host system type
configure:2808: result: i686-pc-linux-gnu
configure:2842: checking for style of include used by make
configure:2870: result: GNU
configure:2943: checking for gcc
configure:2959: found /usr/bin/gcc
configure:2970: result: gcc
configure:3208: checking for C compiler version
configure:3215: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3218: $? = 0
configure:3225: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:3228: $? = 0
configure:3235: gcc -V >&5
gcc: '-V' option must have argument
configure:3238: $? = 1
configure:3261: checking for C compiler default output file name
configure:3288: gcc    conftest.c  >&5
configure:3291: $? = 0
configure:3329: result: a.out
configure:3346: checking whether the C compiler works
configure:3356: ./a.out
configure:3359: $? = 0
configure:3376: result: yes
configure:3383: checking whether we are cross compiling
configure:3385: result: no
configure:3388: checking for suffix of executables
configure:3395: gcc -o conftest    conftest.c  >&5
configure:3398: $? = 0
configure:3422: result:
configure:3428: checking for suffix of object files
configure:3454: gcc -c   conftest.c >&5
configure:3457: $? = 0
configure:3480: result: o
configure:3484: checking whether we are using the GNU C compiler
configure:3513: gcc -c   conftest.c >&5
configure:3519: $? = 0
configure:3536: result: yes
configure:3541: checking whether gcc accepts -g
configure:3571: gcc -c -g  conftest.c >&5
configure:3577: $? = 0
configure:3676: result: yes
configure:3693: checking for gcc option to accept ISO C89
configure:3767: gcc  -c -g -O2  conftest.c >&5
configure:3773: $? = 0
configure:3796: result: none needed
configure:3816: checking dependency style of gcc
configure:3906: result: gcc3
configure:3923: checking for a sed that does not truncate output
configure:3979: result: /bin/sed
configure:3982: checking for grep that handles long lines and -e
configure:4056: result: /bin/grep
configure:4061: checking for egrep
configure:4139: result: /bin/grep -E
configure:4155: checking for ld used by gcc
configure:4222: result: /usr/bin/ld
configure:4231: checking if the linker (/usr/bin/ld) is GNU ld
configure:4246: result: yes
configure:4251: checking for /usr/bin/ld option to reload object files
configure:4258: result: -r
configure:4276: checking for BSD-compatible nm
configure:4325: result: /usr/bin/nm -B
configure:4329: checking whether ln -s works
configure:4333: result: yes
configure:4340: checking how to recognise dependent libraries
configure:4516: result: pass_all
configure:5040: checking how to run the C preprocessor
configure:5080: gcc -E  conftest.c
configure:5086: $? = 0
configure:5117: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5123: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5156: result: gcc -E
configure:5185: gcc -E  conftest.c
configure:5191: $? = 0
configure:5222: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5228: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5266: checking for ANSI C header files
configure:5296: gcc -c -g -O2  conftest.c >&5
configure:5302: $? = 0
configure:5401: gcc -o conftest -g -O2   conftest.c  >&5
configure:5404: $? = 0
configure:5410: ./conftest
configure:5413: $? = 0
configure:5430: result: yes
configure:5454: checking for sys/types.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for sys/stat.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for stdlib.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for string.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for memory.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for strings.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for inttypes.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for stdint.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5454: checking for unistd.h
configure:5475: gcc -c -g -O2  conftest.c >&5
configure:5481: $? = 0
configure:5497: result: yes
configure:5524: checking dlfcn.h usability
configure:5541: gcc -c -g -O2  conftest.c >&5
configure:5547: $? = 0
configure:5561: result: yes
configure:5565: checking dlfcn.h presence
configure:5580: gcc -E  conftest.c
configure:5586: $? = 0
configure:5600: result: yes
configure:5633: checking for dlfcn.h
configure:5641: result: yes
configure:5712: checking for g++
configure:5728: found /usr/bin/g++
configure:5739: result: g++
configure:5770: checking for C++ compiler version
configure:5777: g++ --version >&5
g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5780: $? = 0
configure:5787: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:5790: $? = 0
configure:5797: g++ -V >&5
g++: '-V' option must have argument
configure:5800: $? = 1
configure:5803: checking whether we are using the GNU C++ compiler
configure:5832: g++ -c   conftest.cpp >&5
configure:5838: $? = 0
configure:5855: result: yes
configure:5860: checking whether g++ accepts -g
configure:5890: g++ -c -g  conftest.cpp >&5
configure:5896: $? = 0
configure:5995: result: yes
configure:6020: checking dependency style of g++
configure:6110: result: gcc3
configure:6137: checking how to run the C++ preprocessor
configure:6173: g++ -E  conftest.cpp
configure:6179: $? = 0
configure:6210: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6249: result: g++ -E
configure:6278: g++ -E  conftest.cpp
configure:6284: $? = 0
configure:6315: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6414: checking for g77
configure:6430: found /usr/bin/g77
configure:6441: result: g77
configure:6471: checking for Fortran 77 compiler version
configure:6478: g77 --version >&5
GNU Fortran (GCC) 3.4.6 (Debian 3.4.6-5)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6481: $? = 0
configure:6488: g77 -v >&5
Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,f77,pascal --prefix=/usr
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4
--enable-shared --with-system-zlib --enable-nls
--without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit
--enable-clocale=gnu --enable-libstdcxx-debug --with-tune=i686
i486-linux-gnu
Thread model: posix
gcc version 3.4.6 (Debian 3.4.6-5)
configure:6491: $? = 0
configure:6498: g77 -V >&5
g77: `-V' option must have argument
configure:6501: $? = 1
configure:6509: checking whether we are using the GNU Fortran 77 compiler
configure:6528: g77 -c  conftest.F >&5
configure:6534: $? = 0
configure:6551: result: yes
configure:6557: checking whether g77 accepts -g
configure:6574: g77 -c -g conftest.f >&5
configure:6580: $? = 0
configure:6596: result: yes
configure:6626: checking the maximum length of command line arguments
configure:6735: result: 32768
configure:6746: checking command to parse /usr/bin/nm -B output from gcc object
configure:6851: gcc -c -g -O2  conftest.c >&5
configure:6854: $? = 0
configure:6858: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p' \> conftest.nm
configure:6861: $? = 0
configure:6913: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6916: $? = 0
configure:6954: result: ok
configure:6958: checking for objdir
configure:6973: result: .libs
configure:7065: checking for ar
configure:7081: found /usr/bin/ar
configure:7092: result: ar
configure:7161: checking for ranlib
configure:7177: found /usr/bin/ranlib
configure:7188: result: ranlib
configure:7257: checking for strip
configure:7273: found /usr/bin/strip
configure:7284: result: strip
configure:7570: checking if gcc supports -fno-rtti -fno-exceptions
configure:7588: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:7592: $? = 0
configure:7605: result: no
configure:7620: checking for gcc option to produce PIC
configure:7830: result: -fPIC
configure:7838: checking if gcc PIC flag -fPIC works
configure:7856: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7860: $? = 0
configure:7873: result: yes
configure:7901: checking if gcc static flag -static works
configure:7929: result: yes
configure:7939: checking if gcc supports -c -o file.o
configure:7960: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7964: $? = 0
configure:7986: result: yes
configure:8012: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:8966: result: yes
configure:8987: checking whether -lc should be explicitly linked in
configure:8992: gcc -c -g -O2  conftest.c >&5
configure:8995: $? = 0
configure:9010: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9013: $? = 0
configure:9025: result: no
configure:9033: checking dynamic linker characteristics
configure:9642: result: GNU/Linux ld.so
configure:9651: checking how to hardcode library paths into programs
configure:9676: result: immediate
configure:9690: checking whether stripping libraries is possible
configure:9695: result: yes
configure:10496: checking if libtool supports shared libraries
configure:10498: result: yes
configure:10501: checking whether to build shared libraries
configure:10522: result: yes
configure:10525: checking whether to build static libraries
configure:10529: result: no
configure:10621: creating libtool
configure:11212: checking for ld used by g++
configure:11279: result: /usr/bin/ld
configure:11288: checking if the linker (/usr/bin/ld) is GNU ld
configure:11303: result: yes
configure:11354: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:12288: result: yes
configure:12306: g++ -c -g -O2  conftest.cpp >&5
configure:12309: $? = 0
configure:12428: checking for g++ option to produce PIC
configure:12702: result: -fPIC
configure:12710: checking if g++ PIC flag -fPIC works
configure:12728: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12732: $? = 0
configure:12745: result: yes
configure:12773: checking if g++ static flag -static works
configure:12801: result: yes
configure:12811: checking if g++ supports -c -o file.o
configure:12832: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12836: $? = 0
configure:12858: result: yes
configure:12884: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:12909: result: yes
configure:12976: checking dynamic linker characteristics
configure:13585: result: GNU/Linux ld.so
configure:13594: checking how to hardcode library paths into programs
configure:13619: result: immediate
configure:14148: checking if libtool supports shared libraries
configure:14150: result: yes
configure:14153: checking whether to build shared libraries
configure:14173: result: yes
configure:14176: checking whether to build static libraries
configure:14180: result: no
configure:14190: checking for g77 option to produce PIC
configure:14400: result: -fPIC
configure:14408: checking if g77 PIC flag -fPIC works
configure:14426: g77 -c -g -O2 -fPIC conftest.f >&5
configure:14430: $? = 0
configure:14443: result: yes
configure:14471: checking if g77 static flag -static works
configure:14499: result: yes
configure:14509: checking if g77 supports -c -o file.o
configure:14530: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14534: $? = 0
configure:14556: result: yes
configure:14582: checking whether the g77 linker (/usr/bin/ld)
supports shared libraries
configure:15516: result: yes
configure:15583: checking dynamic linker characteristics
configure:16192: result: GNU/Linux ld.so
configure:16201: checking how to hardcode library paths into programs
configure:16226: result: immediate
configure:19863: checking for gcc
configure:19890: result: gcc
configure:20128: checking for C compiler version
configure:20135: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:20138: $? = 0
configure:20145: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:20148: $? = 0
configure:20155: gcc -V >&5
gcc: '-V' option must have argument
configure:20158: $? = 1
configure:20161: checking whether we are using the GNU C compiler
configure:20213: result: yes
configure:20218: checking whether gcc accepts -g
configure:20353: result: yes
configure:20370: checking for gcc option to accept ISO C89
configure:20473: result: none needed
configure:20493: checking dependency style of gcc
configure:20583: result: gcc3
configure:20613: checking for a BSD-compatible install
configure:20669: result: /usr/bin/install -c -p
configure:20680: checking whether make sets $(MAKE)
configure:20701: result: yes
configure:20710: checking whether ln -s works
configure:20714: result: yes
configure:20722: checking for strerror in -lcposix
configure:20757: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:20763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strerror ();
| int
| main ()
| {
| return strerror ();
|   ;
|   return 0;
| }
configure:20781: result: no
configure:20793: checking for gawk
configure:20820: result: gawk
configure:20833: checking for groff
configure:20849: found /usr/bin/groff
configure:20861: result: yes
configure:20896: checking whether NLS is requested
configure:20905: result: yes
configure:20943: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:20975: result: /usr/bin/msgfmt
configure:20984: checking for gmsgfmt
configure:21015: result: /usr/bin/msgfmt
configure:21055: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:21087: result: /usr/bin/xgettext
configure:21127: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:21158: result: /usr/bin/msgmerge
configure:21194: checking whether we are using the GNU C Library 2 or newer
configure:21225: result: yes
configure:21274: checking for ranlib
configure:21301: result: ranlib
configure:21327: checking for an ANSI C-conforming const
configure:21402: gcc -c -g -O2  conftest.c >&5
configure:21408: $? = 0
configure:21423: result: yes
configure:21434: checking for signed
configure:21460: gcc -c -g -O2  conftest.c >&5
configure:21466: $? = 0
configure:21481: result: yes
configure:21491: checking for inline
configure:21517: gcc -c -g -O2  conftest.c >&5
configure:21523: $? = 0
configure:21541: result: inline
configure:21560: checking for off_t
configure:21590: gcc -c -g -O2  conftest.c >&5
configure:21596: $? = 0
configure:21611: result: yes
configure:21623: checking for size_t
configure:21653: gcc -c -g -O2  conftest.c >&5
configure:21659: $? = 0
configure:21674: result: yes
configure:21687: checking for long long
configure:21714: gcc -o conftest -g -O2   conftest.c  >&5
configure:21720: $? = 0
configure:21737: result: yes
configure:21748: checking for long double
configure:21804: result: yes
configure:21815: checking for wchar_t
configure:21842: gcc -c -g -O2  conftest.c >&5
configure:21848: $? = 0
configure:21863: result: yes
configure:21874: checking for wint_t
configure:21901: gcc -c -g -O2  conftest.c >&5
configure:21907: $? = 0
configure:21922: result: yes
configure:21933: checking for inttypes.h
configure:21960: gcc -c -g -O2  conftest.c >&5
configure:21966: $? = 0
configure:21981: result: yes
configure:21992: checking for stdint.h
configure:22019: gcc -c -g -O2  conftest.c >&5
configure:22025: $? = 0
configure:22040: result: yes
configure:22053: checking for intmax_t
configure:22088: gcc -c -g -O2  conftest.c >&5
configure:22094: $? = 0
configure:22109: result: yes
configure:22121: checking whether printf() supports POSIX/XSI format strings
configure:22176: gcc -o conftest -g -O2   conftest.c  >&5
configure:22179: $? = 0
configure:22185: ./conftest
configure:22188: $? = 0
configure:22205: result: yes
configure:22219: checking for working alloca.h
configure:22246: gcc -o conftest -g -O2   conftest.c  >&5
configure:22252: $? = 0
configure:22269: result: yes
configure:22279: checking for alloca
configure:22326: gcc -o conftest -g -O2   conftest.c  >&5
configure:22332: $? = 0
configure:22349: result: yes
configure:22582: checking for stdlib.h
configure:22588: result: yes
configure:22582: checking for unistd.h
configure:22588: result: yes
configure:22726: checking for getpagesize
configure:22782: gcc -o conftest -g -O2   conftest.c  >&5
configure:22788: $? = 0
configure:22806: result: yes
configure:22816: checking for working mmap
configure:22963: gcc -o conftest -g -O2   conftest.c  >&5
configure:22966: $? = 0
configure:22972: ./conftest
configure:22975: $? = 0
configure:22991: result: yes
configure:23003: checking whether we are using the GNU C Library 2.1 or newer
configure:23034: result: yes
configure:23042: checking whether integer division by zero raises SIGFPE
configure:23109: gcc -o conftest -g -O2   conftest.c  >&5
configure:23112: $? = 0
configure:23118: ./conftest
configure:23121: $? = 0
configure:23138: result: yes
configure:23151: checking for unsigned long long
configure:23178: gcc -o conftest -g -O2   conftest.c  >&5
configure:23184: $? = 0
configure:23201: result: yes
configure:23233: checking for inttypes.h
configure:23261: gcc -c -g -O2  conftest.c >&5
configure:23267: $? = 0
configure:23283: result: yes
configure:23296: checking whether the inttypes.h PRIxNN macros are broken
configure:23327: gcc -c -g -O2  conftest.c >&5
configure:23333: $? = 0
configure:23349: result: no
configure:23366: checking for stdint.h
configure:23372: result: yes
configure:23506: checking for SIZE_MAX
configure:24518: result: yes
configure:24536: checking for stdint.h
configure:24542: result: yes
configure:24678: checking for CFPreferencesCopyAppValue
configure:24708: gcc -o conftest -g -O2
-I/System/Library/Frameworks/CoreFoundation.framework/Headers
conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:24714: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:24733: result: no
configure:24742: checking for CFLocaleCopyCurrent
configure:24772: gcc -o conftest -g -O2
-I/System/Library/Frameworks/CoreFoundation.framework/Headers
conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:24778: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:24797: result: no
configure:24852: checking for ld used by GCC
configure:24916: result: /usr/bin/ld
configure:24925: checking if the linker (/usr/bin/ld) is GNU ld
configure:24938: result: yes
configure:24945: checking for shared library run path origin
configure:24958: result: done
configure:25364: checking for ptrdiff_t
configure:25394: gcc -c -g -O2  conftest.c >&5
configure:25400: $? = 0
configure:25415: result: yes
configure:25453: checking argz.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking argz.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for argz.h
configure:25570: result: yes
configure:25453: checking limits.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking limits.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for limits.h
configure:25570: result: yes
configure:25453: checking locale.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking locale.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for locale.h
configure:25570: result: yes
configure:25453: checking nl_types.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking nl_types.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for nl_types.h
configure:25570: result: yes
configure:25453: checking malloc.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking malloc.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for malloc.h
configure:25570: result: yes
configure:25453: checking stddef.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking stddef.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for stddef.h
configure:25570: result: yes
configure:25443: checking for stdlib.h
configure:25449: result: yes
configure:25443: checking for string.h
configure:25449: result: yes
configure:25443: checking for unistd.h
configure:25449: result: yes
configure:25453: checking sys/param.h usability
configure:25470: gcc -c -g -O2  conftest.c >&5
configure:25476: $? = 0
configure:25490: result: yes
configure:25494: checking sys/param.h presence
configure:25509: gcc -E  conftest.c
configure:25515: $? = 0
configure:25529: result: yes
configure:25562: checking for sys/param.h
configure:25570: result: yes
configure:25612: checking for asprintf
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for fwprintf
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for getcwd
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for getegid
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for geteuid
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for getgid
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for getuid
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for mempcpy
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:81: warning: conflicting types for built-in function 'mempcpy'
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for munmap
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for putenv
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for setenv
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for setlocale
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for snprintf
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:86: warning: conflicting types for built-in function 'snprintf'
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for stpcpy
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:87: warning: conflicting types for built-in function 'stpcpy'
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for strcasecmp
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:88: warning: conflicting types for built-in function 'strcasecmp'
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for strdup
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:89: warning: conflicting types for built-in function 'strdup'
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for strtoul
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for tsearch
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for wcslen
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for __argz_count
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for __argz_stringify
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for __argz_next
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25612: checking for __fsetlocking
configure:25668: gcc -o conftest -g -O2   conftest.c  >&5
configure:25674: $? = 0
configure:25692: result: yes
configure:25704: checking whether _snprintf is declared
configure:25734: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: '_snprintf' undeclared (first use in this function)
conftest.c:80: error: (Each undeclared identifier is reported only once
conftest.c:80: error: for each function it appears in.)
configure:25740: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snprintf
|   char *p = (char *) _snprintf;
| #endif
|
|   ;
|   return 0;
| }
configure:25755: result: no
configure:25769: checking whether _snwprintf is declared
configure:25799: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:81: error: '_snwprintf' undeclared (first use in this function)
conftest.c:81: error: (Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.)
configure:25805: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snwprintf
|   char *p = (char *) _snwprintf;
| #endif
|
|   ;
|   return 0;
| }
configure:25820: result: no
configure:25835: checking whether feof_unlocked is declared
configure:25865: gcc -c -g -O2  conftest.c >&5
configure:25871: $? = 0
configure:25886: result: yes
configure:25900: checking whether fgets_unlocked is declared
configure:25930: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:83: error: 'fgets_unlocked' undeclared (first use in this function)
conftest.c:83: error: (Each undeclared identifier is reported only once
conftest.c:83: error: for each function it appears in.)
configure:25936: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "TiLP2"
| #define PACKAGE_TARNAME "tilp2"
| #define PACKAGE_VERSION "1.04"
| #define PACKAGE_STRING "TiLP2 1.04"
| #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
| #define PACKAGE "tilp2"
| #define VERSION "1.04"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef fgets_unlocked
|   char *p = (char *) fgets_unlocked;
| #endif
|
|   ;
|   return 0;
| }
configure:25951: result: no
configure:25965: checking whether getc_unlocked is declared
configure:25995: gcc -c -g -O2  conftest.c >&5
configure:26001: $? = 0
configure:26016: result: yes
configure:26084: checking for iconv
configure:26116: gcc -o conftest -g -O2   conftest.c  >&5
configure:26122: $? = 0
configure:26192: result: yes
configure:26215: checking for iconv declaration
configure:26254: gcc -c -g -O2  conftest.c >&5
configure:26260: $? = 0
configure:26279: result:
        extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:26290: checking for nl_langinfo and CODESET
configure:26316: gcc -o conftest -g -O2   conftest.c  >&5
configure:26322: $? = 0
configure:26340: result: yes
configure:26352: checking for LC_MESSAGES
configure:26378: gcc -o conftest -g -O2   conftest.c  >&5
configure:26384: $? = 0
configure:26401: result: yes
configure:26421: checking for bison
configure:26451: result: no
configure:26493: checking for CFPreferencesCopyAppValue
configure:26548: result: no
configure:26557: checking for CFLocaleCopyCurrent
configure:26612: result: no
configure:26629: checking whether NLS is requested
configure:26638: result: yes
configure:26654: checking whether included gettext is requested
configure:26664: result: no
configure:26675: checking for GNU gettext in libc
configure:26704: gcc -o conftest -g -O2   conftest.c  >&5
configure:26710: $? = 0
configure:26727: result: yes
configure:27284: checking whether to use NLS
configure:27286: result: yes
configure:27289: checking where the gettext function comes from
configure:27300: result: libc
configure:27441: checking for pkg-config
configure:27474: result: no
configure:27514: checking for TICABLES
configure:27604: error: The pkg-config script could not be found or is
too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables TICABLES_CFLAGS
and TICABLES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GLADE_CFLAGS_set=
ac_cv_env_GLADE_CFLAGS_value=
ac_cv_env_GLADE_LIBS_set=
ac_cv_env_GLADE_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_TICABLES_CFLAGS_set=
ac_cv_env_TICABLES_CFLAGS_value=
ac_cv_env_TICABLES_LIBS_set=
ac_cv_env_TICABLES_LIBS_value=
ac_cv_env_TICALCS_CFLAGS_set=
ac_cv_env_TICALCS_CFLAGS_value=
ac_cv_env_TICALCS_LIBS_set=
ac_cv_env_TICALCS_LIBS_value=
ac_cv_env_TICONV_CFLAGS_set=
ac_cv_env_TICONV_CFLAGS_value=
ac_cv_env_TICONV_LIBS_set=
ac_cv_env_TICONV_LIBS_value=
ac_cv_env_TIFILES_CFLAGS_set=
ac_cv_env_TIFILES_CFLAGS_value=
ac_cv_env_TIFILES_LIBS_set=
ac_cv_env_TIFILES_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_getc_unlocked=yes
ac_cv_header_argz_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_GROFF=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_long_long=yes
ac_cv_type_off_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
bh_cv_c_signed=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gt_cv_c_intmax_t=yes
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_printf_posix=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
gt_cv_val_LC_MESSAGES=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\)
\([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][
	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
\\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST]
\\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/harry/ti/tilp2-1.04/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/harry/ti/tilp2-1.04/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/harry/ti/tilp2-1.04/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/harry/ti/tilp2-1.04/missing --run autoheader'
AUTOMAKE='${SHELL} /home/harry/ti/tilp2-1.04/missing --run automake-1.9'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
GENCAT='gencat'
GLADE_CFLAGS=''
GLADE_LIBS=''
GLIBC21='yes'
GLIBC2='yes'
GLIB_CFLAGS=''
GLIB_LIBS=''
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
GROFF='yes'
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_ASPRINTF='1'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_WPRINTF='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_RPATH=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBICONV=''
LIBINTL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUCB=''
LIBUTIL=''
LIBXINERAMA=''
LIBZ=''
LIB_KAB=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/harry/ti/tilp2-1.04/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MOC=''
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='tilp2'
PACKAGE_BUGREPORT='tilp-users@lists.sourceforge.net'
PACKAGE_NAME='TiLP2'
PACKAGE_STRING='TiLP2 1.04'
PACKAGE_TARNAME='tilp2'
PACKAGE_VERSION='1.04'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POSUB='po'
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TICABLES_CFLAGS=''
TICABLES_LIBS=''
TICALCS_CFLAGS=''
TICALCS_LIBS=''
TICONV_CFLAGS=''
TICONV_LIBS=''
TIFILES_CFLAGS=''
TIFILES_LIBS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_GROFF_FALSE='#'
USE_GROFF_TRUE=''
USE_INCLUDED_LIBINTL='no'
USE_KDE_FALSE=''
USE_KDE_TRUE=''
USE_NLS='yes'
USE_THREADS=''
VERSION='1.04'
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/harry/ti/tilp2-1.04/install-sh'
kde=''
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
x_includes='NONE'
x_libraries='NONE'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "TiLP2"
#define PACKAGE_TARNAME "tilp2"
#define PACKAGE_VERSION "1.04"
#define PACKAGE_STRING "TiLP2 1.04"
#define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
#define PACKAGE "tilp2"
#define VERSION "1.04"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_ASPRINTF 1
#define HAVE_FWPRINTF 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_WCSLEN 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1



desde ya muy agradecido



Reply to: