Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by GNU Libtool configure 2.4.3, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --prefix=/usr
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = sphirewall
- uname -m = x86_64
- uname -r = 2.6.32-504.1.3.el6.x86_64
- uname -s = Linux
- uname -v = #1 SMP Tue Nov 11 17:57:25 UTC 2014
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /opt/rh/devtoolset-2/root/usr/bin
- PATH: /usr/local/bin
- PATH: /bin
- PATH: /usr/bin
- PATH: /usr/local/sbin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /home/cdot/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2687: checking for a BSD-compatible install
- configure:2755: result: /usr/bin/install -c
- configure:2766: checking whether build environment is sane
- configure:2821: result: yes
- configure:2972: checking for a thread-safe mkdir -p
- configure:3011: result: /bin/mkdir -p
- configure:3018: checking for gawk
- configure:3034: found /bin/gawk
- configure:3045: result: gawk
- configure:3056: checking whether make sets $(MAKE)
- configure:3078: result: yes
- configure:3107: checking whether make supports nested variables
- configure:3124: result: yes
- configure:3260: checking whether make supports nested variables
- configure:3277: result: yes
- configure:3302: checking build system type
- configure:3316: result: x86_64-unknown-linux-gnu
- configure:3336: checking host system type
- configure:3349: result: x86_64-unknown-linux-gnu
- configure:3376: autobuild project... GNU Libtool
- configure:3382: autobuild revision... 2.4.3
- configure:3387: autobuild hostname... sphirewall
- configure:3391: autobuild mode... default
- configure:3399: autobuild timestamp... 20141119T143112Z
- configure:3489: checking for gcc
- configure:3505: found /opt/rh/devtoolset-2/root/usr/bin/gcc
- configure:3516: result: gcc
- configure:3745: checking for C compiler version
- configure:3754: gcc --version >&5
- gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
- Copyright (C) 2013 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:3765: $? = 0
- configure:3754: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
- Target: x86_64-redhat-linux
- Configured with: ../configure --prefix=/opt/rh/devtoolset-2/root/usr --mandir=/opt/rh/devtoolset-2/root/usr/share/man --infodir=/opt/rh/devtoolset-2/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,fortran,lto --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libgcj --with-isl=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --with-mpc=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/mpc-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
- Thread model: posix
- gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC)
- configure:3765: $? = 0
- configure:3754: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3765: $? = 4
- configure:3754: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3765: $? = 4
- configure:3785: checking whether the C compiler works
- configure:3807: gcc conftest.c >&5
- configure:3811: $? = 0
- configure:3859: result: yes
- configure:3862: checking for C compiler default output file name
- configure:3864: result: a.out
- configure:3870: checking for suffix of executables
- configure:3877: gcc -o conftest conftest.c >&5
- configure:3881: $? = 0
- configure:3903: result:
- configure:3925: checking whether we are cross compiling
- configure:3933: gcc -o conftest conftest.c >&5
- configure:3937: $? = 0
- configure:3944: ./conftest
- configure:3948: $? = 0
- configure:3963: result: no
- configure:3968: checking for suffix of object files
- configure:3990: gcc -c conftest.c >&5
- configure:3994: $? = 0
- configure:4015: result: o
- configure:4019: checking whether we are using the GNU C compiler
- configure:4038: gcc -c conftest.c >&5
- configure:4038: $? = 0
- configure:4047: result: yes
- configure:4056: checking whether gcc accepts -g
- configure:4076: gcc -c -g conftest.c >&5
- configure:4076: $? = 0
- configure:4117: result: yes
- configure:4134: checking for gcc option to accept ISO C89
- configure:4197: gcc -c -g -O2 conftest.c >&5
- configure:4197: $? = 0
- configure:4210: result: none needed
- configure:4235: checking whether gcc understands -c and -o together
- configure:4257: gcc -c conftest.c -o conftest2.o
- configure:4260: $? = 0
- configure:4257: gcc -c conftest.c -o conftest2.o
- configure:4260: $? = 0
- configure:4272: result: yes
- configure:4300: checking for style of include used by make
- configure:4328: result: GNU
- configure:4354: checking dependency style of gcc
- configure:4465: result: gcc3
- configure:4486: checking how to run the C preprocessor
- configure:4517: gcc -E conftest.c
- configure:4517: $? = 0
- configure:4531: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:4531: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4556: result: gcc -E
- configure:4576: gcc -E conftest.c
- configure:4576: $? = 0
- configure:4590: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:4590: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4619: checking for grep that handles long lines and -e
- configure:4677: result: /bin/grep
- configure:4682: checking for egrep
- configure:4744: result: /bin/grep -E
- configure:4751: checking for Minix Amsterdam compiler
- configure:4775: result: no
- configure:4827: checking for ar
- configure:4843: found /usr/bin/ar
- configure:4854: result: ar
- configure:4934: checking for ranlib
- configure:4950: found /usr/bin/ranlib
- configure:4961: result: ranlib
- configure:5014: checking how to run the C preprocessor
- configure:5084: result: gcc -E
- configure:5104: gcc -E conftest.c
- configure:5104: $? = 0
- configure:5118: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:5118: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5196: checking how to print strings
- configure:5223: result: printf
- configure:5244: checking for a sed that does not truncate output
- configure:5308: result: /bin/sed
- configure:5326: checking for fgrep
- configure:5388: result: /bin/grep -F
- configure:5423: checking for ld used by gcc
- configure:5490: result: /usr/bin/ld
- configure:5497: checking if the linker (/usr/bin/ld) is GNU ld
- configure:5512: result: yes
- configure:5524: checking for BSD- or MS-compatible name lister (nm)
- configure:5578: result: /usr/bin/nm -B
- configure:5708: checking the name lister (/usr/bin/nm -B) interface
- configure:5715: gcc -c -g -O2 conftest.c >&5
- configure:5718: /usr/bin/nm -B "conftest.o"
- configure:5721: output
- 0000000000000000 B some_variable
- configure:5728: result: BSD nm
- configure:5731: checking whether ln -s works
- configure:5735: result: yes
- configure:5743: checking the maximum length of command line arguments
- configure:5874: result: 1966080
- configure:5922: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
- configure:5962: result: func_convert_file_noop
- configure:5969: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
- configure:5989: result: func_convert_file_noop
- configure:5996: checking for /usr/bin/ld option to reload object files
- configure:6003: result: -r
- configure:6077: checking for objdump
- configure:6093: found /usr/bin/objdump
- configure:6104: result: objdump
- configure:6133: checking how to recognize dependent libraries
- configure:6330: result: pass_all
- configure:6415: checking for dlltool
- configure:6445: result: no
- configure:6472: checking how to associate runtime and link libraries
- configure:6499: result: printf %s\n
- configure:6623: checking for archiver @FILE support
- configure:6640: gcc -c -g -O2 conftest.c >&5
- configure:6640: $? = 0
- configure:6643: ar cru libconftest.a @conftest.lst >&5
- configure:6646: $? = 0
- configure:6651: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:6654: $? = 1
- configure:6666: result: @
- configure:6724: checking for strip
- configure:6740: found /usr/bin/strip
- configure:6751: result: strip
- configure:6823: checking for ranlib
- configure:6850: result: ranlib
- configure:6952: checking command to parse /usr/bin/nm -B output from gcc object
- configure:7105: gcc -c -g -O2 conftest.c >&5
- /tmp/ccIBMycE.s: Assembler messages:
- /tmp/ccIBMycE.s:12: Error: expecting string instruction after `rep'
- configure:7108: $? = 1
- : failed program was:
- #ifdef __cplusplus
- extern "C" {
- #endif
- char nm_test_var;
- void nm_test_func(void);
- void nm_test_func(void){}
- #ifdef __cplusplus
- }
- #endif
- int main(){nm_test_var='a';nm_test_func();return(0);}
- configure:7105: gcc -c -g -O2 conftest.c >&5
- /tmp/ccSCsKMC.s: Assembler messages:
- /tmp/ccSCsKMC.s:12: Error: expecting string instruction after `rep'
- configure:7108: $? = 1
- : failed program was:
- #ifdef __cplusplus
- extern "C" {
- #endif
- char nm_test_var;
- void nm_test_func(void);
- void nm_test_func(void){}
- #ifdef __cplusplus
- }
- #endif
- int main(){nm_test_var='a';nm_test_func();return(0);}
- configure:7219: result: failed
- configure:7269: checking for sysroot
- configure:7299: result: no
- configure:7306: checking for a working dd
- configure:7344: result: /bin/dd
- configure:7348: checking how to truncate binary pipes
- configure:7363: result: /bin/dd bs=4096 count=1
- configure:7484: gcc -c -g -O2 conftest.c >&5
- configure:7487: $? = 0
- configure:7677: checking for mt
- configure:7707: result: no
- configure:7727: checking if : is a manifest tool
- configure:7733: : '-?'
- configure:7741: result: no
- configure:8378: checking for ANSI C header files
- configure:8398: gcc -c -g -O2 conftest.c >&5
- configure:8398: $? = 0
- configure:8471: gcc -o conftest -g -O2 conftest.c >&5
- configure:8471: $? = 0
- configure:8471: ./conftest
- configure:8471: $? = 0
- configure:8482: result: yes
- configure:8495: checking for sys/types.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for sys/stat.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for stdlib.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for string.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for memory.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for strings.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for inttypes.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for stdint.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8495: checking for unistd.h
- configure:8495: gcc -c -g -O2 conftest.c >&5
- configure:8495: $? = 0
- configure:8495: result: yes
- configure:8509: checking for dlfcn.h
- configure:8509: gcc -c -g -O2 conftest.c >&5
- configure:8509: $? = 0
- configure:8509: result: yes
- configure:9010: checking for objdir
- configure:9025: result: .libs
- configure:9296: checking if gcc supports -fno-rtti -fno-exceptions
- configure:9314: 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:9318: $? = 0
- configure:9331: result: no
- configure:9679: checking for gcc option to produce PIC
- configure:9686: result: -fPIC -DPIC
- configure:9694: checking if gcc PIC flag -fPIC -DPIC works
- configure:9712: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:9716: $? = 0
- configure:9729: result: yes
- configure:9758: checking if gcc static flag -static works
- configure:9786: result: no
- configure:9801: checking if gcc supports -c -o file.o
- configure:9822: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:9826: $? = 0
- configure:9848: result: yes
- configure:9856: checking if gcc supports -c -o file.o
- configure:9903: result: yes
- configure:9936: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:11084: result: yes
- configure:11121: checking whether -lc should be explicitly linked in
- configure:11129: gcc -c -g -O2 conftest.c >&5
- configure:11132: $? = 0
- configure:11147: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:11150: $? = 0
- configure:11164: result: no
- configure:11324: checking dynamic linker characteristics
- configure:11851: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:11851: $? = 0
- configure:12062: result: GNU/Linux ld.so
- configure:12169: checking how to hardcode library paths into programs
- configure:12194: result: immediate
- configure:12296: checking for shl_load
- configure:12296: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/cce4Fzl1.o: In function `main':
- /home/cdot/Downloads/libtool-2.4.3/conftest.c:57: undefined reference to `shl_load'
- collect2: error: ld returned 1 exit status
- configure:12296: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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:12296: result: no
- configure:12300: checking for shl_load in -ldld
- configure:12325: gcc -o conftest -g -O2 conftest.c -ldld >&5
- /usr/bin/ld: cannot find -ldld
- collect2: error: ld returned 1 exit status
- configure:12325: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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:12334: result: no
- configure:12339: checking for dlopen
- configure:12339: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/ccz1OTu6.o: In function `main':
- /home/cdot/Downloads/libtool-2.4.3/conftest.c:57: undefined reference to `dlopen'
- collect2: error: ld returned 1 exit status
- configure:12339: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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:12339: result: no
- configure:12343: checking for dlopen in -ldl
- configure:12368: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:12368: $? = 0
- configure:12377: result: yes
- configure:12496: checking whether a program can dlopen itself
- configure:12576: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
- configure:12579: $? = 0
- configure:12597: result: yes
- configure:12602: checking whether a statically linked program can dlopen itself
- configure:12682: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
- configure:12685: $? = 0
- configure:12703: result: yes
- configure:12742: checking whether stripping libraries is possible
- configure:12747: result: yes
- configure:12782: checking if libtool supports shared libraries
- configure:12784: result: yes
- configure:12787: checking whether to build shared libraries
- configure:12808: result: yes
- configure:12811: checking whether to build static libraries
- configure:12815: result: yes
- configure:12853: checking what extension is used for runtime loadable modules
- configure:12865: result: .so
- configure:12882: checking what variable specifies run-time module search path
- configure:12889: result: LD_LIBRARY_PATH
- configure:12899: checking for the default library search path
- configure:12906: result: /lib /usr/lib /usr/lib64/mysql
- configure:12936: checking for library containing dlopen
- configure:12967: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/ccNnzPqg.o: In function `main':
- /home/cdot/Downloads/libtool-2.4.3/conftest.c:37: undefined reference to `dlopen'
- collect2: error: ld returned 1 exit status
- configure:12967: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | /* 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:12967: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:12967: $? = 0
- configure:12984: result: -ldl
- configure:13074: checking for dlerror
- configure:13074: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
- configure:13074: $? = 0
- configure:13074: result: yes
- configure:13088: checking for shl_load
- configure:13088: result: no
- configure:13095: checking for shl_load in -ldld
- configure:13129: result: no
- configure:13175: checking for dld_link in -ldld
- configure:13200: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
- /usr/bin/ld: cannot find -ldld
- collect2: error: ld returned 1 exit status
- configure:13200: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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:13209: result: no
- configure:13243: checking for _ prefix in compiled symbols
- configure:13253: gcc -c -g -O2 conftest.c >&5
- /tmp/ccrPo0YJ.s: Assembler messages:
- /tmp/ccrPo0YJ.s:12: Error: expecting string instruction after `rep'
- configure:13256: $? = 1
- configure: failed program was:
- void nm_test_func(){}
- int main(){nm_test_func;return 0;}
- configure:13285: result: no
- configure:13409: checking whether deplibs are loaded by dlopen
- configure:13506: result: yes
- configure:13518: checking for argz.h
- configure:13518: gcc -c -g -O2 conftest.c >&5
- configure:13518: $? = 0
- configure:13518: result: yes
- configure:13530: checking for error_t
- configure:13530: gcc -c -g -O2 conftest.c >&5
- configure:13530: $? = 0
- configure:13530: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:37:22: error: expected expression before ')' token
- if (sizeof ((error_t)))
- ^
- configure:13530: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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:13530: result: yes
- configure:13556: checking for argz_add
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_append
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_count
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_create_sep
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_insert
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_next
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13556: checking for argz_stringify
- configure:13556: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13556: $? = 0
- configure:13556: result: yes
- configure:13574: checking if argz actually works
- configure:13605: result: yes
- configure:13624: checking whether libtool supports -dlopen/-dlpreopen
- configure:13636: result: no
- configure:13689: checking for unistd.h
- configure:13689: result: yes
- configure:13689: checking for dl.h
- configure:13689: gcc -c -g -O2 conftest.c >&5
- conftest.c:74:16: fatal error: dl.h: No such file or directory
- #include <dl.h>
- ^
- compilation terminated.
- configure:13689: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13689: result: no
- configure:13689: checking for sys/dl.h
- configure:13689: gcc -c -g -O2 conftest.c >&5
- conftest.c:74:20: fatal error: sys/dl.h: No such file or directory
- #include <sys/dl.h>
- ^
- compilation terminated.
- configure:13689: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13689: result: no
- configure:13689: checking for dld.h
- configure:13689: gcc -c -g -O2 conftest.c >&5
- conftest.c:74:17: fatal error: dld.h: No such file or directory
- #include <dld.h>
- ^
- compilation terminated.
- configure:13689: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13689: result: no
- configure:13689: checking for mach-o/dyld.h
- configure:13689: gcc -c -g -O2 conftest.c >&5
- conftest.c:74:25: fatal error: mach-o/dyld.h: No such file or directory
- #include <mach-o/dyld.h>
- ^
- compilation terminated.
- configure:13689: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13689: result: no
- configure:13689: checking for dirent.h
- configure:13689: gcc -c -g -O2 conftest.c >&5
- configure:13689: $? = 0
- configure:13689: result: yes
- configure:13704: checking for closedir
- configure:13704: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13704: $? = 0
- configure:13704: result: yes
- configure:13704: checking for opendir
- configure:13704: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13704: $? = 0
- configure:13704: result: yes
- configure:13704: checking for readdir
- configure:13704: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:13704: $? = 0
- configure:13704: result: yes
- configure:13723: checking for strlcat
- configure:13723: gcc -o conftest -g -O2 conftest.c -ldl >&5
- /tmp/ccixOKQn.o: In function `main':
- /home/cdot/Downloads/libtool-2.4.3/conftest.c:78: undefined reference to `strlcat'
- collect2: error: ld returned 1 exit status
- configure:13723: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13723: result: no
- configure:13723: checking for strlcpy
- configure:13723: gcc -o conftest -g -O2 conftest.c -ldl >&5
- /tmp/ccNTyLpt.o: In function `main':
- /home/cdot/Downloads/libtool-2.4.3/conftest.c:78: undefined reference to `strlcpy'
- collect2: error: ld returned 1 exit status
- configure:13723: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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:13723: result: no
- configure:13818: checking for g++
- configure:13834: found /opt/rh/devtoolset-2/root/usr/bin/g++
- configure:13845: result: g++
- configure:13872: checking for C++ compiler version
- configure:13881: g++ --version >&5
- g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
- Copyright (C) 2013 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:13892: $? = 0
- configure:13881: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
- Target: x86_64-redhat-linux
- Configured with: ../configure --prefix=/opt/rh/devtoolset-2/root/usr --mandir=/opt/rh/devtoolset-2/root/usr/share/man --infodir=/opt/rh/devtoolset-2/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,fortran,lto --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libgcj --with-isl=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --with-mpc=/dev/shm/home/centos/rpm/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/mpc-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
- Thread model: posix
- gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC)
- configure:13892: $? = 0
- configure:13881: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:13892: $? = 4
- configure:13881: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:13892: $? = 4
- configure:13896: checking whether we are using the GNU C++ compiler
- configure:13915: g++ -c conftest.cpp >&5
- configure:13915: $? = 0
- configure:13924: result: yes
- configure:13933: checking whether g++ accepts -g
- configure:13953: g++ -c -g conftest.cpp >&5
- configure:13953: $? = 0
- configure:13994: result: yes
- configure:14019: checking dependency style of g++
- configure:14130: result: gcc3
- configure:14164: checking how to run the C++ preprocessor
- configure:14191: g++ -E conftest.cpp
- configure:14191: $? = 0
- configure:14205: g++ -E conftest.cpp
- conftest.cpp:46:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:14205: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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 <ac_nonexistent.h>
- configure:14230: result: g++ -E
- configure:14250: g++ -E conftest.cpp
- configure:14250: $? = 0
- configure:14264: g++ -E conftest.cpp
- conftest.cpp:46:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:14264: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "GNU Libtool"
- | #define PACKAGE_TARNAME "libtool"
- | #define PACKAGE_VERSION "2.4.3"
- | #define PACKAGE_STRING "GNU Libtool 2.4.3"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- | #define PACKAGE "libtool"
- | #define VERSION "2.4.3"
- | #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/lib64/mysql"
- | #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_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 <ac_nonexistent.h>
- configure:14433: checking for ld used by g++
- configure:14500: result: /usr/bin/ld -m elf_x86_64
- configure:14507: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
- configure:14522: result: yes
- configure:14577: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:15575: result: yes
- configure:15611: g++ -c -g -O2 conftest.cpp >&5
- configure:15614: $? = 0
- configure:16135: checking for g++ option to produce PIC
- configure:16142: result: -fPIC -DPIC
- configure:16150: checking if g++ PIC flag -fPIC -DPIC works
- configure:16168: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:16172: $? = 0
- configure:16185: result: yes
- configure:16208: checking if g++ static flag -static works
- configure:16236: result: no
- configure:16248: checking if g++ supports -c -o file.o
- configure:16269: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:16273: $? = 0
- configure:16295: result: yes
- configure:16300: checking if g++ supports -c -o file.o
- configure:16347: result: yes
- configure:16377: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:16413: result: yes
- configure:16554: checking dynamic linker characteristics
- configure:17219: result: GNU/Linux ld.so
- configure:17272: checking how to hardcode library paths into programs
- configure:17297: result: immediate
- configure:17390: checking for g77
- configure:17420: result: no
- configure:17390: checking for xlf
- configure:17420: result: no
- configure:17390: checking for f77
- configure:17420: result: no
- configure:17390: checking for frt
- configure:17420: result: no
- configure:17390: checking for pgf77
- configure:17420: result: no
- configure:17390: checking for cf77
- configure:17420: result: no
- configure:17390: checking for fort77
- configure:17420: result: no
- configure:17390: checking for fl32
- configure:17420: result: no
- configure:17390: checking for af77
- configure:17420: result: no
- configure:17390: checking for xlf90
- configure:17420: result: no
- configure:17390: checking for f90
- configure:17420: result: no
- configure:17390: checking for pgf90
- configure:17420: result: no
- configure:17390: checking for pghpf
- configure:17420: result: no
- configure:17390: checking for epcf90
- configure:17420: result: no
- configure:17390: checking for gfortran
- configure:17420: result: no
- configure:17390: checking for g95
- configure:17420: result: no
- configure:17390: checking for xlf95
- configure:17420: result: no
- configure:17390: checking for f95
- configure:17420: result: no
- configure:17390: checking for fort
- configure:17420: result: no
- configure:17390: checking for ifort
- configure:17420: result: no
- configure:17390: checking for ifc
- configure:17420: result: no
- configure:17390: checking for efc
- configure:17420: result: no
- configure:17390: checking for pgfortran
- configure:17420: result: no
- configure:17390: checking for pgf95
- configure:17420: result: no
- configure:17390: checking for lf95
- configure:17420: result: no
- configure:17390: checking for ftn
- configure:17420: result: no
- configure:17390: checking for nagfor
- configure:17420: result: no
- configure:17443: checking for Fortran 77 compiler version
- configure:17452: --version >&5
- ./configure: line 17454: --version: command not found
- configure:17463: $? = 127
- configure:17452: -v >&5
- ./configure: line 17454: -v: command not found
- configure:17463: $? = 127
- configure:17452: -V >&5
- ./configure: line 17454: -V: command not found
- configure:17463: $? = 127
- configure:17452: -qversion >&5
- ./configure: line 17454: -qversion: command not found
- configure:17463: $? = 127
- configure:17472: checking whether we are using the GNU Fortran 77 compiler
- configure:17485: -c conftest.F >&5
- ./configure: line 2077: -c: command not found
- configure:17485: $? = 127
- configure: failed program was:
- | program main
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | end
- configure:17494: result: no
- configure:17500: checking whether accepts -g
- configure:17511: -c -g conftest.f >&5
- ./configure: line 2077: -c: command not found
- configure:17511: $? = 127
- configure: failed program was:
- | program main
- |
- | end
- configure:17519: result: no
- configure:20333: checking for gfortran
- configure:20363: result: no
- configure:20333: checking for g95
- configure:20363: result: no
- configure:20333: checking for xlf95
- configure:20363: result: no
- configure:20333: checking for f95
- configure:20363: result: no
- configure:20333: checking for fort
- configure:20363: result: no
- configure:20333: checking for ifort
- configure:20363: result: no
- configure:20333: checking for ifc
- configure:20363: result: no
- configure:20333: checking for efc
- configure:20363: result: no
- configure:20333: checking for pgfortran
- configure:20363: result: no
- configure:20333: checking for pgf95
- configure:20363: result: no
- configure:20333: checking for lf95
- configure:20363: result: no
- configure:20333: checking for ftn
- configure:20363: result: no
- configure:20333: checking for nagfor
- configure:20363: result: no
- configure:20333: checking for xlf90
- configure:20363: result: no
- configure:20333: checking for f90
- configure:20363: result: no
- configure:20333: checking for pgf90
- configure:20363: result: no
- configure:20333: checking for pghpf
- configure:20363: result: no
- configure:20333: checking for epcf90
- configure:20363: result: no
- configure:20333: checking for g77
- configure:20363: result: no
- configure:20333: checking for xlf
- configure:20363: result: no
- configure:20333: checking for f77
- configure:20363: result: no
- configure:20333: checking for frt
- configure:20363: result: no
- configure:20333: checking for pgf77
- configure:20363: result: no
- configure:20333: checking for cf77
- configure:20363: result: no
- configure:20333: checking for fort77
- configure:20363: result: no
- configure:20333: checking for fl32
- configure:20363: result: no
- configure:20333: checking for af77
- configure:20363: result: no
- configure:20386: checking for Fortran compiler version
- configure:20395: --version >&5
- ./configure: line 20397: --version: command not found
- configure:20406: $? = 127
- configure:20395: -v >&5
- ./configure: line 20397: -v: command not found
- configure:20406: $? = 127
- configure:20395: -V >&5
- ./configure: line 20397: -V: command not found
- configure:20406: $? = 127
- configure:20395: -qversion >&5
- ./configure: line 20397: -qversion: command not found
- configure:20406: $? = 127
- configure:20415: checking whether we are using the GNU Fortran compiler
- configure:20428: -c conftest.F >&5
- ./configure: line 2161: -c: command not found
- configure:20428: $? = 127
- configure: failed program was:
- | program main
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | end
- configure:20437: result: no
- configure:20443: checking whether accepts -g
- configure:20454: -c -g conftest.f >&5
- ./configure: line 2161: -c: command not found
- configure:20454: $? = 127
- configure: failed program was:
- | program main
- |
- | end
- configure:20462: result: no
- configure:23414: checking for gccgo
- configure:23444: result: no
- configure:25526: checking for gcj
- configure:25556: result: no
- configure:27639: checking for windres
- configure:27669: result: no
- configure:27974: checking that generated files are newer than configure
- configure:27980: result: done
- configure:28054: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by GNU Libtool config.status 2.4.3, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on sphirewall
- config.status:1475: creating Makefile
- config.status:1475: creating config.h
- config.status:1656: config.h is unchanged
- config.status:1735: executing tests/atconfig commands
- config.status:1735: executing depfiles commands
- config.status:1735: 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_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=x86_64-unknown-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_lt_DD=/bin/dd
- ac_cv_path_mkdir=/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_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=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=no
- 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=-ldl
- lt_cv_dlopen_self=yes
- lt_cv_dlopen_self_static=yes
- 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=no
- lt_cv_prog_compiler_static_works_CXX=no
- 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/lib64/mysql '
- lt_cv_sys_global_symbol_pipe=
- 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=
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=1966080
- 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='/bin/dd bs=4096 count=1'
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/cdot/Downloads/libtool-2.4.3/build-aux/missing aclocal-1.14'
- 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'
- ARGZ_H=''
- AS='as'
- AUTOCONF='${SHELL} /home/cdot/Downloads/libtool-2.4.3/build-aux/missing autoconf'
- AUTOHEADER='${SHELL} /home/cdot/Downloads/libtool-2.4.3/build-aux/missing autoheader'
- AUTOM4TE='autom4te'
- AUTOMAKE='${SHELL} /home/cdot/Downloads/libtool-2.4.3/build-aux/missing automake-1.14'
- 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='/bin/grep -E'
- EXEEXT=''
- F77=''
- FC=''
- FCFLAGS=''
- FFLAGS=''
- FGREP='/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='/bin/grep'
- HELP2MAN='${SHELL} /home/cdot/Downloads/libtool-2.4.3/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='-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'
- LTLIBOBJS=' ${LIBOBJDIR}lt__strl$U.lo'
- LT_CONFIG_H='config.h'
- LT_DLLOADERS=' libltdl/dlopen.la'
- LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
- MAKEINFO='${SHELL} /home/cdot/Downloads/libtool-2.4.3/build-aux/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='libtool'
- PACKAGE_BUGREPORT='[email protected]'
- PACKAGE_NAME='GNU Libtool'
- PACKAGE_STRING='GNU Libtool 2.4.3'
- PACKAGE_TARNAME='libtool'
- PACKAGE_URL='http://www.gnu.org/software/libtool/'
- PACKAGE_VERSION='2.4.3'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- RC=''
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- VERSION='2.4.3'
- 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} /home/cdot/Downloads/libtool-2.4.3/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.3'
- 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'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "GNU Libtool"
- #define PACKAGE_TARNAME "libtool"
- #define PACKAGE_VERSION "2.4.3"
- #define PACKAGE_STRING "GNU Libtool 2.4.3"
- #define PACKAGE_BUGREPORT "[email protected]"
- #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
- #define PACKAGE "libtool"
- #define VERSION "2.4.3"
- #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/lib64/mysql"
- #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_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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement