This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by net6 configure 1.0.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = iroquois uname -m = i686 uname -r = 1.0.10(0.46/3/2) uname -s = MINGW32_NT-5.1 uname -v = 2004-03-15 07:17 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: . PATH: /usr/local/bin PATH: /mingw/bin PATH: /bin PATH: /c/usr/bin/texmf/miktex/bin PATH: /c/usr/bin/gtk/bin PATH: /c/WINDOWS/system32 PATH: /c/WINDOWS PATH: /c/WINDOWS/System32/Wbem PATH: /c/usr/dll PATH: /c/usr/bin/devcpp/bin PATH: /c/usr/bin/gimp/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1553: checking for a BSD-compatible install configure:1608: result: /bin/install -c configure:1619: checking whether build environment is sane configure:1662: result: yes configure:1727: checking for gawk configure:1743: found /bin/gawk configure:1753: result: gawk configure:1763: checking whether make sets $(MAKE) configure:1783: result: yes configure:1951: checking whether to enable maintainer-specific portions of Makefiles configure:1960: result: no configure:2030: checking for g++ configure:2046: found /mingw/bin/g++ configure:2056: result: g++ configure:2072: checking for C++ compiler version configure:2075: g++ --version &5 g++.exe (GCC) 3.4.2 (mingw-special) Copyright (C) 2004 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:2078: $? = 0 configure:2080: g++ -v &5 Reading specs from C:/usr/bin/sys/mingw/bin/../lib/gcc/mingw32/3.4.2/specs Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug Thread model: win32 gcc version 3.4.2 (mingw-special) configure:2083: $? = 0 configure:2085: g++ -V &5 g++.exe: `-V' option must have argument configure:2088: $? = 1 configure:2111: checking for C++ compiler default output file name configure:2114: g++ conftest.cc >&5 configure:2117: $? = 0 configure:2163: result: a.exe configure:2168: checking whether the C++ compiler works configure:2174: ./a.exe configure:2177: $? = 0 configure:2194: result: yes configure:2201: checking whether we are cross compiling configure:2203: result: no configure:2206: checking for suffix of executables configure:2208: g++ -o conftest.exe conftest.cc >&5 configure:2211: $? = 0 configure:2236: result: .exe configure:2242: checking for suffix of object files configure:2263: g++ -c conftest.cc >&5 configure:2266: $? = 0 configure:2288: result: o configure:2292: checking whether we are using the GNU C++ compiler configure:2316: g++ -c conftest.cc >&5 configure:2322: $? = 0 configure:2325: test -z || test ! -s conftest.err configure:2328: $? = 0 configure:2331: test -s conftest.o configure:2334: $? = 0 configure:2347: result: yes configure:2353: checking whether g++ accepts -g configure:2374: g++ -c -g conftest.cc >&5 configure:2380: $? = 0 configure:2383: test -z || test ! -s conftest.err configure:2386: $? = 0 configure:2389: test -s conftest.o configure:2392: $? = 0 configure:2403: result: yes configure:2445: g++ -c -g -O2 conftest.cc >&5 configure:2451: $? = 0 configure:2454: test -z || test ! -s conftest.err configure:2457: $? = 0 configure:2460: test -s conftest.o configure:2463: $? = 0 configure:2489: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:15: error: `exit' undeclared (first use this function) conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2445: g++ -c -g -O2 conftest.cc >&5 configure:2451: $? = 0 configure:2454: test -z || test ! -s conftest.err configure:2457: $? = 0 configure:2460: test -s conftest.o configure:2463: $? = 0 configure:2489: g++ -c -g -O2 conftest.cc >&5 configure:2495: $? = 0 configure:2498: test -z || test ! -s conftest.err configure:2501: $? = 0 configure:2504: test -s conftest.o configure:2507: $? = 0 configure:2541: checking for style of include used by make configure:2569: result: GNU configure:2597: checking dependency style of g++ configure:2687: result: gcc3 configure:2750: checking for gcc configure:2766: found /mingw/bin/gcc configure:2776: result: gcc configure:3020: checking for C compiler version configure:3023: gcc --version &5 gcc.exe (GCC) 3.4.2 (mingw-special) Copyright (C) 2004 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:3026: $? = 0 configure:3028: gcc -v &5 Reading specs from C:/usr/bin/sys/mingw/bin/../lib/gcc/mingw32/3.4.2/specs Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug Thread model: win32 gcc version 3.4.2 (mingw-special) configure:3031: $? = 0 configure:3033: gcc -V &5 gcc.exe: `-V' option must have argument configure:3036: $? = 1 configure:3039: checking whether we are using the GNU C compiler configure:3063: gcc -c conftest.c >&5 configure:3069: $? = 0 configure:3072: test -z || test ! -s conftest.err configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3094: result: yes configure:3100: checking whether gcc accepts -g configure:3121: gcc -c -g conftest.c >&5 configure:3127: $? = 0 configure:3130: test -z || test ! -s conftest.err configure:3133: $? = 0 configure:3136: test -s conftest.o configure:3139: $? = 0 configure:3150: result: yes configure:3167: checking for gcc option to accept ANSI C configure:3237: gcc -c -g -O2 conftest.c >&5 configure:3243: $? = 0 configure:3246: test -z || test ! -s conftest.err configure:3249: $? = 0 configure:3252: test -s conftest.o configure:3255: $? = 0 configure:3273: result: none needed configure:3291: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3297: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3429: checking dependency style of gcc configure:3519: result: gcc3 configure:3541: checking how to run the C preprocessor configure:3576: gcc -E conftest.c configure:3582: $? = 0 configure:3614: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3659: result: gcc -E configure:3683: gcc -E conftest.c configure:3689: $? = 0 configure:3721: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3727: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3783: checking for a BSD-compatible install configure:3838: result: /bin/install -c configure:3849: checking whether ln -s works configure:3853: result: yes configure:3860: checking whether make sets $(MAKE) configure:3880: result: yes configure:3930: checking for ranlib configure:3946: found /mingw/bin/ranlib configure:3957: result: ranlib configure:4049: checking build system type configure:4067: result: i686-pc-mingw32 configure:4075: checking host system type configure:4089: result: i686-pc-mingw32 configure:4097: checking for a sed that does not truncate output configure:4151: result: /bin/sed configure:4154: checking for egrep configure:4164: result: grep -E configure:4180: checking for ld used by gcc configure:4247: result: C:/usr/bin/sys/mingw/mingw32/bin/ld.exe configure:4256: checking if the linker (C:/usr/bin/sys/mingw/mingw32/bin/ld.exe) is GNU ld configure:4271: result: yes configure:4276: checking for C:/usr/bin/sys/mingw/mingw32/bin/ld.exe option to reload object files configure:4283: result: -r configure:4292: checking for BSD-compatible nm configure:4334: result: /mingw/bin/nm configure:4338: checking how to recognise dependent libraries configure:4512: result: file_magic file format pei*-i386(.*architecture: i386)? configure:4756: checking for dlltool configure:4772: found /mingw/bin/dlltool configure:4783: result: dlltool configure:4836: checking for as configure:4852: found /mingw/bin/as configure:4863: result: as configure:4916: checking for objdump configure:4932: found /mingw/bin/objdump configure:4943: result: objdump configure:4963: checking for ANSI C header files configure:4988: gcc -c -g -O2 conftest.c >&5 configure:4994: $? = 0 configure:4997: test -z || test ! -s conftest.err configure:5000: $? = 0 configure:5003: test -s conftest.o configure:5006: $? = 0 configure:5092: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5097: ./conftest.exe configure:5100: $? = 0 configure:5115: result: yes configure:5139: checking for sys/types.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for sys/stat.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for stdlib.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for string.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for memory.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for strings.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for inttypes.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for stdint.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5139: checking for unistd.h configure:5155: gcc -c -g -O2 conftest.c >&5 configure:5161: $? = 0 configure:5164: test -z || test ! -s conftest.err configure:5167: $? = 0 configure:5170: test -s conftest.o configure:5173: $? = 0 configure:5184: result: yes configure:5210: checking dlfcn.h usability configure:5222: gcc -c -g -O2 conftest.c >&5 conftest.c:58:19: dlfcn.h: No such file or directory configure:5228: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5250: result: no configure:5254: checking dlfcn.h presence configure:5264: gcc -E conftest.c conftest.c:24:19: dlfcn.h: No such file or directory configure:5270: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 | /* end confdefs.h. */ | #include configure:5290: result: no configure:5325: checking for dlfcn.h configure:5332: result: no configure:5350: checking how to run the C++ preprocessor configure:5381: g++ -E conftest.cc configure:5387: $? = 0 configure:5419: g++ -E conftest.cc conftest.cc:24:28: ac_nonexistent.h: No such file or directory configure:5425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 | /* end confdefs.h. */ | #include configure:5464: result: g++ -E configure:5488: g++ -E conftest.cc configure:5494: $? = 0 configure:5526: g++ -E conftest.cc conftest.cc:24:28: ac_nonexistent.h: No such file or directory configure:5532: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "net6" | #define PACKAGE_TARNAME "net6" | #define PACKAGE_VERSION "1.0.0" | #define PACKAGE_STRING "net6 1.0.0" | #define PACKAGE_BUGREPORT "armin0x539.de" | #define PACKAGE "net6" | #define VERSION "1.0.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 | /* end confdefs.h. */ | #include configure:5627: checking for g77 configure:5656: result: no configure:5627: checking for f77 configure:5656: result: no configure:5627: checking for xlf configure:5656: result: no configure:5627: checking for frt configure:5656: result: no configure:5627: checking for pgf77 configure:5656: result: no configure:5627: checking for fort77 configure:5656: result: no configure:5627: checking for fl32 configure:5656: result: no configure:5627: checking for af77 configure:5656: result: no configure:5627: checking for f90 configure:5656: result: no configure:5627: checking for xlf90 configure:5656: result: no configure:5627: checking for pgf90 configure:5656: result: no configure:5627: checking for epcf90 configure:5656: result: no configure:5627: checking for f95 configure:5656: result: no configure:5627: checking for fort configure:5656: result: no configure:5627: checking for xlf95 configure:5656: result: no configure:5627: checking for ifc configure:5656: result: no configure:5627: checking for efc configure:5656: result: no configure:5627: checking for pgf95 configure:5656: result: no configure:5627: checking for lf95 configure:5656: result: no configure:5627: checking for gfortran configure:5656: result: no configure:5671: checking for Fortran 77 compiler version configure:5671: --version &5 ./configure: --version: command not found configure:5674: $? = 127 configure:5676: -v &5 ./configure: -v: command not found configure:5679: $? = 127 configure:5681: -V &5 ./configure: -V: command not found configure:5684: $? = 127 configure:5692: checking whether we are using the GNU Fortran 77 compiler configure:5706: -c conftest.F >&5 ./configure: -c: command not found configure:5712: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5737: result: no configure:5743: checking whether accepts -g configure:5755: -c -g conftest.f >&5 ./configure: -c: command not found configure:5761: $? = 127 configure: failed program was: | program main | | end configure:5785: result: no configure:5815: checking the maximum length of command line arguments configure:5880: result: 8192 configure:5891: checking command to parse /mingw/bin/nm output from gcc object configure:5980: gcc -c -g -O2 conftest.c >&5 configure:5983: $? = 0 configure:5987: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm configure:5990: $? = 0 cannot find nm_test_var in conftest.nm configure:5980: gcc -c -g -O2 conftest.c >&5 configure:5983: $? = 0 configure:5987: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm configure:5990: $? = 0 configure:6042: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:6045: $? = 0 configure:6083: result: ok configure:6087: checking for objdir configure:6102: result: .libs configure:6192: checking for ar configure:6208: found /mingw/bin/ar configure:6219: result: ar configure:6272: checking for ranlib configure:6299: result: ranlib configure:6352: checking for strip configure:6368: found /mingw/bin/strip configure:6379: result: strip configure:6641: checking if gcc static flag works configure:6664: result: yes configure:6682: checking if gcc supports -fno-rtti -fno-exceptions configure:6703: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6707: $? = 0 configure:6715: result: no configure:6730: checking for gcc option to produce PIC configure:6907: result: -DDLL_EXPORT configure:6915: checking if gcc PIC flag -DDLL_EXPORT works configure:6936: gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5 configure:6940: $? = 0 configure:6948: result: yes configure:6972: checking if gcc supports -c -o file.o configure:6996: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7000: $? = 0 configure:7017: result: yes configure:7043: checking whether the gcc linker (C:/usr/bin/sys/mingw/mingw32/bin/ld.exe) supports shared libraries configure:7890: result: yes configure:7916: checking whether -lc should be explicitly linked in configure:7921: gcc -c -g -O2 conftest.c >&5 configure:7924: $? = 0 configure:7938: gcc -shared conftest.o -v -o ./conftest -Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7941: $? = 1 configure:7953: result: yes configure:7961: checking dynamic linker characteristics configure:8513: result: Win32 ld.exe configure:8517: checking how to hardcode library paths into programs configure:8542: result: immediate configure:8556: checking whether stripping libraries is possible configure:8561: result: yes configure:9384: checking if libtool supports shared libraries configure:9386: result: yes configure:9389: checking whether to build shared libraries configure:9447: result: yes configure:9450: checking whether to build static libraries configure:9454: result: yes configure:9546: creating libtool configure:10093: checking for ld used by g++ configure:10160: result: C:/usr/bin/sys/mingw/mingw32/bin/ld.exe configure:10169: checking if the linker (C:/usr/bin/sys/mingw/mingw32/bin/ld.exe) is GNU ld configure:10184: result: yes configure:10235: checking whether the g++ linker (C:/usr/bin/sys/mingw/mingw32/bin/ld.exe) supports shared libraries configure:11061: result: yes configure:11079: g++ -c -g -O2 conftest.cc >&5 configure:11082: $? = 0 configure:11178: checking for g++ option to produce PIC configure:11430: result: -DDLL_EXPORT configure:11438: checking if g++ PIC flag -DDLL_EXPORT works configure:11459: g++ -c -g -O2 -DDLL_EXPORT -DPIC conftest.cc >&5 configure:11463: $? = 0 configure:11471: result: yes configure:11495: checking if g++ supports -c -o file.o configure:11519: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:11523: $? = 0 configure:11540: result: yes configure:11566: checking whether the g++ linker (C:/usr/bin/sys/mingw/mingw32/bin/ld.exe) supports shared libraries configure:11594: result: yes configure:11665: checking dynamic linker characteristics configure:12217: result: Win32 ld.exe configure:12221: checking how to hardcode library paths into programs configure:12246: result: immediate configure:12260: checking whether stripping libraries is possible configure:12265: result: yes configure:19563: checking whether to enable WIN32 specific flags configure:19568: result: yes configure:19594: checking for pkg-config configure:19612: found /c/usr/bin/gtk/bin/pkg-config configure:19625: result: /c/usr/bin/gtk/bin/pkg-config configure:19642: checking for sigc++-2.0 configure:19646: result: yes configure:19650: checking libnet6_CFLAGS configure:19653: result: -Ic:/usr/bin/gtk/include/sigc++-2.0 -Ic:/usr/bin/gtk/lib/sigc++-2.0/include configure:19656: checking libnet6_LIBS configure:19659: result: -Lc:/usr/bin/gtk/lib -lsigc-2.0 configure:19851: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by net6 config.status 1.0.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on iroquois config.status:760: creating Makefile config.status:760: creating net6-1.0.pc config.status:905: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-mingw32 ac_cv_build_alias=i686-pc-mingw32 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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_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=.exe ac_cv_f77_compiler_gnu=no ac_cv_header_dlfcn_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-mingw32 ac_cv_host_alias=i686-pc-mingw32 ac_cv_objext=o ac_cv_path_PKG_CONFIG=/c/usr/bin/gtk/bin/pkg-config 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_ac_ct_AR=ar ac_cv_prog_ac_ct_AS=as ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_OBJDUMP=objdump 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_f77_g=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=C:/usr/bin/sys/mingw/mingw32/bin/ld.exe lt_cv_path_LDCXX=C:/usr/bin/sys/mingw/mingw32/bin/ld.exe lt_cv_path_NM=/mingw/bin/nm 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_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]*\) \{0,1\}$/\1 \2\3 \3/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=8192 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\) \\{0,1\\}\$/\\1 \\2\\3 \\3/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'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/Armin/net6-1.0.0/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/Armin/net6-1.0.0/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /home/Armin/net6-1.0.0/missing --run autoconf' AUTOHEADER='${SHELL} /home/Armin/net6-1.0.0/missing --run autoheader' AUTOMAKE='${SHELL} /home/Armin/net6-1.0.0/missing --run automake-1.9' AWK='gawk' 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' DEFS='-DPACKAGE_NAME=\"net6\" -DPACKAGE_TARNAME=\"net6\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"net6\ 1.0.0\" -DPACKAGE_BUGREPORT=\"armin0x539.de\" -DPACKAGE=\"net6\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='.exe' F77='' FFLAGS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/Armin/net6-1.0.0/missing --run makeinfo' OBJDUMP='objdump' OBJEXT='o' PACKAGE='net6' PACKAGE_BUGREPORT='armin0x539.de' PACKAGE_NAME='net6' PACKAGE_STRING='net6 1.0.0' PACKAGE_TARNAME='net6' PACKAGE_VERSION='1.0.0' PATH_SEPARATOR=':' PKG_CONFIG='/c/usr/bin/gtk/bin/pkg-config' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.0.0' WIN32_FALSE='#' WIN32_TRUE='' ac_ct_AR='ar' ac_ct_AS='as' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DLLTOOL='dlltool' ac_ct_F77='' ac_ct_OBJDUMP='objdump' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' 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-mingw32' build_alias='' build_cpu='i686' build_os='mingw32' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-mingw32' host_alias='' host_cpu='i686' host_os='mingw32' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/Armin/net6-1.0.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libnet6_CFLAGS='-Ic:/usr/bin/gtk/include/sigc++-2.0 -Ic:/usr/bin/gtk/lib/sigc++-2.0/include ' libnet6_LIBS='-Lc:/usr/bin/gtk/lib -lsigc-2.0 ' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "net6" #define PACKAGE_BUGREPORT "armin0x539.de" #define PACKAGE_NAME "net6" #define PACKAGE_STRING "net6 1.0.0" #define PACKAGE_TARNAME "net6" #define PACKAGE_VERSION "1.0.0" #define STDC_HEADERS 1 #define VERSION "1.0.0" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0