This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libltdl configure 2.4.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/configure --disable-option-checking --prefix=/home/fiebig/Desktop/BCPNN-Module --with-nest=/home/fiebig/Programs/nest-2.4.2-build/bin/nest-config --enable-ltdl-convenience --cache-file=/dev/null --srcdir=/home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl

## --------- ##
## Platform. ##
## --------- ##

hostname = ubuntu
uname -m = x86_64
uname -r = 3.13.0-39-generic
uname -s = Linux
uname -v = #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014

/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
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2292: checking for a BSD-compatible install
configure:2360: result: /usr/bin/install -c
configure:2371: checking whether build environment is sane
configure:2426: result: yes
configure:2577: checking for a thread-safe mkdir -p
configure:2616: result: /bin/mkdir -p
configure:2623: checking for gawk
configure:2653: result: no
configure:2623: checking for mawk
configure:2639: found /usr/bin/mawk
configure:2650: result: mawk
configure:2661: checking whether make sets $(MAKE)
configure:2683: result: yes
configure:2712: checking whether make supports nested variables
configure:2729: result: yes
configure:2894: checking build system type
configure:2908: result: x86_64-unknown-linux-gnu
configure:2928: checking host system type
configure:2941: result: x86_64-unknown-linux-gnu
configure:2982: checking how to print strings
configure:3009: result: printf
configure:3042: checking for style of include used by make
configure:3070: result: GNU
configure:3141: checking for gcc
configure:3157: found /usr/bin/gcc
configure:3168: result: gcc
configure:3397: checking for C compiler version
configure:3406: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
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:3417: $? = 0
configure:3406: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
configure:3417: $? = 0
configure:3406: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3417: $? = 4
configure:3406: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3417: $? = 4
configure:3437: checking whether the C compiler works
configure:3459: gcc    conftest.c  >&5
configure:3463: $? = 0
configure:3511: result: yes
configure:3514: checking for C compiler default output file name
configure:3516: result: a.out
configure:3522: checking for suffix of executables
configure:3529: gcc -o conftest    conftest.c  >&5
configure:3533: $? = 0
configure:3555: result: 
configure:3577: checking whether we are cross compiling
configure:3585: gcc -o conftest    conftest.c  >&5
configure:3589: $? = 0
configure:3596: ./conftest
configure:3600: $? = 0
configure:3615: result: no
configure:3620: checking for suffix of object files
configure:3642: gcc -c   conftest.c >&5
configure:3646: $? = 0
configure:3667: result: o
configure:3671: checking whether we are using the GNU C compiler
configure:3690: gcc -c   conftest.c >&5
configure:3690: $? = 0
configure:3699: result: yes
configure:3708: checking whether gcc accepts -g
configure:3728: gcc -c -g  conftest.c >&5
configure:3728: $? = 0
configure:3769: result: yes
configure:3786: checking for gcc option to accept ISO C89
configure:3849: gcc  -c -g -O2  conftest.c >&5
configure:3849: $? = 0
configure:3862: result: none needed
configure:3887: checking whether gcc understands -c and -o together
configure:3909: gcc -c conftest.c -o conftest2.o
configure:3912: $? = 0
configure:3909: gcc -c conftest.c -o conftest2.o
configure:3912: $? = 0
configure:3924: result: yes
configure:3943: checking dependency style of gcc
configure:4054: result: gcc3
configure:4069: checking for a sed that does not truncate output
configure:4133: result: /bin/sed
configure:4151: checking for grep that handles long lines and -e
configure:4209: result: /bin/grep
configure:4214: checking for egrep
configure:4276: result: /bin/grep -E
configure:4281: checking for fgrep
configure:4343: result: /bin/grep -F
configure:4378: checking for ld used by gcc
configure:4445: result: /usr/bin/ld
configure:4452: checking if the linker (/usr/bin/ld) is GNU ld
configure:4467: result: yes
configure:4479: checking for BSD- or MS-compatible name lister (nm)
configure:4528: result: /usr/bin/nm -B
configure:4658: checking the name lister (/usr/bin/nm -B) interface
configure:4665: gcc -c -g -O2  conftest.c >&5
configure:4668: /usr/bin/nm -B "conftest.o"
configure:4671: output
0000000000000000 B some_variable
configure:4678: result: BSD nm
configure:4681: checking whether ln -s works
configure:4685: result: yes
configure:4693: checking the maximum length of command line arguments
configure:4824: result: 1572864
configure:4841: checking whether the shell understands some XSI constructs
configure:4851: result: yes
configure:4855: checking whether the shell understands "+="
configure:4861: result: yes
configure:4896: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:4936: result: func_convert_file_noop
configure:4943: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:4963: result: func_convert_file_noop
configure:4970: checking for /usr/bin/ld option to reload object files
configure:4977: result: -r
configure:5051: checking for objdump
configure:5067: found /usr/bin/objdump
configure:5078: result: objdump
configure:5107: checking how to recognize dependent libraries
configure:5305: result: pass_all
configure:5390: checking for dlltool
configure:5420: result: no
configure:5447: checking how to associate runtime and link libraries
configure:5474: result: printf %s\n
configure:5535: checking for ar
configure:5551: found /usr/bin/ar
configure:5562: result: ar
configure:5599: checking for archiver @FILE support
configure:5616: gcc -c -g -O2  conftest.c >&5
configure:5616: $? = 0
configure:5619: ar cru libconftest.a @conftest.lst >&5
configure:5622: $? = 0
configure:5627: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:5630: $? = 1
configure:5642: result: @
configure:5700: checking for strip
configure:5716: found /usr/bin/strip
configure:5727: result: strip
configure:5799: checking for ranlib
configure:5815: found /usr/bin/ranlib
configure:5826: result: ranlib
configure:5928: checking command to parse /usr/bin/nm -B output from gcc object
configure:6048: gcc -c -g -O2  conftest.c >&5
configure:6051: $? = 0
configure:6055: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6058: $? = 0
configure:6124: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6127: $? = 0
configure:6165: result: ok
configure:6202: checking for sysroot
configure:6232: result: no
configure:6309: gcc -c -g -O2  conftest.c >&5
configure:6312: $? = 0
configure:6501: checking for mt
configure:6517: found /bin/mt
configure:6528: result: mt
configure:6551: checking if mt is a manifest tool
configure:6557: mt '-?'
configure:6565: result: no
configure:7207: checking how to run the C preprocessor
configure:7238: gcc -E  conftest.c
configure:7238: $? = 0
configure:7252: 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:7252: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7277: result: gcc -E
configure:7297: gcc -E  conftest.c
configure:7297: $? = 0
configure:7311: 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:7311: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7340: checking for ANSI C header files
configure:7360: gcc -c -g -O2  conftest.c >&5
configure:7360: $? = 0
configure:7433: gcc -o conftest -g -O2   conftest.c  >&5
configure:7433: $? = 0
configure:7433: ./conftest
configure:7433: $? = 0
configure:7444: result: yes
configure:7457: checking for sys/types.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for sys/stat.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for stdlib.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for string.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for memory.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for strings.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for inttypes.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for stdint.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7457: checking for unistd.h
configure:7457: gcc -c -g -O2  conftest.c >&5
configure:7457: $? = 0
configure:7457: result: yes
configure:7471: checking for dlfcn.h
configure:7471: gcc -c -g -O2  conftest.c >&5
configure:7471: $? = 0
configure:7471: result: yes
configure:7974: checking for objdir
configure:7989: result: .libs
configure:8260: checking if gcc supports -fno-rtti -fno-exceptions
configure:8278: 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:8282: $? = 0
configure:8295: result: no
configure:8622: checking for gcc option to produce PIC
configure:8629: result: -fPIC -DPIC
configure:8637: checking if gcc PIC flag -fPIC -DPIC works
configure:8655: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8659: $? = 0
configure:8672: result: yes
configure:8701: checking if gcc static flag -static works
configure:8729: result: yes
configure:8744: checking if gcc supports -c -o file.o
configure:8765: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8769: $? = 0
configure:8791: result: yes
configure:8799: checking if gcc supports -c -o file.o
configure:8846: result: yes
configure:8879: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10036: result: yes
configure:10073: checking whether -lc should be explicitly linked in
configure:10081: gcc -c -g -O2  conftest.c >&5
configure:10084: $? = 0
configure:10099: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10102: $? = 0
configure:10116: result: no
configure:10276: checking dynamic linker characteristics
configure:10776: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10776: $? = 0
configure:11010: result: GNU/Linux ld.so
configure:11117: checking how to hardcode library paths into programs
configure:11142: result: immediate
configure:11236: checking for shl_load
configure:11236: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc0HqpVm.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/conftest.c:57: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:11236: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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:11236: result: no
configure:11240: checking for shl_load in -ldld
configure:11265: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:11265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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:11274: result: no
configure:11279: checking for dlopen
configure:11279: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccwtxYzv.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/conftest.c:57: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11279: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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:11279: result: no
configure:11283: checking for dlopen in -ldl
configure:11308: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:11308: $? = 0
configure:11317: result: yes
configure:11436: checking whether a program can dlopen itself
configure:11516: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:11519: $? = 0
configure:11537: result: yes
configure:11542: checking whether a statically linked program can dlopen itself
configure:11622: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccqe5K1F.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/configure:11601: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
collect2: error: ld returned 1 exit status
configure:11625: $? = 1
configure:11643: result: no
configure:11682: checking whether stripping libraries is possible
configure:11687: result: yes
configure:11722: checking if libtool supports shared libraries
configure:11724: result: yes
configure:11727: checking whether to build shared libraries
configure:11748: result: yes
configure:11751: checking whether to build static libraries
configure:11755: result: yes
configure:11792: checking which extension is used for runtime loadable modules
configure:11804: result: .so
configure:11821: checking which variable specifies run-time module search path
configure:11828: result: LD_LIBRARY_PATH
configure:11838: checking for the default library search path
configure:11845: result: /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /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 /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa 
configure:11875: checking for library containing dlopen
configure:11906: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc44fgZJ.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/conftest.c:37: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| /* 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:11906: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:11906: $? = 0
configure:11923: result: -ldl
configure:12013: checking for dlerror
configure:12013: gcc -o conftest -g -O2   conftest.c -ldl  -ldl >&5
configure:12013: $? = 0
configure:12013: result: yes
configure:12027: checking for shl_load
configure:12027: result: no
configure:12034: checking for shl_load in -ldld
configure:12068: result: no
configure:12114: checking for dld_link in -ldld
configure:12139: gcc -o conftest -g -O2   conftest.c -ldld  -ldl  >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:12139: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12148: result: no
configure:12182: checking for _ prefix in compiled symbols
configure:12192: gcc -c -g -O2  conftest.c >&5
configure:12195: $? = 0
configure:12199: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:12202: $? = 0
configure:12224: result: no
configure:12348: checking whether deplibs are loaded by dlopen
configure:12442: result: yes
configure:12454: checking for argz.h
configure:12454: gcc -c -g -O2  conftest.c >&5
configure:12454: $? = 0
configure:12454: result: yes
configure:12466: checking for error_t
configure:12466: gcc -c -g -O2  conftest.c >&5
configure:12466: $? = 0
configure:12466: 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:12466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12466: result: yes
configure:12492: checking for argz_add
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_append
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_count
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_create_sep
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_insert
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_next
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12492: checking for argz_stringify
configure:12492: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12492: $? = 0
configure:12492: result: yes
configure:12510: checking if argz actually works
configure:12541: result: yes
configure:12560: checking whether libtool supports -dlopen/-dlpreopen
configure:12572: result: yes
configure:12625: checking for unistd.h
configure:12625: result: yes
configure:12625: checking for dl.h
configure:12625: gcc -c -g -O2  conftest.c >&5
conftest.c:75:16: fatal error: dl.h: No such file or directory
 #include <dl.h>
                ^
compilation terminated.
configure:12625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12625: result: no
configure:12625: checking for sys/dl.h
configure:12625: gcc -c -g -O2  conftest.c >&5
conftest.c:75:20: fatal error: sys/dl.h: No such file or directory
 #include <sys/dl.h>
                    ^
compilation terminated.
configure:12625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12625: result: no
configure:12625: checking for dld.h
configure:12625: gcc -c -g -O2  conftest.c >&5
conftest.c:75:17: fatal error: dld.h: No such file or directory
 #include <dld.h>
                 ^
compilation terminated.
configure:12625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12625: result: no
configure:12625: checking for mach-o/dyld.h
configure:12625: gcc -c -g -O2  conftest.c >&5
conftest.c:75:25: fatal error: mach-o/dyld.h: No such file or directory
 #include <mach-o/dyld.h>
                         ^
compilation terminated.
configure:12625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12625: result: no
configure:12625: checking for dirent.h
configure:12625: gcc -c -g -O2  conftest.c >&5
configure:12625: $? = 0
configure:12625: result: yes
configure:12640: checking for closedir
configure:12640: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12640: $? = 0
configure:12640: result: yes
configure:12640: checking for opendir
configure:12640: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12640: $? = 0
configure:12640: result: yes
configure:12640: checking for readdir
configure:12640: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:12640: $? = 0
configure:12640: result: yes
configure:12659: checking for strlcat
configure:12659: gcc -o conftest -g -O2   conftest.c -ldl  >&5
/tmp/ccJJeVLy.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/conftest.c:79: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:12659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12659: result: no
configure:12659: checking for strlcpy
configure:12659: gcc -o conftest -g -O2   conftest.c -ldl  >&5
/tmp/ccBusHpA.o: In function `main':
/home/fiebig/Desktop/BCPNN-Module/build-module-100725/libltdl/conftest.c:79: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:12659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "libltdl 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libltdl"
| #define VERSION "2.4.2"
| #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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
| #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:12659: result: no
configure:12810: checking that generated files are newer than configure
configure:12816: result: done
configure:12848: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libltdl config.status 2.4.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ubuntu

config.status:1123: creating Makefile
config.status:1123: creating config.h
config.status:1337: executing depfiles commands
config.status:1337: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_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_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_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
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_MANIFEST_TOOL=mt
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_make_make_set=yes
ac_cv_search_dlopen=-ldl
ac_cv_type_error_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shrext=.so
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-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_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
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_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/lib/x86_64-linux-gnu/libfakeroot /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 /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa '
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ARGZ_H=''
AS='as'
AUTOCONF='${SHELL} /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/missing autoconf'
AUTOHEADER='${SHELL} /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/missing autoheader'
AUTOMAKE='${SHELL} /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/missing automake-1.14'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONVENIENCE_LTDL_FALSE='#'
CONVENIENCE_LTDL_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
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=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
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=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
MAKEINFO='${SHELL} /home/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libltdl'
PACKAGE_BUGREPORT='bug-libtool@gnu.org'
PACKAGE_NAME='libltdl'
PACKAGE_STRING='libltdl 2.4.2'
PACKAGE_TARNAME='libltdl'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='2.4.2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
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/fiebig/Desktop/BCPNN-Module/bootstrap-module-100725/libltdl/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/fiebig/Desktop/BCPNN-Module'
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 "libltdl"
#define PACKAGE_TARNAME "libltdl"
#define PACKAGE_VERSION "2.4.2"
#define PACKAGE_STRING "libltdl 2.4.2"
#define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
#define PACKAGE_URL ""
#define PACKAGE "libltdl"
#define VERSION "2.4.2"
#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/lib/x86_64-linux-gnu/libfakeroot:/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:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa-egl:/usr/lib/x86_64-linux-gnu/mesa"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_ADD 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_WORKING_ARGZ 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define LT_LIBEXT "a"
#define LT_LIBPREFIX "lib"

configure: exit 0