This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gnunet configure 0.9.0pre1, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --with-extractor=/usr/local ## --------- ## ## Platform. ## ## --------- ## hostname = SERVER.gateway.2wire.net uname -m = i386 uname -r = 4.5 uname -s = OpenBSD uname -v = GENERIC#1749 /usr/bin/uname -p = Intel Pentium II ("GenuineIntel" 686-class, 512KB L2 cache) /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = OpenBSD.i386 /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /usr/local/sbin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2862: checking for a BSD-compatible install configure:2930: result: /usr/bin/install -c configure:2941: checking whether build environment is sane configure:2991: result: yes configure:3132: checking for a thread-safe mkdir -p configure:3171: result: ./install-sh -c -d configure:3184: checking for gawk configure:3214: result: no configure:3184: checking for mawk configure:3214: result: no configure:3184: checking for nawk configure:3200: found /usr/bin/nawk configure:3211: result: nawk configure:3222: checking whether make sets $(MAKE) configure:3244: result: yes configure:3334: checking build system type configure:3348: result: i386-unknown-openbsd4.5 configure:3368: checking host system type configure:3381: result: i386-unknown-openbsd4.5 configure:3405: checking for gawk configure:3432: result: nawk configure:3491: checking for gcc configure:3507: found /usr/bin/gcc configure:3518: result: gcc configure:3747: checking for C compiler version configure:3756: gcc --version >&5 gcc (GCC) 3.3.5 (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:3767: $? = 0 configure:3756: gcc -v >&5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.5/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) configure:3767: $? = 0 configure:3756: gcc -V >&5 gcc: `-V' option must have argument configure:3767: $? = 1 configure:3756: gcc -qversion >&5 gcc: unrecognized option `-qversion' gcc: no input files configure:3767: $? = 1 configure:3787: checking whether the C compiler works configure:3809: gcc conftest.c >&5 configure:3813: $? = 0 configure:3862: result: yes configure:3865: checking for C compiler default output file name configure:3867: result: a.out configure:3873: checking for suffix of executables configure:3880: gcc -o conftest conftest.c >&5 configure:3884: $? = 0 configure:3906: result: configure:3928: checking whether we are cross compiling configure:3936: gcc -o conftest conftest.c >&5 configure:3940: $? = 0 configure:3947: ./conftest configure:3951: $? = 0 configure:3966: result: no configure:3971: checking for suffix of object files configure:3993: gcc -c conftest.c >&5 configure:3997: $? = 0 configure:4018: result: o configure:4022: checking whether we are using the GNU C compiler configure:4041: gcc -c conftest.c >&5 configure:4041: $? = 0 configure:4050: result: yes configure:4059: checking whether gcc accepts -g configure:4079: gcc -c -g conftest.c >&5 configure:4079: $? = 0 configure:4120: result: yes configure:4137: checking for gcc option to accept ISO C89 configure:4201: gcc -c -g -O2 conftest.c >&5 configure:4201: $? = 0 configure:4214: result: none needed configure:4245: checking for style of include used by make configure:4273: result: GNU configure:4298: checking dependency style of gcc configure:4408: result: gcc3 configure:4428: checking how to run the C preprocessor configure:4459: gcc -E conftest.c configure:4459: $? = 0 configure:4473: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4473: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | /* end confdefs.h. */ | #include configure:4498: result: gcc -E configure:4518: gcc -E conftest.c configure:4518: $? = 0 configure:4532: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4532: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | /* end confdefs.h. */ | #include configure:4618: checking for g++ configure:4634: found /usr/bin/g++ configure:4645: result: g++ configure:4672: checking for C++ compiler version configure:4681: g++ --version >&5 g++ (GCC) 3.3.5 (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:4692: $? = 0 configure:4681: g++ -v >&5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.5/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) configure:4692: $? = 0 configure:4681: g++ -V >&5 g++: `-V' option must have argument configure:4692: $? = 1 configure:4681: g++ -qversion >&5 g++: unrecognized option `-qversion' g++: no input files configure:4692: $? = 1 configure:4696: checking whether we are using the GNU C++ compiler configure:4715: g++ -c conftest.cpp >&5 configure:4715: $? = 0 configure:4724: result: yes configure:4733: checking whether g++ accepts -g configure:4753: g++ -c -g conftest.cpp >&5 configure:4753: $? = 0 configure:4794: result: yes configure:4819: checking dependency style of g++ configure:4929: result: gcc3 configure:4998: checking for gcc configure:5014: found /usr/bin/gcc configure:5025: result: gcc configure:5050: checking for Objective C compiler version configure:5059: gcc --version >&5 gcc (GCC) 3.3.5 (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:5070: $? = 0 configure:5059: gcc -v >&5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.5/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) configure:5070: $? = 0 configure:5059: gcc -V >&5 gcc: `-V' option must have argument configure:5070: $? = 1 configure:5059: gcc -qversion >&5 gcc: unrecognized option `-qversion' gcc: no input files configure:5070: $? = 1 configure:5074: checking whether we are using the GNU Objective C compiler configure:5093: gcc -c conftest.m >&5 configure:5093: $? = 0 configure:5102: result: yes configure:5111: checking whether gcc accepts -g configure:5131: gcc -c -g conftest.m >&5 configure:5131: $? = 0 configure:5172: result: yes configure:5197: checking dependency style of gcc configure:5305: result: gcc3 configure:5321: checking whether ln -s works configure:5325: result: yes configure:5332: checking whether make sets $(MAKE) configure:5354: result: yes configure:5364: checking whether gcc and cc understand -c and -o together configure:5395: gcc -c conftest.c -o conftest2.o >&5 configure:5399: $? = 0 configure:5405: gcc -c conftest.c -o conftest2.o >&5 configure:5409: $? = 0 configure:5420: cc -c conftest.c >&5 configure:5424: $? = 0 configure:5432: cc -c conftest.c -o conftest2.o >&5 configure:5436: $? = 0 configure:5442: cc -c conftest.c -o conftest2.o >&5 configure:5446: $? = 0 configure:5464: result: yes configure:5515: checking for a sed that does not truncate output configure:5579: result: /usr/bin/sed configure:5597: checking for grep that handles long lines and -e configure:5655: result: /usr/bin/grep configure:5660: checking for egrep configure:5722: result: /usr/bin/grep -E configure:5727: checking for fgrep configure:5789: result: /usr/bin/grep -F configure:5824: checking for ld used by gcc configure:5891: result: /usr/bin/ld configure:5898: checking if the linker (/usr/bin/ld) is GNU ld configure:5913: result: yes configure:5925: checking for BSD- or MS-compatible name lister (nm) configure:5974: result: /usr/bin/nm -B configure:6092: checking the name lister (/usr/bin/nm -B) interface configure:6099: gcc -c -g -O2 conftest.c >&5 configure:6102: /usr/bin/nm -B "conftest.o" configure:6105: output 00000000 F conftest.c 00000000 D some_variable configure:6112: result: BSD nm configure:6116: checking the maximum length of command line arguments configure:6236: result: 196608 configure:6253: checking whether the shell understands some XSI constructs configure:6263: result: yes configure:6267: checking whether the shell understands "+=" configure:6273: result: no configure:6308: checking for /usr/bin/ld option to reload object files configure:6315: result: -r configure:6384: checking for objdump configure:6400: found /usr/bin/objdump configure:6411: result: objdump configure:6440: checking how to recognize dependent libraries configure:6636: result: match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ configure:6696: checking for ar configure:6712: found /usr/bin/ar configure:6723: result: ar configure:6801: checking for strip configure:6817: found /usr/bin/strip configure:6828: result: strip configure:6900: checking for ranlib configure:6916: found /usr/bin/ranlib configure:6927: result: ranlib configure:7017: checking command to parse /usr/bin/nm -B output from gcc object configure:7135: gcc -c -g -O2 conftest.c >&5 configure:7138: $? = 0 configure:7142: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7145: $? = 0 configure:7199: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7202: $? = 0 configure:7240: result: ok configure:8045: checking for ANSI C header files configure:8065: gcc -c -g -O2 conftest.c >&5 configure:8065: $? = 0 configure:8138: gcc -o conftest -g -O2 conftest.c >&5 configure:8138: $? = 0 configure:8138: ./conftest configure:8138: $? = 0 configure:8149: result: yes configure:8162: checking for sys/types.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for sys/stat.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for stdlib.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for string.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for memory.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for strings.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for inttypes.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for stdint.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8162: checking for unistd.h configure:8162: gcc -c -g -O2 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8177: checking for dlfcn.h configure:8177: gcc -c -g -O2 conftest.c >&5 configure:8177: $? = 0 configure:8177: result: yes configure:8302: checking for C++ compiler version configure:8311: g++ --version >&5 g++ (GCC) 3.3.5 (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:8322: $? = 0 configure:8311: g++ -v >&5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.5/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) configure:8322: $? = 0 configure:8311: g++ -V >&5 g++: `-V' option must have argument configure:8322: $? = 1 configure:8311: g++ -qversion >&5 g++: unrecognized option `-qversion' g++: no input files configure:8322: $? = 1 configure:8326: checking whether we are using the GNU C++ compiler configure:8354: result: yes configure:8363: checking whether g++ accepts -g configure:8424: result: yes configure:8449: checking dependency style of g++ configure:8559: result: gcc3 configure:8582: checking how to run the C++ preprocessor configure:8609: g++ -E conftest.cpp configure:8609: $? = 0 configure:8623: g++ -E conftest.cpp conftest.cpp:22:28: ac_nonexistent.h: No such file or directory configure:8623: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:8648: result: g++ -E configure:8668: g++ -E conftest.cpp configure:8668: $? = 0 configure:8682: g++ -E conftest.cpp conftest.cpp:22:28: ac_nonexistent.h: No such file or directory configure:8682: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:9184: checking for objdir configure:9199: result: .libs configure:9495: checking if gcc supports -fno-rtti -fno-exceptions configure:9513: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:9517: $? = 0 configure:9530: result: no configure:9550: checking for gcc option to produce PIC configure:9822: result: -fPIC -DPIC configure:9834: checking if gcc PIC flag -fPIC -DPIC works configure:9852: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9856: $? = 0 configure:9869: result: yes configure:9893: checking if gcc static flag -static works configure:9921: result: yes configure:9936: checking if gcc supports -c -o file.o configure:9957: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9961: $? = 0 configure:9983: result: yes configure:9991: checking if gcc supports -c -o file.o configure:10038: result: yes configure:10071: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:11062: result: yes configure:11099: checking whether -lc should be explicitly linked in configure:11104: gcc -c -g -O2 conftest.c >&5 configure:11107: $? = 0 configure:11122: gcc -shared -fPIC -DPIC -o conftest conftest.o -v 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11125: $? = 1 configure:11137: result: yes configure:11301: checking dynamic linker characteristics configure:11964: result: openbsd4.5 ld.so configure:12066: checking how to hardcode library paths into programs configure:12091: result: immediate configure:12185: checking for shl_load configure:12185: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccSHmoXb.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:57: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:12185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:12185: result: no configure:12189: checking for shl_load in -ldld configure:12214: gcc -o conftest -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:12214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:12223: result: no configure:12228: checking for dlopen configure:12228: gcc -o conftest -g -O2 conftest.c >&5 configure:12228: $? = 0 configure:12228: result: yes configure:12385: checking whether a program can dlopen itself configure:12455: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,-E conftest.c >&5 configure:12458: $? = 0 configure:12476: result: yes configure:12481: checking whether a statically linked program can dlopen itself configure:12551: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,-E -static conftest.c >&5 configure:12554: $? = 0 Wrong dl symbols! Wrong dl symbols! configure:12572: result: no configure:12611: checking whether stripping libraries is possible configure:12616: result: yes configure:12651: checking if libtool supports shared libraries configure:12653: result: yes configure:12656: checking whether to build shared libraries configure:12677: result: yes configure:12680: checking whether to build static libraries configure:12684: result: no configure:12834: checking for ld used by g++ configure:12901: result: /usr/bin/ld configure:12908: checking if the linker (/usr/bin/ld) is GNU ld configure:12923: result: yes configure:12978: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:13891: result: yes configure:13919: g++ -c -g -O2 conftest.cpp >&5 configure:13922: $? = 0 configure:14104: checking for g++ option to produce PIC configure:14421: result: -fPIC -DPIC configure:14430: checking if g++ PIC flag -fPIC -DPIC works configure:14448: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14452: $? = 0 configure:14465: result: yes configure:14486: checking if g++ static flag -static works configure:14514: result: yes configure:14526: checking if g++ supports -c -o file.o configure:14547: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14551: $? = 0 configure:14573: result: yes configure:14578: checking if g++ supports -c -o file.o configure:14625: result: yes configure:14655: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:14684: result: yes configure:14821: checking dynamic linker characteristics configure:15432: result: openbsd4.5 ld.so configure:15483: checking how to hardcode library paths into programs configure:15508: result: immediate configure:15566: checking which extension is used for runtime loadable modules configure:15576: result: .so configure:15586: checking which variable specifies run-time module search path configure:15593: result: LD_LIBRARY_PATH configure:15603: checking for the default library search path configure:15610: result: /usr/lib configure:15640: checking for library containing dlopen configure:15671: gcc -o conftest -g -O2 conftest.c >&5 configure:15671: $? = 0 configure:15688: result: none required configure:15778: checking for dlerror configure:15778: gcc -o conftest -g -O2 conftest.c >&5 configure:15778: $? = 0 configure:15778: result: yes configure:15792: checking for shl_load configure:15792: result: no configure:15799: checking for shl_load in -ldld configure:15833: result: no configure:15879: checking for dld_link in -ldld configure:15904: gcc -o conftest -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:15904: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dld_link (); | int | main () | { | return dld_link (); | ; | return 0; | } configure:15913: result: no configure:15947: checking for _ prefix in compiled symbols configure:15957: gcc -c -g -O2 conftest.c >&5 configure:15960: $? = 0 configure:15964: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:15967: $? = 0 configure:15989: result: no configure:16103: checking whether deplibs are loaded by dlopen configure:16197: result: yes configure:16209: checking for argz.h configure:16209: gcc -c -g -O2 conftest.c >&5 conftest.c:63:18: argz.h: No such file or directory configure:16209: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:16209: result: no configure:16221: checking for error_t configure:16221: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:36: error: `error_t' undeclared (first use in this function) conftest.c:36: error: (Each undeclared identifier is reported only once conftest.c:36: error: for each function it appears in.) configure:16221: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | /* end confdefs.h. */ | #if defined(HAVE_ARGZ_H) | # include | #endif | | int | main () | { | if (sizeof (error_t)) | return 0; | ; | return 0; | } configure:16221: result: no configure:16247: checking for argz_add configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//cclgLsBv.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_add' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_add to an innocuous variant, in case declares argz_add. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_add innocuous_argz_add | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_add (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_add | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_add (); | /* 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_argz_add || defined __stub___argz_add | choke me | #endif | | int | main () | { | return argz_add (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_append configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccOdGbFQ.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_append' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_append to an innocuous variant, in case declares argz_append. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_append innocuous_argz_append | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_append (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_append | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_append (); | /* 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_argz_append || defined __stub___argz_append | choke me | #endif | | int | main () | { | return argz_append (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_count configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//cckZmXVD.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_count' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_count to an innocuous variant, in case declares argz_count. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_count innocuous_argz_count | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_count (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_count | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_count (); | /* 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_argz_count || defined __stub___argz_count | choke me | #endif | | int | main () | { | return argz_count (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_create_sep configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccdrqOcC.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_create_sep' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_create_sep to an innocuous variant, in case declares argz_create_sep. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_create_sep innocuous_argz_create_sep | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_create_sep (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_create_sep | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_create_sep (); | /* 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_argz_create_sep || defined __stub___argz_create_sep | choke me | #endif | | int | main () | { | return argz_create_sep (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_insert configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccJoPgbo.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_insert' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_insert to an innocuous variant, in case declares argz_insert. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_insert innocuous_argz_insert | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_insert (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_insert | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_insert (); | /* 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_argz_insert || defined __stub___argz_insert | choke me | #endif | | int | main () | { | return argz_insert (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_next configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccUwknPC.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_next' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_next to an innocuous variant, in case declares argz_next. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_next innocuous_argz_next | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_next (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_next | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_next (); | /* 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_argz_next || defined __stub___argz_next | choke me | #endif | | int | main () | { | return argz_next (); | ; | return 0; | } configure:16247: result: no configure:16247: checking for argz_stringify configure:16247: gcc -o conftest -g -O2 conftest.c >&5 /tmp//ccxhSXww.o(.text+0x12): In function `main': /root/gnunet-0.9.0pre1/conftest.c:65: undefined reference to `argz_stringify' collect2: ld returned 1 exit status configure:16247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | /* end confdefs.h. */ | /* Define argz_stringify to an innocuous variant, in case declares argz_stringify. | For example, HP-UX 11i declares gettimeofday. */ | #define argz_stringify innocuous_argz_stringify | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argz_stringify (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef argz_stringify | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char argz_stringify (); | /* 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_argz_stringify || defined __stub___argz_stringify | choke me | #endif | | int | main () | { | return argz_stringify (); | ; | return 0; | } configure:16247: result: no configure:16312: checking whether libtool supports -dlopen/-dlpreopen configure:16324: result: yes configure:16356: checking for ltdl.h configure:16356: gcc -c -g -O2 conftest.c >&5 conftest.c:67:18: ltdl.h: No such file or directory configure:16356: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | | #include configure:16356: result: no configure:16498: checking where to find libltdl headers configure:16500: result: -I${top_srcdir}/libltdl configure:16502: checking where to find libltdl library configure:16504: result: ${top_build_prefix}libltdl/libltdlc.la configure:16555: checking for unistd.h configure:16555: result: yes configure:16555: checking for dl.h configure:16555: gcc -c -g -O2 conftest.c >&5 conftest.c:67:16: dl.h: No such file or directory configure:16555: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:16555: result: no configure:16555: checking for sys/dl.h configure:16555: gcc -c -g -O2 conftest.c >&5 conftest.c:67:20: sys/dl.h: No such file or directory configure:16555: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:16555: result: no configure:16555: checking for dld.h configure:16555: gcc -c -g -O2 conftest.c >&5 conftest.c:67:17: dld.h: No such file or directory configure:16555: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:16555: result: no configure:16555: checking for mach-o/dyld.h configure:16555: gcc -c -g -O2 conftest.c >&5 conftest.c:67:25: mach-o/dyld.h: No such file or directory configure:16555: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:16555: result: no configure:16555: checking for dirent.h configure:16555: gcc -c -g -O2 conftest.c >&5 configure:16555: $? = 0 configure:16555: result: yes configure:16571: checking for closedir configure:16571: gcc -o conftest -g -O2 conftest.c >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for opendir configure:16571: gcc -o conftest -g -O2 conftest.c >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for readdir configure:16571: gcc -o conftest -g -O2 conftest.c >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16589: checking for strlcat configure:16589: gcc -o conftest -g -O2 conftest.c >&5 configure:16589: $? = 0 configure:16589: result: yes configure:16589: checking for strlcpy configure:16589: gcc -o conftest -g -O2 conftest.c >&5 configure:16589: $? = 0 configure:16589: result: yes configure:16636: checking for special C compiler options needed for large files configure:16681: result: no configure:16687: checking for _FILE_OFFSET_BITS value needed for large files configure:16712: gcc -c -g -O2 conftest.c >&5 configure:16712: $? = 0 configure:16744: result: no configure:16827: checking for _LARGEFILE_SOURCE value needed for large files configure:16846: gcc -o conftest -g -O2 conftest.c >&5 configure:16846: $? = 0 configure:16874: result: no configure:18699: checking for build target configure:18757: result: openbsd configure:18768: checking whether unaligned 64-bit access works configure:18789: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:48: warning: initialization from incompatible pointer type configure:18789: $? = 0 configure:18789: ./conftest configure:18789: $? = 0 configure:18800: result: yes configure:18814: checking for library containing gethostbyname configure:18845: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c >&5 configure:18845: $? = 0 configure:18862: result: none required configure:18870: checking for socket in -lsocket configure:18895: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:18895: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_OPENDIR 1 | #define HAVE_READDIR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define LT_LIBEXT "a" | #define HAVE_FSEEKO 1 | #define SOMEBSD 1 | #define OPENBSD 1 | #define GNUNET_DEFAULT_INTERFACE "eth0" | #define HAVE_UNALIGNED_64_ACCESS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:18904: result: no configure:18915: checking for log in -lm configure:18940: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c -lm >&5 conftest.c:52: warning: conflicting types for built-in function `log' configure:18940: $? = 0 configure:18949: result: yes configure:18960: checking for getloadavg in -lc configure:18985: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c -lc -lm >&5 configure:18985: $? = 0 configure:18994: result: yes configure:19026: checking for libgcrypt-config configure:19044: found /usr/local/bin/libgcrypt-config configure:19057: result: /usr/local/bin/libgcrypt-config configure:19074: checking for LIBGCRYPT - version >= 1.2.0 configure:19108: result: yes configure:19188: checking for gawk configure:19215: result: nawk configure:19277: checking for curl-config configure:19295: found /usr/local/bin/curl-config configure:19307: result: /usr/local/bin/curl-config configure:19318: checking for the version of libcurl configure:19325: result: 7.18.0 configure:19332: checking for libcurl >= version 7.15.4 configure:19345: result: yes configure:19386: checking whether libcurl is usable configure:19419: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 -I/usr/local/include conftest.c -L/usr/local/lib -lcurl -lssl -lcrypto -lz -lm >&5 /usr/local/lib/libcurl.so.4.1: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libcurl.so.4.1: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libcurl.so.4.1: warning: sprintf() is often misused, please use snprintf() configure:19419: $? = 0 configure:19433: result: yes configure:19446: checking for curl_free configure:19446: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 -I/usr/local/include conftest.c -lm -L/usr/local/lib -lcurl -lssl -lcrypto -lz >&5 /usr/local/lib/libcurl.so.4.1: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libcurl.so.4.1: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libcurl.so.4.1: warning: sprintf() is often misused, please use snprintf() configure:19446: $? = 0 configure:19446: result: yes configure:19533: checking for kvm_open in -lkvm configure:19558: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c -lkvm -lm >&5 configure:19558: $? = 0 configure:19567: result: yes configure:19578: checking for kstat_open in -lkstat configure:19603: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 conftest.c -lkstat -lkvm -lm >&5 /usr/bin/ld: cannot find -lkstat collect2: ld returned 1 exit status configure:19603: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_OPENDIR 1 | #define HAVE_READDIR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define LT_LIBEXT "a" | #define HAVE_FSEEKO 1 | #define SOMEBSD 1 | #define OPENBSD 1 | #define GNUNET_DEFAULT_INTERFACE "eth0" | #define HAVE_UNALIGNED_64_ACCESS 1 | #define HAVE_LIBM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_LIBKVM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char kstat_open (); | int | main () | { | return kstat_open (); | ; | return 0; | } configure:19612: result: no configure:19626: checking for libextractor configure:19631: result: /usr/local configure:19694: checking extractor.h usability configure:19694: gcc -c -fno-strict-aliasing -Wall -g -O2 -I/usr/local/include conftest.c >&5 configure:19694: $? = 0 configure:19694: result: yes configure:19694: checking extractor.h presence configure:19694: gcc -E -I/usr/local/include conftest.c configure:19694: $? = 0 configure:19694: result: yes configure:19694: checking for extractor.h configure:19694: result: yes configure:19699: checking for EXTRACTOR_plugin_add_defaults in -lextractor configure:19724: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lextractor -lkvm -lm >&5 /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x210): In function `get_path_from_PATH': : warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x17a): In function `get_path_from_PATH': : warning: sprintf() is often misused, please use snprintf() /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x93d): In function `get_symbol_with_prefix': : undefined reference to `lt_dlsym' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x954): In function `get_symbol_with_prefix': : undefined reference to `lt_dlerror' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x971): In function `get_symbol_with_prefix': : undefined reference to `lt_dlsym' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x988): In function `get_symbol_with_prefix': : undefined reference to `lt_dlerror' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x9f5): In function `get_symbol_with_prefix': : undefined reference to `lt_dlsym' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xa0f): In function `get_symbol_with_prefix': : undefined reference to `lt_dlsym' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xad7): In function `plugin_load': : undefined reference to `lt_dladvise_init' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xae6): In function `plugin_load': : undefined reference to `lt_dladvise_ext' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xaf5): In function `plugin_load': : undefined reference to `lt_dladvise_local' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xb0c): In function `plugin_load': : undefined reference to `lt_dlopenadvise' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xb1e): In function `plugin_load': : undefined reference to `lt_dladvise_destroy' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xb2f): In function `plugin_load': : undefined reference to `lt_dlerror' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xbb9): In function `plugin_load': : undefined reference to `lt_dlerror' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0xbea): In function `plugin_load': : undefined reference to `lt_dlclose' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x104d): In function `EXTRACTOR_plugin_remove': : undefined reference to `lt_dlclose' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x1508): In function `process_requests': : undefined reference to `shm_open' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x1c86): In function `make_shm': : undefined reference to `shm_open' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x221c): In function `extract': : undefined reference to `shm_unlink' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2265): In function `extract': : undefined reference to `shm_unlink' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x250d): In function `decompress_and_extract': : undefined reference to `inflateInit2_' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x255a): In function `decompress_and_extract': : undefined reference to `inflateEnd' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x257c): In function `decompress_and_extract': : undefined reference to `inflate' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x262e): In function `decompress_and_extract': : undefined reference to `inflateEnd' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x26ec): In function `decompress_and_extract': : undefined reference to `BZ2_bzDecompressInit' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x273f): In function `decompress_and_extract': : undefined reference to `BZ2_bzDecompressEnd' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2768): In function `decompress_and_extract': : undefined reference to `BZ2_bzDecompress' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2834): In function `decompress_and_extract': : undefined reference to `BZ2_bzDecompressEnd' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2cf9): In function `EXTRACTOR_ltdl_init': : undefined reference to `libintl_bindtextdomain' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2d12): In function `EXTRACTOR_ltdl_init': : undefined reference to `libintl_bindtextdomain' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2d1a): In function `EXTRACTOR_ltdl_init': : undefined reference to `lt_dlinit' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2d2e): In function `EXTRACTOR_ltdl_init': : undefined reference to `lt_dlerror' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2d45): In function `EXTRACTOR_ltdl_init': : undefined reference to `libintl_dgettext' /usr/local/lib/libextractor.a(libextractor_la-extractor.o)(.text+0x2d7b): In function `EXTRACTOR_ltdl_fini': : undefined reference to `lt_dlexit' collect2: ld returned 1 exit status configure:19724: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnunet" | #define PACKAGE_TARNAME "gnunet" | #define PACKAGE_VERSION "0.9.0pre1" | #define PACKAGE_STRING "gnunet 0.9.0pre1" | #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gnunet" | #define VERSION "0.9.0pre1" | #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 LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define error_t int | #define __error_t_defined 1 | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_OPENDIR 1 | #define HAVE_READDIR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define LT_LIBEXT "a" | #define HAVE_FSEEKO 1 | #define SOMEBSD 1 | #define OPENBSD 1 | #define GNUNET_DEFAULT_INTERFACE "eth0" | #define HAVE_UNALIGNED_64_ACCESS 1 | #define HAVE_LIBM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_LIBKVM 1 | #define HAVE_EXTRACTOR_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char EXTRACTOR_plugin_add_defaults (); | int | main () | { | return EXTRACTOR_plugin_add_defaults (); | ; | return 0; | } configure:19733: result: no configure:19805: error: GNUnet requires libextractor ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-openbsd4.5 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_argz_add=no ac_cv_func_argz_append=no ac_cv_func_argz_count=no ac_cv_func_argz_create_sep=no ac_cv_func_argz_insert=no ac_cv_func_argz_next=no ac_cv_func_argz_stringify=no ac_cv_func_closedir=yes ac_cv_func_curl_free=yes ac_cv_func_dlerror=yes ac_cv_func_dlopen=yes ac_cv_func_opendir=yes ac_cv_func_readdir=yes ac_cv_func_shl_load=no ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_header_argz_h=no ac_cv_header_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_extractor_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_ltdl_h=no ac_cv_header_mach_o_dyld_h=no 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_dl_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-unknown-openbsd4.5 ac_cv_lib_c_getloadavg=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_extractor_EXTRACTOR_plugin_add_defaults=no ac_cv_lib_kstat_kstat_open=no ac_cv_lib_kvm_kvm_open=yes ac_cv_lib_m_log=yes ac_cv_lib_socket_socket=no ac_cv_objc_compiler_gnu=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_LIBGCRYPT_CONFIG=/usr/local/bin/libgcrypt-config ac_cv_path_SED=/usr/bin/sed ac_cv_path__libcurl_config=/usr/local/bin/curl-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=nawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_OBJC=gcc 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_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=yes ac_cv_search_dlopen='none required' ac_cv_search_gethostbyname='none required' ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_error_t=no ac_cv_unaligned_64_access=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_OBJC_dependencies_compiler_type=gcc3 libcurl_cv_lib_curl_usable=yes libcurl_cv_lib_curl_version=7.18.0 libcurl_cv_lib_version_ok=yes libltdl_cv_lib_dl_dlopen=yes libltdl_cv_preloaded_symbols=yes libltdl_cv_shlibext=.so lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_module_path_var=LD_LIBRARY_PATH lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_dlopen_deplibs=yes lt_cv_sys_dlsearch_path=/usr/lib lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\' lt_cv_sys_max_cmd_len=196608 lt_cv_sys_symbol_underscore=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /root/gnunet-0.9.0pre1/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /root/gnunet-0.9.0pre1/missing --run tar' AR='ar' ARGZ_H='argz.h' AS='as' AUTOCONF='${SHELL} /root/gnunet-0.9.0pre1/missing --run autoconf' AUTOHEADER='${SHELL} /root/gnunet-0.9.0pre1/missing --run autoheader' AUTOMAKE='${SHELL} /root/gnunet-0.9.0pre1/missing --run automake-1.11' AWK='nawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-strict-aliasing -Wall -g -O2' CONVENIENCE_LTDL_FALSE='#' CONVENIENCE_LTDL_TRUE='' CPP='gcc -E' CPPFLAGS='-I/usr/local/include ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' CYGWIN_FALSE='' CYGWIN_TRUE='#' DARWIN_FALSE='' DARWIN_TRUE='#' DEFAULT_INTERFACE='"eth0"' DEFS='' DEPDIR='.deps' DLLDIR='lib' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXT_LIBS='' EXT_LIB_PATH='' FGREP='/usr/bin/grep -F' GMSGFMT='' GMSGFMT_015='' GN_DAEMON_CONFIG_DIR='' GN_DAEMON_HOME_DIR='' GN_INTLINCL='' GN_LIBINTL='' GN_LIB_LDFLAGS='' GN_PLUGIN_LDFLAGS='' GN_USER_HOME_DIR='' GREP='/usr/bin/grep' HAVE_ESMTP_FALSE='' HAVE_ESMTP_TRUE='' HAVE_MHD_FALSE='' HAVE_MHD_TRUE='' HAVE_MYSQLE_FALSE='' HAVE_MYSQLE_TRUE='' HAVE_MYSQL_FALSE='' HAVE_MYSQL_TRUE='' HAVE_OPENSSL_FALSE='' HAVE_OPENSSL_TRUE='' HAVE_POSTGRES_FALSE='' HAVE_POSTGRES_TRUE='' HAVE_PYTHON_FALSE='' HAVE_PYTHON_PEXPECT_FALSE='' HAVE_PYTHON_PEXPECT_TRUE='' HAVE_PYTHON_TRUE='' HAVE_SQLITE_FALSE='' HAVE_SQLITE_TRUE='' HAVE_ZLIB_FALSE='' HAVE_ZLIB_TRUE='' INCLTDL='-I${top_srcdir}/libltdl' INSTALL_DATA='${INSTALL} -m 644' INSTALL_LTDL_FALSE='' INSTALL_LTDL_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS='-L/usr/local/lib ' LIBADD_DL=' ' LIBADD_DLD_LINK='' LIBADD_DLOPEN='' LIBADD_SHL_LOAD='' LIBCURL='-L/usr/local/lib -lcurl -lssl -lcrypto -lz' LIBCURL_CPPFLAGS='-I/usr/local/include' LIBGCRYPT_CFLAGS='-I/usr/local/include' LIBGCRYPT_CONFIG='/usr/local/bin/libgcrypt-config' LIBGCRYPT_LIBS='-L/usr/local/lib -lgcrypt -lgpg-error' LIBICONV='' LIBINTL='' LIBLTDL='${top_build_prefix}libltdl/libltdlc.la' LIBOBJS='' LIBPREFIX='' LIBS='-lkvm -lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LINUX_FALSE='' LINUX_TRUE='#' LIPO='' LN_S='ln -s' LTDLDEPS='${top_build_prefix}libltdl/libltdlc.la' LTDLINCL='-I${top_srcdir}/libltdl' LTDLOPEN='libltdl' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LT_CONFIG_H='' LT_DLLOADERS=' libltdl/dlopen.la' LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la ' MAKEINFO='${SHELL} /root/gnunet-0.9.0pre1/missing --run makeinfo' MINGW_FALSE='' MINGW_TRUE='#' MKDIR_P='./install-sh -c -d' MSGFMT='' MSGFMT_015='' MSGMERGE='' MYSQL_CPPFLAGS='' MYSQL_LDFLAGS='' NM='/usr/bin/nm -B' NMEDIT='' OBJC='gcc' OBJCDEPMODE='depmode=gcc3' OBJCFLAGS='-g -O2' OBJDUMP='objdump' OBJEXT='o' OPENBSD_FALSE='#' OPENBSD_TRUE='' OTOOL64='' OTOOL='' PACKAGE='gnunet' PACKAGE_BUGREPORT='bug-gnunet@gnu.org' PACKAGE_NAME='gnunet' PACKAGE_STRING='gnunet 0.9.0pre1' PACKAGE_TARNAME='gnunet' PACKAGE_URL='' PACKAGE_VERSION='0.9.0pre1' PATH_SEPARATOR=':' POSTGRES_CPPFLAGS='' POSTGRES_LDFLAGS='' POSUB='' PYTHON='' PYTHON_EXEC_PREFIX='' PYTHON_PLATFORM='' PYTHON_PREFIX='' PYTHON_VERSION='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SOLARIS_FALSE='' SOLARIS_TRUE='#' SQLITE_CPPFLAGS='' SQLITE_LDFLAGS='' STRIP='strip' USE_COVERAGE_FALSE='' USE_COVERAGE_TRUE='' USE_NLS='' VERSION='0.9.0pre1' WANT_FRAMEWORK_FALSE='' WANT_FRAMEWORK_TRUE='' XFREEBSD_FALSE='' XFREEBSD_TRUE='#' XGETTEXT='' XGETTEXT_015='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' _libcurl_config='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_OBJC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='' am__fastdepOBJC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-openbsd4.5' build_alias='' build_cpu='i386' build_os='openbsd4.5' build_target='openbsd' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i386-unknown-openbsd4.5' host_alias='' host_cpu='i386' host_os='openbsd4.5' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /root/gnunet-0.9.0pre1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='/bin/echo' ltdl_LIBOBJS='' ltdl_LTLIBOBJS='' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/./install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='' pkgpythondir='' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='' pythondir='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libltdl' sys_symbol_underscore='no' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "gnunet" #define PACKAGE_TARNAME "gnunet" #define PACKAGE_VERSION "0.9.0pre1" #define PACKAGE_STRING "gnunet 0.9.0pre1" #define PACKAGE_BUGREPORT "bug-gnunet@gnu.org" #define PACKAGE_URL "" #define PACKAGE "gnunet" #define VERSION "0.9.0pre1" #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 LT_OBJDIR ".libs/" #define LT_MODULE_EXT ".so" #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" #define LT_DLSEARCH_PATH "/usr/lib" #define HAVE_LIBDL 1 #define HAVE_DLERROR 1 #define HAVE_LIBDLLOADER 1 #define error_t int #define __error_t_defined 1 #define HAVE_PRELOADED_SYMBOLS 1 #define HAVE_UNISTD_H 1 #define HAVE_DIRENT_H 1 #define HAVE_CLOSEDIR 1 #define HAVE_OPENDIR 1 #define HAVE_READDIR 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define LT_LIBEXT "a" #define HAVE_FSEEKO 1 #define SOMEBSD 1 #define OPENBSD 1 #define GNUNET_DEFAULT_INTERFACE "eth0" #define HAVE_UNALIGNED_64_ACCESS 1 #define HAVE_LIBM 1 #define HAVE_GETLOADAVG 1 #define HAVE_LIBCURL 1 #define LIBCURL_FEATURE_SSL 1 #define LIBCURL_FEATURE_IPV6 1 #define LIBCURL_FEATURE_LIBZ 1 #define LIBCURL_FEATURE_NTLM 1 #define LIBCURL_PROTOCOL_HTTP 1 #define LIBCURL_PROTOCOL_HTTPS 1 #define LIBCURL_PROTOCOL_FTP 1 #define LIBCURL_PROTOCOL_FTPS 1 #define LIBCURL_PROTOCOL_FILE 1 #define LIBCURL_PROTOCOL_TELNET 1 #define LIBCURL_PROTOCOL_DICT 1 #define LIBCURL_PROTOCOL_TFTP 1 #define HAVE_LIBKVM 1 #define HAVE_EXTRACTOR_H 1 configure: exit 1