This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.56. Invocation command line was $ ./configure --with-fltk-includes=/usr/include/fltk-1.0 --with-fltk-libs=/usr/lib/fltk-1.0 ## --------- ## ## Platform. ## ## --------- ## hostname = bmfh.kepler uname -m = i686 uname -r = 2.6.0-test6-mm1 uname -s = Linux uname -v = #2 Tue Sep 30 10:07:33 CEST 2003 /usr/bin/uname -p = AMD Athlon(tm) XP /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3 PATH: /usr/X11R6/bin PATH: /opt/blackdown-jdk-1.4.1/bin PATH: /opt/blackdown-jdk-1.4.1/jre/bin PATH: /usr/qt/3/bin PATH: /usr/kde/3.1/bin PATH: /usr/games/bin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local/bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3 PATH: /usr/X11R6/bin PATH: /opt/blackdown-jdk-1.4.1/bin PATH: /opt/blackdown-jdk-1.4.1/jre/bin PATH: /usr/qt/3/bin PATH: /usr/kde/3.1/sbin PATH: /usr/kde/3.1/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1503: checking for a BSD-compatible install configure:1557: result: /bin/install -c configure:1568: checking whether build environment is sane configure:1611: result: yes configure:1644: checking for gawk configure:1660: found /bin/gawk configure:1670: result: gawk configure:1680: checking whether make sets $(MAKE) configure:1700: result: yes configure:1885: checking for style of include used by make configure:1913: result: GNU configure:2032: checking for C++ compiler version configure:2035: g++ --version &5 g++ (GCC) 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) Copyright (C) 2003 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:2038: $? = 0 configure:2040: g++ -v &5 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs Configured with: /var/tmp/portage/gcc-3.3.1-r4/work/gcc-3.3.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib Thread model: posix gcc version 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) configure:2043: $? = 0 configure:2045: g++ -V &5 g++: `-V' option must have argument configure:2048: $? = 1 configure:2072: checking for C++ compiler default output configure:2075: g++ conftest.cc >&5 configure:2078: $? = 0 configure:2124: result: a.out configure:2129: checking whether the C++ compiler works configure:2135: ./a.out configure:2138: $? = 0 configure:2155: result: yes configure:2162: checking whether we are cross compiling configure:2164: result: no configure:2167: checking for suffix of executables configure:2169: g++ -o conftest conftest.cc >&5 configure:2172: $? = 0 configure:2197: result: configure:2203: checking for suffix of object files configure:2225: g++ -c conftest.cc >&5 configure:2228: $? = 0 configure:2250: result: o configure:2254: checking whether we are using the GNU C++ compiler configure:2279: g++ -c conftest.cc >&5 configure:2282: $? = 0 configure:2285: test -s conftest.o configure:2288: $? = 0 configure:2301: result: yes configure:2307: checking whether g++ accepts -g configure:2329: g++ -c -g conftest.cc >&5 configure:2332: $? = 0 configure:2335: test -s conftest.o configure:2338: $? = 0 configure:2349: result: yes configure:2393: g++ -c -g -O2 conftest.cc >&5 configure:2396: $? = 0 configure:2399: test -s conftest.o configure:2402: $? = 0 configure:2429: g++ -c -g -O2 conftest.cc >&5 configure: In function `int main()': configure:2426: error: `exit' undeclared (first use this function) configure:2426: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2432: $? = 1 configure: failed program was: | #line 2412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2393: g++ -c -g -O2 conftest.cc >&5 configure:2396: $? = 0 configure:2399: test -s conftest.o configure:2402: $? = 0 configure:2429: g++ -c -g -O2 conftest.cc >&5 configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2463: checking dependency style of g++ configure:2525: result: gcc3 configure:2544: checking for strerror in -lcposix configure:2575: g++ -o conftest -g -O2 conftest.cc -lcposix >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:2578: $? = 1 configure: failed program was: | #line 2551 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2596: result: no configure:2632: checking build system type configure:2650: result: i686-pc-linux-gnu configure:2658: checking host system type configure:2672: result: i686-pc-linux-gnu configure:2727: checking for gcc configure:2753: result: gcc configure:2997: checking for C compiler version configure:3000: gcc --version &5 gcc (GCC) 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) Copyright (C) 2003 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:3003: $? = 0 configure:3005: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs Configured with: /var/tmp/portage/gcc-3.3.1-r4/work/gcc-3.3.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib Thread model: posix gcc version 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) configure:3008: $? = 0 configure:3010: gcc -V &5 gcc: `-V' option must have argument configure:3013: $? = 1 configure:3016: checking whether we are using the GNU C compiler configure:3041: gcc -c -I/usr/include/fltk-1.0 conftest.c >&5 configure:3044: $? = 0 configure:3047: test -s conftest.o configure:3050: $? = 0 configure:3063: result: yes configure:3069: checking whether gcc accepts -g configure:3091: gcc -c -g conftest.c >&5 configure:3094: $? = 0 configure:3097: test -s conftest.o configure:3100: $? = 0 configure:3111: result: yes configure:3128: checking for gcc option to accept ANSI C configure:3189: gcc -c -I/usr/include/fltk-1.0 conftest.c >&5 configure:3192: $? = 0 configure:3195: test -s conftest.o configure:3198: $? = 0 configure:3216: result: none needed configure:3234: gcc -c -I/usr/include/fltk-1.0 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3237: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3348: checking dependency style of gcc configure:3410: result: gcc3 configure:3521: checking for C++ compiler version configure:3524: g++ --version &5 g++ (GCC) 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) Copyright (C) 2003 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:3527: $? = 0 configure:3529: g++ -v &5 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs Configured with: /var/tmp/portage/gcc-3.3.1-r4/work/gcc-3.3.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib Thread model: posix gcc version 3.3.1 20030916 (Gentoo Linux 3.3.1-r4, propolice) configure:3532: $? = 0 configure:3534: g++ -V &5 g++: `-V' option must have argument configure:3537: $? = 1 configure:3540: checking whether we are using the GNU C++ compiler configure:3587: result: yes configure:3593: checking whether g++ accepts -g configure:3635: result: yes configure:3679: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:3682: $? = 0 configure:3685: test -s conftest.o configure:3688: $? = 0 configure:3715: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:3718: $? = 0 configure:3721: test -s conftest.o configure:3724: $? = 0 configure:3749: checking dependency style of g++ configure:3811: result: gcc3 configure:3833: checking how to run the C preprocessor configure:3863: gcc -E conftest.c configure:3869: $? = 0 configure:3901: gcc -E conftest.c configure:3905:28: ac_nonexistent.h: No such file or directory configure:3907: $? = 1 configure: failed program was: | #line 3892 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:3945: result: gcc -E configure:3964: gcc -E conftest.c configure:3970: $? = 0 configure:4002: gcc -E conftest.c configure:4006:28: ac_nonexistent.h: No such file or directory configure:4008: $? = 1 configure: failed program was: | #line 3993 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4062: checking for a BSD-compatible install configure:4116: result: /bin/install -c configure:4129: checking for uname configure:4145: found /bin/uname configure:4156: result: uname configure:4251: checking for ld used by GCC configure:4314: result: /usr/i686-pc-linux-gnu/bin/ld configure:4323: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld GNU ld version 2.14.90.0.6 20030820 configure:4335: result: yes configure:4340: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files configure:4347: result: -r configure:4352: checking for BSD-compatible nm configure:4388: result: /usr/bin/nm -B configure:4391: checking for a sed that does not truncate output configure:4473: result: /bin/sed configure:4476: checking whether ln -s works configure:4480: result: yes configure:4487: checking how to recognise dependent libraries configure:4668: result: pass_all configure:4681: checking command to parse /usr/bin/nm -B output configure:4765: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:4768: $? = 0 configure:4772: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4775: $? = 0 configure:4827: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc conftstm.o >&5 configure:4830: $? = 0 configure:4874: result: ok configure:4883: checking how to run the C++ preprocessor configure:4909: g++ -E conftest.cc configure:4915: $? = 0 configure:4947: g++ -E conftest.cc configure:4951:28: ac_nonexistent.h: No such file or directory configure:4953: $? = 1 configure: failed program was: | #line 4938 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4991: result: g++ -E configure:5010: g++ -E conftest.cc configure:5016: $? = 0 configure:5048: g++ -E conftest.cc configure:5052:28: ac_nonexistent.h: No such file or directory configure:5054: $? = 1 configure: failed program was: | #line 5039 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:5097: checking for egrep configure:5107: result: grep -E configure:5112: checking for ANSI C header files configure:5138: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5141: $? = 0 configure:5144: test -s conftest.o configure:5147: $? = 0 configure:5236: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:5239: $? = 0 configure:5241: ./conftest configure:5244: $? = 0 configure:5259: result: yes configure:5283: checking for sys/types.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for sys/stat.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for stdlib.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for string.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for memory.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for strings.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for inttypes.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for stdint.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5283: checking for unistd.h configure:5300: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5303: $? = 0 configure:5306: test -s conftest.o configure:5309: $? = 0 configure:5320: result: yes configure:5346: checking dlfcn.h usability configure:5359: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:5362: $? = 0 configure:5365: test -s conftest.o configure:5368: $? = 0 configure:5378: result: yes configure:5382: checking dlfcn.h presence configure:5393: g++ -E conftest.cc configure:5399: $? = 0 configure:5418: result: yes configure:5454: checking for dlfcn.h configure:5461: result: yes configure:5659: checking for ranlib configure:5675: found /usr/bin/ranlib configure:5686: result: ranlib configure:5739: checking for strip configure:5755: found /usr/bin/strip configure:5766: result: strip configure:5976: checking for objdir configure:5987: result: .libs configure:6004: checking for gcc option to produce PIC configure:6150: result: -fPIC configure:6154: checking if gcc PIC flag -fPIC works configure:6178: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:6181: $? = 0 configure:6184: test -s conftest.o configure:6187: $? = 0 configure:6225: result: yes configure:6241: checking if gcc static flag -static works configure:6266: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 -static conftest.cc >&5 configure:6269: $? = 0 configure:6272: test -s conftest configure:6275: $? = 0 configure:6291: result: yes configure:6303: checking if gcc supports -c -o file.o configure:6326: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:6347: result: no configure:6421: checking if we can lock with hard links configure:6429: result: yes configure:6442: checking if gcc supports -fno-rtti -fno-exceptions configure:6465: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:6468: $? = 0 configure:6471: test -s conftest.o configure:6474: $? = 0 configure:6491: result: yes configure:6502: checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries configure:7197: result: yes configure:7202: checking how to hardcode library paths into programs configure:7226: result: immediate configure:7231: checking whether stripping libraries is possible configure:7236: result: yes configure:7247: checking dynamic linker characteristics configure:7654: result: GNU/Linux ld.so configure:7659: checking if libtool supports shared libraries configure:7661: result: yes configure:7664: checking whether to build shared libraries configure:7685: result: no configure:7688: checking whether to build static libraries configure:7692: result: yes configure:9010: checking for ranlib configure:9037: result: ranlib configure:9049: checking for an ANSI C-conforming const configure:9117: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:9120: $? = 0 configure:9123: test -s conftest.o configure:9126: $? = 0 configure:9137: result: yes configure:9147: checking for inline configure:9169: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:9172: $? = 0 configure:9175: test -s conftest.o configure:9178: $? = 0 configure:9190: result: inline configure:9205: checking for off_t configure:9230: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:9233: $? = 0 configure:9236: test -s conftest.o configure:9239: $? = 0 configure:9250: result: yes configure:9262: checking for size_t configure:9287: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:9290: $? = 0 configure:9293: test -s conftest.o configure:9296: $? = 0 configure:9307: result: yes configure:9321: checking for working alloca.h configure:9343: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:9346: $? = 0 configure:9349: test -s conftest configure:9352: $? = 0 configure:9363: result: yes configure:9373: checking for alloca configure:9415: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:9404:1: warning: "alloca" redefined In file included from /usr/include/stdlib.h:576, from configure:9388: /usr/include/alloca.h:36:1: warning: this is the location of the previous definition configure:9418: $? = 0 configure:9421: test -s conftest configure:9424: $? = 0 configure:9435: result: yes configure:9642: checking for stdlib.h configure:9647: result: yes configure:9642: checking for unistd.h configure:9647: result: yes configure:9783: checking for getpagesize configure:9827: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:9830: $? = 0 configure:9833: test -s conftest configure:9836: $? = 0 configure:9847: result: yes configure:9857: checking for working mmap configure:10000: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10003: $? = 0 configure:10005: ./conftest configure:10008: $? = 0 configure:10022: result: yes configure:10034: checking whether we are using the GNU C Library 2.1 or newer configure:10066: result: yes configure:10097: checking argz.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking argz.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for argz.h configure:10212: result: yes configure:10097: checking limits.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking limits.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for limits.h configure:10212: result: yes configure:10097: checking locale.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking locale.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for locale.h configure:10212: result: yes configure:10097: checking nl_types.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking nl_types.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for nl_types.h configure:10212: result: yes configure:10097: checking malloc.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking malloc.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for malloc.h configure:10212: result: yes configure:10097: checking stddef.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking stddef.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for stddef.h configure:10212: result: yes configure:10088: checking for stdlib.h configure:10093: result: yes configure:10088: checking for string.h configure:10093: result: yes configure:10088: checking for unistd.h configure:10093: result: yes configure:10097: checking sys/param.h usability configure:10110: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10113: $? = 0 configure:10116: test -s conftest.o configure:10119: $? = 0 configure:10129: result: yes configure:10133: checking sys/param.h presence configure:10144: g++ -E conftest.cc configure:10150: $? = 0 configure:10169: result: yes configure:10205: checking for sys/param.h configure:10212: result: yes configure:10251: checking for feof_unlocked configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for fgets_unlocked configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for getcwd configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for getegid configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for geteuid configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for getgid configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for getuid configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for mempcpy configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for munmap configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for putenv configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10315: error: declaration of C function `char putenv()' conflicts with /usr/include/stdlib.h:635: error: previous declaration `int putenv(char*)' here configure:10298: $? = 1 configure: failed program was: | #line 10256 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char putenv (); below. */ | #include | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char putenv (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_putenv) || defined (__stub___putenv) | choke me | #else | char (*f) () = putenv; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | | ; | return 0; | } configure:10315: result: no configure:10251: checking for setenv configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10315: error: declaration of C function `char setenv()' conflicts with /usr/include/stdlib.h:642: error: previous declaration `int setenv(const char*, const char*, int)' here configure:10298: $? = 1 configure: failed program was: | #line 10256 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setenv (); below. */ | #include | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char setenv (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_setenv) || defined (__stub___setenv) | choke me | #else | char (*f) () = setenv; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | | ; | return 0; | } configure:10315: result: no configure:10251: checking for setlocale configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for stpcpy configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for strchr configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for strcasecmp configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for strdup configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for strtoul configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10320: error: declaration of C function `char strtoul()' conflicts with /usr/include/stdlib.h:322: error: previous declaration `long unsigned int strtoul(const char*, char**, int)' here configure:10320: warning: inline function `char strtoul()' used but never defined configure:10320: warning: inline function `char strtoul()' used but never defined configure:10298: $? = 1 configure: failed program was: | #line 10256 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtoul (); below. */ | #include | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strtoul (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strtoul) || defined (__stub___strtoul) | choke me | #else | char (*f) () = strtoul; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | | ; | return 0; | } configure:10315: result: no configure:10251: checking for tsearch configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for __argz_count configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for __argz_stringify configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10251: checking for __argz_next configure:10295: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10298: $? = 0 configure:10301: test -s conftest configure:10304: $? = 0 configure:10315: result: yes configure:10340: checking for iconv configure:10368: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10371: $? = 0 configure:10374: test -s conftest configure:10377: $? = 0 configure:10432: result: yes configure:10440: checking for iconv declaration configure:10475: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10478: $? = 0 configure:10481: test -s conftest.o configure:10484: $? = 0 configure:10499: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:10515: checking for nl_langinfo and CODESET configure:10537: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10540: $? = 0 configure:10543: test -s conftest configure:10546: $? = 0 configure:10558: result: yes configure:10569: checking for LC_MESSAGES configure:10591: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10594: $? = 0 configure:10597: test -s conftest configure:10600: $? = 0 configure:10611: result: yes configure:10621: checking whether NLS is requested configure:10630: result: yes configure:10644: checking whether included gettext is requested configure:10654: result: no configure:10674: checking libintl.h usability configure:10687: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:10690: $? = 0 configure:10693: test -s conftest.o configure:10696: $? = 0 configure:10706: result: yes configure:10710: checking libintl.h presence configure:10721: g++ -E conftest.cc configure:10727: $? = 0 configure:10746: result: yes configure:10782: checking for libintl.h configure:10789: result: yes configure:10794: checking for GNU gettext in libc configure:10818: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10821: $? = 0 configure:10824: test -s conftest configure:10827: $? = 0 configure:10838: result: yes configure:10912: checking for dcgettext configure:10956: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:10991: error: nonnull argument with out-of-range operand number (arg 1, operand 2) configure:10959: $? = 1 configure: failed program was: | #line 10917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 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 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dcgettext (); below. */ | #include | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dcgettext (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_dcgettext) || defined (__stub___dcgettext) | choke me | #else | char (*f) () = dcgettext; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | | ; | return 0; | } configure:10976: result: no configure:10990: checking for msgfmt configure:11017: result: /usr/bin/msgfmt configure:11026: checking for gmsgfmt configure:11057: result: /usr/bin/msgfmt configure:11067: checking for xgettext configure:11094: result: /usr/bin/xgettext configure:11270: checking for bison configure:11286: found /usr/bin/bison configure:11296: result: bison configure:11309: checking version of bison configure:11318: result: v. ?.??, bad configure:11357: checking for catalogs to be installed configure:11377: result: pt_BR nl ro it fr configure:11400: checking for an ANSI C-conforming const configure:11488: result: yes configure:11498: checking whether time.h and sys/time.h may both be included configure:11524: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:11527: $? = 0 configure:11530: test -s conftest.o configure:11533: $? = 0 configure:11544: result: yes configure:11554: checking whether struct tm is in sys/time.h or time.h configure:11578: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:11581: $? = 0 configure:11584: test -s conftest.o configure:11587: $? = 0 configure:11598: result: time.h configure:11612: checking for ANSI C header files configure:11759: result: yes configure:11777: checking for string.h configure:11782: result: yes configure:11786: checking sys/time.h usability configure:11799: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:11802: $? = 0 configure:11805: test -s conftest.o configure:11808: $? = 0 configure:11818: result: yes configure:11822: checking sys/time.h presence configure:11833: g++ -E conftest.cc configure:11839: $? = 0 configure:11858: result: yes configure:11894: checking for sys/time.h configure:11901: result: yes configure:11777: checking for sys/types.h configure:11782: result: yes configure:11777: checking for unistd.h configure:11782: result: yes configure:11920: checking for strdup configure:11984: result: yes configure:11998: checking for strcasecmp configure:12062: result: yes configure:12076: checking for strncasecmp configure:12120: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -L/usr/lib/fltk-1.0 conftest.cc >&5 configure:12123: $? = 0 configure:12126: test -s conftest configure:12129: $? = 0 configure:12140: result: yes configure:12152: checking for size_t configure:12197: result: yes configure:12209: checking for socklen_t configure:12233: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:12236: $? = 0 configure:12239: test -s conftest.o configure:12242: $? = 0 configure:12254: result: yes configure:12279: checking FL/Fl.H usability configure:12292: g++ -c -I/usr/include/fltk-1.0 -g -O2 conftest.cc >&5 configure:12295: $? = 0 configure:12298: test -s conftest.o configure:12301: $? = 0 configure:12311: result: yes configure:12315: checking FL/Fl.H presence configure:12326: g++ -E conftest.cc configure:12390:19: FL/Fl.H: No such file or directory configure:12332: $? = 1 configure: failed program was: | #line 12317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 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 TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | #include configure:12351: result: no configure:12357: WARNING: FL/Fl.H: accepted by the compiler, rejected by the preprocessor! configure:12359: WARNING: FL/Fl.H: proceeding with the preprocessor's result configure:12387: checking for FL/Fl.H configure:12394: result: no configure:12414: checking for X configure:12634: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:12671: checking for pthread_create in -lpthread configure:12702: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lpthread >&5 configure:12705: $? = 0 configure:12708: test -s conftest configure:12711: $? = 0 configure:12723: result: yes configure:12740: checking for pow in -lm configure:12771: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lm >&5 configure:12774: $? = 0 configure:12777: test -s conftest configure:12780: $? = 0 configure:12792: result: yes configure:12805: checking for XOpenDisplay in -lX11 configure:12836: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lX11 -lm >&5 configure:12839: $? = 0 configure:12842: test -s conftest configure:12845: $? = 0 configure:12857: result: yes configure:12869: checking for XdbeQueryExtension in -lXext configure:12900: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lXext -lX11 -lm >&5 configure:12903: $? = 0 configure:12906: test -s conftest configure:12909: $? = 0 configure:12921: result: yes configure:12934: checking for XpmCreatePixmapFromData in -lXpm configure:12965: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lXpm -lXext -lX11 -lm >&5 configure:12968: $? = 0 configure:12971: test -s conftest configure:12974: $? = 0 configure:12986: result: yes configure:12998: checking for numericsort in -lfltk configure:13029: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lXpm -lXext -lX11 -lm >&5 /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glColor3ub' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glPixelStorei' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glDrawPixels' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glCopyPixels' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXUseXFont' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glFlush' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glListBase' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glRasterPos2f' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glDisable' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glViewport' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glBegin' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glScissor' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glDrawBuffer' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXMakeCurrent' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glVertex2i' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glRasterPos2i' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXChooseVisual' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glGenLists' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glGetIntegerv' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glCallLists' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXDestroyContext' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXWaitGL' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glLoadIdentity' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXWaitX' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glOrtho' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glEnable' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glReadBuffer' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXSwapBuffers' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glXCreateContext' /usr/lib/fltk-1.0/libfltk.so: undefined reference to `glEnd' collect2: ld returned 1 exit status configure:13032: $? = 1 configure: failed program was: | #line 13005 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "prozgui" | #define VERSION "2.0.4" | #ifdef __cplusplus | #include | #endif | #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_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 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_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 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_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 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 TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBXPM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char numericsort (); | int | main () | { | numericsort (); | ; | return 0; | } configure:13050: result: no configure:13065: checking for glEnable in -lGL configure:13096: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lGL -lXpm -lXext -lX11 -lm >&5 configure:13099: $? = 0 configure:13102: test -s conftest configure:13105: $? = 0 configure:13117: result: yes configure:13129: checking for numericsort in -lfltk configure:13160: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lGL -lXpm -lXext -lX11 -lm >&5 configure:13163: $? = 0 configure:13166: test -s conftest configure:13169: $? = 0 configure:13181: result: yes configure:13344: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lGL -lXpm -lXext -lX11 -lm -L/usr/X11R6/lib -lX11 >&5 configure:13347: $? = 0 configure:13350: test -s conftest configure:13353: $? = 0 configure:13490: checking for gethostbyname configure:13534: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lGL -lXpm -lXext -lX11 -lm >&5 configure:13537: $? = 0 configure:13540: test -s conftest configure:13543: $? = 0 configure:13554: result: yes configure:13685: checking for connect configure:13729: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lGL -lXpm -lXext -lX11 -lm >&5 configure:13732: $? = 0 configure:13735: test -s conftest configure:13738: $? = 0 configure:13749: result: yes configure:13814: checking for remove configure:13858: g++ -o conftest -I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include -L/usr/lib/fltk-1.0 -L/usr/X11R6/lib conftest.cc -lfltk -lGL -lXpm -lXext -lX11 -lm >&5 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=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_CC_set=set ac_cv_env_CC_value=gcc 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=set ac_cv_env_CXX_value=g++ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_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_exeext= ac_cv_func___argz_count=yes ac_cv_func___argz_next=yes ac_cv_func___argz_stringify=yes ac_cv_func_alloca_works=yes ac_cv_func_connect=yes ac_cv_func_dcgettext=no ac_cv_func_feof_unlocked=yes ac_cv_func_fgets_unlocked=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_gethostbyname=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=no ac_cv_func_setenv=no ac_cv_func_setlocale=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strncasecmp=yes ac_cv_func_strtoul=no ac_cv_func_tsearch=yes ac_cv_gnu_library_2_1=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_FL_Fl_H=no ac_cv_header_argz_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_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_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_GL_glEnable=yes ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xext_XdbeQueryExtension=yes ac_cv_lib_Xpm_XpmCreatePixmapFromData=yes ac_cv_lib_cposix_strerror=no ac_cv_lib_fltk_numericsort=yes ac_cv_lib_m_pow=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_UNAME=uname ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_type_off_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_working_alloca_h=yes 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= am_cv_val_LC_MESSAGES=yes gt_cv_func_gnugettext1_libc=yes lt_cv_compiler_c_o=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so' lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_cc_can_build_shared=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic=' -fPIC' lt_cv_prog_cc_pic_works=yes lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl=-Wl, lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run tar' AUTOCONF='${SHELL} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run automake-1.7' AWK='gawk' BUILD_INCLUDED_LIBINTL='no' CATALOGS=' pt_BR.gmo nl.gmo ro.gmo it.gmo fr.gmo' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-I/usr/include/fltk-1.0 -I/usr/X11R6/include' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-I/usr/include/fltk-1.0 -g -O2 -I/usr/X11R6/include' CYGPATH_W='echo' DATADIRNAME='share' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GENCAT='gencat' GLIBC21='yes' GMOFILES=' pt_BR.gmo nl.gmo ro.gmo it.gmo fr.gmo' GMSGFMT='/usr/bin/msgfmt' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLBISON=':' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' LDFLAGS='-L/usr/lib/fltk-1.0 -L/usr/X11R6/lib' LIBICONV='' LIBOBJS='' LIBS='-lfltk -lGL -lXpm -lXext -lX11 -lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' OBJEXT='o' PACKAGE='prozgui' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POFILES=' pt_BR.po nl.po ro.po it.po fr.po' POSUB='po' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THREAD_LIBS='-lpthread' UNAME='uname' USE_INCLUDED_LIBINTL='no' USE_NLS='yes' VERSION='2.0.4' XGETTEXT='/usr/bin/xgettext' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib' X_PRE_LIBS='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/var/tmp/portage/prozgui-2.0.5/work/prozgui-2.0.5beta/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libprozilla' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARGZ_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FEOF_UNLOCKED 1 #define HAVE_FGETS_UNLOCKED 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTEXT 1 #define HAVE_GETUID 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIBFLTK 1 #define HAVE_LIBGL 1 #define HAVE_LIBM 1 #define HAVE_LIBX11 1 #define HAVE_LIBXEXT 1 #define HAVE_LIBXPM 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMPCPY 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define HAVE_NL_TYPES_H 1 #define HAVE_SETLOCALE 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STPCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNCASECMP 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TSEARCH 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE___ARGZ_COUNT 1 #define HAVE___ARGZ_NEXT 1 #define HAVE___ARGZ_STRINGIFY 1 #define ICONV_CONST #define PACKAGE "prozgui" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "2.0.4" #endif #ifdef __cplusplus #include configure: exit 1