1
0
Files
2016-11-30 09:03:17 +08:00

2076 lines
68 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libtool configure 2.2.10, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = debian
uname -m = i686
uname -r = 3.2.0-4-686-pae
uname -s = Linux
uname -v = #1 SMP Debian 3.2.68-1+deb7u6
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2670: checking for a BSD-compatible install
configure:2738: result: /usr/bin/install -c
configure:2749: checking whether build environment is sane
configure:2799: result: yes
configure:2940: checking for a thread-safe mkdir -p
configure:2979: result: /bin/mkdir -p
configure:2992: checking for gawk
configure:3008: found /usr/bin/gawk
configure:3019: result: gawk
configure:3030: checking whether make sets $(MAKE)
configure:3052: result: yes
configure:3139: checking whether subdir libobjs are useable
configure:3150: result: yes
configure:3240: checking for gcc
configure:3256: found /usr/bin/gcc
configure:3267: result: gcc
configure:3496: checking for C compiler version
configure:3505: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:3516: $? = 0
configure:3505: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:3516: $? = 0
configure:3505: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3516: $? = 4
configure:3505: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3516: $? = 4
configure:3536: checking whether the C compiler works
configure:3558: gcc conftest.c >&5
configure:3562: $? = 0
configure:3611: result: yes
configure:3614: checking for C compiler default output file name
configure:3616: result: a.out
configure:3622: checking for suffix of executables
configure:3629: gcc -o conftest conftest.c >&5
configure:3633: $? = 0
configure:3655: result:
configure:3677: checking whether we are cross compiling
configure:3685: gcc -o conftest conftest.c >&5
configure:3689: $? = 0
configure:3696: ./conftest
configure:3700: $? = 0
configure:3715: result: no
configure:3720: checking for suffix of object files
configure:3742: gcc -c conftest.c >&5
configure:3746: $? = 0
configure:3767: result: o
configure:3771: checking whether we are using the GNU C compiler
configure:3790: gcc -c conftest.c >&5
configure:3790: $? = 0
configure:3799: result: yes
configure:3808: checking whether gcc accepts -g
configure:3828: gcc -c -g conftest.c >&5
configure:3828: $? = 0
configure:3869: result: yes
configure:3886: checking for gcc option to accept ISO C89
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3950: $? = 0
configure:3963: result: none needed
configure:3994: checking for style of include used by make
configure:4022: result: GNU
configure:4047: checking dependency style of gcc
configure:4157: result: gcc3
configure:4173: checking whether gcc and cc understand -c and -o together
configure:4204: gcc -c conftest.c -o conftest2.o >&5
configure:4208: $? = 0
configure:4214: gcc -c conftest.c -o conftest2.o >&5
configure:4218: $? = 0
configure:4229: cc -c conftest.c >&5
configure:4233: $? = 0
configure:4241: cc -c conftest.c -o conftest2.o >&5
configure:4245: $? = 0
configure:4251: cc -c conftest.c -o conftest2.o >&5
configure:4255: $? = 0
configure:4273: result: yes
configure:4303: checking how to run the C preprocessor
configure:4334: gcc -E conftest.c
configure:4334: $? = 0
configure:4348: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4373: result: gcc -E
configure:4393: gcc -E conftest.c
configure:4393: $? = 0
configure:4407: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4468: checking build system type
configure:4482: result: i686-pc-linux-gnu
configure:4502: checking host system type
configure:4515: result: i686-pc-linux-gnu
configure:4556: checking how to print strings
configure:4583: result: printf
configure:4604: checking for a sed that does not truncate output
configure:4668: result: /bin/sed
configure:4686: checking for grep that handles long lines and -e
configure:4744: result: /bin/grep
configure:4749: checking for egrep
configure:4811: result: /bin/grep -E
configure:4816: checking for fgrep
configure:4878: result: /bin/grep -F
configure:4913: checking for ld used by gcc
configure:4980: result: /usr/bin/ld
configure:4987: checking if the linker (/usr/bin/ld) is GNU ld
configure:5002: result: yes
configure:5014: checking for BSD- or MS-compatible name lister (nm)
configure:5063: result: /usr/bin/nm -B
configure:5193: checking the name lister (/usr/bin/nm -B) interface
configure:5200: gcc -c -g -O2 conftest.c >&5
configure:5203: /usr/bin/nm -B "conftest.o"
configure:5206: output
00000000 B some_variable
configure:5213: result: BSD nm
configure:5216: checking whether ln -s works
configure:5220: result: yes
configure:5228: checking the maximum length of command line arguments
configure:5353: result: 1572864
configure:5370: checking whether the shell understands some XSI constructs
configure:5380: result: yes
configure:5384: checking whether the shell understands "+="
configure:5390: result: yes
configure:5425: checking for /usr/bin/ld option to reload object files
configure:5432: result: -r
configure:5501: checking for objdump
configure:5517: found /usr/bin/objdump
configure:5528: result: objdump
configure:5557: checking how to recognize dependent libraries
configure:5759: result: pass_all
configure:5819: checking for ar
configure:5835: found /usr/bin/ar
configure:5846: result: ar
configure:5924: checking for strip
configure:5940: found /usr/bin/strip
configure:5951: result: strip
configure:6023: checking for ranlib
configure:6039: found /usr/bin/ranlib
configure:6050: result: ranlib
configure:6152: checking command to parse /usr/bin/nm -B output from gcc object
configure:6270: gcc -c -g -O2 conftest.c >&5
configure:6273: $? = 0
configure:6277: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6280: $? = 0
configure:6334: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6337: $? = 0
configure:6375: result: ok
configure:7212: checking for ANSI C header files
configure:7232: gcc -c -g -O2 conftest.c >&5
configure:7232: $? = 0
configure:7305: gcc -o conftest -g -O2 conftest.c >&5
configure:7305: $? = 0
configure:7305: ./conftest
configure:7305: $? = 0
configure:7316: result: yes
configure:7329: checking for sys/types.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for sys/stat.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for stdlib.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for string.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for memory.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for strings.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for inttypes.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for stdint.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for unistd.h
configure:7329: gcc -c -g -O2 conftest.c >&5
configure:7329: $? = 0
configure:7329: result: yes
configure:7344: checking for dlfcn.h
configure:7344: gcc -c -g -O2 conftest.c >&5
configure:7344: $? = 0
configure:7344: result: yes
configure:7828: checking for objdir
configure:7843: result: .libs
configure:8114: checking if gcc supports -fno-rtti -fno-exceptions
configure:8132: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8136: $? = 0
configure:8149: result: no
configure:8169: checking for gcc option to produce PIC
configure:8454: result: -fPIC -DPIC
configure:8466: checking if gcc PIC flag -fPIC -DPIC works
configure:8484: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8488: $? = 0
configure:8501: result: yes
configure:8525: checking if gcc static flag -static works
configure:8553: result: yes
configure:8568: checking if gcc supports -c -o file.o
configure:8589: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8593: $? = 0
configure:8615: result: yes
configure:8623: checking if gcc supports -c -o file.o
configure:8670: result: yes
configure:8703: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9778: result: yes
configure:9815: checking whether -lc should be explicitly linked in
configure:9823: gcc -c -g -O2 conftest.c >&5
configure:9826: $? = 0
configure:9841: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9844: $? = 0
configure:9858: result: no
configure:10023: checking dynamic linker characteristics
configure:10478: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10478: $? = 0
configure:10700: result: GNU/Linux ld.so
configure:10807: checking how to hardcode library paths into programs
configure:10832: result: immediate
configure:10926: checking for shl_load
configure:10926: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccz0nLGc.o: In function `main':
/opt/libtool-2.2.10/conftest.c:57: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:10926: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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 <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10926: result: no
configure:10930: checking for shl_load in -ldld
configure:10955: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:10955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:10964: result: no
configure:10969: checking for dlopen
configure:10969: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cc6mM9Mu.o: In function `main':
/opt/libtool-2.2.10/conftest.c:57: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:10969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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 dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* 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 dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:10969: result: no
configure:10973: checking for dlopen in -ldl
configure:10998: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:10998: $? = 0
configure:11007: result: yes
configure:11126: checking whether a program can dlopen itself
configure:11206: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:11209: $? = 0
configure:11227: result: yes
configure:11232: checking whether a statically linked program can dlopen itself
configure:11312: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
/tmp/ccGH3bvR.o: In function `main':
/opt/libtool-2.2.10/configure:11291: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:11315: $? = 0
/lib/i386-linux-gnu/: cannot read file data: Is a directory
configure:11333: result: no
configure:11372: checking whether stripping libraries is possible
configure:11377: result: yes
configure:11412: checking if libtool supports shared libraries
configure:11414: result: yes
configure:11417: checking whether to build shared libraries
configure:11438: result: yes
configure:11441: checking whether to build static libraries
configure:11445: result: yes
configure:11481: checking which extension is used for runtime loadable modules
configure:11491: result: .so
configure:11501: checking which variable specifies run-time module search path
configure:11508: result: LD_LIBRARY_PATH
configure:11518: checking for the default library search path
configure:11525: result: /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so
configure:11555: checking for library containing dlopen
configure:11586: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccMf6rb1.o: In function `main':
/opt/libtool-2.2.10/conftest.c:37: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11586: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| /* 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:11586: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:11586: $? = 0
configure:11603: result: -ldl
configure:11693: checking for dlerror
configure:11693: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
configure:11693: $? = 0
configure:11693: result: yes
configure:11707: checking for shl_load
configure:11707: result: no
configure:11714: checking for shl_load in -ldld
configure:11748: result: no
configure:11794: checking for dld_link in -ldld
configure:11819: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:11819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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:11828: result: no
configure:11862: checking for _ prefix in compiled symbols
configure:11872: gcc -c -g -O2 conftest.c >&5
configure:11875: $? = 0
configure:11879: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:11882: $? = 0
configure:11904: result: no
configure:12028: checking whether deplibs are loaded by dlopen
configure:12122: result: yes
configure:12134: checking for argz.h
configure:12134: gcc -c -g -O2 conftest.c >&5
configure:12134: $? = 0
configure:12134: result: yes
configure:12146: checking for error_t
configure:12146: gcc -c -g -O2 conftest.c >&5
configure:12146: $? = 0
configure:12146: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:22: error: expected expression before ')' token
configure:12146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:12146: result: yes
configure:12172: checking for argz_add
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_append
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_count
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_create_sep
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_insert
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_next
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12172: checking for argz_stringify
configure:12172: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12172: $? = 0
configure:12172: result: yes
configure:12191: checking if argz actually works
configure:12222: result: yes
configure:12241: checking whether libtool supports -dlopen/-dlpreopen
configure:12253: result: yes
configure:12306: checking for unistd.h
configure:12306: result: yes
configure:12306: checking for dl.h
configure:12306: gcc -c -g -O2 conftest.c >&5
conftest.c:75:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:12306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dl.h>
configure:12306: result: no
configure:12306: checking for sys/dl.h
configure:12306: gcc -c -g -O2 conftest.c >&5
conftest.c:75:20: fatal error: sys/dl.h: No such file or directory
compilation terminated.
configure:12306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/dl.h>
configure:12306: result: no
configure:12306: checking for dld.h
configure:12306: gcc -c -g -O2 conftest.c >&5
conftest.c:75:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:12306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dld.h>
configure:12306: result: no
configure:12306: checking for mach-o/dyld.h
configure:12306: gcc -c -g -O2 conftest.c >&5
conftest.c:75:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:12306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <mach-o/dyld.h>
configure:12306: result: no
configure:12306: checking for dirent.h
configure:12306: gcc -c -g -O2 conftest.c >&5
configure:12306: $? = 0
configure:12306: result: yes
configure:12322: checking for closedir
configure:12322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12322: $? = 0
configure:12322: result: yes
configure:12322: checking for opendir
configure:12322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12322: $? = 0
configure:12322: result: yes
configure:12322: checking for readdir
configure:12322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12322: $? = 0
configure:12322: result: yes
configure:12342: checking for strlcat
configure:12342: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccoZ7qxv.o: In function `main':
/opt/libtool-2.2.10/conftest.c:79: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:12342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:12342: result: no
configure:12342: checking for strlcpy
configure:12342: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccsQ3AHx.o: In function `main':
/opt/libtool-2.2.10/conftest.c:79: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:12342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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 <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:12342: result: no
configure:12430: checking for g++
configure:12460: result: no
configure:12430: checking for c++
configure:12460: result: no
configure:12430: checking for gpp
configure:12460: result: no
configure:12430: checking for aCC
configure:12460: result: no
configure:12430: checking for CC
configure:12460: result: no
configure:12430: checking for cxx
configure:12460: result: no
configure:12430: checking for cc++
configure:12460: result: no
configure:12430: checking for cl.exe
configure:12460: result: no
configure:12430: checking for FCC
configure:12460: result: no
configure:12430: checking for KCC
configure:12460: result: no
configure:12430: checking for RCC
configure:12460: result: no
configure:12430: checking for xlC_r
configure:12460: result: no
configure:12430: checking for xlC
configure:12460: result: no
configure:12484: checking for C++ compiler version
configure:12493: g++ --version >&5
./configure: line 12495: g++: command not found
configure:12504: $? = 127
configure:12493: g++ -v >&5
./configure: line 12495: g++: command not found
configure:12504: $? = 127
configure:12493: g++ -V >&5
./configure: line 12495: g++: command not found
configure:12504: $? = 127
configure:12493: g++ -qversion >&5
./configure: line 12495: g++: command not found
configure:12504: $? = 127
configure:12508: checking whether we are using the GNU C++ compiler
configure:12527: g++ -c conftest.cpp >&5
./configure: line 1906: g++: command not found
configure:12527: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:12536: result: no
configure:12545: checking whether g++ accepts -g
configure:12565: g++ -c -g conftest.cpp >&5
./configure: line 1906: g++: command not found
configure:12565: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12580: g++ -c conftest.cpp >&5
./configure: line 1906: g++: command not found
configure:12580: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12596: g++ -c -g conftest.cpp >&5
./configure: line 1906: g++: command not found
configure:12596: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.10"
| #define PACKAGE_STRING "libtool 2.2.10"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libtool"
| #define VERSION "2.2.10"
| #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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
| #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"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12606: result: no
configure:12631: checking dependency style of g++
configure:12741: result: none
configure:15830: checking for g77
configure:15860: result: no
configure:15830: checking for xlf
configure:15860: result: no
configure:15830: checking for f77
configure:15860: result: no
configure:15830: checking for frt
configure:15860: result: no
configure:15830: checking for pgf77
configure:15860: result: no
configure:15830: checking for cf77
configure:15860: result: no
configure:15830: checking for fort77
configure:15860: result: no
configure:15830: checking for fl32
configure:15860: result: no
configure:15830: checking for af77
configure:15860: result: no
configure:15830: checking for xlf90
configure:15860: result: no
configure:15830: checking for f90
configure:15860: result: no
configure:15830: checking for pgf90
configure:15860: result: no
configure:15830: checking for pghpf
configure:15860: result: no
configure:15830: checking for epcf90
configure:15860: result: no
configure:15830: checking for gfortran
configure:15860: result: no
configure:15830: checking for g95
configure:15860: result: no
configure:15830: checking for xlf95
configure:15860: result: no
configure:15830: checking for f95
configure:15860: result: no
configure:15830: checking for fort
configure:15860: result: no
configure:15830: checking for ifort
configure:15860: result: no
configure:15830: checking for ifc
configure:15860: result: no
configure:15830: checking for efc
configure:15860: result: no
configure:15830: checking for pgf95
configure:15860: result: no
configure:15830: checking for lf95
configure:15860: result: no
configure:15830: checking for ftn
configure:15860: result: no
configure:15883: checking for Fortran 77 compiler version
configure:15892: --version >&5
./configure: line 15894: --version: command not found
configure:15903: $? = 127
configure:15892: -v >&5
./configure: line 15894: -v: command not found
configure:15903: $? = 127
configure:15892: -V >&5
./configure: line 15894: -V: command not found
configure:15903: $? = 127
configure:15892: -qversion >&5
./configure: line 15894: -qversion: command not found
configure:15903: $? = 127
configure:15912: checking whether we are using the GNU Fortran 77 compiler
configure:15925: -c conftest.F >&5
./configure: line 2027: -c: command not found
configure:15925: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:15934: result: no
configure:15940: checking whether accepts -g
configure:15951: -c -g conftest.f >&5
./configure: line 2027: -c: command not found
configure:15951: $? = 127
configure: failed program was:
| program main
|
| end
configure:15959: result: no
configure:18593: checking for gfortran
configure:18623: result: no
configure:18593: checking for g95
configure:18623: result: no
configure:18593: checking for xlf95
configure:18623: result: no
configure:18593: checking for f95
configure:18623: result: no
configure:18593: checking for fort
configure:18623: result: no
configure:18593: checking for ifort
configure:18623: result: no
configure:18593: checking for ifc
configure:18623: result: no
configure:18593: checking for efc
configure:18623: result: no
configure:18593: checking for pgf95
configure:18623: result: no
configure:18593: checking for lf95
configure:18623: result: no
configure:18593: checking for ftn
configure:18623: result: no
configure:18593: checking for xlf90
configure:18623: result: no
configure:18593: checking for f90
configure:18623: result: no
configure:18593: checking for pgf90
configure:18623: result: no
configure:18593: checking for pghpf
configure:18623: result: no
configure:18593: checking for epcf90
configure:18623: result: no
configure:18593: checking for g77
configure:18623: result: no
configure:18593: checking for xlf
configure:18623: result: no
configure:18593: checking for f77
configure:18623: result: no
configure:18593: checking for frt
configure:18623: result: no
configure:18593: checking for pgf77
configure:18623: result: no
configure:18593: checking for cf77
configure:18623: result: no
configure:18593: checking for fort77
configure:18623: result: no
configure:18593: checking for fl32
configure:18623: result: no
configure:18593: checking for af77
configure:18623: result: no
configure:18646: checking for Fortran compiler version
configure:18655: --version >&5
./configure: line 18657: --version: command not found
configure:18666: $? = 127
configure:18655: -v >&5
./configure: line 18657: -v: command not found
configure:18666: $? = 127
configure:18655: -V >&5
./configure: line 18657: -V: command not found
configure:18666: $? = 127
configure:18655: -qversion >&5
./configure: line 18657: -qversion: command not found
configure:18666: $? = 127
configure:18675: checking whether we are using the GNU Fortran compiler
configure:18688: -c conftest.F >&5
./configure: line 2111: -c: command not found
configure:18688: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:18697: result: no
configure:18703: checking whether accepts -g
configure:18714: -c -g conftest.f >&5
./configure: line 2111: -c: command not found
configure:18714: $? = 127
configure: failed program was:
| program main
|
| end
configure:18722: result: no
configure:21469: checking for gcj
configure:21499: result: no
configure:23457: checking for windres
configure:23487: result: no
configure:23801: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libtool config.status 2.2.10, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on debian
config.status:1412: creating Makefile
config.status:1412: creating config.h
config.status:1632: executing tests/atconfig commands
config.status:1632: executing depfiles commands
config.status:1632: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_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=no
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=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=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=no
ac_cv_prog_f77_g=no
ac_cv_prog_fc_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen=-ldl
ac_cv_type_error_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
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_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
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 /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so '
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_sys_symbol_underscore=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run tar'
AR='ar'
ARGZ_H=''
AS='as'
AUTOCONF='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run autoheader'
AUTOM4TE='autom4te'
AUTOMAKE='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run automake-1.11'
AUTOTEST='$(AUTOM4TE) --language=autotest'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog'
CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FC=''
FCFLAGS=''
FFLAGS=''
FGREP='/bin/grep -F'
GCJ=''
GCJFLAGS='-g -O2'
GREP='/bin/grep'
HAVE_CXX_FALSE=''
HAVE_CXX_TRUE='#'
HAVE_F77_FALSE=''
HAVE_F77_TRUE='#'
HAVE_FC_FALSE=''
HAVE_FC_TRUE='#'
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
HELP2MAN='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run 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'
LASTRELEASE='2.2.9'
LD='/usr/bin/ld'
LDFLAGS=''
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBOBJS=' ${LIBOBJDIR}lt__strl$U.o'
LIBS='-ldl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTDLOPEN='libltdl'
LTDL_SUBDIR_LIBOBJS_FALSE='#'
LTDL_SUBDIR_LIBOBJS_TRUE=''
LTLIBOBJS=' ${LIBOBJDIR}lt__strl$U.lo'
LT_CONFIG_H='config.h'
LT_DLLOADERS=' libltdl/dlopen.la'
LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
M4SH='$(AUTOM4TE) --language=m4sh'
MAKEINFO='${SHELL} /opt/libtool-2.2.10/libltdl/config/missing --run makeinfo'
MKDIR_P='/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='libtool'
PACKAGE_STRING='libtool 2.2.10'
PACKAGE_TARNAME='libtool'
PACKAGE_URL=''
PACKAGE_VERSION='2.2.10'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TIMESTAMP=''
VERSION='2.2.10'
ac_ct_CC='gcc'
ac_ct_CXX=''
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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /opt/libtool-2.2.10/libltdl/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
package_revision='1.3175'
pdfdir='${docdir}'
pkgdatadir='${datadir}/libtool'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libtool"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "2.2.10"
#define PACKAGE_STRING "libtool 2.2.10"
#define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
#define PACKAGE_URL ""
#define PACKAGE "libtool"
#define VERSION "2.2.10"
#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:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so:/usr/lib/vmware-tools/lib64/libDeployPkg.so"
#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"
configure: exit 0