Skip to content

Instantly share code, notes, and snippets.

@cr1901
Created February 8, 2015 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cr1901/559bfe967a656e88955e to your computer and use it in GitHub Desktop.
Save cr1901/559bfe967a656e88955e to your computer and use it in GitHub Desktop.
Rust internal LLVM config.log
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.6.0, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ /home/william/Projects/rust/src/llvm/configure --enable-targets=x86,x86_64,arm,aarch64,mips,powerpc --enable-optimized --enable-assertions --disable-docs --enable-bindings=none --disable-terminfo --disable-zlib --disable-libffi --build=i686-unknown-linux-gnu --host=i686-unknown-linux-gnu --target=i686-unknown-linux-gnu --with-python=/usr/bin/python2.7
## --------- ##
## Platform. ##
## --------- ##
hostname = xubuntu-ltrain
uname -m = i686
uname -r = 3.2.0-69-generic-pae
uname -s = Linux
uname -v = #103-Ubuntu SMP Tue Sep 2 05:15:53 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: /home/william/Projects/llvm-toolchain/bin
PATH: /home/william/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2015: checking for i686-unknown-linux-gnu-clang
configure:2042: result: gcc
configure:2122: checking for C compiler version
configure:2129: gcc --version >&5
gcc (GCC) 4.8.3
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:2132: $? = 0
configure:2139: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/william/Projects/llvm-toolchain/libexec/gcc/i686-pc-linux-gnu/4.8.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.8.3/configure --prefix=/home/william/Projects/llvm-toolchain --enable-languages=c,c++
Thread model: posix
gcc version 4.8.3 (GCC)
configure:2142: $? = 0
configure:2149: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2152: $? = 1
configure:2175: checking for C compiler default output file name
configure:2202: gcc conftest.c >&5
configure:2205: $? = 0
configure:2251: result: a.out
configure:2256: checking whether the C compiler works
configure:2266: ./a.out
configure:2269: $? = 0
configure:2286: result: yes
configure:2293: checking whether we are cross compiling
configure:2295: result: no
configure:2298: checking for suffix of executables
configure:2305: gcc -o conftest conftest.c >&5
configure:2308: $? = 0
configure:2332: result:
configure:2338: checking for suffix of object files
configure:2364: gcc -c conftest.c >&5
configure:2367: $? = 0
configure:2390: result: o
configure:2394: checking whether we are using the GNU C compiler
configure:2423: gcc -c conftest.c >&5
configure:2429: $? = 0
configure:2436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2439: $? = 0
configure:2446: test -s conftest.o
configure:2449: $? = 0
configure:2463: result: yes
configure:2468: checking whether gcc accepts -g
configure:2498: gcc -c -g conftest.c >&5
configure:2504: $? = 0
configure:2511: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2514: $? = 0
configure:2521: test -s conftest.o
configure:2524: $? = 0
configure:2654: result: yes
configure:2671: checking for gcc option to accept ISO C89
configure:2745: gcc -c conftest.c >&5
configure:2751: $? = 0
configure:2758: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2761: $? = 0
configure:2768: test -s conftest.o
configure:2771: $? = 0
configure:2791: result: none needed
configure:2925: checking for C++ compiler version
configure:2932: g++ --version >&5
g++ (GCC) 4.8.3
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:2935: $? = 0
configure:2942: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/home/william/Projects/llvm-toolchain/libexec/gcc/i686-pc-linux-gnu/4.8.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.8.3/configure --prefix=/home/william/Projects/llvm-toolchain --enable-languages=c,c++
Thread model: posix
gcc version 4.8.3 (GCC)
configure:2945: $? = 0
configure:2952: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2955: $? = 1
configure:2958: checking whether we are using the GNU C++ compiler
configure:2987: g++ -c conftest.cpp >&5
configure:2993: $? = 0
configure:3000: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3003: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3027: result: yes
configure:3032: checking whether g++ accepts -g
configure:3062: g++ -c -g conftest.cpp >&5
configure:3068: $? = 0
configure:3075: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3078: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3218: result: yes
configure:3246: checking how to run the C preprocessor
configure:3286: gcc -E conftest.c
configure:3292: $? = 0
configure:3330: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3336: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3376: result: gcc -E
configure:3405: gcc -E conftest.c
configure:3411: $? = 0
configure:3449: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3455: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3592: checking whether GCC or Clang is our host compiler
configure:3618: g++ -c conftest.cpp >&5
conftest.cpp:13:38: error: #error
#error
^
configure:3624: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| /* end confdefs.h. */
| #if ! __clang__
| #error
| #endif
|
configure:3668: g++ -c conftest.cpp >&5
configure:3674: $? = 0
configure:3681: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3684: $? = 0
configure:3691: test -s conftest.o
configure:3694: $? = 0
configure:3714: result: gcc
configure:3792: checking build system type
configure:3810: result: i686-unknown-linux-gnu
configure:3832: checking host system type
configure:3847: result: i686-unknown-linux-gnu
configure:3869: checking target system type
configure:3884: result: i686-unknown-linux-gnu
configure:3913: checking type of operating system we're going to host on
configure:4026: result: Linux
configure:4029: checking type of operating system we're going to target
configure:4081: result: Linux
configure:4127: checking target architecture
configure:4150: result: x86
configure:4716: checking whether GCC is new enough
configure:4736: g++ -c conftest.cpp >&5
configure:4742: $? = 0
configure:4749: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4752: $? = 0
configure:4759: test -s conftest.o
configure:4762: $? = 0
configure:4764: result: yes
configure:5473: checking optimization flags
configure:5486: result: -O3
configure:5733: checking for GNU make
configure:5748: result: make
configure:5759: checking whether ln -s works
configure:5763: result: yes
configure:5772: checking for nm
configure:5790: found /usr/bin/nm
configure:5803: result: /usr/bin/nm
configure:5813: checking for cmp
configure:5831: found /usr/bin/cmp
configure:5844: result: /usr/bin/cmp
configure:5854: checking for cp
configure:5872: found /bin/cp
configure:5885: result: /bin/cp
configure:5895: checking for date
configure:5913: found /bin/date
configure:5926: result: /bin/date
configure:5936: checking for find
configure:5954: found /usr/bin/find
configure:5967: result: /usr/bin/find
configure:5977: checking for grep
configure:5995: found /bin/grep
configure:6008: result: /bin/grep
configure:6018: checking for mkdir
configure:6036: found /bin/mkdir
configure:6049: result: /bin/mkdir
configure:6059: checking for mv
configure:6077: found /bin/mv
configure:6090: result: /bin/mv
configure:6101: checking for i686-unknown-linux-gnu-ranlib
configure:6131: result: no
configure:6141: checking for ranlib
configure:6157: found /usr/bin/ranlib
configure:6168: result: ranlib
configure:6197: checking for i686-unknown-linux-gnu-ar
configure:6227: result: no
configure:6237: checking for ar
configure:6253: found /usr/bin/ar
configure:6264: result: ar
configure:6292: checking for rm
configure:6310: found /bin/rm
configure:6323: result: /bin/rm
configure:6333: checking for sed
configure:6351: found /bin/sed
configure:6364: result: /bin/sed
configure:6374: checking for tar
configure:6392: found /bin/tar
configure:6405: result: /bin/tar
configure:6415: checking for pwd
configure:6433: found /bin/pwd
configure:6446: result: /bin/pwd
configure:6457: checking for dot
configure:6488: result: echo dot
configure:6525: checking for a BSD-compatible install
configure:6581: result: /usr/bin/install -c
configure:6599: checking for bzip2
configure:6617: found /bin/bzip2
configure:6629: result: /bin/bzip2
configure:6639: checking for cat
configure:6657: found /bin/cat
configure:6669: result: /bin/cat
configure:6679: checking for doxygen
configure:6697: found /usr/bin/doxygen
configure:6709: result: /usr/bin/doxygen
configure:6719: checking for groff
configure:6737: found /usr/bin/groff
configure:6749: result: /usr/bin/groff
configure:6759: checking for gzip
configure:6777: found /bin/gzip
configure:6789: result: /bin/gzip
configure:6799: checking for pdfroff
configure:6832: result: no
configure:6839: checking for zip
configure:6857: found /usr/bin/zip
configure:6869: result: /usr/bin/zip
configure:6879: checking for go
configure:6912: result: no
configure:6921: checking for ocamlfind
configure:6954: result: no
configure:6966: checking for gas
configure:6999: result: no
configure:6966: checking for as
configure:6984: found /usr/bin/as
configure:6996: result: /usr/bin/as
configure:7008: checking for linker version
configure:7024: result: 2.22
configure:7034: checking for compiler -Wl,-R<path> option
configure:7068: gcc -o conftest -Wl,-R. conftest.c >&5
configure:7074: $? = 0
configure:7081: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7084: $? = 0
configure:7091: test -s conftest
configure:7094: $? = 0
configure:7115: result: yes
configure:7126: checking for compiler -rdynamic option
configure:7160: gcc -o conftest -rdynamic conftest.c >&5
configure:7166: $? = 0
configure:7173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7176: $? = 0
configure:7183: test -s conftest
configure:7186: $? = 0
configure:7207: result: yes
configure:7218: checking for compiler -Wl,--version-script option
configure:7274: gcc -o conftest -Wl,--version-script=/tmp/foo4bFCqK/export.map conftest.c >&5
configure:7280: $? = 0
configure:7287: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7290: $? = 0
configure:7297: test -s conftest
configure:7300: $? = 0
configure:7323: result: yes
configure:7332: checking for grep that handles long lines and -e
configure:7406: result: /bin/grep
configure:7411: checking for egrep
configure:7489: result: /bin/grep -E
configure:7494: checking for ANSI C header files
configure:7524: gcc -c conftest.c >&5
configure:7530: $? = 0
configure:7537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7540: $? = 0
configure:7547: test -s conftest.o
configure:7550: $? = 0
configure:7646: gcc -o conftest conftest.c >&5
configure:7649: $? = 0
configure:7655: ./conftest
configure:7658: $? = 0
configure:7675: result: yes
configure:7699: checking for sys/types.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for sys/stat.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for stdlib.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for string.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for memory.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for strings.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for inttypes.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for stdint.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7699: checking for unistd.h
configure:7720: gcc -c conftest.c >&5
configure:7726: $? = 0
configure:7733: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7736: $? = 0
configure:7743: test -s conftest.o
configure:7746: $? = 0
configure:7759: result: yes
configure:7786: checking errno.h usability
configure:7803: gcc -c conftest.c >&5
configure:7809: $? = 0
configure:7816: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7819: $? = 0
configure:7826: test -s conftest.o
configure:7829: $? = 0
configure:7840: result: yes
configure:7844: checking errno.h presence
configure:7859: gcc -E conftest.c
configure:7865: $? = 0
configure:7886: result: yes
configure:7919: checking for errno.h
configure:7927: result: yes
configure:7953: checking tool compatibility
configure:8003: gcc -c conftest.c >&5
configure:8009: $? = 0
configure:8016: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8019: $? = 0
configure:8026: test -s conftest.o
configure:8029: $? = 0
configure:8051: result: ok
configure:8054: checking optional compiler flags
configure:8098: gcc -c conftest.c >&5
configure:8104: $? = 0
configure:8111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8114: $? = 0
configure:8121: test -s conftest.o
configure:8124: $? = 0
configure:8141: result: -Wno-variadic-macros -Wno-missing-field-initializers -Wno-maybe-uninitialized -Wno-comment
configure:8152: checking for python
configure:8154: result: user defined: /usr/bin/python2.7
configure:8209: checking for python >= 2.7
configure:8218: result: /usr/bin/python2.7 (2.7.3)
configure:8232: checking for sin in -lm
configure:8267: gcc -o conftest conftest.c -lm >&5
conftest.c:60:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char sin ();
^
configure:8273: $? = 0
configure:8280: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8283: $? = 0
configure:8290: test -s conftest
configure:8293: $? = 0
configure:8307: result: yes
configure:8564: checking for library containing dlopen
configure:8605: gcc -o conftest conftest.c -lm >&5
/tmp/cc0oVMud.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:8611: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:8605: gcc -o conftest conftest.c -ldl -lm >&5
configure:8611: $? = 0
configure:8618: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8621: $? = 0
configure:8628: test -s conftest
configure:8631: $? = 0
configure:8655: result: -ldl
configure:8675: checking for library containing clock_gettime
configure:8716: gcc -o conftest conftest.c -ldl -lm >&5
/tmp/cc0i8syv.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:8722: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:8716: gcc -o conftest conftest.c -lrt -ldl -lm >&5
configure:8722: $? = 0
configure:8729: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8732: $? = 0
configure:8739: test -s conftest
configure:8742: $? = 0
configure:8766: result: -lrt
configure:8886: checking for library containing el_init
configure:8927: gcc -o conftest conftest.c -lrt -ldl -lm >&5
/tmp/ccbK9z41.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `el_init'
collect2: error: ld returned 1 exit status
configure:8933: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 el_init ();
| int
| main ()
| {
| return el_init ();
| ;
| return 0;
| }
configure:8927: gcc -o conftest conftest.c -ledit -lrt -ldl -lm >&5
/usr/bin/ld: cannot find -ledit
collect2: error: ld returned 1 exit status
configure:8933: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 el_init ();
| int
| main ()
| {
| return el_init ();
| ;
| return 0;
| }
configure:8977: result: no
configure:9101: checking for library containing mallinfo
configure:9142: gcc -o conftest conftest.c -lrt -ldl -lm >&5
configure:9148: $? = 0
configure:9155: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9158: $? = 0
configure:9165: test -s conftest
configure:9168: $? = 0
configure:9192: result: none required
configure:9207: checking for pthread_mutex_init in -lpthread
configure:9242: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:9248: $? = 0
configure:9255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9258: $? = 0
configure:9265: test -s conftest
configure:9268: $? = 0
configure:9282: result: yes
configure:9293: checking for library containing pthread_mutex_lock
configure:9334: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:9340: $? = 0
configure:9347: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9350: $? = 0
configure:9357: test -s conftest
configure:9360: $? = 0
configure:9384: result: none required
configure:9396: checking for library containing pthread_rwlock_init
configure:9437: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:9443: $? = 0
configure:9450: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9453: $? = 0
configure:9460: test -s conftest
configure:9463: $? = 0
configure:9487: result: none required
configure:9499: checking for library containing pthread_getspecific
configure:9540: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:9546: $? = 0
configure:9553: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9556: $? = 0
configure:9563: test -s conftest
configure:9566: $? = 0
configure:9590: result: none required
configure:10144: checking for xml2-config
configure:10160: found /usr/bin/xml2-config
configure:10171: result: xml2-config
configure:10183: checking for libxml2 includes
configure:10190: result: -I/usr/include/libxml2
configure:10192: checking for xmlReadFile in -lxml2
configure:10227: gcc -o conftest conftest.c -lxml2 -lpthread -lrt -ldl -lm >&5
configure:10233: $? = 0
configure:10240: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10243: $? = 0
configure:10250: test -s conftest
configure:10253: $? = 0
configure:10267: result: yes
configure:10291: checking for dirent.h that defines DIR
configure:10320: gcc -c conftest.c >&5
configure:10326: $? = 0
configure:10333: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10336: $? = 0
configure:10343: test -s conftest.o
configure:10346: $? = 0
configure:10359: result: yes
configure:10372: checking for library containing opendir
configure:10413: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:10419: $? = 0
configure:10426: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10429: $? = 0
configure:10436: test -s conftest
configure:10439: $? = 0
configure:10463: result: none required
configure:10573: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:10607: gcc -c conftest.c >&5
configure:10613: $? = 0
configure:10620: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10623: $? = 0
configure:10630: test -s conftest.o
configure:10633: $? = 0
configure:10652: result: yes
configure:10662: checking whether stat file-mode macros are broken
configure:10710: result: no
configure:10720: checking for sys/wait.h that is POSIX.1 compatible
configure:10756: gcc -c conftest.c >&5
configure:10762: $? = 0
configure:10769: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10772: $? = 0
configure:10779: test -s conftest.o
configure:10782: $? = 0
configure:10794: result: yes
configure:10804: checking whether time.h and sys/time.h may both be included
configure:10834: gcc -c conftest.c >&5
configure:10840: $? = 0
configure:10847: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10850: $? = 0
configure:10857: test -s conftest.o
configure:10860: $? = 0
configure:10872: result: yes
configure:10893: checking for cxxabi.h
configure:10915: g++ -c conftest.cpp >&5
configure:10921: $? = 0
configure:10928: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:10931: $? = 0
configure:10938: test -s conftest.o
configure:10941: $? = 0
configure:10954: result: yes
configure:10991: checking dlfcn.h usability
configure:11008: gcc -c conftest.c >&5
configure:11014: $? = 0
configure:11021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11024: $? = 0
configure:11031: test -s conftest.o
configure:11034: $? = 0
configure:11045: result: yes
configure:11049: checking dlfcn.h presence
configure:11064: gcc -E conftest.c
configure:11070: $? = 0
configure:11091: result: yes
configure:11124: checking for dlfcn.h
configure:11132: result: yes
configure:10991: checking execinfo.h usability
configure:11008: gcc -c conftest.c >&5
configure:11014: $? = 0
configure:11021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11024: $? = 0
configure:11031: test -s conftest.o
configure:11034: $? = 0
configure:11045: result: yes
configure:11049: checking execinfo.h presence
configure:11064: gcc -E conftest.c
configure:11070: $? = 0
configure:11091: result: yes
configure:11124: checking for execinfo.h
configure:11132: result: yes
configure:10991: checking fcntl.h usability
configure:11008: gcc -c conftest.c >&5
configure:11014: $? = 0
configure:11021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11024: $? = 0
configure:11031: test -s conftest.o
configure:11034: $? = 0
configure:11045: result: yes
configure:11049: checking fcntl.h presence
configure:11064: gcc -E conftest.c
configure:11070: $? = 0
configure:11091: result: yes
configure:11124: checking for fcntl.h
configure:11132: result: yes
configure:10981: checking for inttypes.h
configure:10987: result: yes
configure:10991: checking link.h usability
configure:11008: gcc -c conftest.c >&5
configure:11014: $? = 0
configure:11021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11024: $? = 0
configure:11031: test -s conftest.o
configure:11034: $? = 0
configure:11045: result: yes
configure:11049: checking link.h presence
configure:11064: gcc -E conftest.c
configure:11070: $? = 0
configure:11091: result: yes
configure:11124: checking for link.h
configure:11132: result: yes
configure:11165: checking malloc.h usability
configure:11182: gcc -c conftest.c >&5
configure:11188: $? = 0
configure:11195: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11198: $? = 0
configure:11205: test -s conftest.o
configure:11208: $? = 0
configure:11219: result: yes
configure:11223: checking malloc.h presence
configure:11238: gcc -E conftest.c
configure:11244: $? = 0
configure:11265: result: yes
configure:11298: checking for malloc.h
configure:11306: result: yes
configure:11165: checking setjmp.h usability
configure:11182: gcc -c conftest.c >&5
configure:11188: $? = 0
configure:11195: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11198: $? = 0
configure:11205: test -s conftest.o
configure:11208: $? = 0
configure:11219: result: yes
configure:11223: checking setjmp.h presence
configure:11238: gcc -E conftest.c
configure:11244: $? = 0
configure:11265: result: yes
configure:11298: checking for setjmp.h
configure:11306: result: yes
configure:11165: checking signal.h usability
configure:11182: gcc -c conftest.c >&5
configure:11188: $? = 0
configure:11195: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11198: $? = 0
configure:11205: test -s conftest.o
configure:11208: $? = 0
configure:11219: result: yes
configure:11223: checking signal.h presence
configure:11238: gcc -E conftest.c
configure:11244: $? = 0
configure:11265: result: yes
configure:11298: checking for signal.h
configure:11306: result: yes
configure:11155: checking for stdint.h
configure:11161: result: yes
configure:11165: checking termios.h usability
configure:11182: gcc -c conftest.c >&5
configure:11188: $? = 0
configure:11195: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11198: $? = 0
configure:11205: test -s conftest.o
configure:11208: $? = 0
configure:11219: result: yes
configure:11223: checking termios.h presence
configure:11238: gcc -E conftest.c
configure:11244: $? = 0
configure:11265: result: yes
configure:11298: checking for termios.h
configure:11306: result: yes
configure:11155: checking for unistd.h
configure:11161: result: yes
configure:11334: checking utime.h usability
configure:11351: gcc -c conftest.c >&5
configure:11357: $? = 0
configure:11364: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11367: $? = 0
configure:11374: test -s conftest.o
configure:11377: $? = 0
configure:11388: result: yes
configure:11392: checking utime.h presence
configure:11407: gcc -E conftest.c
configure:11413: $? = 0
configure:11434: result: yes
configure:11467: checking for utime.h
configure:11475: result: yes
configure:11507: checking sys/mman.h usability
configure:11524: gcc -c conftest.c >&5
configure:11530: $? = 0
configure:11537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11540: $? = 0
configure:11547: test -s conftest.o
configure:11550: $? = 0
configure:11561: result: yes
configure:11565: checking sys/mman.h presence
configure:11580: gcc -E conftest.c
configure:11586: $? = 0
configure:11607: result: yes
configure:11640: checking for sys/mman.h
configure:11648: result: yes
configure:11507: checking sys/param.h usability
configure:11524: gcc -c conftest.c >&5
configure:11530: $? = 0
configure:11537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11540: $? = 0
configure:11547: test -s conftest.o
configure:11550: $? = 0
configure:11561: result: yes
configure:11565: checking sys/param.h presence
configure:11580: gcc -E conftest.c
configure:11586: $? = 0
configure:11607: result: yes
configure:11640: checking for sys/param.h
configure:11648: result: yes
configure:11507: checking sys/resource.h usability
configure:11524: gcc -c conftest.c >&5
configure:11530: $? = 0
configure:11537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11540: $? = 0
configure:11547: test -s conftest.o
configure:11550: $? = 0
configure:11561: result: yes
configure:11565: checking sys/resource.h presence
configure:11580: gcc -E conftest.c
configure:11586: $? = 0
configure:11607: result: yes
configure:11640: checking for sys/resource.h
configure:11648: result: yes
configure:11507: checking sys/time.h usability
configure:11524: gcc -c conftest.c >&5
configure:11530: $? = 0
configure:11537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11540: $? = 0
configure:11547: test -s conftest.o
configure:11550: $? = 0
configure:11561: result: yes
configure:11565: checking sys/time.h presence
configure:11580: gcc -E conftest.c
configure:11586: $? = 0
configure:11607: result: yes
configure:11640: checking for sys/time.h
configure:11648: result: yes
configure:11507: checking sys/uio.h usability
configure:11524: gcc -c conftest.c >&5
configure:11530: $? = 0
configure:11537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11540: $? = 0
configure:11547: test -s conftest.o
configure:11550: $? = 0
configure:11561: result: yes
configure:11565: checking sys/uio.h presence
configure:11580: gcc -E conftest.c
configure:11586: $? = 0
configure:11607: result: yes
configure:11640: checking for sys/uio.h
configure:11648: result: yes
configure:11678: checking sys/ioctl.h usability
configure:11695: gcc -c conftest.c >&5
configure:11701: $? = 0
configure:11708: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11711: $? = 0
configure:11718: test -s conftest.o
configure:11721: $? = 0
configure:11732: result: yes
configure:11736: checking sys/ioctl.h presence
configure:11751: gcc -E conftest.c
configure:11757: $? = 0
configure:11778: result: yes
configure:11811: checking for sys/ioctl.h
configure:11819: result: yes
configure:11678: checking malloc/malloc.h usability
configure:11695: gcc -c conftest.c >&5
conftest.c:119:27: fatal error: malloc/malloc.h: No such file or directory
#include <malloc/malloc.h>
^
compilation terminated.
configure:11701: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:11732: result: no
configure:11736: checking malloc/malloc.h presence
configure:11751: gcc -E conftest.c
conftest.c:86:27: fatal error: malloc/malloc.h: No such file or directory
#include <malloc/malloc.h>
^
compilation terminated.
configure:11757: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <malloc/malloc.h>
configure:11778: result: no
configure:11811: checking for malloc/malloc.h
configure:11819: result: no
configure:11678: checking mach/mach.h usability
configure:11695: gcc -c conftest.c >&5
conftest.c:119:23: fatal error: mach/mach.h: No such file or directory
#include <mach/mach.h>
^
compilation terminated.
configure:11701: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach.h>
configure:11732: result: no
configure:11736: checking mach/mach.h presence
configure:11751: gcc -E conftest.c
conftest.c:86:23: fatal error: mach/mach.h: No such file or directory
#include <mach/mach.h>
^
compilation terminated.
configure:11757: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <mach/mach.h>
configure:11778: result: no
configure:11811: checking for mach/mach.h
configure:11819: result: no
configure:11847: checking valgrind/valgrind.h usability
configure:11864: gcc -c conftest.c >&5
conftest.c:119:31: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^
compilation terminated.
configure:11870: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:11901: result: no
configure:11905: checking valgrind/valgrind.h presence
configure:11920: gcc -E conftest.c
conftest.c:86:31: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^
compilation terminated.
configure:11926: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:11947: result: no
configure:11980: checking for valgrind/valgrind.h
configure:11988: result: no
configure:12016: checking fenv.h usability
configure:12033: gcc -c conftest.c >&5
configure:12039: $? = 0
configure:12046: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12049: $? = 0
configure:12056: test -s conftest.o
configure:12059: $? = 0
configure:12070: result: yes
configure:12074: checking fenv.h presence
configure:12089: gcc -E conftest.c
configure:12095: $? = 0
configure:12116: result: yes
configure:12149: checking for fenv.h
configure:12157: result: yes
configure:12170: checking whether FE_ALL_EXCEPT is declared
configure:12201: gcc -c conftest.c >&5
configure:12207: $? = 0
configure:12214: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12217: $? = 0
configure:12224: test -s conftest.o
configure:12227: $? = 0
configure:12239: result: yes
configure:12255: checking whether FE_INEXACT is declared
configure:12286: gcc -c conftest.c >&5
configure:12292: $? = 0
configure:12299: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12302: $? = 0
configure:12309: test -s conftest.o
configure:12312: $? = 0
configure:12324: result: yes
configure:12358: checking pthread.h usability
configure:12375: gcc -c conftest.c >&5
configure:12381: $? = 0
configure:12388: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12391: $? = 0
configure:12398: test -s conftest.o
configure:12401: $? = 0
configure:12412: result: yes
configure:12416: checking pthread.h presence
configure:12431: gcc -E conftest.c
configure:12437: $? = 0
configure:12458: result: yes
configure:12491: checking for pthread.h
configure:12499: result: yes
configure:12887: checking CrashReporterClient.h usability
configure:12904: gcc -c conftest.c >&5
conftest.c:123:33: fatal error: CrashReporterClient.h: No such file or directory
#include <CrashReporterClient.h>
^
compilation terminated.
configure:12910: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CrashReporterClient.h>
configure:12941: result: no
configure:12945: checking CrashReporterClient.h presence
configure:12960: gcc -E conftest.c
conftest.c:90:33: fatal error: CrashReporterClient.h: No such file or directory
#include <CrashReporterClient.h>
^
compilation terminated.
configure:12966: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <CrashReporterClient.h>
configure:12987: result: no
configure:13020: checking for CrashReporterClient.h
configure:13028: result: no
configure:13042: checking __crashreporter_info__
configure:13066: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
/tmp/ccUZPJ0d.o: In function `main':
conftest.c:(.text+0x5): undefined reference to `__crashreporter_info__'
collect2: error: ld returned 1 exit status
configure:13072: $? = 1
configure: failed program was:
|
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
|
| extern const char *__crashreporter_info__;
| int main() {
| __crashreporter_info__ = "test";
| return 0;
| }
|
|
configure:13108: result: no
configure:13123: checking for HUGE_VAL sanity
configure:13161: g++ -o conftest -pedantic conftest.cpp -lpthread -lrt -ldl -lm >&5
configure:13164: $? = 0
configure:13170: ./conftest
configure:13173: $? = 0
configure:13197: result: yes
configure:13202: checking for pid_t
configure:13232: gcc -c conftest.c >&5
configure:13238: $? = 0
configure:13245: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13248: $? = 0
configure:13255: test -s conftest.o
configure:13258: $? = 0
configure:13270: result: yes
configure:13282: checking for size_t
configure:13312: gcc -c conftest.c >&5
configure:13318: $? = 0
configure:13325: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13328: $? = 0
configure:13335: test -s conftest.o
configure:13338: $? = 0
configure:13350: result: yes
configure:13367: checking whether struct tm is in sys/time.h or time.h
configure:13395: gcc -c conftest.c >&5
configure:13401: $? = 0
configure:13408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13411: $? = 0
configure:13418: test -s conftest.o
configure:13421: $? = 0
configure:13433: result: time.h
configure:13443: checking for int64_t
configure:13473: gcc -c conftest.c >&5
configure:13479: $? = 0
configure:13486: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13489: $? = 0
configure:13496: test -s conftest.o
configure:13499: $? = 0
configure:13511: result: yes
configure:13526: checking for uint64_t
configure:13556: gcc -c conftest.c >&5
configure:13562: $? = 0
configure:13569: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13572: $? = 0
configure:13579: test -s conftest.o
configure:13582: $? = 0
configure:13594: result: yes
configure:13701: checking for backtrace
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for ceilf
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:118:6: warning: conflicting types for built-in function 'ceilf' [enabled by default]
char ceilf ();
^
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for floorf
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:119:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
char floorf ();
^
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for roundf
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:120:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
char roundf ();
^
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for rintf
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:121:6: warning: conflicting types for built-in function 'rintf' [enabled by default]
char rintf ();
^
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for nearbyintf
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:122:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default]
char nearbyintf ();
^
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13701: checking for getcwd
configure:13757: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:13763: $? = 0
configure:13770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13773: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13797: result: yes
configure:13814: checking for powf
configure:13870: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:124:6: warning: conflicting types for built-in function 'powf' [enabled by default]
char powf ();
^
configure:13876: $? = 0
configure:13883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13886: $? = 0
configure:13893: test -s conftest
configure:13896: $? = 0
configure:13910: result: yes
configure:13814: checking for fmodf
configure:13870: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:125:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
char fmodf ();
^
configure:13876: $? = 0
configure:13883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13886: $? = 0
configure:13893: test -s conftest
configure:13896: $? = 0
configure:13910: result: yes
configure:13814: checking for strtof
configure:13870: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:13876: $? = 0
configure:13883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13886: $? = 0
configure:13893: test -s conftest
configure:13896: $? = 0
configure:13910: result: yes
configure:13814: checking for round
configure:13870: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:127:6: warning: conflicting types for built-in function 'round' [enabled by default]
char round ();
^
configure:13876: $? = 0
configure:13883: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13886: $? = 0
configure:13893: test -s conftest
configure:13896: $? = 0
configure:13910: result: yes
configure:13928: checking for log
configure:13984: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:128:6: warning: conflicting types for built-in function 'log' [enabled by default]
char log ();
^
configure:13990: $? = 0
configure:13997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14000: $? = 0
configure:14007: test -s conftest
configure:14010: $? = 0
configure:14024: result: yes
configure:13928: checking for log2
configure:13984: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:129:6: warning: conflicting types for built-in function 'log2' [enabled by default]
char log2 ();
^
configure:13990: $? = 0
configure:13997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14000: $? = 0
configure:14007: test -s conftest
configure:14010: $? = 0
configure:14024: result: yes
configure:13928: checking for log10
configure:13984: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:130:6: warning: conflicting types for built-in function 'log10' [enabled by default]
char log10 ();
^
configure:13990: $? = 0
configure:13997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14000: $? = 0
configure:14007: test -s conftest
configure:14010: $? = 0
configure:14024: result: yes
configure:13928: checking for exp
configure:13984: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:131:6: warning: conflicting types for built-in function 'exp' [enabled by default]
char exp ();
^
configure:13990: $? = 0
configure:13997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14000: $? = 0
configure:14007: test -s conftest
configure:14010: $? = 0
configure:14024: result: yes
configure:13928: checking for exp2
configure:13984: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
conftest.c:132:6: warning: conflicting types for built-in function 'exp2' [enabled by default]
char exp2 ();
^
configure:13990: $? = 0
configure:13997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14000: $? = 0
configure:14007: test -s conftest
configure:14010: $? = 0
configure:14024: result: yes
configure:14042: checking for getpagesize
configure:14098: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14104: $? = 0
configure:14111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14114: $? = 0
configure:14121: test -s conftest
configure:14124: $? = 0
configure:14138: result: yes
configure:14042: checking for getrusage
configure:14098: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14104: $? = 0
configure:14111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14114: $? = 0
configure:14121: test -s conftest
configure:14124: $? = 0
configure:14138: result: yes
configure:14042: checking for getrlimit
configure:14098: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14104: $? = 0
configure:14111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14114: $? = 0
configure:14121: test -s conftest
configure:14124: $? = 0
configure:14138: result: yes
configure:14042: checking for setrlimit
configure:14098: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14104: $? = 0
configure:14111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14114: $? = 0
configure:14121: test -s conftest
configure:14124: $? = 0
configure:14138: result: yes
configure:14042: checking for gettimeofday
configure:14098: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14104: $? = 0
configure:14111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14114: $? = 0
configure:14121: test -s conftest
configure:14124: $? = 0
configure:14138: result: yes
configure:14154: checking for isatty
configure:14210: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14216: $? = 0
configure:14223: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14226: $? = 0
configure:14233: test -s conftest
configure:14236: $? = 0
configure:14250: result: yes
configure:14154: checking for mkdtemp
configure:14210: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14216: $? = 0
configure:14223: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14226: $? = 0
configure:14233: test -s conftest
configure:14236: $? = 0
configure:14250: result: yes
configure:14154: checking for mkstemp
configure:14210: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14216: $? = 0
configure:14223: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14226: $? = 0
configure:14233: test -s conftest
configure:14236: $? = 0
configure:14250: result: yes
configure:14269: checking for mktemp
configure:14325: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14331: $? = 0
configure:14338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14341: $? = 0
configure:14348: test -s conftest
configure:14351: $? = 0
configure:14365: result: yes
configure:14269: checking for posix_spawn
configure:14325: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14331: $? = 0
configure:14338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14341: $? = 0
configure:14348: test -s conftest
configure:14351: $? = 0
configure:14365: result: yes
configure:14269: checking for pread
configure:14325: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14331: $? = 0
configure:14338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14341: $? = 0
configure:14348: test -s conftest
configure:14351: $? = 0
configure:14365: result: yes
configure:14269: checking for realpath
configure:14325: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14331: $? = 0
configure:14338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14341: $? = 0
configure:14348: test -s conftest
configure:14351: $? = 0
configure:14365: result: yes
configure:14269: checking for sbrk
configure:14325: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14331: $? = 0
configure:14338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14341: $? = 0
configure:14348: test -s conftest
configure:14351: $? = 0
configure:14365: result: yes
configure:14269: checking for setrlimit
configure:14365: result: yes
configure:14381: checking for strerror
configure:14437: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14443: $? = 0
configure:14450: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14453: $? = 0
configure:14460: test -s conftest
configure:14463: $? = 0
configure:14477: result: yes
configure:14381: checking for strerror_r
configure:14437: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14443: $? = 0
configure:14450: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14453: $? = 0
configure:14460: test -s conftest
configure:14463: $? = 0
configure:14477: result: yes
configure:14381: checking for setenv
configure:14437: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14443: $? = 0
configure:14450: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14453: $? = 0
configure:14460: test -s conftest
configure:14463: $? = 0
configure:14477: result: yes
configure:14494: checking for strtoll
configure:14550: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14556: $? = 0
configure:14563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14566: $? = 0
configure:14573: test -s conftest
configure:14576: $? = 0
configure:14590: result: yes
configure:14494: checking for strtoq
configure:14550: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14556: $? = 0
configure:14563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14566: $? = 0
configure:14573: test -s conftest
configure:14576: $? = 0
configure:14590: result: yes
configure:14494: checking for sysconf
configure:14550: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14556: $? = 0
configure:14563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14566: $? = 0
configure:14573: test -s conftest
configure:14576: $? = 0
configure:14590: result: yes
configure:14494: checking for malloc_zone_statistics
configure:14550: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
/tmp/ccanV6wc.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `malloc_zone_statistics'
collect2: error: ld returned 1 exit status
configure:14556: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define malloc_zone_statistics innocuous_malloc_zone_statistics
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char malloc_zone_statistics (); 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 malloc_zone_statistics
|
| /* 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 malloc_zone_statistics ();
| /* 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_malloc_zone_statistics || defined __stub___malloc_zone_statistics
| choke me
| #endif
|
| int
| main ()
| {
| return malloc_zone_statistics ();
| ;
| return 0;
| }
configure:14590: result: no
configure:14608: checking for setjmp
configure:14664: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14670: $? = 0
configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14680: $? = 0
configure:14687: test -s conftest
configure:14690: $? = 0
configure:14704: result: yes
configure:14608: checking for longjmp
configure:14664: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14670: $? = 0
configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14680: $? = 0
configure:14687: test -s conftest
configure:14690: $? = 0
configure:14704: result: yes
configure:14608: checking for sigsetjmp
configure:14664: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
/tmp/cc4oc3yW.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status
configure:14670: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| /* end confdefs.h. */
| /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigsetjmp innocuous_sigsetjmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigsetjmp (); 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 sigsetjmp
|
| /* 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 sigsetjmp ();
| /* 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_sigsetjmp || defined __stub___sigsetjmp
| choke me
| #endif
|
| int
| main ()
| {
| return sigsetjmp ();
| ;
| return 0;
| }
configure:14704: result: no
configure:14608: checking for siglongjmp
configure:14664: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14670: $? = 0
configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14680: $? = 0
configure:14687: test -s conftest
configure:14690: $? = 0
configure:14704: result: yes
configure:14608: checking for writev
configure:14664: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14670: $? = 0
configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14680: $? = 0
configure:14687: test -s conftest
configure:14690: $? = 0
configure:14704: result: yes
configure:14719: checking for futimes
configure:14775: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14781: $? = 0
configure:14788: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14791: $? = 0
configure:14798: test -s conftest
configure:14801: $? = 0
configure:14815: result: yes
configure:14719: checking for futimens
configure:14775: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14781: $? = 0
configure:14788: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14791: $? = 0
configure:14798: test -s conftest
configure:14801: $? = 0
configure:14815: result: yes
configure:14825: checking if printf has the %a format character
configure:14875: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:14878: $? = 0
configure:14884: ./conftest
configure:14887: $? = 0
configure:14909: result: yes
configure:14921: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:14954: g++ -c conftest.cpp >&5
configure:14960: $? = 0
configure:14967: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:14970: $? = 0
configure:14977: test -s conftest.o
configure:14980: $? = 0
configure:14999: result: yes
configure:15011: checking whether arc4random is declared
configure:15041: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:175:22: error: 'arc4random' undeclared (first use in this function)
char *p = (char *) arc4random;
^
conftest.c:175:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15047: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef arc4random
| char *p = (char *) arc4random;
| return !p;
| #endif
|
| ;
| return 0;
| }
configure:15079: result: no
configure:15098: checking whether strerror_s is declared
configure:15128: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:176:22: error: 'strerror_s' undeclared (first use in this function)
char *p = (char *) strerror_s;
^
conftest.c:176:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15134: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_s
| char *p = (char *) strerror_s;
| return !p;
| #endif
|
| ;
| return 0;
| }
configure:15166: result: no
configure:16628: checking for isnan in <math.h>
configure:16661: g++ -c conftest.cpp >&5
configure:16667: $? = 0
configure:16674: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:16677: $? = 0
configure:16684: test -s conftest.o
configure:16687: $? = 0
configure:16706: result: yes
configure:16719: checking for isnan in <cmath>
configure:16752: g++ -c conftest.cpp >&5
configure:16758: $? = 0
configure:16765: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:16768: $? = 0
configure:16775: test -s conftest.o
configure:16778: $? = 0
configure:16797: result: yes
configure:16809: checking for std::isnan in <cmath>
configure:16842: g++ -c conftest.cpp >&5
configure:16848: $? = 0
configure:16855: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:16858: $? = 0
configure:16865: test -s conftest.o
configure:16868: $? = 0
configure:16887: result: yes
configure:16901: checking for isinf in <math.h>
configure:16934: g++ -c conftest.cpp >&5
configure:16940: $? = 0
configure:16947: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:16950: $? = 0
configure:16957: test -s conftest.o
configure:16960: $? = 0
configure:16979: result: yes
configure:16991: checking for isinf in <cmath>
configure:17024: g++ -c conftest.cpp >&5
configure:17030: $? = 0
configure:17037: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17040: $? = 0
configure:17047: test -s conftest.o
configure:17050: $? = 0
configure:17069: result: yes
configure:17081: checking for std::isinf in <cmath>
configure:17114: g++ -c conftest.cpp >&5
configure:17120: $? = 0
configure:17127: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17130: $? = 0
configure:17137: test -s conftest.o
configure:17140: $? = 0
configure:17159: result: yes
configure:17171: checking for finite in <ieeefp.h>
configure:17204: g++ -c conftest.cpp >&5
conftest.cpp:146:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:17210: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.6.0"
| #define PACKAGE_STRING "LLVM 3.6.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 6
| #define LLVM_VERSION_PATCH 0
| #define LLVM_VERSION_STRING "3.6.0"
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 0
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 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 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.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| /* end confdefs.h. */
| #include <ieeefp.h>
| int
| main ()
| {
| float f; finite(f);
| ;
| return 0;
| }
configure:17249: result: no
configure:17269: checking for stdlib.h
configure:17275: result: yes
configure:17269: checking for unistd.h
configure:17275: result: yes
configure:17437: checking for getpagesize
configure:17533: result: yes
configure:17543: checking for working mmap
configure:17690: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:17693: $? = 0
configure:17699: ./conftest
configure:17702: $? = 0
configure:17718: result: yes
configure:17729: checking for mmap of files
configure:17774: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:17777: $? = 0
configure:17783: ./conftest
configure:17786: $? = 0
configure:17809: result: yes
configure:17821: checking if /dev/zero is needed for mmap
configure:17833: result: no
configure:17855: checking for GCC atomic builtins
configure:17888: g++ -o conftest conftest.cpp -lpthread -lrt -ldl -lm >&5
configure:17894: $? = 0
configure:17901: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17904: $? = 0
configure:17911: test -s conftest
configure:17914: $? = 0
configure:17917: result: yes
configure:18046: checking for __dso_handle
configure:18102: gcc -o conftest conftest.c -lpthread -lrt -ldl -lm >&5
configure:18108: $? = 0
configure:18115: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18118: $? = 0
configure:18125: test -s conftest
configure:18128: $? = 0
configure:18142: result: yes
configure:18324: checking for compiler -fvisibility-inlines-hidden option
configure:18358: g++ -c -O0 -fvisibility-inlines-hidden -Werror conftest.cpp >&5
configure:18364: $? = 0
configure:18371: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:18374: $? = 0
configure:18381: test -s conftest.o
configure:18384: $? = 0
configure:18404: result: yes
configure:18621: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LLVM config.status 3.6.0, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on xubuntu-ltrain
config.status:758: creating include/llvm/Config/Targets.def
config.status:758: creating include/llvm/Config/AsmPrinters.def
config.status:758: creating include/llvm/Config/AsmParsers.def
config.status:758: creating include/llvm/Config/Disassemblers.def
config.status:758: creating Makefile.config
config.status:758: creating llvm.spec
config.status:758: creating docs/doxygen.cfg
config.status:758: creating bindings/ocaml/llvm/META.llvm
config.status:758: creating include/llvm/Config/config.h
config.status:758: creating include/llvm/Config/llvm-config.h
config.status:758: creating include/llvm/Support/DataTypes.h
config.status:1139: include/llvm/Support/DataTypes.h is unchanged
config.status:1152: executing setup commands
config.status:1152: executing Makefile commands
config.status:1152: executing Makefile.common commands
config.status:1152: executing examples/Makefile commands
config.status:1152: executing lib/Makefile commands
config.status:1152: executing test/Makefile commands
config.status:1152: executing test/Makefile.tests commands
config.status:1152: executing unittests/Makefile commands
config.status:1152: executing tools/Makefile commands
config.status:1152: executing utils/Makefile commands
config.status:1152: executing projects/Makefile commands
config.status:1152: executing bindings/Makefile commands
config.status:1152: executing bindings/ocaml/Makefile.ocaml commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=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=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-unknown-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i686-unknown-linux-gnu
ac_cv_func___dso_handle=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_exp2=yes
ac_cv_func_exp=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_futimens=yes
ac_cv_func_futimes=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isatty=yes
ac_cv_func_isinf_in_cmath=yes
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=yes
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_log10=yes
ac_cv_func_log2=yes
ac_cv_func_log=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=no
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_file=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_rand48=yes
ac_cv_func_realpath=yes
ac_cv_func_rintf=yes
ac_cv_func_round=yes
ac_cv_func_roundf=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setjmp=yes
ac_cv_func_setrlimit=yes
ac_cv_func_siglongjmp=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_sysconf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_FE_ALL_EXCEPT=yes
ac_cv_have_decl_FE_INEXACT=yes
ac_cv_have_decl_arc4random=no
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=yes
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
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_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_host=i686-unknown-linux-gnu
ac_cv_huge_val_sanity=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_lib_xml2_xmlReadFile=yes
ac_cv_need_dev_zero_for_mmap=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_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_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
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_NM=/usr/bin/nm
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_XML2CONFIG=xml2-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_search_dlopen=-ldl
ac_cv_search_el_init=no
ac_cv_search_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_struct_tm=time.h
ac_cv_target=i686-unknown-linux-gnu
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
llvm_cv_c_printf_a=yes
llvm_cv_cxx_compiler=gcc
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_backtraces=yes
llvm_cv_enable_crash_overrides=yes
llvm_cv_enable_libedit=yes
llvm_cv_enable_libffi=no
llvm_cv_enable_terminfo=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.22
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_old_cxxflags=
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86
llvm_cv_target_os_type=Linux
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALL_TARGETS='X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600'
AR='ar'
ARCH='x86'
BINDINGS_TO_BUILD=''
BINPWD='/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_EXEEXT=''
BZIP2='/bin/bzip2'
CAT='/bin/cat'
CC='gcc'
CFLAGS=''
CLANG_PLUGIN_SUPPORT='1'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
COVERED_SWITCH_DEFAULT=''
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CVSBUILD=''
CXX='g++'
CXXFLAGS=''
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS=''
DOT='echo dot'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_CLANG_ARCMT='1'
ENABLE_CLANG_STATIC_ANALYZER='1'
ENABLE_CXX1Y='0'
ENABLE_DOCS='0'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_LIBCPP='0'
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_SPLIT_DWARF='0'
ENABLE_TERMINFO='0'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GO=''
GREP='/bin/grep'
GROFF='/usr/bin/groff'
GZIPBIN='/bin/gzip'
HAVE_DLOPEN='1'
HAVE_LIBZ='0'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_OCAMLOPT=''
HAVE_OCAML_OUNIT=''
HAVE_PTHREAD='1'
HAVE_TERMINFO=''
HOST_ARCH='x86'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lpthread -lrt -ldl -lm '
LIBXML2_INC='-I/usr/include/libxml2'
LIBXML2_LIBS='-lxml2'
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/usr/local/bin'
LLVM_CONFIGTIME='Sat Feb 7 19:22:43 EST 2015'
LLVM_COPYRIGHT='Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/share/llvm'
LLVM_DOCSDIR='/usr/local/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENABLE_ZLIB='0'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) LLVM_ASM_PARSER(X86) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(AArch64) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(PowerPC) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(AArch64) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(PowerPC) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(AArch64) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(PowerPC) '
LLVM_ENUM_TARGETS='LLVM_TARGET(X86) LLVM_TARGET(X86) LLVM_TARGET(ARM) LLVM_TARGET(AArch64) LLVM_TARGET(Mips) LLVM_TARGET(PowerPC) '
LLVM_ETCDIR='/usr/local/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/include'
LLVM_INFODIR='/usr/local/info'
LLVM_MANDIR='/usr/local/man'
LLVM_NATIVE_ARCH='X86'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local'
LLVM_VERSION_MAJOR='3'
LLVM_VERSION_MINOR='6'
LLVM_VERSION_PATCH='0'
LLVM_VERSION_SUFFIX=''
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NM='/usr/bin/nm'
NOLINKALL='-Wl,--no-whole-archive'
NO_COMMENT='-Wno-comment'
NO_MAYBE_UNINITIALIZED='-Wno-maybe-uninitialized'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_UNINITIALIZED=''
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLFIND=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.6.0'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.6.0'
PATH_SEPARATOR=':'
PDFROFF=''
PYTHON='/usr/bin/python2.7'
RANLIB='ranlib'
RDYNAMIC='-rdynamic'
RM='/bin/rm'
RPATH='-Wl,-R'
SED='/bin/sed'
SHELL='/bin/bash'
SHLIBEXT='.so'
TAR='/bin/tar'
TARGETS_TO_BUILD='PowerPC Mips AArch64 ARM X86 X86 '
TARGETS_WITH_JIT='ARM AArch64 Mips PowerPC SystemZ X86'
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
XML2CONFIG='xml2-config'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i686-unknown-linux-gnu'
build_alias='i686-unknown-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-unknown-linux-gnu'
host_alias='i686-unknown-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='unknown'
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='/usr/local'
program_prefix='i686-unknown-linux-gnu-'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='i686-unknown-linux-gnu'
target_alias='i686-unknown-linux-gnu'
target_cpu='i686'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.6.0"
#define PACKAGE_STRING "LLVM 3.6.0"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 6
#define LLVM_VERSION_PATCH 0
#define LLVM_VERSION_STRING "3.6.0"
#define LLVM_ON_UNIX 1
#define LLVM_ENABLE_THREADS 1
#define LLVM_ENABLE_ZLIB 0
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 1
#define ENABLE_CRASH_OVERRIDES 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 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.22"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 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 HAVE_ERRNO_H 1
#define LTDL_SHLIB_EXT ".so"
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_MALLINFO 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define CLANG_HAVE_LIBXML 1
#define HAVE_DIRENT_H 1
#define HAVE_MMAP_ANONYMOUS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_CXXABI_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LINK_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FENV_H 1
#define HAVE_DECL_FE_ALL_EXCEPT 1
#define HAVE_DECL_FE_INEXACT 1
#define HAVE_PTHREAD_H 1
#define HAVE_CRASHREPORTER_INFO 0
#define RETSIGTYPE void
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_BACKTRACE 1
#define HAVE_CEILF 1
#define HAVE_FLOORF 1
#define HAVE_ROUNDF 1
#define HAVE_RINTF 1
#define HAVE_NEARBYINTF 1
#define HAVE_GETCWD 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_STRTOF 1
#define HAVE_ROUND 1
#define HAVE_LOG 1
#define HAVE_LOG2 1
#define HAVE_LOG10 1
#define HAVE_EXP 1
#define HAVE_EXP2 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISATTY 1
#define HAVE_MKDTEMP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_PREAD 1
#define HAVE_REALPATH 1
#define HAVE_SBRK 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMENS 1
#define HAVE_PRINTF_A 1
#define HAVE_RAND48 1
#define HAVE_DECL_ARC4RANDOM 0
#define HAVE_DECL_STRERROR_S 0
#define HAVE_ISNAN_IN_MATH_H 1
#define HAVE_ISNAN_IN_CMATH 1
#define HAVE_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_ISINF_IN_CMATH 1
#define HAVE_STD_ISINF_IN_CMATH 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local"
#define LLVM_BINDIR "/usr/local/bin"
#define LLVM_DATADIR "/usr/local/share/llvm"
#define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/include"
#define LLVM_INFODIR "/usr/local/info"
#define LLVM_MANDIR "/usr/local/man"
#define LLVM_CONFIGTIME "Sat Feb 7 19:22:43 EST 2015"
#define LLVM_HOST_TRIPLE "i686-unknown-linux-gnu"
#define LLVM_DEFAULT_TARGET_TRIPLE "i686-unknown-linux-gnu"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment