| configure:3871: gcc --version >&5 | gcc (GCC) 11.2.0 | Copyright (C) 2021 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:3882: $? = 0 | configure:3871: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper | Target: x86_64-pc-linux-gnu | Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib | Thread model: posix | Supported LTO compression algorithms: zlib zstd | gcc version 11.2.0 (GCC) | configure:3882: $? = 0 | configure:3871: gcc -V >&5 | gcc: error: unrecognized command-line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3882: $? = 1 | configure:3871: gcc -qversion >&5 | gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? | gcc: fatal error: no input files | compilation terminated. | configure:3882: $? = 1 | configure:3902: checking whether the C compiler works | configure:3924: gcc conftest.c >&5 | configure:3928: $? = 0 | configure:3976: result: yes | configure:3979: checking for C compiler default output file name | configure:3981: result: a.out | configure:3987: checking for suffix of executables | configure:3994: gcc -o conftest conftest.c >&5 | configure:3998: $? = 0 | configure:4020: result: | configure:4042: checking whether we are cross compiling | configure:4050: gcc -o conftest conftest.c >&5 | configure:4054: $? = 0 | configure:4061: ./conftest | configure:4065: $? = 0 | configure:4080: result: no | configure:4085: checking for suffix of object files | configure:4107: gcc -c conftest.c >&5 | configure:4111: $? = 0 | configure:4132: result: o | configure:4136: checking whether we are using the GNU C compiler | configure:4155: gcc -c conftest.c >&5 | configure:4155: $? = 0 | configure:4164: result: yes | configure:4173: checking whether gcc accepts -g | configure:4193: gcc -c -g conftest.c >&5 | configure:4193: $? = 0 | configure:4234: result: yes | configure:4251: checking for gcc option to accept ISO C89 | configure:4314: gcc -c -g -O2 conftest.c >&5 | configure:4314: $? = 0 | configure:4327: result: none needed | configure:4352: checking whether gcc understands -c and -o together | configure:4374: gcc -c conftest.c -o conftest2.o | configure:4377: $? = 0 | configure:4374: gcc -c conftest.c -o conftest2.o | configure:4377: $? = 0 | configure:4389: result: yes | configure:4417: checking for style of include used by make | configure:4445: result: GNU | configure:4471: checking dependency style of gcc | configure:4582: result: gcc3 | configure:4603: checking how to run the C preprocessor | configure:4634: gcc -E conftest.c | configure:4634: $? = 0 | configure:4648: gcc -E conftest.c | conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory | 11 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4648: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include | configure:4673: result: gcc -E | configure:4693: gcc -E conftest.c | configure:4693: $? = 0 | configure:4707: gcc -E conftest.c | conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory | 11 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4707: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include | configure:4736: checking for grep that handles long lines and -e | configure:4794: result: /usr/bin/grep | configure:4799: checking for egrep | configure:4861: result: /usr/bin/grep -E | configure:4868: checking for Minix Amsterdam compiler | configure:4892: result: no | configure:4944: checking for ar | configure:4960: found /usr/bin/ar | configure:4971: result: ar | configure:5051: checking for ranlib | configure:5067: found /usr/bin/ranlib | configure:5078: result: ranlib | configure:5131: checking how to run the C preprocessor | configure:5201: result: gcc -E | configure:5221: gcc -E conftest.c | configure:5221: $? = 0 | configure:5235: gcc -E conftest.c | conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory | 11 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:5235: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include | configure:5313: checking how to print strings | configure:5340: result: printf | configure:5361: checking for a sed that does not truncate output | configure:5425: result: /usr/bin/sed | configure:5443: checking for fgrep | configure:5505: result: /usr/bin/grep -F | configure:5540: checking for ld used by gcc | configure:5607: result: /usr/bin/ld | configure:5614: checking if the linker (/usr/bin/ld) is GNU ld | configure:5629: result: yes | configure:5641: checking for BSD- or MS-compatible name lister (nm) | configure:5695: result: /usr/bin/nm -B | configure:5825: checking the name lister (/usr/bin/nm -B) interface | configure:5832: gcc -c -g -O2 conftest.c >&5 | configure:5835: /usr/bin/nm -B "conftest.o" | configure:5838: output | 0000000000000000 B some_variable | configure:5845: result: BSD nm | configure:5848: checking whether ln -s works | configure:5852: result: yes | configure:5860: checking the maximum length of command line arguments | configure:5991: result: 1572864 | configure:6039: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | configure:6079: result: func_convert_file_noop | configure:6086: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | configure:6106: result: func_convert_file_noop | configure:6113: checking for /usr/bin/ld option to reload object files | configure:6120: result: -r | configure:6194: checking for objdump | configure:6210: found /usr/bin/objdump | configure:6221: result: objdump | configure:6250: checking how to recognize dependent libraries | configure:6450: result: pass_all | configure:6535: checking for dlltool | configure:6565: result: no | configure:6592: checking how to associate runtime and link libraries | configure:6619: result: printf %s\n | configure:6743: checking for archiver @FILE support | configure:6760: gcc -c -g -O2 conftest.c >&5 | configure:6760: $? = 0 | configure:6763: ar cru libconftest.a @conftest.lst >&5 | configure:6766: $? = 0 | configure:6771: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6774: $? = 1 | configure:6786: result: @ | configure:6844: checking for strip | configure:6860: found /usr/bin/strip | configure:6871: result: strip | configure:6943: checking for ranlib | configure:6970: result: ranlib | configure:7072: checking command to parse /usr/bin/nm -B output from gcc object | configure:7225: gcc -c -g -O2 conftest.c >&5 | configure:7228: $? = 0 | configure:7232: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:7235: $? = 0 | configure:7301: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:7304: $? = 0 | configure:7342: result: ok | configure:7389: checking for sysroot | configure:7419: result: no | configure:7426: checking for a working dd | configure:7464: result: /usr/bin/dd | configure:7468: checking how to truncate binary pipes | configure:7483: result: /usr/bin/dd bs=4096 count=1 | configure:7619: gcc -c -g -O2 conftest.c >&5 | configure:7622: $? = 0 | configure:7812: checking for mt | configure:7842: result: no | configure:7862: checking if : is a manifest tool | configure:7868: : '-?' | configure:7876: result: no | configure:8548: checking for ANSI C header files | configure:8568: gcc -c -g -O2 conftest.c >&5 | configure:8568: $? = 0 | configure:8641: gcc -o conftest -g -O2 conftest.c >&5 | configure:8641: $? = 0 | configure:8641: ./conftest | configure:8641: $? = 0 | configure:8652: result: yes | configure:8665: checking for sys/types.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for sys/stat.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for stdlib.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for string.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for memory.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for strings.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for inttypes.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for stdint.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for unistd.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8679: checking for dlfcn.h | configure:8679: gcc -c -g -O2 conftest.c >&5 | configure:8679: $? = 0 | configure:8679: result: yes | configure:9232: checking for objdir | configure:9247: result: .libs | configure:9511: checking if gcc supports -fno-rtti -fno-exceptions | configure:9529: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C | configure:9533: $? = 0 | configure:9546: result: no | configure:9904: checking for gcc option to produce PIC | configure:9911: result: -fPIC -DPIC | configure:9919: checking if gcc PIC flag -fPIC -DPIC works | configure:9937: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:9941: $? = 0 | configure:9954: result: yes | configure:9983: checking if gcc static flag -static works | configure:10011: result: yes | configure:10026: checking if gcc supports -c -o file.o | configure:10047: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:10051: $? = 0 | configure:10073: result: yes | configure:10081: checking if gcc supports -c -o file.o | configure:10128: result: yes | configure:10161: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:11420: result: yes | configure:11457: checking whether -lc should be explicitly linked in | configure:11465: gcc -c -g -O2 conftest.c >&5 | configure:11468: $? = 0 | configure:11483: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | configure:11486: $? = 0 | configure:11500: result: no | configure:11660: checking dynamic linker characteristics | configure:12241: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:12241: $? = 0 | configure:12478: result: GNU/Linux ld.so | configure:12600: checking how to hardcode library paths into programs | configure:12625: result: immediate | configure:12727: checking for shl_load | configure:12727: gcc -o conftest -g -O2 conftest.c >&5 | /usr/bin/ld: /tmp/ccAD7bpv.o: in function `main': | /sources/libtool-2.4.6/conftest.c:57: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:12727: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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:12727: result: no | configure:12731: checking for shl_load in -ldld | configure:12756: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld: No such file or directory | collect2: error: ld returned 1 exit status | configure:12756: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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:12765: result: no | configure:12770: checking for dlopen | configure:12770: gcc -o conftest -g -O2 conftest.c >&5 | configure:12770: $? = 0 | configure:12770: result: yes | configure:12927: checking whether a program can dlopen itself | configure:13007: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5 | configure:13010: $? = 0 | configure:13028: result: yes | configure:13033: checking whether a statically linked program can dlopen itself | configure:13113: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c >&5 | /usr/bin/ld: /tmp/ccD5ADlQ.o: in function `main': | /sources/libtool-2.4.6/configure:13092: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | configure:13116: $? = 0 | conftest: undefined symbol: _fnord | configure:13134: result: no | configure:13173: checking whether stripping libraries is possible | configure:13178: result: yes | configure:13213: checking if libtool supports shared libraries | configure:13215: result: yes | configure:13218: checking whether to build shared libraries | configure:13243: result: yes | configure:13246: checking whether to build static libraries | configure:13250: result: yes | configure:13288: checking what extension is used for runtime loadable modules | configure:13300: result: .so | configure:13324: checking what variable specifies run-time module search path | configure:13331: result: LD_LIBRARY_PATH | configure:13341: checking for the default library search path | configure:13348: result: /lib /usr/lib /usr/local/lib /opt/lib | configure:13379: checking for library containing dlopen | configure:13410: gcc -o conftest -g -O2 conftest.c >&5 | configure:13410: $? = 0 | configure:13427: result: none required | configure:13517: checking for dlerror | configure:13517: gcc -o conftest -g -O2 conftest.c >&5 | configure:13517: $? = 0 | configure:13517: result: yes | configure:13531: checking for shl_load | configure:13531: result: no | configure:13538: checking for shl_load in -ldld | configure:13572: result: no | configure:13618: checking for dld_link in -ldld | configure:13643: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld: No such file or directory | collect2: error: ld returned 1 exit status | configure:13643: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/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:13652: result: no | configure:13687: checking for _ prefix in compiled symbols | configure:13697: gcc -c -g -O2 conftest.c >&5 | configure:13700: $? = 0 | configure:13704: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:13707: $? = 0 | configure:13729: result: no | configure:13846: checking whether deplibs are loaded by dlopen | configure:13943: result: yes | configure:13954: checking for argz.h | configure:13954: gcc -c -g -O2 conftest.c >&5 | configure:13954: $? = 0 | configure:13954: result: yes | configure:13966: checking for error_t | configure:13966: gcc -c -g -O2 conftest.c >&5 | configure:13966: $? = 0 | configure:13966: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:37:22: error: expected expression before ')' token | 37 | if (sizeof ((error_t))) | | ^ | configure:13966: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | /* end confdefs.h. */ | | #if defined(HAVE_ARGZ_H) | | # include | | #endif | | | | int | | main () | | { | | if (sizeof ((error_t))) | | return 0; | | ; | | return 0; | | } | configure:13966: result: yes | configure:13992: checking for argz_add | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_append | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_count | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_create_sep | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_insert | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_next | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_stringify | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:14010: checking if argz actually works | configure:14041: result: yes | configure:14060: checking whether libtool supports -dlopen/-dlpreopen | configure:14072: result: yes | configure:14125: checking for unistd.h | configure:14125: result: yes | configure:14125: checking for dl.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:10: fatal error: dl.h: No such file or directory | 75 | #include | | ^~~~~~ | compilation terminated. | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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:14125: result: no | configure:14125: checking for sys/dl.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:10: fatal error: sys/dl.h: No such file or directory | 75 | #include | | ^~~~~~~~~~ | compilation terminated. | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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:14125: result: no | configure:14125: checking for dld.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:10: fatal error: dld.h: No such file or directory | 75 | #include | | ^~~~~~~ | compilation terminated. | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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:14125: result: no | configure:14125: checking for mach-o/dyld.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:10: fatal error: mach-o/dyld.h: No such file or directory | 75 | #include | | ^~~~~~~~~~~~~~~ | compilation terminated. | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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:14125: result: no | configure:14125: checking for dirent.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | configure:14125: $? = 0 | configure:14125: result: yes | configure:14140: checking for closedir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14140: checking for opendir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14140: checking for readdir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14159: checking for strlcat | configure:14159: gcc -o conftest -g -O2 conftest.c >&5 | /usr/bin/ld: /tmp/ccRY8VEE.o: in function `main': | /sources/libtool-2.4.6/conftest.c:79: undefined reference to `strlcat' | collect2: error: ld returned 1 exit status | configure:14159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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 | | /* end confdefs.h. */ | | /* Define strlcat to an innocuous variant, in case declares strlcat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define strlcat innocuous_strlcat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strlcat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef strlcat | | | | /* 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 strlcat (); | | /* 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_strlcat || defined __stub___strlcat | | choke me | | #endif | | | | int | | main () | | { | | return strlcat (); | | ; | | return 0; | | } | configure:14159: result: no | configure:14159: checking for strlcpy | configure:14159: gcc -o conftest -g -O2 conftest.c >&5 | /usr/bin/ld: /tmp/cc1jD2dI.o: in function `main': | /sources/libtool-2.4.6/conftest.c:79: undefined reference to `strlcpy' | collect2: error: ld returned 1 exit status | configure:14159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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 | | /* end confdefs.h. */ | | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define strlcpy innocuous_strlcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strlcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef strlcpy | | | | /* 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 strlcpy (); | | /* 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_strlcpy || defined __stub___strlcpy | | choke me | | #endif | | | | int | | main () | | { | | return strlcpy (); | | ; | | return 0; | | } | configure:14159: result: no | configure:14254: checking for g++ | configure:14270: found /usr/bin/g++ | configure:14281: result: g++ | configure:14308: checking for C++ compiler version | configure:14317: g++ --version >&5 | g++ (GCC) 11.2.0 | Copyright (C) 2021 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:14328: $? = 0 | configure:14317: g++ -v >&5 | Using built-in specs. | COLLECT_GCC=g++ | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper | Target: x86_64-pc-linux-gnu | Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib | Thread model: posix | Supported LTO compression algorithms: zlib zstd | gcc version 11.2.0 (GCC) | configure:14328: $? = 0 | configure:14317: g++ -V >&5 | g++: error: unrecognized command-line option '-V' | g++: fatal error: no input files | compilation terminated. | configure:14328: $? = 1 | configure:14317: g++ -qversion >&5 | g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? | g++: fatal error: no input files | compilation terminated. | configure:14328: $? = 1 | configure:14332: checking whether we are using the GNU C++ compiler | configure:14351: g++ -c conftest.cpp >&5 | configure:14351: $? = 0 | configure:14360: result: yes | configure:14369: checking whether g++ accepts -g | configure:14389: g++ -c -g conftest.cpp >&5 | configure:14389: $? = 0 | configure:14430: result: yes | configure:14455: checking dependency style of g++ | configure:14566: result: gcc3 | configure:14600: checking how to run the C++ preprocessor | configure:14627: g++ -E conftest.cpp | configure:14627: $? = 0 | configure:14641: g++ -E conftest.cpp | conftest.cpp:47:10: fatal error: ac_nonexistent.h: No such file or directory | 47 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:14641: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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 LT_LIBEXT "a" | | #define LT_LIBPREFIX "lib" | | /* end confdefs.h. */ | | #include | configure:14666: result: g++ -E | configure:14686: g++ -E conftest.cpp | configure:14686: $? = 0 | configure:14700: g++ -E conftest.cpp | conftest.cpp:47:10: fatal error: ac_nonexistent.h: No such file or directory | 47 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:14700: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_ADD 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_COUNT 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_WORKING_ARGZ 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 LT_LIBEXT "a" | | #define LT_LIBPREFIX "lib" | | /* end confdefs.h. */ | | #include | configure:14862: checking for ld used by g++ | configure:14929: result: /usr/bin/ld -m elf_x86_64 | configure:14936: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:14951: result: yes | configure:15006: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:16079: result: yes | configure:16115: g++ -c -g -O2 conftest.cpp >&5 | configure:16118: $? = 0 | configure:16599: checking for g++ option to produce PIC | configure:16606: result: -fPIC -DPIC | configure:16614: checking if g++ PIC flag -fPIC -DPIC works | configure:16632: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 | configure:16636: $? = 0 | configure:16649: result: yes | configure:16672: checking if g++ static flag -static works | configure:16700: result: yes | configure:16712: checking if g++ supports -c -o file.o | configure:16733: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | configure:16737: $? = 0 | configure:16759: result: yes | configure:16764: checking if g++ supports -c -o file.o | configure:16811: result: yes | configure:16841: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:16881: result: yes | configure:17022: checking dynamic linker characteristics | configure:17767: result: GNU/Linux ld.so | configure:17832: checking how to hardcode library paths into programs | configure:17857: result: immediate | configure:17950: checking for g77 | configure:17980: result: no | configure:17950: checking for xlf | configure:17980: result: no | configure:17950: checking for f77 | configure:17980: result: no | configure:17950: checking for frt | configure:17980: result: no | configure:17950: checking for pgf77 | configure:17980: result: no | configure:17950: checking for cf77 | configure:17980: result: no | configure:17950: checking for fort77 | configure:17980: result: no | configure:17950: checking for fl32 | configure:17980: result: no | configure:17950: checking for af77 | configure:17980: result: no | configure:17950: checking for xlf90 | configure:17980: result: no | configure:17950: checking for f90 | configure:17980: result: no | configure:17950: checking for pgf90 | configure:17980: result: no | configure:17950: checking for pghpf | configure:17980: result: no | configure:17950: checking for epcf90 | configure:17980: result: no | configure:17950: checking for gfortran | configure:17980: result: no | configure:17950: checking for g95 | configure:17980: result: no | configure:17950: checking for xlf95 | configure:17980: result: no | configure:17950: checking for f95 | configure:17980: result: no | configure:17950: checking for fort | configure:17980: result: no | configure:17950: checking for ifort | configure:17980: result: no | configure:17950: checking for ifc | configure:17980: result: no | configure:17950: checking for efc | configure:17980: result: no | configure:17950: checking for pgfortran | configure:17980: result: no | configure:17950: checking for pgf95 | configure:17980: result: no | configure:17950: checking for lf95 | configure:17980: result: no | configure:17950: checking for ftn | configure:17980: result: no | configure:17950: checking for nagfor | configure:17980: result: no | configure:18003: checking for Fortran 77 compiler version | configure:18012: --version >&5 | ./configure: line 18014: --version: command not found | configure:18023: $? = 127 | configure:18012: -v >&5 | ./configure: line 18014: -v: command not found | configure:18023: $? = 127 | configure:18012: -V >&5 | ./configure: line 18014: -V: command not found | configure:18023: $? = 127 | configure:18012: -qversion >&5 | ./configure: line 18014: -qversion: command not found | configure:18023: $? = 127 | configure:18032: checking whether we are using the GNU Fortran 77 compiler | configure:18045: -c conftest.F >&5 | ./configure: line 2092: -c: command not found | configure:18045: $? = 127 | configure: failed program was: | | program main | | #ifndef __GNUC__ | | choke me | | #endif | | | | end | configure:18054: result: no | configure:18060: checking whether accepts -g | configure:18071: -c -g conftest.f >&5 | ./configure: line 2092: -c: command not found | configure:18071: $? = 127 | configure: failed program was: | | program main | | | | end | configure:18079: result: no | configure:21103: checking for gfortran | configure:21133: result: no | configure:21103: checking for g95 | configure:21133: result: no | configure:21103: checking for xlf95 | configure:21133: result: no | configure:21103: checking for f95 | configure:21133: result: no | configure:21103: checking for fort | configure:21133: result: no | configure:21103: checking for ifort | configure:21133: result: no | configure:21103: checking for ifc | configure:21133: result: no | configure:21103: checking for efc | configure:21133: result: no | configure:21103: checking for pgfortran | configure:21133: result: no | configure:21103: checking for pgf95 | configure:21133: result: no | configure:21103: checking for lf95 | configure:21133: result: no | configure:21103: checking for ftn | configure:21133: result: no | configure:21103: checking for nagfor | configure:21133: result: no | configure:21103: checking for xlf90 | configure:21133: result: no | configure:21103: checking for f90 | configure:21133: result: no | configure:21103: checking for pgf90 | configure:21133: result: no | configure:21103: checking for pghpf | configure:21133: result: no | configure:21103: checking for epcf90 | configure:21133: result: no | configure:21103: checking for g77 | configure:21133: result: no | configure:21103: checking for xlf | configure:21133: result: no | configure:21103: checking for f77 | configure:21133: result: no | configure:21103: checking for frt | configure:21133: result: no | configure:21103: checking for pgf77 | configure:21133: result: no | configure:21103: checking for cf77 | configure:21133: result: no | configure:21103: checking for fort77 | configure:21133: result: no | configure:21103: checking for fl32 | configure:21133: result: no | configure:21103: checking for af77 | configure:21133: result: no | configure:21156: checking for Fortran compiler version | configure:21165: --version >&5 | ./configure: line 21167: --version: command not found | configure:21176: $? = 127 | configure:21165: -v >&5 | ./configure: line 21167: -v: command not found | configure:21176: $? = 127 | configure:21165: -V >&5 | ./configure: line 21167: -V: command not found | configure:21176: $? = 127 | configure:21165: -qversion >&5 | ./configure: line 21167: -qversion: command not found | configure:21176: $? = 127 | configure:21185: checking whether we are using the GNU Fortran compiler | configure:21198: -c conftest.F >&5 | ./configure: line 2176: -c: command not found | configure:21198: $? = 127 | configure: failed program was: | | program main | | #ifndef __GNUC__ | | choke me | | #endif | | | | end | configure:21207: result: no | configure:21213: checking whether accepts -g | configure:21224: -c -g conftest.f >&5 | ./configure: line 2176: -c: command not found | configure:21224: $? = 127 | configure: failed program was: | | program main | | | | end | configure:21232: result: no | configure:24394: checking for gccgo | configure:24424: result: no | configure:26620: checking for gcj | configure:26650: result: no | configure:28847: checking for windres | configure:28877: result: no | configure:29169: checking that generated files are newer than configure | configure:29175: result: done | configure:29249: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Libtool config.status 2.4.6, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on archlinux | | config.status:1483: creating Makefile | config.status:1483: creating config.h | config.status:1743: executing tests/atconfig commands | config.status:1743: executing depfiles commands | config.status:1743: executing libtool commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-linux-gnu | 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_F77_set= | ac_cv_env_F77_value= | ac_cv_env_FCFLAGS_set= | ac_cv_env_FCFLAGS_value= | ac_cv_env_FC_set= | ac_cv_env_FC_value= | ac_cv_env_FFLAGS_set= | ac_cv_env_FFLAGS_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_LT_SYS_LIBRARY_PATH_set= | ac_cv_env_LT_SYS_LIBRARY_PATH_value= | ac_cv_env_M4_set= | ac_cv_env_M4_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_f77_compiler_gnu=no | ac_cv_fc_compiler_gnu=no | ac_cv_func_argz_add=yes | ac_cv_func_argz_append=yes | ac_cv_func_argz_count=yes | ac_cv_func_argz_create_sep=yes | ac_cv_func_argz_insert=yes | ac_cv_func_argz_next=yes | ac_cv_func_argz_stringify=yes | ac_cv_func_closedir=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=no | ac_cv_func_strlcpy=no | ac_cv_header_argz_h=yes | 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_inttypes_h=yes | 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=x86_64-unknown-linux-gnu | ac_cv_lib_dld_dld_link=no | ac_cv_lib_dld_shl_load=no | 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_M4=/usr/bin/m4 | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_lt_DD=/usr/bin/dd | ac_cv_path_mkdir=/usr/bin/mkdir | 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_CC=gcc | ac_cv_prog_ac_ct_CXX=g++ | 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_cxx_g=yes | ac_cv_prog_f77_g=no | ac_cv_prog_fc_g=no | ac_cv_prog_gnu_m4_debugfile=--debugfile | ac_cv_prog_gnu_m4_gnu=yes | ac_cv_prog_make_make_set=yes | ac_cv_search_dlopen='none required' | ac_cv_type_error_t=yes | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_CXX_dependencies_compiler_type=gcc3 | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gl_cv_c_amsterdam_compiler=no | libltdl_cv_lib_dl_dlopen=yes | libltdl_cv_preloaded_symbols=yes | libltdl_cv_shlibext=.so | libltdl_cv_shrext=.so | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | 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 -m elf_x86_64' | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_c_o_CXX=yes | lt_cv_prog_compiler_c_o_RC=yes | lt_cv_prog_compiler_pic='-fPIC -DPIC' | lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' | 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=yes | lt_cv_prog_gnu_ldcxx=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_argz_works=yes | lt_cv_sys_dlopen_deplibs=yes | lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/local/lib /opt/lib ' | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_global_symbol_to_import= | lt_cv_sys_max_cmd_len=1572864 | lt_cv_sys_symbol_underscore=no | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /sources/libtool-2.4.6/build-aux/missing aclocal-1.15' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='0' | AM_V='$(V)' | AR='ar' | ARFLAGS='cru' | AS='as' | AUTOCONF='${SHELL} /sources/libtool-2.4.6/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /sources/libtool-2.4.6/build-aux/missing autoheader' | AUTOM4TE='autom4te' | AUTOMAKE='${SHELL} /sources/libtool-2.4.6/build-aux/missing automake-1.15' | AUTOTEST='$(AUTOM4TE) --language=autotest' | AWK='gawk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2' | CONFIG_INCLUDE='config.h' | CONFIG_STATUS_DEPENDENCIES='$(srcdir)/.version' | CONVENIENCE_LTDL_FALSE='' | CONVENIENCE_LTDL_TRUE='#' | CPP='gcc -E' | CPPFLAGS='' | CXX='g++' | CXXCPP='g++ -E' | CXXDEPMODE='depmode=gcc3' | CXXFLAGS='-g -O2' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EXEEXT='' | F77='' | FC='' | FCFLAGS='' | FFLAGS='' | FGREP='/usr/bin/grep -F' | GCJ='' | GCJFLAGS='-g -O2' | GL_COND_LIBTOOL_FALSE='#' | GL_COND_LIBTOOL_TRUE='' | GL_LIBOBJS='' | GL_LTLIBOBJS='' | GLtests_LIBOBJS='' | GLtests_LTLIBOBJS='' | GLtests_WITNESS='IN_LIBTOOL_GNULIB_TESTS' | GOC='' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} /sources/libtool-2.4.6/build-aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_LTDL_FALSE='#' | INSTALL_LTDL_TRUE='' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | LD='/usr/bin/ld -m elf_x86_64' | LDFLAGS='' | LIBADD_DL=' ' | LIBADD_DLD_LINK='' | LIBADD_DLOPEN='' | LIBADD_SHL_LOAD='' | LIBOBJS=' ${LIBOBJDIR}lt__strl$U.o' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='' | LN_S='ln -s' | LTDLOPEN='libltdl' | LTLIBOBJS=' ${LIBOBJDIR}lt__strl$U.lo' | LT_ARGZ_H='' | LT_CONFIG_H='config.h' | LT_DLLOADERS=' libltdl/dlopen.la' | LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la ' | LT_SYS_LIBRARY_PATH='' | M4='/usr/bin/m4' | M4_DEBUGFILE='--debugfile' | M4_GNU='--gnu' | MAKEINFO='${SHELL} /sources/libtool-2.4.6/build-aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/usr/bin/mkdir -p' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='libtool' | PACKAGE_BUGREPORT='bug-libtool@gnu.org' | PACKAGE_NAME='GNU Libtool' | PACKAGE_STRING='GNU Libtool 2.4.6' | PACKAGE_TARNAME='libtool' | PACKAGE_URL='http://www.gnu.org/software/libtool/' | PACKAGE_VERSION='2.4.6' | PATH_SEPARATOR=':' | RANLIB='ranlib' | RC='' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | VERSION='2.4.6' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_CXX='g++' | ac_ct_DUMPBIN='' | ac_ct_F77='' | ac_ct_FC='' | aclocaldir='$(datadir)/aclocal' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__fastdepCXX_FALSE='#' | am__fastdepCXX_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | aux_dir='build-aux' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-unknown-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /sources/libtool-2.4.6/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | ltdl_dir='libltdl' | macro_dir='m4' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | package_revision='2.4.6' | pdfdir='${docdir}' | pkgaux_scripts='compile config.guess config.sub depcomp install-sh missing' | pkgdatadir='$(datadir)/libtool' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sys_symbol_underscore='no' | sysconfdir='${prefix}/etc' | target_alias='' | to_host_file_cmd='func_convert_file_noop' | to_tool_file_cmd='func_convert_file_noop' | with_aix_soname='aix' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libtool" | #define PACKAGE_TARNAME "libtool" | #define PACKAGE_VERSION "2.4.6" | #define PACKAGE_STRING "GNU Libtool 2.4.6" | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | #define PACKAGE "libtool" | #define VERSION "2.4.6" | #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 "/lib:/usr/lib:/usr/local/lib:/opt/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_ADD 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_WORKING_ARGZ 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 LT_LIBEXT "a" | #define LT_LIBPREFIX "lib" | | configure: exit 0 (lfs chroot) root:/sources/libtool-2.4.6#