This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LLVM configure 3.3svn, which was generated by GNU Autoconf 2.60. Invocation command line was $ ../llvm/configure --enable-targets=host-only ## --------- ## ## Platform. ## ## --------- ## hostname = ubuntu uname -m = i686 uname -r = 3.0.0-12-generic uname -s = Linux uname -v = #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 /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/lib/lightdm/lightdm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2041: checking for clang configure:2071: result: no configure:2041: checking for llvm-gcc configure:2071: result: no configure:2041: checking for gcc configure:2057: found /usr/bin/gcc configure:2068: result: gcc configure:2104: checking for C compiler version configure:2111: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Copyright (C) 2011 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:2114: $? = 0 configure:2121: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) configure:2124: $? = 0 configure:2131: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:2134: $? = 4 configure:2157: checking for C compiler default output file name configure:2184: gcc conftest.c >&5 configure:2187: $? = 0 configure:2233: result: a.out configure:2238: checking whether the C compiler works configure:2248: ./a.out configure:2251: $? = 0 configure:2268: result: yes configure:2275: checking whether we are cross compiling configure:2277: result: no configure:2280: checking for suffix of executables configure:2287: gcc -o conftest conftest.c >&5 configure:2290: $? = 0 configure:2314: result: configure:2320: checking for suffix of object files configure:2346: gcc -c conftest.c >&5 configure:2349: $? = 0 configure:2372: result: o configure:2376: checking whether we are using the GNU C compiler configure:2405: gcc -c conftest.c >&5 configure:2411: $? = 0 configure:2418: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2421: $? = 0 configure:2428: test -s conftest.o configure:2431: $? = 0 configure:2445: result: yes configure:2450: checking whether gcc accepts -g configure:2480: gcc -c -g conftest.c >&5 configure:2486: $? = 0 configure:2493: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2496: $? = 0 configure:2503: test -s conftest.o configure:2506: $? = 0 configure:2636: result: yes configure:2653: checking for gcc option to accept ISO C89 configure:2727: gcc -c conftest.c >&5 configure:2733: $? = 0 configure:2740: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2743: $? = 0 configure:2750: test -s conftest.o configure:2753: $? = 0 configure:2773: result: none needed configure:2849: checking for clang++ configure:2879: result: no configure:2849: checking for llvm-g++ configure:2879: result: no configure:2849: checking for g++ configure:2879: result: no configure:2907: checking for C++ compiler version configure:2914: g++ --version >&5 ../llvm/configure: line 2915: g++: command not found configure:2917: $? = 127 configure:2924: g++ -v >&5 ../llvm/configure: line 2925: g++: command not found configure:2927: $? = 127 configure:2934: g++ -V >&5 ../llvm/configure: line 2935: g++: command not found configure:2937: $? = 127 configure:2940: checking whether we are using the GNU C++ compiler configure:2969: g++ -c conftest.cpp >&5 ../llvm/configure: line 2970: g++: command not found configure:2975: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3009: result: no configure:3014: checking whether g++ accepts -g configure:3044: g++ -c -g conftest.cpp >&5 ../llvm/configure: line 3045: g++: command not found configure:3050: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3099: g++ -c conftest.cpp >&5 ../llvm/configure: line 3100: g++: command not found configure:3105: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3155: g++ -c -g conftest.cpp >&5 ../llvm/configure: line 3156: g++: command not found configure:3161: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3200: result: no configure:3228: checking how to run the C preprocessor configure:3268: gcc -E conftest.c configure:3274: $? = 0 configure:3312: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3318: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | #include configure:3358: result: gcc -E configure:3387: gcc -E conftest.c configure:3393: $? = 0 configure:3431: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3437: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | /* end confdefs.h. */ | #include configure:3669: checking build system type configure:3687: result: i686-pc-linux-gnu configure:3709: checking host system type configure:3724: result: i686-pc-linux-gnu configure:3746: checking target system type configure:3761: result: i686-pc-linux-gnu configure:3790: checking type of operating system we're going to host on configure:3903: result: Linux configure:3906: checking type of operating system we're going to target configure:3958: result: Linux configure:4004: checking target architecture configure:4026: result: x86 configure:4069: checking for grep that handles long lines and -e configure:4143: result: /bin/grep configure:4148: checking for egrep configure:4226: result: /bin/grep -E configure:4231: checking for ANSI C header files configure:4261: gcc -c conftest.c >&5 configure:4267: $? = 0 configure:4274: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4277: $? = 0 configure:4284: test -s conftest.o configure:4287: $? = 0 configure:4383: gcc -o conftest conftest.c >&5 configure:4386: $? = 0 configure:4392: ./conftest configure:4395: $? = 0 configure:4412: result: yes configure:4436: checking for sys/types.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for sys/stat.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for stdlib.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for string.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for memory.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for strings.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for inttypes.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for stdint.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4436: checking for unistd.h configure:4457: gcc -c conftest.c >&5 configure:4463: $? = 0 configure:4470: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4473: $? = 0 configure:4480: test -s conftest.o configure:4483: $? = 0 configure:4496: result: yes configure:4508: checking whether byte ordering is bigendian configure:4540: gcc -c conftest.c >&5 configure:4546: $? = 0 configure:4553: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4556: $? = 0 configure:4563: test -s conftest.o configure:4566: $? = 0 configure:4595: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:2: error: unknown type name 'not' conftest.c:28:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:4601: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4775: result: no configure:5747: checking optimization flags configure:5760: result: -O3 configure:5973: checking for BSD-compatible nm configure:6022: result: /usr/bin/nm -B configure:6028: checking for GNU make configure:6043: result: make configure:6054: checking whether ln -s works configure:6058: result: yes configure:6067: checking for cmp configure:6085: found /usr/bin/cmp configure:6098: result: /usr/bin/cmp configure:6108: checking for cp configure:6126: found /bin/cp configure:6139: result: /bin/cp configure:6149: checking for date configure:6167: found /bin/date configure:6180: result: /bin/date configure:6190: checking for find configure:6208: found /usr/bin/find configure:6221: result: /usr/bin/find configure:6231: checking for grep configure:6262: result: /bin/grep configure:6272: checking for mkdir configure:6290: found /bin/mkdir configure:6303: result: /bin/mkdir configure:6313: checking for mv configure:6331: found /bin/mv configure:6344: result: /bin/mv configure:6395: checking for ranlib configure:6411: found /usr/bin/ranlib configure:6422: result: ranlib configure:6491: checking for ar configure:6507: found /usr/bin/ar configure:6518: result: ar configure:6546: checking for rm configure:6564: found /bin/rm configure:6577: result: /bin/rm configure:6587: checking for sed configure:6605: found /bin/sed configure:6618: result: /bin/sed configure:6628: checking for tar configure:6646: found /bin/tar configure:6659: result: /bin/tar configure:6669: checking for pwd configure:6687: found /bin/pwd configure:6700: result: /bin/pwd configure:6711: checking for Graphviz configure:6742: result: echo Graphviz configure:6767: checking for dot configure:6798: result: echo dot configure:6823: checking for fdp configure:6854: result: echo fdp configure:6879: checking for neato configure:6910: result: echo neato configure:6935: checking for twopi configure:6966: result: echo twopi configure:6991: checking for circo configure:7022: result: echo circo configure:7049: checking for gv configure:7082: result: no configure:7049: checking for gsview32 configure:7082: result: no configure:7108: checking for dotty configure:7139: result: echo dotty configure:7164: checking for xdot.py configure:7195: result: echo xdot.py configure:7232: checking for a BSD-compatible install configure:7288: result: /usr/bin/install -c configure:7306: checking for bzip2 configure:7324: found /bin/bzip2 configure:7336: result: /bin/bzip2 configure:7346: checking for cat configure:7364: found /bin/cat configure:7376: result: /bin/cat configure:7386: checking for doxygen configure:7419: result: no configure:7426: checking for groff configure:7444: found /usr/bin/groff configure:7456: result: /usr/bin/groff configure:7466: checking for gzip configure:7484: found /bin/gzip configure:7496: result: /bin/gzip configure:7506: checking for pdfroff configure:7539: result: no configure:7546: checking for zip configure:7564: found /usr/bin/zip configure:7576: result: /usr/bin/zip configure:7588: checking for ocamlc configure:7621: result: no configure:7633: checking for ocamlopt configure:7666: result: no configure:7678: checking for ocamldep configure:7711: result: no configure:7723: checking for ocamldoc configure:7756: result: no configure:7768: checking for gas configure:7801: result: no configure:7768: checking for as configure:7786: found /usr/bin/as configure:7798: result: /usr/bin/as configure:7810: checking for linker version configure:7826: result: 2.21.53.20110810 configure:7835: checking for compiler -Wl,-R option configure:7869: gcc -o conftest -Wl,-R. conftest.c >&5 configure:7875: $? = 0 configure:7882: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:7885: $? = 0 configure:7892: test -s conftest configure:7895: $? = 0 configure:7916: result: yes configure:7927: checking for compiler -Wl,-export-dynamic option configure:7961: gcc -o conftest -Wl,-export-dynamic conftest.c >&5 configure:7967: $? = 0 configure:7974: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:7977: $? = 0 configure:7984: test -s conftest configure:7987: $? = 0 configure:8008: result: yes configure:8019: checking for compiler -Wl,--version-script option configure:8075: gcc -o conftest -Wl,--version-script=/tmp/foodTl3Ft/export.map conftest.c >&5 configure:8081: $? = 0 configure:8088: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:8091: $? = 0 configure:8098: test -s conftest configure:8101: $? = 0 configure:8124: result: yes configure:8134: checking for an ANSI C-conforming const configure:8209: gcc -c conftest.c >&5 configure:8215: $? = 0 configure:8222: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:8225: $? = 0 configure:8232: test -s conftest.o configure:8235: $? = 0 configure:8247: result: yes configure:8265: checking for dirent.h that defines DIR configure:8294: gcc -c conftest.c >&5 configure:8300: $? = 0 configure:8307: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:8310: $? = 0 configure:8317: test -s conftest.o configure:8320: $? = 0 configure:8333: result: yes configure:8346: checking for library containing opendir configure:8387: gcc -o conftest conftest.c >&5 configure:8393: $? = 0 configure:8400: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:8403: $? = 0 configure:8410: test -s conftest configure:8413: $? = 0 configure:8437: result: none required configure:8562: checking dlfcn.h usability configure:8579: gcc -c conftest.c >&5 configure:8585: $? = 0 configure:8592: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:8595: $? = 0 configure:8602: test -s conftest.o configure:8605: $? = 0 configure:8616: result: yes configure:8620: checking dlfcn.h presence configure:8635: gcc -E conftest.c configure:8641: $? = 0 configure:8662: result: yes configure:8695: checking for dlfcn.h configure:8703: result: yes configure:8739: checking dynamic linker characteristics configure:9327: result: GNU/Linux ld.so configure:9337: checking which extension is used for loadable modules configure:9347: result: .so configure:9358: checking which variable specifies run-time library path configure:9365: result: LD_LIBRARY_PATH configure:9376: checking for the default library search path configure:9383: result: /lib /usr/lib /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib configure:9401: checking for objdir configure:9422: result: .libs configure:9435: checking command to parse /usr/bin/nm -B output from object configure:9540: gcc -c conftest.c >&5 configure:9543: $? = 0 configure:9547: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:9550: $? = 0 configure:9602: gcc -o conftest conftest.c conftstm.o >&5 configure:9605: $? = 0 configure:9643: result: ok configure:9648: checking whether libtool supports -dlopen/-dlpreopen configure:9660: result: yes configure:9679: checking for shl_load configure:9735: gcc -o conftest conftest.c >&5 /tmp/ccLvMJK7.o: In function `main': conftest.c:(.text+0x7): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:9741: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:9774: result: no configure:9783: checking for shl_load in -ldld configure:9818: gcc -o conftest conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:9824: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:9858: result: no configure:9868: checking for dlopen in -ldl configure:9903: gcc -o conftest conftest.c -ldl >&5 configure:9909: $? = 0 configure:9916: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:9919: $? = 0 configure:9926: test -s conftest configure:9929: $? = 0 configure:9943: result: yes configure:10318: checking for dlerror configure:10374: gcc -o conftest conftest.c -ldl >&5 configure:10380: $? = 0 configure:10387: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:10390: $? = 0 configure:10397: test -s conftest configure:10400: $? = 0 configure:10414: result: yes configure:10434: checking for _ prefix in compiled symbols configure:10444: gcc -c conftest.c >&5 configure:10447: $? = 0 configure:10451: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:10454: $? = 0 configure:10476: result: no configure:10596: checking whether deplibs are loaded by dlopen configure:10677: result: yes configure:10702: checking argz.h usability configure:10719: gcc -c conftest.c >&5 configure:10725: $? = 0 configure:10732: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:10735: $? = 0 configure:10742: test -s conftest.o configure:10745: $? = 0 configure:10756: result: yes configure:10760: checking argz.h presence configure:10775: gcc -E conftest.c configure:10781: $? = 0 configure:10802: result: yes configure:10835: checking for argz.h configure:10843: result: yes configure:10857: checking for error_t configure:10890: gcc -c conftest.c >&5 configure:10896: $? = 0 configure:10903: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:10906: $? = 0 configure:10913: test -s conftest.o configure:10916: $? = 0 configure:10928: result: yes configure:10954: checking for argz_append configure:11010: gcc -o conftest conftest.c >&5 configure:11016: $? = 0 configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11026: $? = 0 configure:11033: test -s conftest configure:11036: $? = 0 configure:11050: result: yes configure:10954: checking for argz_create_sep configure:11010: gcc -o conftest conftest.c >&5 configure:11016: $? = 0 configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11026: $? = 0 configure:11033: test -s conftest configure:11036: $? = 0 configure:11050: result: yes configure:10954: checking for argz_insert configure:11010: gcc -o conftest conftest.c >&5 configure:11016: $? = 0 configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11026: $? = 0 configure:11033: test -s conftest configure:11036: $? = 0 configure:11050: result: yes configure:10954: checking for argz_next configure:11010: gcc -o conftest conftest.c >&5 configure:11016: $? = 0 configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11026: $? = 0 configure:11033: test -s conftest configure:11036: $? = 0 configure:11050: result: yes configure:10954: checking for argz_stringify configure:11010: gcc -o conftest conftest.c >&5 configure:11016: $? = 0 configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11026: $? = 0 configure:11033: test -s conftest configure:11036: $? = 0 configure:11050: result: yes configure:11102: checking assert.h usability configure:11119: gcc -c conftest.c >&5 configure:11125: $? = 0 configure:11132: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11135: $? = 0 configure:11142: test -s conftest.o configure:11145: $? = 0 configure:11156: result: yes configure:11160: checking assert.h presence configure:11175: gcc -E conftest.c configure:11181: $? = 0 configure:11202: result: yes configure:11235: checking for assert.h configure:11243: result: yes configure:11102: checking ctype.h usability configure:11119: gcc -c conftest.c >&5 configure:11125: $? = 0 configure:11132: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11135: $? = 0 configure:11142: test -s conftest.o configure:11145: $? = 0 configure:11156: result: yes configure:11160: checking ctype.h presence configure:11175: gcc -E conftest.c configure:11181: $? = 0 configure:11202: result: yes configure:11235: checking for ctype.h configure:11243: result: yes configure:11102: checking errno.h usability configure:11119: gcc -c conftest.c >&5 configure:11125: $? = 0 configure:11132: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11135: $? = 0 configure:11142: test -s conftest.o configure:11145: $? = 0 configure:11156: result: yes configure:11160: checking errno.h presence configure:11175: gcc -E conftest.c configure:11181: $? = 0 configure:11202: result: yes configure:11235: checking for errno.h configure:11243: result: yes configure:11102: checking malloc.h usability configure:11119: gcc -c conftest.c >&5 configure:11125: $? = 0 configure:11132: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11135: $? = 0 configure:11142: test -s conftest.o configure:11145: $? = 0 configure:11156: result: yes configure:11160: checking malloc.h presence configure:11175: gcc -E conftest.c configure:11181: $? = 0 configure:11202: result: yes configure:11235: checking for malloc.h configure:11243: result: yes configure:11092: checking for memory.h configure:11098: result: yes configure:11092: checking for stdlib.h configure:11098: result: yes configure:11102: checking stdio.h usability configure:11119: gcc -c conftest.c >&5 configure:11125: $? = 0 configure:11132: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11135: $? = 0 configure:11142: test -s conftest.o configure:11145: $? = 0 configure:11156: result: yes configure:11160: checking stdio.h presence configure:11175: gcc -E conftest.c configure:11181: $? = 0 configure:11202: result: yes configure:11235: checking for stdio.h configure:11243: result: yes configure:11092: checking for unistd.h configure:11098: result: yes configure:11274: checking dl.h usability configure:11291: gcc -c conftest.c >&5 conftest.c:97:16: fatal error: dl.h: No such file or directory compilation terminated. configure:11297: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:11328: result: no configure:11332: checking dl.h presence configure:11347: gcc -E conftest.c conftest.c:64:16: fatal error: dl.h: No such file or directory compilation terminated. configure:11353: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:11374: result: no configure:11407: checking for dl.h configure:11415: result: no configure:11274: checking sys/dl.h usability configure:11291: gcc -c conftest.c >&5 conftest.c:97:20: fatal error: sys/dl.h: No such file or directory compilation terminated. configure:11297: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:11328: result: no configure:11332: checking sys/dl.h presence configure:11347: gcc -E conftest.c conftest.c:64:20: fatal error: sys/dl.h: No such file or directory compilation terminated. configure:11353: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:11374: result: no configure:11407: checking for sys/dl.h configure:11415: result: no configure:11274: checking dld.h usability configure:11291: gcc -c conftest.c >&5 conftest.c:97:17: fatal error: dld.h: No such file or directory compilation terminated. configure:11297: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:11328: result: no configure:11332: checking dld.h presence configure:11347: gcc -E conftest.c conftest.c:64:17: fatal error: dld.h: No such file or directory compilation terminated. configure:11353: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:11374: result: no configure:11407: checking for dld.h configure:11415: result: no configure:11274: checking mach-o/dyld.h usability configure:11291: gcc -c conftest.c >&5 conftest.c:97:25: fatal error: mach-o/dyld.h: No such file or directory compilation terminated. configure:11297: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:11328: result: no configure:11332: checking mach-o/dyld.h presence configure:11347: gcc -E conftest.c conftest.c:64:25: fatal error: mach-o/dyld.h: No such file or directory compilation terminated. configure:11353: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LLVM" | #define PACKAGE_TARNAME "llvm" | #define PACKAGE_VERSION "3.3svn" | #define PACKAGE_STRING "LLVM 3.3svn" | #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" | #define LLVM_VERSION_MAJOR 3 | #define LLVM_VERSION_MINOR 3 | #define LLVM_ON_UNIX 1 | #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 LLVM_ENABLE_THREADS 1 | #define ENABLE_PIC 1 | #define ENABLE_TIMESTAMPS 1 | #define ENABLE_BACKTRACES 1 | #define LLVM_NATIVE_ARCH X86 | #define LLVM_NATIVE_TARGET LLVMInitializeX86Target | #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo | #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC | #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter | #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser | #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler | #define CLANG_RESOURCE_DIR "" | #define C_INCLUDE_DIRS "" | #define GCC_INSTALL_PREFIX "" | #define DEFAULT_SYSROOT "" | #define BUG_REPORT_URL "http://llvm.org/bugs/" | #define HOST_LINK_VERSION "2.21.53.20110810" | #define HAVE_LINK_R 1 | #define HAVE_LINK_EXPORT_DYNAMIC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_DLFCN_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:11374: result: no configure:11407: checking for mach-o/dyld.h configure:11415: result: no configure:11434: checking for string.h configure:11440: result: yes configure:11604: checking for strchr configure:11660: gcc -o conftest conftest.c >&5 conftest.c:88:6: warning: conflicting types for built-in function 'strchr' [enabled by default] configure:11666: $? = 0 configure:11673: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11676: $? = 0 configure:11683: test -s conftest configure:11686: $? = 0 configure:11700: result: yes configure:11715: checking for strrchr configure:11771: gcc -o conftest conftest.c >&5 conftest.c:89:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] configure:11777: $? = 0 configure:11784: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11787: $? = 0 configure:11794: test -s conftest configure:11797: $? = 0 configure:11811: result: yes configure:11826: checking for memcpy configure:11882: gcc -o conftest conftest.c >&5 conftest.c:90:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] configure:11888: $? = 0 configure:11895: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:11898: $? = 0 configure:11905: test -s conftest configure:11908: $? = 0 configure:11922: result: yes configure:11937: checking for memmove configure:11993: gcc -o conftest conftest.c >&5 conftest.c:91:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:11999: $? = 0 configure:12006: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:12009: $? = 0 configure:12016: test -s conftest configure:12019: $? = 0 configure:12033: result: yes configure:11937: checking for strcmp configure:11993: gcc -o conftest conftest.c >&5 conftest.c:92:6: warning: conflicting types for built-in function 'strcmp' [enabled by default] configure:11999: $? = 0 configure:12006: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:12009: $? = 0 configure:12016: test -s conftest configure:12019: $? = 0 configure:12033: result: yes configure:12049: checking for closedir configure:12105: gcc -o conftest conftest.c >&5 configure:12111: $? = 0 configure:12118: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:12121: $? = 0 configure:12128: test -s conftest configure:12131: $? = 0 configure:12145: result: yes configure:12049: checking for opendir configure:12105: gcc -o conftest conftest.c >&5 configure:12111: $? = 0 configure:12118: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:12121: $? = 0 configure:12128: test -s conftest configure:12131: $? = 0 configure:12145: result: yes configure:12049: checking for readdir configure:12105: gcc -o conftest conftest.c >&5 configure:12111: $? = 0 configure:12118: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:12121: $? = 0 configure:12128: test -s conftest configure:12131: $? = 0 configure:12145: result: yes configure:12157: checking tool compatibility configure:12180: error: g++|clang++|icc required but not found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=no ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_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_append=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_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_opendir=yes ac_cv_func_readdir=yes ac_cv_func_shl_load=no ac_cv_func_strchr=yes ac_cv_func_strcmp=yes ac_cv_func_strrchr=yes ac_cv_header_argz_h=yes ac_cv_header_assert_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_mach_o_dyld_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_dl_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_objext=o ac_cv_path_BINPWD=/bin/pwd ac_cv_path_BZIP2=/bin/bzip2 ac_cv_path_CAT=/bin/cat ac_cv_path_CIRCO='echo circo' ac_cv_path_CMP=/usr/bin/cmp ac_cv_path_CP=/bin/cp ac_cv_path_DATE=/bin/date ac_cv_path_DOT='echo dot' ac_cv_path_DOTTY='echo dotty' ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FDP='echo fdp' ac_cv_path_FIND=/usr/bin/find ac_cv_path_GAS=/usr/bin/as ac_cv_path_GRAPHVIZ='echo Graphviz' ac_cv_path_GREP=/bin/grep ac_cv_path_GROFF=/usr/bin/groff ac_cv_path_GZIPBIN=/bin/gzip ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_MV=/bin/mv ac_cv_path_NEATO='echo neato' ac_cv_path_RM=/bin/rm ac_cv_path_SED=/bin/sed ac_cv_path_TAR=/bin/tar ac_cv_path_TWOPI='echo twopi' ac_cv_path_XDOT_PY='echo xdot.py' ac_cv_path_ZIP=/usr/bin/zip ac_cv_path_install='/usr/bin/install -c' 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_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=no ac_cv_search_opendir='none required' ac_cv_sys_symbol_underscore=no ac_cv_target=i686-pc-linux-gnu ac_cv_type_error_t=yes libltdl_cv_lib_dl_dlopen=yes libltdl_cv_objdir=.libs libltdl_cv_preloaded_symbols=yes libltdl_cv_shlibext=.so libltdl_cv_shlibpath_var=LD_LIBRARY_PATH libltdl_cv_sys_dlopen_deplibs=yes libltdl_cv_sys_search_path='/lib /usr/lib /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib ' llvm_cv_enable_libffi=no llvm_cv_gnu_make_command=make llvm_cv_link_all_option=-Wl,--whole-archive llvm_cv_link_use_export_dynamic=yes llvm_cv_link_use_r=yes llvm_cv_link_use_version_script=yes llvm_cv_link_version=2.21.53.20110810 llvm_cv_no_link_all_option=-Wl,--no-whole-archive llvm_cv_os_type=Linux llvm_cv_platform_type=Unix llvm_cv_target_arch=x86 llvm_cv_target_os_type=Linux lt_cv_path_NM='/usr/bin/nm -B' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ## ----------------- ## ## Output variables. ## ## ----------------- ## ALL_BINDINGS='' AR='ar' ARCH='x86' BINDINGS_TO_BUILD='auto' BINPWD='/bin/pwd' BINUTILS_INCDIR='' BUILD_CC='' BUILD_CXX='' BUILD_EXEEXT='' BZIP2='/bin/bzip2' CAT='/bin/cat' CC='gcc' CFLAGS='' CIRCO='echo circo' CLANG_SRC_ROOT='' CMP='/usr/bin/cmp' CONVENIENCE_LTDL_FALSE='' CONVENIENCE_LTDL_TRUE='#' COVERED_SWITCH_DEFAULT='' CP='/bin/cp' CPP='gcc -E' CPPFLAGS='' CVSBUILD='CVSBUILD=1' CXX='g++' CXXFLAGS='' DATE='/bin/date' DEBUG_RUNTIME='' DEBUG_SYMBOLS='' DEFS='' DISABLE_ASSERTIONS='' DOT='echo dot' DOTTY='echo dotty' DOXYGEN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_BACKTRACES='1' ENABLE_CLANG_ARCMT='1' ENABLE_CLANG_REWRITER='1' ENABLE_CLANG_STATIC_ANALYZER='1' ENABLE_CXX11='0' ENABLE_DOCS='1' ENABLE_DOXYGEN='0' ENABLE_EMBED_STDCXX='0' ENABLE_EXPENSIVE_CHECKS='' ENABLE_LIBCPP='0' ENABLE_OPTIMIZED='' ENABLE_PIC='1' ENABLE_POLLY='1' ENABLE_PROFILING='' ENABLE_PTHREADS='1' ENABLE_SHARED='0' ENABLE_TIMESTAMPS='1' ENABLE_VISIBILITY_INLINES_HIDDEN='' ENABLE_WERROR='0' ENDIAN='little' EXEEXT='' EXPENSIVE_CHECKS='no' EXTRA_LD_OPTIONS='' EXTRA_OPTIONS='' FDP='echo fdp' FIND='/usr/bin/find' GAS='/usr/bin/as' GRAPHVIZ='echo Graphviz' GREP='/bin/grep' GROFF='/usr/bin/groff' GV='echo gv' GZIPBIN='/bin/gzip' HAVE_LINK_VERSION_SCRIPT='1' HAVE_PTHREAD='' HOST_ARCH='x86' HOST_OS='Linux' HUGE_VAL_SANITY='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_LTDL_FALSE='' INSTALL_LTDL_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INTERNAL_PREFIX='' JIT='' KEEP_SYMBOLS='' LDFLAGS='' LIBADD_DL='-ldl' LIBOBJS='' LIBS='' LIBXML2_INC='' LIBXML2_LIBS='' LINKALL='-Wl,--whole-archive' LLVM_BINDIR='' LLVM_CONFIGTIME='' LLVM_COPYRIGHT='Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.' LLVM_CROSS_COMPILING='0' LLVM_DATADIR='' LLVM_DOCSDIR='' LLVM_ENABLE_THREADS='1' LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) ' LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(X86) ' LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(X86) ' LLVM_ENUM_TARGETS='LLVM_TARGET(X86) ' LLVM_ETCDIR='' LLVM_HAS_POLLY='' LLVM_INCLUDEDIR='' LLVM_INFODIR='' LLVM_LIBDIR='' LLVM_MANDIR='' LLVM_ON_UNIX='1' LLVM_ON_WIN32='0' LLVM_PREFIX='' LN_S='ln -s' LTLIBOBJS='' MKDIR='/bin/mkdir' MMAP_FILE='' MV='/bin/mv' NEATO='echo neato' NM='/usr/bin/nm -B' NOLINKALL='-Wl,--no-whole-archive' NO_MAYBE_UNINITIALIZED='' NO_MISSING_FIELD_INITIALIZERS='' NO_NESTED_ANON_TYPES='' NO_UNINITIALIZED='' NO_VARIADIC_MACROS='' OBJEXT='o' OCAMLC='' OCAMLDEP='' OCAMLDOC='' OCAMLOPT='' OCAML_LIBDIR='' OPTIMIZE_OPTION='-O3' OS='Linux' PACKAGE_BUGREPORT='http://llvm.org/bugs/' PACKAGE_NAME='LLVM' PACKAGE_STRING='LLVM 3.3svn' PACKAGE_TARNAME='llvm' PACKAGE_VERSION='3.3svn' PATH_SEPARATOR=':' PDFROFF='' PYTHON='' RANLIB='ranlib' RDYNAMIC='' RM='/bin/rm' RPATH='' SED='/bin/sed' SHELL='/bin/bash' SHLIBEXT='' SHLIBPATH_VAR='' TAR='/bin/tar' TARGETS_TO_BUILD='X86 ' TARGET_HAS_JIT='1' TARGET_OS='Linux' TWOPI='echo twopi' USE_INTEL_JITEVENTS='' USE_OPROFILE='' USE_UDIS86='' XDOT_PY='echo xdot.py' XML2CONFIG='' ZIP='/usr/bin/zip' ac_ct_CC='gcc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' ifGNUmake='' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' projects/sample' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "LLVM" #define PACKAGE_TARNAME "llvm" #define PACKAGE_VERSION "3.3svn" #define PACKAGE_STRING "LLVM 3.3svn" #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" #define LLVM_VERSION_MAJOR 3 #define LLVM_VERSION_MINOR 3 #define LLVM_ON_UNIX 1 #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 LLVM_ENABLE_THREADS 1 #define ENABLE_PIC 1 #define ENABLE_TIMESTAMPS 1 #define ENABLE_BACKTRACES 1 #define LLVM_NATIVE_ARCH X86 #define LLVM_NATIVE_TARGET LLVMInitializeX86Target #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler #define CLANG_RESOURCE_DIR "" #define C_INCLUDE_DIRS "" #define GCC_INSTALL_PREFIX "" #define DEFAULT_SYSROOT "" #define BUG_REPORT_URL "http://llvm.org/bugs/" #define HOST_LINK_VERSION "2.21.53.20110810" #define HAVE_LINK_R 1 #define HAVE_LINK_EXPORT_DYNAMIC 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define LTDL_SHLIB_EXT ".so" #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib" #define LTDL_OBJDIR ".libs/" #define HAVE_PRELOADED_SYMBOLS 1 #define HAVE_LIBDL 1 #define HAVE_DLERROR 1 #define HAVE_ARGZ_H 1 #define HAVE_ERROR_T 1 #define HAVE_ARGZ_APPEND 1 #define HAVE_ARGZ_CREATE_SEP 1 #define HAVE_ARGZ_INSERT 1 #define HAVE_ARGZ_NEXT 1 #define HAVE_ARGZ_STRINGIFY 1 #define HAVE_ASSERT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDIO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STRING_H 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_STRCMP 1 #define HAVE_CLOSEDIR 1 #define HAVE_OPENDIR 1 #define HAVE_READDIR 1 configure: exit 1