Skip to content

Instantly share code, notes, and snippets.

@albertotb
Created September 19, 2014 18:02
Show Gist options
  • Save albertotb/de1ec493ef509e0bf511 to your computer and use it in GitHub Desktop.
Save albertotb/de1ec493ef509e0bf511 to your computer and use it in GitHub Desktop.
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.3, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ../configure --prefix=/scratch/gaa/local/src/julia-v0.3.0/usr --build=x86_64-redhat-linux --libdir=/scratch/gaa/local/src/julia-v0.3.0/usr/lib F77=gfortran -m64 CC=gcc -m64 CXX=g++ -m64 --disable-profiling --enable-shared --enable-static --enable-targets=host --disable-bindings --disable-docs --disable-assertions --enable-optimized --disable-threads --with-python=/scratch/gaa/local/src/anaconda/bin/python
## --------- ##
## Platform. ##
## --------- ##
hostname =
uname -m = x86_64
uname -r = 2.6.32-279.5.1.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Aug 14 23:54:45 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /scratch/gaa/local/src/julia-v0.3.0/deps/llvm-3.3/python2_path
PATH: /scratch/gaa/local/src/anaconda/bin
PATH: /scratch/gaa/local/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/slurm-2.4.3/bin
PATH: /scratch/gaa/local/src/libsvm-3.18
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2110: checking for C compiler version
configure:2117: gcc -m64 --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
Copyright (C) 2010 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:2120: $? = 0
configure:2127: gcc -m64 -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
configure:2130: $? = 0
configure:2137: gcc -m64 -V >&5
gcc: '-V' must come at the start of the command line
configure:2140: $? = 1
configure:2163: checking for C compiler default output file name
configure:2190: gcc -m64 conftest.c >&5
configure:2193: $? = 0
configure:2239: result: a.out
configure:2244: checking whether the C compiler works
configure:2254: ./a.out
configure:2257: $? = 0
configure:2274: result: yes
configure:2281: checking whether we are cross compiling
configure:2283: result: no
configure:2286: checking for suffix of executables
configure:2293: gcc -m64 -o conftest conftest.c >&5
configure:2296: $? = 0
configure:2320: result:
configure:2326: checking for suffix of object files
configure:2352: gcc -m64 -c conftest.c >&5
configure:2355: $? = 0
configure:2378: result: o
configure:2382: checking whether we are using the GNU C compiler
configure:2411: gcc -m64 -c conftest.c >&5
configure:2417: $? = 0
configure:2424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2427: $? = 0
configure:2434: test -s conftest.o
configure:2437: $? = 0
configure:2451: result: yes
configure:2456: checking whether gcc -m64 accepts -g
configure:2486: gcc -m64 -c -g conftest.c >&5
configure:2492: $? = 0
configure:2499: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2502: $? = 0
configure:2509: test -s conftest.o
configure:2512: $? = 0
configure:2642: result: yes
configure:2659: checking for gcc -m64 option to accept ISO C89
configure:2733: gcc -m64 -c conftest.c >&5
configure:2739: $? = 0
configure:2746: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2749: $? = 0
configure:2756: test -s conftest.o
configure:2759: $? = 0
configure:2779: result: none needed
configure:2913: checking for C++ compiler version
configure:2920: g++ -m64 --version >&5
g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
Copyright (C) 2010 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:2923: $? = 0
configure:2930: g++ -m64 -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
configure:2933: $? = 0
configure:2940: g++ -m64 -V >&5
g++: argument to '-V' missing
configure:2943: $? = 1
configure:2946: checking whether we are using the GNU C++ compiler
configure:2975: g++ -m64 -c conftest.cpp >&5
configure:2981: $? = 0
configure:2988: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:2991: $? = 0
configure:2998: test -s conftest.o
configure:3001: $? = 0
configure:3015: result: yes
configure:3020: checking whether g++ -m64 accepts -g
configure:3050: g++ -m64 -c -g conftest.cpp >&5
configure:3056: $? = 0
configure:3063: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3066: $? = 0
configure:3073: test -s conftest.o
configure:3076: $? = 0
configure:3206: result: yes
configure:3234: checking how to run the C preprocessor
configure:3274: gcc -m64 -E conftest.c
configure:3280: $? = 0
configure:3318: gcc -m64 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3324: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3364: result: gcc -m64 -E
configure:3393: gcc -m64 -E conftest.c
configure:3399: $? = 0
configure:3437: gcc -m64 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3675: checking build system type
configure:3693: result: x86_64-redhat-linux-gnu
configure:3715: checking host system type
configure:3730: result: x86_64-redhat-linux-gnu
configure:3752: checking target system type
configure:3767: result: x86_64-redhat-linux-gnu
configure:3796: checking type of operating system we're going to host on
configure:3909: result: Linux
configure:3912: checking type of operating system we're going to target
configure:3964: result: Linux
configure:4010: checking target architecture
configure:4033: result: x86_64
configure:4077: checking for grep that handles long lines and -e
configure:4151: result: /bin/grep
configure:4156: checking for egrep
configure:4234: result: /bin/grep -E
configure:4239: checking for ANSI C header files
configure:4269: gcc -m64 -c conftest.c >&5
configure:4275: $? = 0
configure:4282: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4285: $? = 0
configure:4292: test -s conftest.o
configure:4295: $? = 0
configure:4391: gcc -m64 -o conftest conftest.c >&5
configure:4394: $? = 0
configure:4400: ./conftest
configure:4403: $? = 0
configure:4420: result: yes
configure:4444: checking for sys/types.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for sys/stat.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for stdlib.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for string.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for memory.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for strings.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for inttypes.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for stdint.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4444: checking for unistd.h
configure:4465: gcc -m64 -c conftest.c >&5
configure:4471: $? = 0
configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4481: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4504: result: yes
configure:4516: checking whether byte ordering is bigendian
configure:4548: gcc -m64 -c conftest.c >&5
configure:4554: $? = 0
configure:4561: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4564: $? = 0
configure:4571: test -s conftest.o
configure:4574: $? = 0
configure:4603: gcc -m64 -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: error: 'not' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: expected ';' before 'big'
configure:4609: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4783: result: no
configure:5784: checking optimization flags
configure:5797: result: -O3
configure:6010: checking for BSD-compatible nm
configure:6059: result: /usr/bin/nm -B
configure:6065: checking for GNU make
configure:6080: result: make
configure:6091: checking whether ln -s works
configure:6095: result: yes
configure:6104: checking for cmp
configure:6122: found /usr/bin/cmp
configure:6135: result: /usr/bin/cmp
configure:6145: checking for cp
configure:6163: found /bin/cp
configure:6176: result: /bin/cp
configure:6186: checking for date
configure:6204: found /bin/date
configure:6217: result: /bin/date
configure:6227: checking for find
configure:6245: found /usr/bin/find
configure:6258: result: /usr/bin/find
configure:6268: checking for grep
configure:6299: result: /bin/grep
configure:6309: checking for mkdir
configure:6327: found /bin/mkdir
configure:6340: result: /bin/mkdir
configure:6350: checking for mv
configure:6368: found /bin/mv
configure:6381: result: /bin/mv
configure:6432: checking for ranlib
configure:6448: found /usr/bin/ranlib
configure:6459: result: ranlib
configure:6528: checking for ar
configure:6544: found /usr/bin/ar
configure:6555: result: ar
configure:6583: checking for rm
configure:6601: found /bin/rm
configure:6614: result: /bin/rm
configure:6624: checking for sed
configure:6642: found /bin/sed
configure:6655: result: /bin/sed
configure:6665: checking for tar
configure:6683: found /bin/tar
configure:6696: result: /bin/tar
configure:6706: checking for pwd
configure:6724: found /bin/pwd
configure:6737: result: /bin/pwd
configure:6748: checking for Graphviz
configure:6779: result: echo Graphviz
configure:6804: checking for dot
configure:6835: result: echo dot
configure:6860: checking for fdp
configure:6891: result: echo fdp
configure:6916: checking for neato
configure:6947: result: echo neato
configure:6972: checking for twopi
configure:7003: result: echo twopi
configure:7028: checking for circo
configure:7059: result: echo circo
configure:7086: checking for gv
configure:7119: result: no
configure:7086: checking for gsview32
configure:7119: result: no
configure:7145: checking for dotty
configure:7176: result: echo dotty
configure:7201: checking for xdot.py
configure:7232: result: echo xdot.py
configure:7269: checking for a BSD-compatible install
configure:7325: result: /usr/bin/install -c
configure:7343: checking for bzip2
configure:7361: found /usr/bin/bzip2
configure:7373: result: /usr/bin/bzip2
configure:7383: checking for cat
configure:7401: found /bin/cat
configure:7413: result: /bin/cat
configure:7423: checking for doxygen
configure:7441: found /usr/bin/doxygen
configure:7453: result: /usr/bin/doxygen
configure:7463: checking for groff
configure:7481: found /usr/bin/groff
configure:7493: result: /usr/bin/groff
configure:7503: checking for gzip
configure:7521: found /usr/bin/gzip
configure:7533: result: /usr/bin/gzip
configure:7543: checking for pdfroff
configure:7576: result: no
configure:7583: checking for zip
configure:7601: found /usr/bin/zip
configure:7613: result: /usr/bin/zip
configure:7625: checking for ocamlc
configure:7658: result: no
configure:7670: checking for ocamlopt
configure:7703: result: no
configure:7715: checking for ocamldep
configure:7748: result: no
configure:7760: checking for ocamldoc
configure:7793: result: no
configure:7805: checking for gas
configure:7838: result: no
configure:7805: checking for as
configure:7823: found /usr/bin/as
configure:7835: result: /usr/bin/as
configure:7847: checking for linker version
configure:7863: result: 2.20.51.0.2
configure:7872: checking for compiler -Wl,-R<path> option
configure:7906: gcc -m64 -o conftest -Wl,-R. conftest.c >&5
configure:7912: $? = 0
configure:7919: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7922: $? = 0
configure:7929: test -s conftest
configure:7932: $? = 0
configure:7953: result: yes
configure:7964: checking for compiler -Wl,-export-dynamic option
configure:7998: gcc -m64 -o conftest -Wl,-export-dynamic conftest.c >&5
configure:8004: $? = 0
configure:8011: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8014: $? = 0
configure:8021: test -s conftest
configure:8024: $? = 0
configure:8045: result: yes
configure:8056: checking for compiler -Wl,--version-script option
configure:8112: gcc -m64 -o conftest -Wl,--version-script=/tmp/foojD9q1E/export.map conftest.c >&5
configure:8118: $? = 0
configure:8125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8128: $? = 0
configure:8135: test -s conftest
configure:8138: $? = 0
configure:8161: result: yes
configure:8171: checking for an ANSI C-conforming const
configure:8246: gcc -m64 -c conftest.c >&5
configure:8252: $? = 0
configure:8259: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8262: $? = 0
configure:8269: test -s conftest.o
configure:8272: $? = 0
configure:8284: result: yes
configure:8302: checking for dirent.h that defines DIR
configure:8331: gcc -m64 -c conftest.c >&5
configure:8337: $? = 0
configure:8344: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8347: $? = 0
configure:8354: test -s conftest.o
configure:8357: $? = 0
configure:8370: result: yes
configure:8383: checking for library containing opendir
configure:8424: gcc -m64 -o conftest conftest.c >&5
configure:8430: $? = 0
configure:8437: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8440: $? = 0
configure:8447: test -s conftest
configure:8450: $? = 0
configure:8474: result: none required
configure:8599: checking dlfcn.h usability
configure:8616: gcc -m64 -c conftest.c >&5
configure:8622: $? = 0
configure:8629: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8632: $? = 0
configure:8639: test -s conftest.o
configure:8642: $? = 0
configure:8653: result: yes
configure:8657: checking dlfcn.h presence
configure:8672: gcc -m64 -E conftest.c
configure:8678: $? = 0
configure:8699: result: yes
configure:8732: checking for dlfcn.h
configure:8740: result: yes
configure:8780: checking dynamic linker characteristics
configure:9368: result: GNU/Linux ld.so
configure:9378: checking which extension is used for loadable modules
configure:9388: result: .so
configure:9399: checking which variable specifies run-time library path
configure:9406: result: LD_LIBRARY_PATH
configure:9417: checking for the default library search path
configure:9424: result: /lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas-sse3 /usr/lib64/atlas hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg /usr/lib64/mysql /usr/lib64/octave/3.4.3 /usr/lib64/qt-3.3/lib
configure:9442: checking for objdir
configure:9463: result: .libs
configure:9476: checking command to parse /usr/bin/nm -B output from object
configure:9581: gcc -m64 -c conftest.c >&5
configure:9584: $? = 0
configure:9588: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:9591: $? = 0
configure:9643: gcc -m64 -o conftest conftest.c conftstm.o >&5
configure:9646: $? = 0
configure:9684: result: ok
configure:9689: checking whether libtool supports -dlopen/-dlpreopen
configure:9701: result: yes
configure:9720: checking for shl_load
configure:9776: gcc -m64 -o conftest conftest.c >&5
/tmp/ccCn3T6P.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:9782: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:9815: result: no
configure:9824: checking for shl_load in -ldld
configure:9859: gcc -m64 -o conftest conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:9865: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:9899: result: no
configure:9909: checking for dlopen in -ldl
configure:9944: gcc -m64 -o conftest conftest.c -ldl >&5
configure:9950: $? = 0
configure:9957: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9960: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9984: result: yes
configure:10359: checking for dlerror
configure:10415: gcc -m64 -o conftest conftest.c -ldl >&5
configure:10421: $? = 0
configure:10428: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10431: $? = 0
configure:10438: test -s conftest
configure:10441: $? = 0
configure:10455: result: yes
configure:10475: checking for _ prefix in compiled symbols
configure:10485: gcc -m64 -c conftest.c >&5
configure:10488: $? = 0
configure:10492: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:10495: $? = 0
configure:10517: result: no
configure:10637: checking whether deplibs are loaded by dlopen
configure:10718: result: yes
configure:10743: checking argz.h usability
configure:10760: gcc -m64 -c conftest.c >&5
configure:10766: $? = 0
configure:10773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10776: $? = 0
configure:10783: test -s conftest.o
configure:10786: $? = 0
configure:10797: result: yes
configure:10801: checking argz.h presence
configure:10816: gcc -m64 -E conftest.c
configure:10822: $? = 0
configure:10843: result: yes
configure:10876: checking for argz.h
configure:10884: result: yes
configure:10898: checking for error_t
configure:10931: gcc -m64 -c conftest.c >&5
configure:10937: $? = 0
configure:10944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10947: $? = 0
configure:10954: test -s conftest.o
configure:10957: $? = 0
configure:10969: result: yes
configure:10995: checking for argz_append
configure:11051: gcc -m64 -o conftest conftest.c >&5
configure:11057: $? = 0
configure:11064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11067: $? = 0
configure:11074: test -s conftest
configure:11077: $? = 0
configure:11091: result: yes
configure:10995: checking for argz_create_sep
configure:11051: gcc -m64 -o conftest conftest.c >&5
configure:11057: $? = 0
configure:11064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11067: $? = 0
configure:11074: test -s conftest
configure:11077: $? = 0
configure:11091: result: yes
configure:10995: checking for argz_insert
configure:11051: gcc -m64 -o conftest conftest.c >&5
configure:11057: $? = 0
configure:11064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11067: $? = 0
configure:11074: test -s conftest
configure:11077: $? = 0
configure:11091: result: yes
configure:10995: checking for argz_next
configure:11051: gcc -m64 -o conftest conftest.c >&5
configure:11057: $? = 0
configure:11064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11067: $? = 0
configure:11074: test -s conftest
configure:11077: $? = 0
configure:11091: result: yes
configure:10995: checking for argz_stringify
configure:11051: gcc -m64 -o conftest conftest.c >&5
configure:11057: $? = 0
configure:11064: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11067: $? = 0
configure:11074: test -s conftest
configure:11077: $? = 0
configure:11091: result: yes
configure:11143: checking assert.h usability
configure:11160: gcc -m64 -c conftest.c >&5
configure:11166: $? = 0
configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11176: $? = 0
configure:11183: test -s conftest.o
configure:11186: $? = 0
configure:11197: result: yes
configure:11201: checking assert.h presence
configure:11216: gcc -m64 -E conftest.c
configure:11222: $? = 0
configure:11243: result: yes
configure:11276: checking for assert.h
configure:11284: result: yes
configure:11143: checking ctype.h usability
configure:11160: gcc -m64 -c conftest.c >&5
configure:11166: $? = 0
configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11176: $? = 0
configure:11183: test -s conftest.o
configure:11186: $? = 0
configure:11197: result: yes
configure:11201: checking ctype.h presence
configure:11216: gcc -m64 -E conftest.c
configure:11222: $? = 0
configure:11243: result: yes
configure:11276: checking for ctype.h
configure:11284: result: yes
configure:11143: checking errno.h usability
configure:11160: gcc -m64 -c conftest.c >&5
configure:11166: $? = 0
configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11176: $? = 0
configure:11183: test -s conftest.o
configure:11186: $? = 0
configure:11197: result: yes
configure:11201: checking errno.h presence
configure:11216: gcc -m64 -E conftest.c
configure:11222: $? = 0
configure:11243: result: yes
configure:11276: checking for errno.h
configure:11284: result: yes
configure:11143: checking malloc.h usability
configure:11160: gcc -m64 -c conftest.c >&5
configure:11166: $? = 0
configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11176: $? = 0
configure:11183: test -s conftest.o
configure:11186: $? = 0
configure:11197: result: yes
configure:11201: checking malloc.h presence
configure:11216: gcc -m64 -E conftest.c
configure:11222: $? = 0
configure:11243: result: yes
configure:11276: checking for malloc.h
configure:11284: result: yes
configure:11133: checking for memory.h
configure:11139: result: yes
configure:11133: checking for stdlib.h
configure:11139: result: yes
configure:11143: checking stdio.h usability
configure:11160: gcc -m64 -c conftest.c >&5
configure:11166: $? = 0
configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11176: $? = 0
configure:11183: test -s conftest.o
configure:11186: $? = 0
configure:11197: result: yes
configure:11201: checking stdio.h presence
configure:11216: gcc -m64 -E conftest.c
configure:11222: $? = 0
configure:11243: result: yes
configure:11276: checking for stdio.h
configure:11284: result: yes
configure:11133: checking for unistd.h
configure:11139: result: yes
configure:11315: checking dl.h usability
configure:11332: gcc -m64 -c conftest.c >&5
conftest.c:98:16: error: dl.h: No such file or directory
configure:11338: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <dl.h>
configure:11369: result: no
configure:11373: checking dl.h presence
configure:11388: gcc -m64 -E conftest.c
conftest.c:65:16: error: dl.h: No such file or directory
configure:11394: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:11415: result: no
configure:11448: checking for dl.h
configure:11456: result: no
configure:11315: checking sys/dl.h usability
configure:11332: gcc -m64 -c conftest.c >&5
conftest.c:98:20: error: sys/dl.h: No such file or directory
configure:11338: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <sys/dl.h>
configure:11369: result: no
configure:11373: checking sys/dl.h presence
configure:11388: gcc -m64 -E conftest.c
conftest.c:65:20: error: sys/dl.h: No such file or directory
configure:11394: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/dl.h>
configure:11415: result: no
configure:11448: checking for sys/dl.h
configure:11456: result: no
configure:11315: checking dld.h usability
configure:11332: gcc -m64 -c conftest.c >&5
conftest.c:98:17: error: dld.h: No such file or directory
configure:11338: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <dld.h>
configure:11369: result: no
configure:11373: checking dld.h presence
configure:11388: gcc -m64 -E conftest.c
conftest.c:65:17: error: dld.h: No such file or directory
configure:11394: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dld.h>
configure:11415: result: no
configure:11448: checking for dld.h
configure:11456: result: no
configure:11315: checking mach-o/dyld.h usability
configure:11332: gcc -m64 -c conftest.c >&5
conftest.c:98:25: error: mach-o/dyld.h: No such file or directory
configure:11338: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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-o/dyld.h>
configure:11369: result: no
configure:11373: checking mach-o/dyld.h presence
configure:11388: gcc -m64 -E conftest.c
conftest.c:65:25: error: mach-o/dyld.h: No such file or directory
configure:11394: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <mach-o/dyld.h>
configure:11415: result: no
configure:11448: checking for mach-o/dyld.h
configure:11456: result: no
configure:11475: checking for string.h
configure:11481: result: yes
configure:11645: checking for strchr
configure:11701: gcc -m64 -o conftest conftest.c >&5
conftest.c:89: warning: conflicting types for built-in function 'strchr'
configure:11707: $? = 0
configure:11714: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11717: $? = 0
configure:11724: test -s conftest
configure:11727: $? = 0
configure:11741: result: yes
configure:11756: checking for strrchr
configure:11812: gcc -m64 -o conftest conftest.c >&5
conftest.c:90: warning: conflicting types for built-in function 'strrchr'
configure:11818: $? = 0
configure:11825: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11828: $? = 0
configure:11835: test -s conftest
configure:11838: $? = 0
configure:11852: result: yes
configure:11867: checking for memcpy
configure:11923: gcc -m64 -o conftest conftest.c >&5
conftest.c:91: warning: conflicting types for built-in function 'memcpy'
configure:11929: $? = 0
configure:11936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11939: $? = 0
configure:11946: test -s conftest
configure:11949: $? = 0
configure:11963: result: yes
configure:11978: checking for memmove
configure:12034: gcc -m64 -o conftest conftest.c >&5
conftest.c:92: warning: conflicting types for built-in function 'memmove'
configure:12040: $? = 0
configure:12047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12050: $? = 0
configure:12057: test -s conftest
configure:12060: $? = 0
configure:12074: result: yes
configure:11978: checking for strcmp
configure:12034: gcc -m64 -o conftest conftest.c >&5
conftest.c:93: warning: conflicting types for built-in function 'strcmp'
configure:12040: $? = 0
configure:12047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12050: $? = 0
configure:12057: test -s conftest
configure:12060: $? = 0
configure:12074: result: yes
configure:12090: checking for closedir
configure:12146: gcc -m64 -o conftest conftest.c >&5
configure:12152: $? = 0
configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12162: $? = 0
configure:12169: test -s conftest
configure:12172: $? = 0
configure:12186: result: yes
configure:12090: checking for opendir
configure:12146: gcc -m64 -o conftest conftest.c >&5
configure:12152: $? = 0
configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12162: $? = 0
configure:12169: test -s conftest
configure:12172: $? = 0
configure:12186: result: yes
configure:12090: checking for readdir
configure:12146: gcc -m64 -o conftest conftest.c >&5
configure:12152: $? = 0
configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12162: $? = 0
configure:12169: test -s conftest
configure:12172: $? = 0
configure:12186: result: yes
configure:12198: checking tool compatibility
configure:12248: gcc -m64 -c conftest.c >&5
configure:12254: $? = 0
configure:12261: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12264: $? = 0
configure:12271: test -s conftest.o
configure:12274: $? = 0
configure:12296: result: ok
configure:12299: checking optional compiler flags
configure:12320: result: -Wno-variadic-macros -Wno-missing-field-initializers -Wno-uninitialized
configure:12331: checking for python
configure:12333: result: user defined: /scratch/gaa/local/src/anaconda/bin/python
configure:12388: checking for python >= 2.5
configure:12396: result: /scratch/gaa/local/src/anaconda/bin/python (2.7.7)
configure:12410: checking for sin in -lm
configure:12445: gcc -m64 -o conftest conftest.c -lm >&5
conftest.c:81: warning: conflicting types for built-in function 'sin'
configure:12451: $? = 0
configure:12458: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12461: $? = 0
configure:12468: test -s conftest
configure:12471: $? = 0
configure:12485: result: yes
configure:12661: checking for library containing dlopen
configure:12702: gcc -m64 -o conftest conftest.c -lm >&5
/tmp/ccoD71ix.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:12708: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #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:12702: gcc -m64 -o conftest conftest.c -ldl -lm >&5
configure:12708: $? = 0
configure:12715: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12718: $? = 0
configure:12725: test -s conftest
configure:12728: $? = 0
configure:12752: result: -ldl
configure:12768: checking for library containing clock_gettime
configure:12809: gcc -m64 -o conftest conftest.c -ldl -lm >&5
/tmp/ccq0GIjw.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:12815: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #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:12809: gcc -m64 -o conftest conftest.c -lrt -ldl -lm >&5
configure:12815: $? = 0
configure:12822: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12825: $? = 0
configure:12832: test -s conftest
configure:12835: $? = 0
configure:12859: result: -lrt
configure:12978: checking for library containing mallinfo
configure:13019: gcc -m64 -o conftest conftest.c -lrt -ldl -lm >&5
configure:13025: $? = 0
configure:13032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13035: $? = 0
configure:13042: test -s conftest
configure:13045: $? = 0
configure:13069: result: none required
configure:13483: checking for compress2 in -lz
configure:13518: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:13524: $? = 0
configure:13531: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13534: $? = 0
configure:13541: test -s conftest
configure:13544: $? = 0
configure:13558: result: yes
configure:14135: checking for xml2-config
configure:14151: found /scratch/gaa/local/src/anaconda/bin/xml2-config
configure:14162: result: xml2-config
configure:14174: checking for libxml2 includes
configure:14181: result: -I/scratch/gaa/local/src/anaconda/include/libxml2
configure:14183: checking for xmlReadFile in -lxml2
configure:14218: gcc -m64 -o conftest conftest.c -lxml2 -lz -lrt -ldl -lm >&5
/usr/bin/ld: cannot find -lxml2
collect2: ld returned 1 exit status
configure:14224: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| /* 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 xmlReadFile ();
| int
| main ()
| {
| return xmlReadFile ();
| ;
| return 0;
| }
configure:14258: result: no
configure:14282: checking for dirent.h that defines DIR
configure:14350: result: yes
configure:14363: checking for library containing opendir
configure:14454: result: none required
configure:14564: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:14598: gcc -m64 -c conftest.c >&5
configure:14604: $? = 0
configure:14611: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14614: $? = 0
configure:14621: test -s conftest.o
configure:14624: $? = 0
configure:14643: result: yes
configure:14653: checking whether stat file-mode macros are broken
configure:14701: result: no
configure:14711: checking for sys/wait.h that is POSIX.1 compatible
configure:14747: gcc -m64 -c conftest.c >&5
configure:14753: $? = 0
configure:14760: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14763: $? = 0
configure:14770: test -s conftest.o
configure:14773: $? = 0
configure:14785: result: yes
configure:14795: checking whether time.h and sys/time.h may both be included
configure:14825: gcc -m64 -c conftest.c >&5
configure:14831: $? = 0
configure:14838: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14841: $? = 0
configure:14848: test -s conftest.o
configure:14851: $? = 0
configure:14863: result: yes
configure:14885: checking how to run the C++ preprocessor
configure:14921: g++ -m64 -E conftest.cpp
configure:14927: $? = 0
configure:14965: g++ -m64 -E conftest.cpp
conftest.cpp:85:28: error: ac_nonexistent.h: No such file or directory
configure:14971: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15011: result: g++ -m64 -E
configure:15040: g++ -m64 -E conftest.cpp
configure:15046: $? = 0
configure:15084: g++ -m64 -E conftest.cpp
conftest.cpp:85:28: error: ac_nonexistent.h: No such file or directory
configure:15090: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15150: checking cxxabi.h usability
configure:15167: g++ -m64 -c conftest.cpp >&5
configure:15173: $? = 0
configure:15180: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:15183: $? = 0
configure:15190: test -s conftest.o
configure:15193: $? = 0
configure:15204: result: yes
configure:15208: checking cxxabi.h presence
configure:15223: g++ -m64 -E conftest.cpp
configure:15229: $? = 0
configure:15250: result: yes
configure:15283: checking for cxxabi.h
configure:15291: result: yes
configure:15320: checking for dlfcn.h
configure:15326: result: yes
configure:15330: checking execinfo.h usability
configure:15347: gcc -m64 -c conftest.c >&5
configure:15353: $? = 0
configure:15360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15363: $? = 0
configure:15370: test -s conftest.o
configure:15373: $? = 0
configure:15384: result: yes
configure:15388: checking execinfo.h presence
configure:15403: gcc -m64 -E conftest.c
configure:15409: $? = 0
configure:15430: result: yes
configure:15463: checking for execinfo.h
configure:15471: result: yes
configure:15330: checking fcntl.h usability
configure:15347: gcc -m64 -c conftest.c >&5
configure:15353: $? = 0
configure:15360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15363: $? = 0
configure:15370: test -s conftest.o
configure:15373: $? = 0
configure:15384: result: yes
configure:15388: checking fcntl.h presence
configure:15403: gcc -m64 -E conftest.c
configure:15409: $? = 0
configure:15430: result: yes
configure:15463: checking for fcntl.h
configure:15471: result: yes
configure:15320: checking for inttypes.h
configure:15326: result: yes
configure:15330: checking limits.h usability
configure:15347: gcc -m64 -c conftest.c >&5
configure:15353: $? = 0
configure:15360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15363: $? = 0
configure:15370: test -s conftest.o
configure:15373: $? = 0
configure:15384: result: yes
configure:15388: checking limits.h presence
configure:15403: gcc -m64 -E conftest.c
configure:15409: $? = 0
configure:15430: result: yes
configure:15463: checking for limits.h
configure:15471: result: yes
configure:15330: checking link.h usability
configure:15347: gcc -m64 -c conftest.c >&5
configure:15353: $? = 0
configure:15360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15363: $? = 0
configure:15370: test -s conftest.o
configure:15373: $? = 0
configure:15384: result: yes
configure:15388: checking link.h presence
configure:15403: gcc -m64 -E conftest.c
configure:15409: $? = 0
configure:15430: result: yes
configure:15463: checking for link.h
configure:15471: result: yes
configure:15494: checking for malloc.h
configure:15500: result: yes
configure:15504: checking setjmp.h usability
configure:15521: gcc -m64 -c conftest.c >&5
configure:15527: $? = 0
configure:15534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15537: $? = 0
configure:15544: test -s conftest.o
configure:15547: $? = 0
configure:15558: result: yes
configure:15562: checking setjmp.h presence
configure:15577: gcc -m64 -E conftest.c
configure:15583: $? = 0
configure:15604: result: yes
configure:15637: checking for setjmp.h
configure:15645: result: yes
configure:15504: checking signal.h usability
configure:15521: gcc -m64 -c conftest.c >&5
configure:15527: $? = 0
configure:15534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15537: $? = 0
configure:15544: test -s conftest.o
configure:15547: $? = 0
configure:15558: result: yes
configure:15562: checking signal.h presence
configure:15577: gcc -m64 -E conftest.c
configure:15583: $? = 0
configure:15604: result: yes
configure:15637: checking for signal.h
configure:15645: result: yes
configure:15494: checking for stdint.h
configure:15500: result: yes
configure:15504: checking termios.h usability
configure:15521: gcc -m64 -c conftest.c >&5
configure:15527: $? = 0
configure:15534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15537: $? = 0
configure:15544: test -s conftest.o
configure:15547: $? = 0
configure:15558: result: yes
configure:15562: checking termios.h presence
configure:15577: gcc -m64 -E conftest.c
configure:15583: $? = 0
configure:15604: result: yes
configure:15637: checking for termios.h
configure:15645: result: yes
configure:15494: checking for unistd.h
configure:15500: result: yes
configure:15674: checking utime.h usability
configure:15691: gcc -m64 -c conftest.c >&5
configure:15697: $? = 0
configure:15704: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15707: $? = 0
configure:15714: test -s conftest.o
configure:15717: $? = 0
configure:15728: result: yes
configure:15732: checking utime.h presence
configure:15747: gcc -m64 -E conftest.c
configure:15753: $? = 0
configure:15774: result: yes
configure:15807: checking for utime.h
configure:15815: result: yes
configure:15674: checking windows.h usability
configure:15691: gcc -m64 -c conftest.c >&5
conftest.c:132:21: error: windows.h: No such file or directory
configure:15697: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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
| /* 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 <windows.h>
configure:15728: result: no
configure:15732: checking windows.h presence
configure:15747: gcc -m64 -E conftest.c
conftest.c:99:21: error: windows.h: No such file or directory
configure:15753: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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
| /* end confdefs.h. */
| #include <windows.h>
configure:15774: result: no
configure:15807: checking for windows.h
configure:15815: result: no
configure:15847: checking sys/mman.h usability
configure:15864: gcc -m64 -c conftest.c >&5
configure:15870: $? = 0
configure:15877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15880: $? = 0
configure:15887: test -s conftest.o
configure:15890: $? = 0
configure:15901: result: yes
configure:15905: checking sys/mman.h presence
configure:15920: gcc -m64 -E conftest.c
configure:15926: $? = 0
configure:15947: result: yes
configure:15980: checking for sys/mman.h
configure:15988: result: yes
configure:15847: checking sys/param.h usability
configure:15864: gcc -m64 -c conftest.c >&5
configure:15870: $? = 0
configure:15877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15880: $? = 0
configure:15887: test -s conftest.o
configure:15890: $? = 0
configure:15901: result: yes
configure:15905: checking sys/param.h presence
configure:15920: gcc -m64 -E conftest.c
configure:15926: $? = 0
configure:15947: result: yes
configure:15980: checking for sys/param.h
configure:15988: result: yes
configure:15847: checking sys/resource.h usability
configure:15864: gcc -m64 -c conftest.c >&5
configure:15870: $? = 0
configure:15877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15880: $? = 0
configure:15887: test -s conftest.o
configure:15890: $? = 0
configure:15901: result: yes
configure:15905: checking sys/resource.h presence
configure:15920: gcc -m64 -E conftest.c
configure:15926: $? = 0
configure:15947: result: yes
configure:15980: checking for sys/resource.h
configure:15988: result: yes
configure:15847: checking sys/time.h usability
configure:15864: gcc -m64 -c conftest.c >&5
configure:15870: $? = 0
configure:15877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15880: $? = 0
configure:15887: test -s conftest.o
configure:15890: $? = 0
configure:15901: result: yes
configure:15905: checking sys/time.h presence
configure:15920: gcc -m64 -E conftest.c
configure:15926: $? = 0
configure:15947: result: yes
configure:15980: checking for sys/time.h
configure:15988: result: yes
configure:15847: checking sys/uio.h usability
configure:15864: gcc -m64 -c conftest.c >&5
configure:15870: $? = 0
configure:15877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15880: $? = 0
configure:15887: test -s conftest.o
configure:15890: $? = 0
configure:15901: result: yes
configure:15905: checking sys/uio.h presence
configure:15920: gcc -m64 -E conftest.c
configure:15926: $? = 0
configure:15947: result: yes
configure:15980: checking for sys/uio.h
configure:15988: result: yes
configure:16009: checking for sys/types.h
configure:16015: result: yes
configure:16019: checking sys/ioctl.h usability
configure:16036: gcc -m64 -c conftest.c >&5
configure:16042: $? = 0
configure:16049: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16052: $? = 0
configure:16059: test -s conftest.o
configure:16062: $? = 0
configure:16073: result: yes
configure:16077: checking sys/ioctl.h presence
configure:16092: gcc -m64 -E conftest.c
configure:16098: $? = 0
configure:16119: result: yes
configure:16152: checking for sys/ioctl.h
configure:16160: result: yes
configure:16019: checking malloc/malloc.h usability
configure:16036: gcc -m64 -c conftest.c >&5
conftest.c:139:27: error: malloc/malloc.h: No such file or directory
configure:16042: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_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:16073: result: no
configure:16077: checking malloc/malloc.h presence
configure:16092: gcc -m64 -E conftest.c
conftest.c:106:27: error: malloc/malloc.h: No such file or directory
configure:16098: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <malloc/malloc.h>
configure:16119: result: no
configure:16152: checking for malloc/malloc.h
configure:16160: result: no
configure:16019: checking mach/mach.h usability
configure:16036: gcc -m64 -c conftest.c >&5
conftest.c:139:23: error: mach/mach.h: No such file or directory
configure:16042: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_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:16073: result: no
configure:16077: checking mach/mach.h presence
configure:16092: gcc -m64 -E conftest.c
conftest.c:106:23: error: mach/mach.h: No such file or directory
configure:16098: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <mach/mach.h>
configure:16119: result: no
configure:16152: checking for mach/mach.h
configure:16160: result: no
configure:16188: checking valgrind/valgrind.h usability
configure:16205: gcc -m64 -c conftest.c >&5
configure:16211: $? = 0
configure:16218: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16221: $? = 0
configure:16228: test -s conftest.o
configure:16231: $? = 0
configure:16242: result: yes
configure:16246: checking valgrind/valgrind.h presence
configure:16261: gcc -m64 -E conftest.c
configure:16267: $? = 0
configure:16288: result: yes
configure:16321: checking for valgrind/valgrind.h
configure:16329: result: yes
configure:16357: checking fenv.h usability
configure:16374: gcc -m64 -c conftest.c >&5
configure:16380: $? = 0
configure:16387: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16390: $? = 0
configure:16397: test -s conftest.o
configure:16400: $? = 0
configure:16411: result: yes
configure:16415: checking fenv.h presence
configure:16430: gcc -m64 -E conftest.c
configure:16436: $? = 0
configure:16457: result: yes
configure:16490: checking for fenv.h
configure:16498: result: yes
configure:16511: checking whether FE_ALL_EXCEPT is declared
configure:16542: gcc -m64 -c conftest.c >&5
configure:16548: $? = 0
configure:16555: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16558: $? = 0
configure:16565: test -s conftest.o
configure:16568: $? = 0
configure:16580: result: yes
configure:16596: checking whether FE_INEXACT is declared
configure:16627: gcc -m64 -c conftest.c >&5
configure:16633: $? = 0
configure:16640: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16643: $? = 0
configure:16650: test -s conftest.o
configure:16653: $? = 0
configure:16665: result: yes
configure:16877: checking zlib.h usability
configure:16894: gcc -m64 -c conftest.c >&5
configure:16900: $? = 0
configure:16907: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16910: $? = 0
configure:16917: test -s conftest.o
configure:16920: $? = 0
configure:16931: result: yes
configure:16935: checking zlib.h presence
configure:16950: gcc -m64 -E conftest.c
configure:16956: $? = 0
configure:16977: result: yes
configure:17010: checking for zlib.h
configure:17018: result: yes
configure:17228: checking CrashReporterClient.h usability
configure:17245: gcc -m64 -c conftest.c >&5
conftest.c:144:33: error: CrashReporterClient.h: No such file or directory
configure:17251: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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:17282: result: no
configure:17286: checking CrashReporterClient.h presence
configure:17301: gcc -m64 -E conftest.c
conftest.c:111:33: error: CrashReporterClient.h: No such file or directory
configure:17307: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h. */
| #include <CrashReporterClient.h>
configure:17328: result: no
configure:17361: checking for CrashReporterClient.h
configure:17369: result: no
configure:17383: checking __crashreporter_info__
configure:17407: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
/tmp/cc1ZHsIJ.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `__crashreporter_info__'
collect2: ld returned 1 exit status
configure:17413: $? = 1
configure: failed program was:
|
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h. */
|
| extern const char *__crashreporter_info__;
| int main() {
| __crashreporter_info__ = "test";
| return 0;
| }
|
|
configure:17449: result: no
configure:17464: checking for HUGE_VAL sanity
configure:17502: g++ -m64 -o conftest -pedantic conftest.cpp -lz -lrt -ldl -lm >&5
configure:17505: $? = 0
configure:17511: ./conftest
configure:17514: $? = 0
configure:17538: result: yes
configure:17543: checking for pid_t
configure:17573: gcc -m64 -c conftest.c >&5
configure:17579: $? = 0
configure:17586: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17589: $? = 0
configure:17596: test -s conftest.o
configure:17599: $? = 0
configure:17611: result: yes
configure:17623: checking for size_t
configure:17653: gcc -m64 -c conftest.c >&5
configure:17659: $? = 0
configure:17666: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17669: $? = 0
configure:17676: test -s conftest.o
configure:17679: $? = 0
configure:17691: result: yes
configure:17708: checking whether struct tm is in sys/time.h or time.h
configure:17736: gcc -m64 -c conftest.c >&5
configure:17742: $? = 0
configure:17749: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17752: $? = 0
configure:17759: test -s conftest.o
configure:17762: $? = 0
configure:17774: result: time.h
configure:17784: checking for int64_t
configure:17814: gcc -m64 -c conftest.c >&5
configure:17820: $? = 0
configure:17827: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17830: $? = 0
configure:17837: test -s conftest.o
configure:17840: $? = 0
configure:17852: result: yes
configure:17867: checking for uint64_t
configure:17897: gcc -m64 -c conftest.c >&5
configure:17903: $? = 0
configure:17910: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17913: $? = 0
configure:17920: test -s conftest.o
configure:17923: $? = 0
configure:17935: result: yes
configure:18042: checking for backtrace
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for ceilf
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:139: warning: conflicting types for built-in function 'ceilf'
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for floorf
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:140: warning: conflicting types for built-in function 'floorf'
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for roundf
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:141: warning: conflicting types for built-in function 'roundf'
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for rintf
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:142: warning: conflicting types for built-in function 'rintf'
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for nearbyintf
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:143: warning: conflicting types for built-in function 'nearbyintf'
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18042: checking for getcwd
configure:18098: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18104: $? = 0
configure:18111: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18114: $? = 0
configure:18121: test -s conftest
configure:18124: $? = 0
configure:18138: result: yes
configure:18155: checking for powf
configure:18211: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:145: warning: conflicting types for built-in function 'powf'
configure:18217: $? = 0
configure:18224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18227: $? = 0
configure:18234: test -s conftest
configure:18237: $? = 0
configure:18251: result: yes
configure:18155: checking for fmodf
configure:18211: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:146: warning: conflicting types for built-in function 'fmodf'
configure:18217: $? = 0
configure:18224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18227: $? = 0
configure:18234: test -s conftest
configure:18237: $? = 0
configure:18251: result: yes
configure:18155: checking for strtof
configure:18211: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18217: $? = 0
configure:18224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18227: $? = 0
configure:18234: test -s conftest
configure:18237: $? = 0
configure:18251: result: yes
configure:18155: checking for round
configure:18211: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:148: warning: conflicting types for built-in function 'round'
configure:18217: $? = 0
configure:18224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18227: $? = 0
configure:18234: test -s conftest
configure:18237: $? = 0
configure:18251: result: yes
configure:18269: checking for log
configure:18325: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:149: warning: conflicting types for built-in function 'log'
configure:18331: $? = 0
configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18341: $? = 0
configure:18348: test -s conftest
configure:18351: $? = 0
configure:18365: result: yes
configure:18269: checking for log2
configure:18325: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:150: warning: conflicting types for built-in function 'log2'
configure:18331: $? = 0
configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18341: $? = 0
configure:18348: test -s conftest
configure:18351: $? = 0
configure:18365: result: yes
configure:18269: checking for log10
configure:18325: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:151: warning: conflicting types for built-in function 'log10'
configure:18331: $? = 0
configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18341: $? = 0
configure:18348: test -s conftest
configure:18351: $? = 0
configure:18365: result: yes
configure:18269: checking for exp
configure:18325: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:152: warning: conflicting types for built-in function 'exp'
configure:18331: $? = 0
configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18341: $? = 0
configure:18348: test -s conftest
configure:18351: $? = 0
configure:18365: result: yes
configure:18269: checking for exp2
configure:18325: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:153: warning: conflicting types for built-in function 'exp2'
configure:18331: $? = 0
configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18341: $? = 0
configure:18348: test -s conftest
configure:18351: $? = 0
configure:18365: result: yes
configure:18383: checking for getpagesize
configure:18439: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18445: $? = 0
configure:18452: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18455: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18479: result: yes
configure:18383: checking for getrusage
configure:18439: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18445: $? = 0
configure:18452: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18455: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18479: result: yes
configure:18383: checking for getrlimit
configure:18439: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18445: $? = 0
configure:18452: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18455: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18479: result: yes
configure:18383: checking for setrlimit
configure:18439: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18445: $? = 0
configure:18452: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18455: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18479: result: yes
configure:18383: checking for gettimeofday
configure:18439: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18445: $? = 0
configure:18452: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18455: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18479: result: yes
configure:18495: checking for isatty
configure:18551: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18557: $? = 0
configure:18564: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18567: $? = 0
configure:18574: test -s conftest
configure:18577: $? = 0
configure:18591: result: yes
configure:18495: checking for mkdtemp
configure:18551: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18557: $? = 0
configure:18564: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18567: $? = 0
configure:18574: test -s conftest
configure:18577: $? = 0
configure:18591: result: yes
configure:18495: checking for mkstemp
configure:18551: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18557: $? = 0
configure:18564: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18567: $? = 0
configure:18574: test -s conftest
configure:18577: $? = 0
configure:18591: result: yes
configure:18611: checking for mktemp
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
/tmp/ccP3VYji.o: In function `main':
conftest.c:(.text+0xa): warning: the use of `mktemp' is dangerous, better use `mkstemp'
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18611: checking for posix_spawn
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18611: checking for pread
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18611: checking for realpath
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18611: checking for sbrk
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18611: checking for setrlimit
configure:18707: result: yes
configure:18611: checking for strdup
configure:18667: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c:168: warning: conflicting types for built-in function 'strdup'
configure:18673: $? = 0
configure:18680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18683: $? = 0
configure:18690: test -s conftest
configure:18693: $? = 0
configure:18707: result: yes
configure:18724: checking for strerror
configure:18780: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18786: $? = 0
configure:18793: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18796: $? = 0
configure:18803: test -s conftest
configure:18806: $? = 0
configure:18820: result: yes
configure:18724: checking for strerror_r
configure:18780: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18786: $? = 0
configure:18793: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18796: $? = 0
configure:18803: test -s conftest
configure:18806: $? = 0
configure:18820: result: yes
configure:18724: checking for setenv
configure:18780: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18786: $? = 0
configure:18793: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18796: $? = 0
configure:18803: test -s conftest
configure:18806: $? = 0
configure:18820: result: yes
configure:18724: checking for arc4random
configure:18780: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
/tmp/ccexQbz1.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `arc4random'
collect2: ld returned 1 exit status
configure:18786: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| /* end confdefs.h. */
| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define arc4random innocuous_arc4random
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random (); 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 arc4random
|
| /* 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 arc4random ();
| /* 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_arc4random || defined __stub___arc4random
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random ();
| ;
| return 0;
| }
configure:18820: result: no
configure:18837: checking for strtoll
configure:18893: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18899: $? = 0
configure:18906: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18909: $? = 0
configure:18916: test -s conftest
configure:18919: $? = 0
configure:18933: result: yes
configure:18837: checking for strtoq
configure:18893: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18899: $? = 0
configure:18906: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18909: $? = 0
configure:18916: test -s conftest
configure:18919: $? = 0
configure:18933: result: yes
configure:18837: checking for sysconf
configure:18893: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:18899: $? = 0
configure:18906: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18909: $? = 0
configure:18916: test -s conftest
configure:18919: $? = 0
configure:18933: result: yes
configure:18837: checking for malloc_zone_statistics
configure:18893: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
/tmp/ccLdXtko.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `malloc_zone_statistics'
collect2: ld returned 1 exit status
configure:18899: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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_STRDUP 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:18933: result: no
configure:18951: checking for setjmp
configure:19007: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:19013: $? = 0
configure:19020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:19023: $? = 0
configure:19030: test -s conftest
configure:19033: $? = 0
configure:19047: result: yes
configure:18951: checking for longjmp
configure:19007: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:19013: $? = 0
configure:19020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:19023: $? = 0
configure:19030: test -s conftest
configure:19033: $? = 0
configure:19047: result: yes
configure:18951: checking for sigsetjmp
configure:19007: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
/tmp/ccJIZAMC.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `sigsetjmp'
collect2: ld returned 1 exit status
configure:19013: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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_STRDUP 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:19047: result: no
configure:18951: checking for siglongjmp
configure:19007: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:19013: $? = 0
configure:19020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:19023: $? = 0
configure:19030: test -s conftest
configure:19033: $? = 0
configure:19047: result: yes
configure:18951: checking for writev
configure:19007: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:19013: $? = 0
configure:19020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:19023: $? = 0
configure:19030: test -s conftest
configure:19033: $? = 0
configure:19047: result: yes
configure:19057: checking if printf has the %a format character
configure:19107: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:19110: $? = 0
configure:19116: ./conftest
configure:19119: $? = 0
configure:19141: result: yes
configure:19153: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:19186: g++ -m64 -c conftest.cpp >&5
configure:19192: $? = 0
configure:19199: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19202: $? = 0
configure:19209: test -s conftest.o
configure:19212: $? = 0
configure:19231: result: yes
configure:19243: checking whether strerror_s is declared
configure:19273: gcc -m64 -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:195: error: 'strerror_s' undeclared (first use in this function)
conftest.c:195: error: (Each undeclared identifier is reported only once
conftest.c:195: error: for each function it appears in.)
configure:19279: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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_STRDUP 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_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 strerror_s
| char *p = (char *) strerror_s;
| return !p;
| #endif
|
| ;
| return 0;
| }
configure:19311: result: no
configure:20773: checking for isnan in <math.h>
configure:20806: g++ -m64 -c conftest.cpp >&5
configure:20812: $? = 0
configure:20819: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20822: $? = 0
configure:20829: test -s conftest.o
configure:20832: $? = 0
configure:20851: result: yes
configure:20864: checking for isnan in <cmath>
configure:20897: g++ -m64 -c conftest.cpp >&5
configure:20903: $? = 0
configure:20910: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20913: $? = 0
configure:20920: test -s conftest.o
configure:20923: $? = 0
configure:20942: result: yes
configure:20954: checking for std::isnan in <cmath>
configure:20987: g++ -m64 -c conftest.cpp >&5
configure:20993: $? = 0
configure:21000: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21003: $? = 0
configure:21010: test -s conftest.o
configure:21013: $? = 0
configure:21032: result: yes
configure:21046: checking for isinf in <math.h>
configure:21079: g++ -m64 -c conftest.cpp >&5
configure:21085: $? = 0
configure:21092: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21095: $? = 0
configure:21102: test -s conftest.o
configure:21105: $? = 0
configure:21124: result: yes
configure:21136: checking for isinf in <cmath>
configure:21169: g++ -m64 -c conftest.cpp >&5
configure:21175: $? = 0
configure:21182: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21185: $? = 0
configure:21192: test -s conftest.o
configure:21195: $? = 0
configure:21214: result: yes
configure:21226: checking for std::isinf in <cmath>
configure:21259: g++ -m64 -c conftest.cpp >&5
configure:21265: $? = 0
configure:21272: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21275: $? = 0
configure:21282: test -s conftest.o
configure:21285: $? = 0
configure:21304: result: yes
configure:21316: checking for finite in <ieeefp.h>
configure:21349: g++ -m64 -c conftest.cpp >&5
conftest.cpp:165:20: error: ieeefp.h: No such file or directory
conftest.cpp: In function 'int main()':
conftest.cpp:169: error: 'finite' was not declared in this scope
configure:21355: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.3"
| #define PACKAGE_STRING "LLVM 3.3"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 3
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 0
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.20.51.0.2"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #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_LIMITS_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_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_ZLIB_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_STRDUP 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_PRINTF_A 1
| #define HAVE_RAND48 1
| #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:21394: result: no
configure:21414: checking for stdlib.h
configure:21420: result: yes
configure:21414: checking for unistd.h
configure:21420: result: yes
configure:21582: checking for getpagesize
configure:21678: result: yes
configure:21688: checking for working mmap
configure:21835: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:21838: $? = 0
configure:21844: ./conftest
configure:21847: $? = 0
configure:21863: result: yes
configure:21874: checking for mmap of files
configure:21919: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
conftest.c: In function 'main':
conftest.c:181: warning: cast from pointer to integer of different size
conftest.c:183: warning: cast from pointer to integer of different size
configure:21922: $? = 0
configure:21928: ./conftest
configure:21931: $? = 0
configure:21954: result: yes
configure:21966: checking if /dev/zero is needed for mmap
configure:21978: result: no
configure:22000: checking for GCC atomic builtins
configure:22033: g++ -m64 -o conftest conftest.cpp -lz -lrt -ldl -lm >&5
configure:22039: $? = 0
configure:22046: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:22049: $? = 0
configure:22056: test -s conftest
configure:22059: $? = 0
configure:22062: result: yes
configure:22098: checking for 32-bit userspace on 64-bit system
configure:22133: gcc -m64 -c conftest.c >&5
configure:22139: $? = 0
configure:22146: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22149: $? = 0
configure:22156: test -s conftest.o
configure:22159: $? = 0
configure:22178: result: no
configure:22191: checking for __dso_handle
configure:22247: gcc -m64 -o conftest conftest.c -lz -lrt -ldl -lm >&5
configure:22253: $? = 0
configure:22260: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22263: $? = 0
configure:22270: test -s conftest
configure:22273: $? = 0
configure:22287: result: yes
configure:22448: checking for compiler -fvisibility-inlines-hidden option
configure:22482: g++ -m64 -c -O0 -fvisibility-inlines-hidden -Werror conftest.cpp >&5
configure:22488: $? = 0
configure:22495: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:22498: $? = 0
configure:22505: test -s conftest.o
configure:22508: $? = 0
configure:22528: result: yes
configure:22756: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LLVM config.status 3.3, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on radio.ccc.uam.es
config.status:772: creating include/llvm/Config/Targets.def
config.status:772: creating include/llvm/Config/AsmPrinters.def
config.status:772: creating include/llvm/Config/AsmParsers.def
config.status:772: creating include/llvm/Config/Disassemblers.def
config.status:772: creating Makefile.config
config.status:772: creating llvm.spec
config.status:772: creating docs/doxygen.cfg
config.status:772: creating bindings/ocaml/llvm/META.llvm
config.status:772: creating include/llvm/Config/config.h
config.status:772: creating include/llvm/Config/llvm-config.h
config.status:772: creating include/llvm/Support/DataTypes.h
config.status:1186: executing setup commands
config.status:1186: executing Makefile commands
config.status:1186: executing Makefile.common commands
config.status:1186: executing examples/Makefile commands
config.status:1186: executing lib/Makefile commands
config.status:1186: executing runtime/Makefile commands
config.status:1186: executing test/Makefile commands
config.status:1186: executing test/Makefile.tests commands
config.status:1186: executing unittests/Makefile commands
config.status:1186: executing tools/Makefile commands
config.status:1186: executing utils/Makefile commands
config.status:1186: executing projects/Makefile commands
config.status:1186: executing bindings/Makefile commands
config.status:1186: executing bindings/ocaml/Makefile.ocaml commands
configure:24098: === configuring in projects/sample (/scratch/gaa/local/src/julia-v0.3.0/deps/llvm-3.3/build_Release/projects/sample)
configure:24201: running /bin/sh ../../../projects/sample/configure --prefix=/scratch/gaa/local/src/julia-v0.3.0/usr '--build=x86_64-redhat-linux' '--libdir=/scratch/gaa/local/src/julia-v0.3.0/usr/lib' 'F77=gfortran -m64' 'CC=gcc -m64' 'CXX=g++ -m64' '--disable-profiling' '--enable-shared' '--enable-static' '--enable-targets=host' '--disable-bindings' '--disable-docs' '--disable-assertions' '--enable-optimized' '--disable-threads' '--with-python=/scratch/gaa/local/src/anaconda/bin/python' 'build_alias=x86_64-redhat-linux' --cache-file=/dev/null --srcdir=../../../projects/sample
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-redhat-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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 -m64'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ -m64'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-redhat-linux
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___dso_handle=yes
ac_cv_func_arc4random=no
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=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_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_memcpy=yes
ac_cv_func_memmove=yes
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_opendir=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_readdir=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_shl_load=no
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_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strrchr=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_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_argz_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_mach_o_dyld_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_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_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
ac_cv_header_sys_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=yes
ac_cv_header_windows_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-redhat-linux-gnu
ac_cv_huge_val_sanity=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_sin=yes
ac_cv_lib_xml2_xmlReadFile=no
ac_cv_lib_z_compress2=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/bin/pwd
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_CAT=/bin/cat
ac_cv_path_CIRCO='echo circo'
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_DOT='echo dot'
ac_cv_path_DOTTY='echo dotty'
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FDP='echo fdp'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
ac_cv_path_GRAPHVIZ='echo Graphviz'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_GZIPBIN=/usr/bin/gzip
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_NEATO='echo neato'
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_TWOPI='echo twopi'
ac_cv_path_XDOT_PY='echo xdot.py'
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -m64 -E'
ac_cv_prog_CXXCPP='g++ -m64 -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_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_symbol_underscore=no
ac_cv_target=x86_64-redhat-linux-gnu
ac_cv_type_error_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas-sse3 /usr/lib64/atlas hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg /usr/lib64/mysql /usr/lib64/octave/3.4.3 /usr/lib64/qt-3.3/lib '
llvm_cv_c_printf_a=yes
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_libffi=no
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,--whole-archive
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=yes
llvm_cv_link_use_version_script=yes
llvm_cv_link_version=2.20.51.0.2
llvm_cv_linux_mixed=no
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86_64
llvm_cv_target_os_type=Linux
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALL_BINDINGS='ocaml'
AR='ar'
ARCH='x86_64'
BINDINGS_TO_BUILD=''
BINPWD='/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_EXEEXT=''
BZIP2='/usr/bin/bzip2'
CAT='/bin/cat'
CC='gcc -m64'
CFLAGS=''
CIRCO='echo circo'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
COVERED_SWITCH_DEFAULT=''
CP='/bin/cp'
CPP='gcc -m64 -E'
CPPFLAGS=''
CVSBUILD=''
CXX='g++ -m64'
CXXCPP='g++ -m64 -E'
CXXFLAGS=''
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS='DISABLE_ASSERTIONS=1'
DOT='echo dot'
DOTTY='echo dotty'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_BACKTRACES='1'
ENABLE_CLANG_ARCMT='1'
ENABLE_CLANG_REWRITER='1'
ENABLE_CLANG_STATIC_ANALYZER='1'
ENABLE_CXX11='0'
ENABLE_DOCS='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='1'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
ENDIAN='little'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FDP='echo fdp'
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GRAPHVIZ='echo Graphviz'
GREP='/bin/grep'
GROFF='/usr/bin/groff'
GV='echo gv'
GZIPBIN='/usr/bin/gzip'
HAVE_LIBZ='1'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_PTHREAD='0'
HOST_ARCH='x86_64'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS=''
LIBADD_DL='-ldl'
LIBOBJS=''
LIBS='-lz -lrt -ldl -lm '
LIBXML2_INC='-I/scratch/gaa/local/src/anaconda/include/libxml2'
LIBXML2_LIBS=''
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/bin'
LLVM_CONFIGTIME='Thu Sep 18 13:59:51 CEST 2014'
LLVM_COPYRIGHT='Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/scratch/gaa/local/src/julia-v0.3.0/usr/share/llvm'
LLVM_DOCSDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/share/doc/llvm'
LLVM_ENABLE_THREADS='0'
LLVM_ENABLE_ZLIB='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(X86) '
LLVM_ETCDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/include'
LLVM_INFODIR='/scratch/gaa/local/src/julia-v0.3.0/usr/info'
LLVM_LIBDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/lib'
LLVM_MANDIR='/scratch/gaa/local/src/julia-v0.3.0/usr/man'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/scratch/gaa/local/src/julia-v0.3.0/usr'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NEATO='echo neato'
NM='/usr/bin/nm -B'
NOLINKALL='-Wl,--no-whole-archive'
NO_MAYBE_UNINITIALIZED=''
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_UNINITIALIZED='-Wno-uninitialized'
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.3'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.3'
PATH_SEPARATOR=':'
PDFROFF=''
PYTHON='/scratch/gaa/local/src/anaconda/bin/python'
RANLIB='ranlib'
RDYNAMIC='-Wl,-export-dynamic'
RM='/bin/rm'
RPATH='-Wl,-R'
SED='/bin/sed'
SHELL='/bin/sh'
SHLIBEXT='.so'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
TAR='/bin/tar'
TARGETS_TO_BUILD='X86 '
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
TWOPI='echo twopi'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
USE_UDIS86='0'
XDOT_PY='echo xdot.py'
XML2CONFIG='xml2-config'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-redhat-linux-gnu'
build_alias='x86_64-redhat-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='redhat'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-redhat-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='redhat'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='/scratch/gaa/local/src/julia-v0.3.0/usr/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/scratch/gaa/local/src/julia-v0.3.0/usr'
program_prefix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' projects/sample'
sysconfdir='${prefix}/etc'
target='x86_64-redhat-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='redhat'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.3"
#define PACKAGE_STRING "LLVM 3.3"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 3
#define LLVM_ON_UNIX 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define LLVM_ENABLE_THREADS 0
#define LLVM_ENABLE_ZLIB 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 1
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS ""
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "2.20.51.0.2"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define LTDL_SHLIB_EXT ".so"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas-sse3:/usr/lib64/atlas:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:hwcap:1:nosegneg:/usr/lib64/mysql:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCMP 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_MALLINFO 1
#define HAVE_LIBZ 1
#define USE_UDIS86 0
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#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_LIMITS_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_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_VALGRIND_VALGRIND_H 1
#define HAVE_FENV_H 1
#define HAVE_DECL_FE_ALL_EXCEPT 1
#define HAVE_DECL_FE_INEXACT 1
#define HAVE_ZLIB_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_STRDUP 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_PRINTF_A 1
#define HAVE_RAND48 1
#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 "/scratch/gaa/local/src/julia-v0.3.0/usr"
#define LLVM_BINDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/bin"
#define LLVM_LIBDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/lib"
#define LLVM_DATADIR "/scratch/gaa/local/src/julia-v0.3.0/usr/share/llvm"
#define LLVM_DOCSDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/share/doc/llvm"
#define LLVM_ETCDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/etc/llvm"
#define LLVM_INCLUDEDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/include"
#define LLVM_INFODIR "/scratch/gaa/local/src/julia-v0.3.0/usr/info"
#define LLVM_MANDIR "/scratch/gaa/local/src/julia-v0.3.0/usr/man"
#define LLVM_CONFIGTIME "Thu Sep 18 13:59:51 CEST 2014"
#define LLVM_HOST_TRIPLE "x86_64-redhat-linux-gnu"
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-redhat-linux-gnu"
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LLVM config.status 3.3, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ /scratch/gaa/local/src/julia-v0.3.0/deps/llvm-3.3/build_Release/config.status Makefile.config
on radio.ccc.uam.es
config.status:772: creating Makefile.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment