Skip to content

Instantly share code, notes, and snippets.

@jasonLaster
Created August 26, 2012 22:49
Show Gist options
  • Save jasonLaster/3484055 to your computer and use it in GitHub Desktop.
Save jasonLaster/3484055 to your computer and use it in GitHub Desktop.
llvm fails to install on mac osx
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.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/llvm/3.0 --enable-optimized --enable-bindings=none --enable-targets=host-only
## --------- ##
## Platform. ##
## --------- ##
hostname = Jasons-MacBook-Air.local
uname -m = x86_64
uname -r = 12.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 174 tasks, 896 threads, 4 processors
Load average: 2.49, Mach factor: 1.93
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /Users/quintessentialbum/.rvm/gems/ruby-1.9.2-p290@global/bin
PATH: /Users/quintessentialbum/.rvm/gems/ruby-1.9.2-p290@global/bin
PATH: /Users/quintessentialbum/.rvm/rubies/ruby-1.9.2-p290/bin
PATH: /Users/quintessentialbum/.rvm/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /usr/texbin
PATH: /Users/quintessentialbum/.rvm/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2083: checking for C compiler version
configure:2090: /usr/bin/clang --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2093: $? = 0
configure:2100: /usr/bin/clang -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2103: $? = 0
configure:2110: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2113: $? = 1
configure:2136: checking for C compiler default output file name
configure:2163: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2166: $? = 0
configure:2204: result: a.out
configure:2221: checking whether the C compiler works
configure:2231: ./a.out
configure:2234: $? = 0
configure:2251: result: yes
configure:2258: checking whether we are cross compiling
configure:2260: result: no
configure:2263: checking for suffix of executables
configure:2270: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2273: $? = 0
configure:2297: result:
configure:2303: checking for suffix of object files
configure:2329: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2332: $? = 0
configure:2355: result: o
configure:2359: checking whether we are using the GNU C compiler
configure:2388: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2394: $? = 0
configure:2411: result: yes
configure:2416: checking whether /usr/bin/clang accepts -g
configure:2446: /usr/bin/clang -c -g -isystem /usr/local/include conftest.c >&5
configure:2452: $? = 0
configure:2551: result: yes
configure:2568: checking for /usr/bin/clang option to accept ISO C89
configure:2642: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2648: $? = 0
configure:2671: result: none needed
configure:2805: checking for C++ compiler version
configure:2812: /usr/bin/clang++ --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2815: $? = 0
configure:2822: /usr/bin/clang++ -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2825: $? = 0
configure:2832: /usr/bin/clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2835: $? = 1
configure:2838: checking whether we are using the GNU C++ compiler
configure:2867: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:2873: $? = 0
configure:2890: result: yes
configure:2895: checking whether /usr/bin/clang++ accepts -g
configure:2925: /usr/bin/clang++ -c -g -isystem /usr/local/include conftest.cpp >&5
configure:2931: $? = 0
configure:3030: result: yes
configure:3058: checking how to run the C preprocessor
configure:3098: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:3104: $? = 0
configure:3135: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3141: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3174: result: /usr/bin/clang -E
configure:3203: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:3209: $? = 0
configure:3240: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3246: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3378: checking build system type
configure:3396: result: x86_64-apple-darwin12.0.0
configure:3418: checking host system type
configure:3433: result: x86_64-apple-darwin12.0.0
configure:3455: checking target system type
configure:3470: result: x86_64-apple-darwin12.0.0
configure:3499: checking type of operating system we're going to host on
configure:3607: result: Darwin
configure:3610: checking type of operating system we're going to target
configure:3660: result: Darwin
configure:3706: checking target architecture
configure:3728: result: x86_64
configure:3748: checking for grep that handles long lines and -e
configure:3822: result: /usr/bin/grep
configure:3827: checking for egrep
configure:3905: result: /usr/bin/grep -E
configure:3910: checking for ANSI C header files
configure:3940: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3946: $? = 0
configure:4045: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4048: $? = 0
configure:4054: ./conftest
configure:4057: $? = 0
configure:4074: result: yes
configure:4098: checking for sys/types.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for sys/stat.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for stdlib.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for string.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for memory.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for strings.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for inttypes.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for stdint.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4098: checking for unistd.h
configure:4119: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4125: $? = 0
configure:4141: result: yes
configure:4153: checking whether byte ordering is bigendian
configure:4186: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:4192: $? = 0
configure:4224: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:26:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:4230: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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:4370: result: no
configure:5183: checking optimization flags
configure:5196: result: -O3
configure:5407: checking for BSD-compatible nm
configure:5456: result: /usr/bin/nm
configure:5462: checking for GNU make
configure:5477: result: make
configure:5488: checking whether ln -s works
configure:5492: result: yes
configure:5501: checking for cmp
configure:5519: found /usr/bin/cmp
configure:5532: result: /usr/bin/cmp
configure:5542: checking for cp
configure:5560: found /bin/cp
configure:5573: result: /bin/cp
configure:5583: checking for date
configure:5601: found /bin/date
configure:5614: result: /bin/date
configure:5624: checking for find
configure:5642: found /usr/bin/find
configure:5655: result: /usr/bin/find
configure:5665: checking for grep
configure:5696: result: /usr/bin/grep
configure:5706: checking for mkdir
configure:5724: found /bin/mkdir
configure:5737: result: /bin/mkdir
configure:5747: checking for mv
configure:5765: found /bin/mv
configure:5778: result: /bin/mv
configure:5829: checking for ranlib
configure:5845: found /usr/bin/ranlib
configure:5856: result: ranlib
configure:5925: checking for ar
configure:5941: found /usr/bin/ar
configure:5952: result: ar
configure:5980: checking for rm
configure:5998: found /bin/rm
configure:6011: result: /bin/rm
configure:6021: checking for sed
configure:6039: found /usr/bin/sed
configure:6052: result: /usr/bin/sed
configure:6062: checking for tar
configure:6080: found /usr/bin/tar
configure:6093: result: /usr/bin/tar
configure:6103: checking for pwd
configure:6121: found /bin/pwd
configure:6134: result: /bin/pwd
configure:6145: checking for Graphviz
configure:6176: result: echo Graphviz
configure:6201: checking for dot
configure:6232: result: echo dot
configure:6257: checking for fdp
configure:6288: result: echo fdp
configure:6313: checking for neato
configure:6344: result: echo neato
configure:6369: checking for twopi
configure:6400: result: echo twopi
configure:6425: checking for circo
configure:6456: result: echo circo
configure:6483: checking for gv
configure:6516: result: no
configure:6483: checking for gsview32
configure:6516: result: no
configure:6542: checking for dotty
configure:6573: result: echo dotty
configure:6598: checking for xdot.py
configure:6629: result: echo xdot.py
configure:6656: checking for perl
configure:6674: found /usr/bin/perl
configure:6687: result: /usr/bin/perl
configure:6696: checking for Perl 5.006 or newer
configure:6699: result: yes
configure:6733: checking for a BSD-compatible install
configure:6789: result: /usr/bin/install -c
configure:6807: checking for bzip2
configure:6825: found /usr/bin/bzip2
configure:6837: result: /usr/bin/bzip2
configure:6847: checking for cat
configure:6865: found /bin/cat
configure:6877: result: /bin/cat
configure:6887: checking for doxygen
configure:6920: result: no
configure:6927: checking for groff
configure:6945: found /usr/bin/groff
configure:6957: result: /usr/bin/groff
configure:6967: checking for gzip
configure:6985: found /usr/bin/gzip
configure:6997: result: /usr/bin/gzip
configure:7007: checking for pod2html
configure:7025: found /usr/bin/pod2html
configure:7037: result: /usr/bin/pod2html
configure:7047: checking for pod2man
configure:7065: found /usr/bin/pod2man
configure:7077: result: /usr/bin/pod2man
configure:7087: checking for pdfroff
configure:7105: found /usr/bin/pdfroff
configure:7117: result: /usr/bin/pdfroff
configure:7127: checking for runtest
configure:7160: result: no
configure:7167: checking for the tclsh program in tclinclude directory
configure:7196: result: none
configure:7202: checking for tclsh8.4
configure:7220: found /usr/bin/tclsh8.4
configure:7232: result: /usr/bin/tclsh8.4
configure:7257: checking for zip
configure:7275: found /usr/bin/zip
configure:7287: result: /usr/bin/zip
configure:7299: checking for ocamlc
configure:7332: result: no
configure:7344: checking for ocamlopt
configure:7377: result: no
configure:7389: checking for ocamldep
configure:7422: result: no
configure:7434: checking for ocamldoc
configure:7467: result: no
configure:7479: checking for gas
configure:7512: result: no
configure:7479: checking for as
configure:7497: found /usr/bin/as
configure:7509: result: /usr/bin/as
configure:7521: checking for linker version
configure:7537: result: 133.3
configure:7546: checking for compiler -Wl,-R<path> option
configure:7580: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wl,-R. -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
ld: unknown option: -R.
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7586: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7611: result: no
configure:7622: checking for compiler -Wl,-export-dynamic option
configure:7656: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wl,-export-dynamic -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
ld: unknown option: -export-dynamic
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7687: result: no
configure:7698: checking for compiler -Wl,--version-script option
configure:7754: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wl,--version-script=/var/folders/1g/gsg0w26n0p9577nnp7r_h78h0000gn/T//fooeleYvb/export.map -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
ld: unknown option: --version-script=/var/folders/1g/gsg0w26n0p9577nnp7r_h78h0000gn/T//fooeleYvb/export.map
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7760: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7787: result: no
configure:7797: checking for an ANSI C-conforming const
configure:7872: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:7878: $? = 0
configure:7893: result: yes
configure:7911: checking for dirent.h that defines DIR
configure:7940: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:7946: $? = 0
configure:7962: result: yes
configure:7975: checking for library containing opendir
configure:8016: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:8022: $? = 0
configure:8050: result: none required
configure:8159: checking dlfcn.h usability
configure:8176: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:8182: $? = 0
configure:8196: result: yes
configure:8200: checking dlfcn.h presence
configure:8215: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:8221: $? = 0
configure:8235: result: yes
configure:8268: checking for dlfcn.h
configure:8276: result: yes
configure:8312: checking dynamic linker characteristics
configure:8900: result: darwin12.0.0 dyld
configure:8910: checking which extension is used for loadable modules
configure:8920: result: .dylib
configure:8931: checking which variable specifies run-time library path
configure:8938: result: DYLD_LIBRARY_PATH
configure:8949: checking for the default library search path
configure:8956: result: /usr/local/lib /lib /usr/lib
configure:8974: checking for objdir
configure:8995: result: .libs
configure:9008: checking command to parse /usr/bin/nm output from object
configure:9113: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:9116: $? = 0
configure:9120: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:9123: $? = 0
cannot find nm_test_var in conftest.nm
configure:9113: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:9116: $? = 0
configure:9120: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:9123: $? = 0
configure:9175: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
configure:9178: $? = 0
configure:9216: result: ok
configure:9221: checking whether libtool supports -dlopen/-dlpreopen
configure:9233: result: yes
configure:9252: checking for shl_load
configure:9308: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-84JxU8.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9314: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/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:9331: result: no
configure:9340: checking for shl_load in -ldld
configure:9375: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9381: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/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:9399: result: no
configure:9409: checking for dlopen in -ldl
configure:9444: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -ldl >&5
configure:9450: $? = 0
configure:9468: result: yes
configure:9779: checking for dlerror
configure:9835: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -ldl >&5
configure:9841: $? = 0
configure:9859: result: yes
configure:9879: checking for _ prefix in compiled symbols
configure:9889: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:9892: $? = 0
configure:9896: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:9899: $? = 0
configure:9921: result: yes
configure:9928: checking whether we have to add an underscore for dlsym
configure:10005: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -ldl >&5
configure:10008: $? = 0
configure:10027: result: no
configure:10041: checking whether deplibs are loaded by dlopen
configure:10122: result: yes
configure:10147: checking argz.h usability
configure:10164: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:79:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:10170: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
configure:10184: result: no
configure:10188: checking argz.h presence
configure:10203: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:46:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:10209: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| #include <argz.h>
configure:10223: result: no
configure:10256: checking for argz.h
configure:10264: result: no
configure:10278: checking for error_t
configure:10311: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:50:9: error: unknown type name 'error_t'
typedef error_t ac__type_new_;
^
1 error generated.
configure:10317: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| #if HAVE_ARGZ_H
| # include <argz.h>
| #endif
|
| typedef error_t ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
| return 0;
| if (sizeof (ac__type_new_))
| return 0;
| ;
| return 0;
| }
configure:10332: result: no
configure:10358: checking for argz_append
configure:10414: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_append", referenced from:
_main in conftest-Vxvfsz.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); 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 argz_append
|
| /* 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 argz_append ();
| /* 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_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
| ;
| return 0;
| }
configure:10438: result: no
configure:10358: checking for argz_create_sep
configure:10414: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_create_sep", referenced from:
_main in conftest-7Bx5yF.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); 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 argz_create_sep
|
| /* 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 argz_create_sep ();
| /* 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_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
| ;
| return 0;
| }
configure:10438: result: no
configure:10358: checking for argz_insert
configure:10414: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_insert", referenced from:
_main in conftest-6ysg7M.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); 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 argz_insert
|
| /* 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 argz_insert ();
| /* 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_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
| ;
| return 0;
| }
configure:10438: result: no
configure:10358: checking for argz_next
configure:10414: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_next", referenced from:
_main in conftest-pedJZX.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); 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 argz_next
|
| /* 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 argz_next ();
| /* 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_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
| ;
| return 0;
| }
configure:10438: result: no
configure:10358: checking for argz_stringify
configure:10414: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_stringify", referenced from:
_main in conftest-6O86xx.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); 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 argz_stringify
|
| /* 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 argz_stringify ();
| /* 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_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
| ;
| return 0;
| }
configure:10438: result: no
configure:10490: checking assert.h usability
configure:10507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:10513: $? = 0
configure:10527: result: yes
configure:10531: checking assert.h presence
configure:10546: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:10552: $? = 0
configure:10566: result: yes
configure:10599: checking for assert.h
configure:10607: result: yes
configure:10490: checking ctype.h usability
configure:10507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:10513: $? = 0
configure:10527: result: yes
configure:10531: checking ctype.h presence
configure:10546: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:10552: $? = 0
configure:10566: result: yes
configure:10599: checking for ctype.h
configure:10607: result: yes
configure:10490: checking errno.h usability
configure:10507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:10513: $? = 0
configure:10527: result: yes
configure:10531: checking errno.h presence
configure:10546: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:10552: $? = 0
configure:10566: result: yes
configure:10599: checking for errno.h
configure:10607: result: yes
configure:10490: checking malloc.h usability
configure:10507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:83:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:10513: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:10527: result: no
configure:10531: checking malloc.h presence
configure:10546: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:50:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:10552: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:10566: result: no
configure:10599: checking for malloc.h
configure:10607: result: no
configure:10480: checking for memory.h
configure:10486: result: yes
configure:10480: checking for stdlib.h
configure:10486: result: yes
configure:10490: checking stdio.h usability
configure:10507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:10513: $? = 0
configure:10527: result: yes
configure:10531: checking stdio.h presence
configure:10546: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:10552: $? = 0
configure:10566: result: yes
configure:10599: checking for stdio.h
configure:10607: result: yes
configure:10480: checking for unistd.h
configure:10486: result: yes
configure:10638: checking dl.h usability
configure:10655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:87:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:10661: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:10675: result: no
configure:10679: checking dl.h presence
configure:10694: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:54:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:10700: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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:10714: result: no
configure:10747: checking for dl.h
configure:10755: result: no
configure:10638: checking sys/dl.h usability
configure:10655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:87:10: fatal error: 'sys/dl.h' file not found
#include <sys/dl.h>
^
1 error generated.
configure:10661: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/dl.h>
configure:10675: result: no
configure:10679: checking sys/dl.h presence
configure:10694: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:54:10: fatal error: 'sys/dl.h' file not found
#include <sys/dl.h>
^
1 error generated.
configure:10700: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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:10714: result: no
configure:10747: checking for sys/dl.h
configure:10755: result: no
configure:10638: checking dld.h usability
configure:10655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:87:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:10661: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dld.h>
configure:10675: result: no
configure:10679: checking dld.h presence
configure:10694: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:54:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:10700: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_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:10714: result: no
configure:10747: checking for dld.h
configure:10755: result: no
configure:10638: checking mach-o/dyld.h usability
configure:10655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:10661: $? = 0
configure:10675: result: yes
configure:10679: checking mach-o/dyld.h presence
configure:10694: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:10700: $? = 0
configure:10714: result: yes
configure:10747: checking for mach-o/dyld.h
configure:10755: result: yes
configure:10774: checking for string.h
configure:10780: result: yes
configure:10920: checking for strchr
configure:10976: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:10982: $? = 0
configure:11000: result: yes
configure:11015: checking for strrchr
configure:11071: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11077: $? = 0
configure:11095: result: yes
configure:11110: checking for memcpy
configure:11166: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11172: $? = 0
configure:11190: result: yes
configure:11205: checking for memmove
configure:11261: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11267: $? = 0
configure:11285: result: yes
configure:11205: checking for strcmp
configure:11261: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11267: $? = 0
configure:11285: result: yes
configure:11301: checking for closedir
configure:11357: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11363: $? = 0
configure:11381: result: yes
configure:11301: checking for opendir
configure:11357: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11363: $? = 0
configure:11381: result: yes
configure:11301: checking for readdir
configure:11357: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:11363: $? = 0
configure:11381: result: yes
configure:11393: checking tool compatibility
configure:11435: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:11441: $? = 0
configure:11466: result: ok
configure:11469: checking optional compiler flags
configure:11475: result: -Wno-variadic-macros -Wno-missing-field-initializers
configure:11480: checking for sin in -lm
configure:11515: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5
configure:11521: $? = 0
configure:11539: result: yes
configure:11683: checking for library containing dlopen
configure:11724: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5
configure:11730: $? = 0
configure:11758: result: none required
configure:11868: checking for library containing mallinfo
configure:11909: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_mallinfo", referenced from:
_main in conftest-eObCMx.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11915: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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 mallinfo ();
| int
| main ()
| {
| return mallinfo ();
| ;
| return 0;
| }
configure:11909: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lmalloc -lm >&5
ld: library not found for -lmalloc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11915: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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 mallinfo ();
| int
| main ()
| {
| return mallinfo ();
| ;
| return 0;
| }
configure:11943: result: no
configure:11958: checking for pthread_mutex_init in -lpthread
configure:11993: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:11999: $? = 0
configure:12017: result: yes
configure:12028: checking for library containing pthread_mutex_lock
configure:12069: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:12075: $? = 0
configure:12103: result: none required
configure:12115: checking for library containing pthread_rwlock_init
configure:12156: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:12162: $? = 0
configure:12190: result: none required
configure:12202: checking for library containing pthread_getspecific
configure:12243: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:12249: $? = 0
configure:12277: result: none required
configure:12740: checking for dirent.h that defines DIR
configure:12791: result: yes
configure:12804: checking for library containing opendir
configure:12879: result: none required
configure:12973: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:13007: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:79:24: error: use of undeclared identifier 'MAP_ANONYMOUS'
mmap (0, 1, PROT_READ, MAP_ANONYMOUS, -1, 0); return (0);
^
1 error generated.
configure:13013: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <sys/mman.h>
| #include <unistd.h>
| #include <fcntl.h>
| int
| main ()
| {
| mmap (0, 1, PROT_READ, MAP_ANONYMOUS, -1, 0); return (0);
| ;
| return 0;
| }
configure:13035: result: no
configure:13045: checking whether stat file-mode macros are broken
configure:13082: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13088: $? = 0
configure:13103: result: no
configure:13113: checking for sys/wait.h that is POSIX.1 compatible
configure:13149: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13155: $? = 0
configure:13170: result: yes
configure:13180: checking whether time.h and sys/time.h may both be included
configure:13210: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13216: $? = 0
configure:13231: result: yes
configure:13252: checking for dlfcn.h
configure:13258: result: yes
configure:13262: checking execinfo.h usability
configure:13279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13285: $? = 0
configure:13299: result: yes
configure:13303: checking execinfo.h presence
configure:13318: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13324: $? = 0
configure:13338: result: yes
configure:13371: checking for execinfo.h
configure:13379: result: yes
configure:13262: checking fcntl.h usability
configure:13279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13285: $? = 0
configure:13299: result: yes
configure:13303: checking fcntl.h presence
configure:13318: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13324: $? = 0
configure:13338: result: yes
configure:13371: checking for fcntl.h
configure:13379: result: yes
configure:13252: checking for inttypes.h
configure:13258: result: yes
configure:13262: checking limits.h usability
configure:13279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13285: $? = 0
configure:13299: result: yes
configure:13303: checking limits.h presence
configure:13318: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13324: $? = 0
configure:13338: result: yes
configure:13371: checking for limits.h
configure:13379: result: yes
configure:13262: checking link.h usability
configure:13279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:113:10: fatal error: 'link.h' file not found
#include <link.h>
^
1 error generated.
configure:13285: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <link.h>
configure:13299: result: no
configure:13303: checking link.h presence
configure:13318: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:80:10: fatal error: 'link.h' file not found
#include <link.h>
^
1 error generated.
configure:13324: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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
| /* end confdefs.h. */
| #include <link.h>
configure:13338: result: no
configure:13371: checking for link.h
configure:13379: result: no
configure:13402: checking for malloc.h
configure:13408: result: no
configure:13412: checking setjmp.h usability
configure:13429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13435: $? = 0
configure:13449: result: yes
configure:13453: checking setjmp.h presence
configure:13468: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13474: $? = 0
configure:13488: result: yes
configure:13521: checking for setjmp.h
configure:13529: result: yes
configure:13412: checking signal.h usability
configure:13429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13435: $? = 0
configure:13449: result: yes
configure:13453: checking signal.h presence
configure:13468: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13474: $? = 0
configure:13488: result: yes
configure:13521: checking for signal.h
configure:13529: result: yes
configure:13402: checking for stdint.h
configure:13408: result: yes
configure:13412: checking termios.h usability
configure:13429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13435: $? = 0
configure:13449: result: yes
configure:13453: checking termios.h presence
configure:13468: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13474: $? = 0
configure:13488: result: yes
configure:13521: checking for termios.h
configure:13529: result: yes
configure:13402: checking for unistd.h
configure:13408: result: yes
configure:13558: checking utime.h usability
configure:13575: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13581: $? = 0
configure:13595: result: yes
configure:13599: checking utime.h presence
configure:13614: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13620: $? = 0
configure:13634: result: yes
configure:13667: checking for utime.h
configure:13675: result: yes
configure:13558: checking windows.h usability
configure:13575: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:119:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:13581: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:13595: result: no
configure:13599: checking windows.h presence
configure:13614: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:86:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:13620: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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:13634: result: no
configure:13667: checking for windows.h
configure:13675: result: no
configure:13707: checking sys/mman.h usability
configure:13724: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13730: $? = 0
configure:13744: result: yes
configure:13748: checking sys/mman.h presence
configure:13763: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13816: checking for sys/mman.h
configure:13824: result: yes
configure:13707: checking sys/param.h usability
configure:13724: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13730: $? = 0
configure:13744: result: yes
configure:13748: checking sys/param.h presence
configure:13763: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13816: checking for sys/param.h
configure:13824: result: yes
configure:13707: checking sys/resource.h usability
configure:13724: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13730: $? = 0
configure:13744: result: yes
configure:13748: checking sys/resource.h presence
configure:13763: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13816: checking for sys/resource.h
configure:13824: result: yes
configure:13707: checking sys/time.h usability
configure:13724: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13730: $? = 0
configure:13744: result: yes
configure:13748: checking sys/time.h presence
configure:13763: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13816: checking for sys/time.h
configure:13824: result: yes
configure:13707: checking sys/uio.h usability
configure:13724: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13730: $? = 0
configure:13744: result: yes
configure:13748: checking sys/uio.h presence
configure:13763: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13816: checking for sys/uio.h
configure:13824: result: yes
configure:13845: checking for sys/types.h
configure:13851: result: yes
configure:13855: checking sys/ioctl.h usability
configure:13872: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13878: $? = 0
configure:13892: result: yes
configure:13896: checking sys/ioctl.h presence
configure:13911: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13917: $? = 0
configure:13931: result: yes
configure:13964: checking for sys/ioctl.h
configure:13972: result: yes
configure:13855: checking malloc/malloc.h usability
configure:13872: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13878: $? = 0
configure:13892: result: yes
configure:13896: checking malloc/malloc.h presence
configure:13911: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13917: $? = 0
configure:13931: result: yes
configure:13964: checking for malloc/malloc.h
configure:13972: result: yes
configure:13855: checking mach/mach.h usability
configure:13872: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:13878: $? = 0
configure:13892: result: yes
configure:13896: checking mach/mach.h presence
configure:13911: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:13917: $? = 0
configure:13931: result: yes
configure:13964: checking for mach/mach.h
configure:13972: result: yes
configure:14000: checking valgrind/valgrind.h usability
configure:14017: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:128:10: fatal error: 'valgrind/valgrind.h' file not found
#include <valgrind/valgrind.h>
^
1 error generated.
configure:14023: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:14037: result: no
configure:14041: checking valgrind/valgrind.h presence
configure:14056: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:95:10: fatal error: 'valgrind/valgrind.h' file not found
#include <valgrind/valgrind.h>
^
1 error generated.
configure:14062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:14076: result: no
configure:14109: checking for valgrind/valgrind.h
configure:14117: result: no
configure:14145: checking fenv.h usability
configure:14162: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:14168: $? = 0
configure:14182: result: yes
configure:14186: checking fenv.h presence
configure:14201: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:14207: $? = 0
configure:14221: result: yes
configure:14254: checking for fenv.h
configure:14262: result: yes
configure:14291: checking pthread.h usability
configure:14308: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:14314: $? = 0
configure:14328: result: yes
configure:14332: checking pthread.h presence
configure:14347: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:14353: $? = 0
configure:14367: result: yes
configure:14400: checking for pthread.h
configure:14408: result: yes
configure:14594: checking CrashReporterClient.h usability
configure:14611: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:130:10: fatal error: 'CrashReporterClient.h' file not found
#include <CrashReporterClient.h>
^
1 error generated.
configure:14617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CrashReporterClient.h>
configure:14631: result: no
configure:14635: checking CrashReporterClient.h presence
configure:14650: /usr/bin/clang -E -isystem /usr/local/include conftest.c
conftest.c:97:10: fatal error: 'CrashReporterClient.h' file not found
#include <CrashReporterClient.h>
^
1 error generated.
configure:14656: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <CrashReporterClient.h>
configure:14670: result: no
configure:14703: checking for CrashReporterClient.h
configure:14711: result: no
configure:14725: checking __crashreporter_info__
configure:14746: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:14752: $? = 0
configure:14758: result: yes
configure:14784: checking for HUGE_VAL sanity
configure:14822: /usr/bin/clang++ -o conftest -pedantic -isystem /usr/local/include -L/usr/local/lib conftest.cpp -lpthread -lm >&5
configure:14825: $? = 0
configure:14831: ./conftest
configure:14834: $? = 0
configure:14858: result: yes
configure:14863: checking for pid_t
configure:14893: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:14899: $? = 0
configure:14914: result: yes
configure:14926: checking for size_t
configure:14956: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:14962: $? = 0
configure:14977: result: yes
configure:14994: checking whether struct tm is in sys/time.h or time.h
configure:15024: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:15030: $? = 0
configure:15045: result: time.h
configure:15055: checking for int64_t
configure:15085: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:15091: $? = 0
configure:15106: result: yes
configure:15121: checking for uint64_t
configure:15151: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:15157: $? = 0
configure:15172: result: yes
configure:15262: checking for backtrace
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for ceilf
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for floorf
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for roundf
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for rintf
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for nearbyintf
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15262: checking for getcwd
configure:15318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15324: $? = 0
configure:15342: result: yes
configure:15359: checking for powf
configure:15415: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15421: $? = 0
configure:15439: result: yes
configure:15359: checking for fmodf
configure:15415: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15421: $? = 0
configure:15439: result: yes
configure:15359: checking for strtof
configure:15415: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15421: $? = 0
configure:15439: result: yes
configure:15359: checking for round
configure:15415: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15421: $? = 0
configure:15439: result: yes
configure:15457: checking for getpagesize
configure:15513: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15519: $? = 0
configure:15537: result: yes
configure:15457: checking for getrusage
configure:15513: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15519: $? = 0
configure:15537: result: yes
configure:15457: checking for getrlimit
configure:15513: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15519: $? = 0
configure:15537: result: yes
configure:15457: checking for setrlimit
configure:15513: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15519: $? = 0
configure:15537: result: yes
configure:15457: checking for gettimeofday
configure:15513: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15519: $? = 0
configure:15537: result: yes
configure:15553: checking for isatty
configure:15609: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15615: $? = 0
configure:15633: result: yes
configure:15553: checking for mkdtemp
configure:15609: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15615: $? = 0
configure:15633: result: yes
configure:15553: checking for mkstemp
configure:15609: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15615: $? = 0
configure:15633: result: yes
configure:15652: checking for mktemp
configure:15708: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15714: $? = 0
configure:15732: result: yes
configure:15652: checking for posix_spawn
configure:15708: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15714: $? = 0
configure:15732: result: yes
configure:15652: checking for realpath
configure:15708: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15714: $? = 0
configure:15732: result: yes
configure:15652: checking for sbrk
configure:15708: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15714: $? = 0
configure:15732: result: yes
configure:15652: checking for setrlimit
configure:15732: result: yes
configure:15652: checking for strdup
configure:15708: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15714: $? = 0
configure:15732: result: yes
configure:15748: checking for strerror
configure:15804: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15810: $? = 0
configure:15828: result: yes
configure:15748: checking for strerror_r
configure:15804: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15810: $? = 0
configure:15828: result: yes
configure:15748: checking for setenv
configure:15804: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15810: $? = 0
configure:15828: result: yes
configure:15845: checking for strtoll
configure:15901: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15907: $? = 0
configure:15925: result: yes
configure:15845: checking for strtoq
configure:15901: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15907: $? = 0
configure:15925: result: yes
configure:15845: checking for sysconf
configure:15901: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15907: $? = 0
configure:15925: result: yes
configure:15845: checking for malloc_zone_statistics
configure:15901: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:15907: $? = 0
configure:15925: result: yes
configure:15943: checking for setjmp
configure:15999: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16005: $? = 0
configure:16023: result: yes
configure:15943: checking for longjmp
configure:15999: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16005: $? = 0
configure:16023: result: yes
configure:15943: checking for sigsetjmp
configure:15999: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16005: $? = 0
configure:16023: result: yes
configure:15943: checking for siglongjmp
configure:15999: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16005: $? = 0
configure:16023: result: yes
configure:15943: checking for writev
configure:15999: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16005: $? = 0
configure:16023: result: yes
configure:16033: checking if printf has the %a format character
configure:16083: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:16086: $? = 0
configure:16092: ./conftest
configure:16095: $? = 0
configure:16117: result: yes
configure:16128: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:16160: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:16166: $? = 0
configure:16187: result: yes
configure:16199: checking whether strerror_s is declared
configure:16228: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:177:10: error: use of undeclared identifier 'strerror_s'
(void) strerror_s;
^
1 error generated.
configure:16234: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_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_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_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_s
| (void) strerror_s;
| #endif
|
| ;
| return 0;
| }
configure:16249: result: no
configure:17428: checking for isnan in <math.h>
configure:17460: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:17466: $? = 0
configure:17487: result: yes
configure:17499: checking for isnan in <cmath>
configure:17531: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:146:10: error: use of undeclared identifier 'isnan'; did you mean 'std::isnan'?
float f; isnan(f);
^~~~~
std::isnan
/usr/include/c++/4.2.1/cmath:550:5: note: 'std::isnan' declared here
isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); }
^
1 error generated.
configure:17537: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_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_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_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 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
| /* end confdefs.h. */
| #include <cmath>
| int
| main ()
| {
| float f; isnan(f);
| ;
| return 0;
| }
configure:17558: result: no
configure:17569: checking for std::isnan in <cmath>
configure:17601: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:17607: $? = 0
configure:17628: result: yes
configure:17640: checking for isinf in <math.h>
configure:17672: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:17678: $? = 0
configure:17699: result: yes
configure:17710: checking for isinf in <cmath>
configure:17742: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:148:10: error: use of undeclared identifier 'isinf'
float f; isinf(f);
^
1 error generated.
configure:17748: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_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_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_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 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_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| /* end confdefs.h. */
| #include <cmath>
| int
| main ()
| {
| float f; isinf(f);
| ;
| return 0;
| }
configure:17769: result: no
configure:17780: checking for std::isinf in <cmath>
configure:17812: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:148:23: error: expected ';' after expression
float f; std::isinf(f)}
^
;
conftest.cpp:150:3: error: expected unqualified-id
return 0;
^
conftest.cpp:151:1: error: extraneous closing brace ('}')
}
^
3 errors generated.
configure:17818: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_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_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_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 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_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| /* end confdefs.h. */
| #include <cmath>
| int
| main ()
| {
| float f; std::isinf(f)}
| ;
| return 0;
| }
configure:17839: result: no
configure:17850: checking for finite in <ieeefp.h>
configure:17882: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:144:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:17888: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "llvm 3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #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 ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define CXX_INCLUDE_ROOT ""
| #define CXX_INCLUDE_ARCH ""
| #define CXX_INCLUDE_32BIT_DIR ""
| #define CXX_INCLUDE_64BIT_DIR ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "133.3"
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define USE_OPROFILE 0
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_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_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_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 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_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
| int
| main ()
| {
| float f; finite(f);
| ;
| return 0;
| }
configure:17909: result: no
configure:17929: checking for stdlib.h
configure:17935: result: yes
configure:17929: checking for unistd.h
configure:17935: result: yes
configure:18073: checking for getpagesize
configure:18153: result: yes
configure:18163: checking for working mmap
configure:18310: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:18313: $? = 0
configure:18319: ./conftest
configure:18322: $? = 0
configure:18338: result: yes
configure:18349: checking for mmap of files
configure:18394: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:18397: $? = 0
configure:18403: ./conftest
configure:18406: $? = 0
configure:18429: result: yes
configure:18441: checking if /dev/zero is needed for mmap
configure:18453: result: no
configure:18475: checking for GCC atomic builtins
configure:18505: /usr/bin/clang++ -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.cpp -lpthread -lm >&5
configure:18511: $? = 0
configure:18523: result: yes
configure:18626: checking for __dso_handle
configure:18682: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:18688: $? = 0
configure:18706: result: yes
configure:18867: checking for compiler -fvisibility-inlines-hidden option
configure:18901: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -fvisibility-inlines-hidden -isystem /usr/local/include conftest.cpp >&5
configure:18907: $? = 0
configure:18930: result: yes
configure:19149: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by llvm config.status 3.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Jasons-MacBook-Air.local
config.status:766: creating include/llvm/Config/Targets.def
config.status:766: creating include/llvm/Config/AsmPrinters.def
config.status:766: creating include/llvm/Config/AsmParsers.def
config.status:766: creating include/llvm/Config/Disassemblers.def
config.status:766: creating Makefile.config
config.status:766: creating llvm.spec
config.status:766: creating docs/doxygen.cfg
config.status:766: creating tools/llvm-config/llvm-config.in
config.status:766: creating bindings/ocaml/llvm/META.llvm
config.status:766: creating include/llvm/Config/config.h
config.status:766: creating include/llvm/Config/llvm-config.h
config.status:766: creating include/llvm/Support/DataTypes.h
config.status:1165: executing setup commands
config.status:1165: executing Makefile commands
config.status:1165: executing Makefile.common commands
config.status:1165: executing examples/Makefile commands
config.status:1165: executing lib/Makefile commands
config.status:1165: executing runtime/Makefile commands
config.status:1165: executing test/Makefile commands
config.status:1165: executing test/Makefile.tests commands
config.status:1165: executing unittests/Makefile commands
config.status:1165: executing tools/Makefile commands
config.status:1165: executing utils/Makefile commands
config.status:1165: executing projects/Makefile commands
config.status:1165: executing bindings/Makefile commands
config.status:1165: executing bindings/ocaml/Makefile.ocaml commands
configure:20452: === configuring in projects/sample (/private/tmp/homebrew-llvm-3.0-a9SX/llvm-3.0.src/projects/sample)
configure:20555: running /bin/sh ./configure '--prefix=/usr/local/Cellar/llvm/3.0' '--enable-optimized' '--enable-bindings=none' '--enable-targets=host-only' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.0.0
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=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___dso_handle=yes
ac_cv_func_argz_append=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=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=no
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=no
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=yes
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_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=yes
ac_cv_func_std_isinf_in_cmath=no
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_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_argz_h=no
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_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=no
ac_cv_header_mach_mach_h=yes
ac_cv_header_mach_o_dyld_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_malloc_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=no
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_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=no
ac_cv_header_windows_h=no
ac_cv_host=x86_64-apple-darwin12.0.0
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_pthread_pthread_mutex_init=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_EGREP='/usr/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=/usr/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_PDFROFF=/usr/bin/pdfroff
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_POD2HTML=/usr/bin/pod2html
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TCLSH=/usr/bin/tclsh8.4
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_path_tclsh=/usr/bin/tclsh8.4
ac_cv_prog_CPP='/usr/bin/clang -E'
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_dlopen='none required'
ac_cv_search_mallinfo=no
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_symbol_underscore=yes
ac_cv_target=x86_64-apple-darwin12.0.0
ac_cv_type_error_t=no
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_need_uscore=no
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.dylib
libltdl_cv_shlibpath_var=DYLD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/usr/local/lib /lib /usr/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,-all_load
llvm_cv_link_use_export_dynamic=no
llvm_cv_link_use_r=no
llvm_cv_link_use_version_script=no
llvm_cv_link_version=133.3
llvm_cv_no_link_all_option=-Wl,-noall_load
llvm_cv_os_type=Darwin
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86_64
llvm_cv_target_os_type=Darwin
lt_cv_path_NM=/usr/bin/nm
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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='/usr/bin/clang'
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
CIRCO='echo circo'
CMP='/usr/bin/cmp'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CP='/bin/cp'
CPP='/usr/bin/clang -E'
CPPFLAGS='-isystem /usr/local/include'
CVSBUILD=''
CXX='/usr/bin/clang++'
CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS='DISABLE_ASSERTIONS=1'
DOT='echo dot'
DOTTY='echo dotty'
DOXYGEN=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CBE_PRINTF_A='1'
ENABLE_DOCS='1'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_THREADS='1'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
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='/usr/bin/grep'
GROFF='/usr/bin/groff'
GV='echo gv'
GZIPBIN='/usr/bin/gzip'
HAVE_LINK_VERSION_SCRIPT=''
HAVE_PERL='1'
HAVE_PTHREAD='1'
HOST_OS='Darwin'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JIT=''
LDFLAGS='-L/usr/local/lib'
LIBADD_DL='-ldl'
LIBOBJS=''
LIBS='-lpthread -lm '
LINKALL='-Wl,-all_load'
LLVM_BINDIR='/usr/local/Cellar/llvm/3.0/bin'
LLVM_CONFIGTIME='Sun Aug 26 18:43:56 EDT 2012'
LLVM_COPYRIGHT='Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/Cellar/llvm/3.0/share/llvm'
LLVM_DOCSDIR='/usr/local/Cellar/llvm/3.0/share/doc/llvm'
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='/usr/local/Cellar/llvm/3.0/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/Cellar/llvm/3.0/include'
LLVM_INFODIR='/usr/local/Cellar/llvm/3.0/info'
LLVM_LIBDIR='/usr/local/Cellar/llvm/3.0/lib'
LLVM_MANDIR='/usr/local/Cellar/llvm/3.0/man'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local/Cellar/llvm/3.0'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NEATO='echo neato'
NM='/usr/bin/nm'
NOLINKALL='-Wl,-noall_load'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Darwin'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='llvm'
PACKAGE_STRING='llvm 3.0'
PACKAGE_TARNAME='-llvm-'
PACKAGE_VERSION='3.0'
PATH_SEPARATOR=':'
PDFROFF='/usr/bin/pdfroff'
PERL='/usr/bin/perl'
POD2HTML='/usr/bin/pod2html'
POD2MAN='/usr/bin/pod2man'
RANLIB='ranlib'
RDYNAMIC=''
RM='/bin/rm'
RPATH='-Wl,-rpath'
RUNTEST=''
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIBEXT='.dylib'
SHLIBPATH_VAR='DYLD_LIBRARY_PATH'
TAR='/usr/bin/tar'
TARGETS_TO_BUILD='X86 '
TARGET_HAS_JIT='1'
TARGET_OS='Darwin'
TCLSH='/usr/bin/tclsh8.4'
TWOPI='echo twopi'
USE_OPROFILE='0'
USE_UDIS86='0'
XDOT_PY='echo xdot.py'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.0.0'
host_vendor='apple'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/llvm/3.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' projects/sample'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin12.0.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin12.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "llvm"
#define PACKAGE_TARNAME "-llvm-"
#define PACKAGE_VERSION "3.0"
#define PACKAGE_STRING "llvm 3.0"
#define PACKAGE_BUGREPORT "[email protected]"
#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 ENABLE_THREADS 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 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 ENABLE_CBE_PRINTF_A 1
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS ""
#define CXX_INCLUDE_ROOT ""
#define CXX_INCLUDE_ARCH ""
#define CXX_INCLUDE_32BIT_DIR ""
#define CXX_INCLUDE_64BIT_DIR ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "133.3"
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define LTDL_SHLIB_EXT ".dylib"
#define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define error_t int
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_MACH_O_DYLD_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_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define USE_UDIS86 0
#define USE_OPROFILE 0
#define HAVE_DIRENT_H 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 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_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_MALLOC_MALLOC_H 1
#define HAVE_MACH_MACH_H 1
#define HAVE_FENV_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_CRASHREPORTER_INFO 1
#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_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_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_MALLOC_ZONE_STATISTICS 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGSETJMP 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_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local/Cellar/llvm/3.0"
#define LLVM_BINDIR "/usr/local/Cellar/llvm/3.0/bin"
#define LLVM_LIBDIR "/usr/local/Cellar/llvm/3.0/lib"
#define LLVM_DATADIR "/usr/local/Cellar/llvm/3.0/share/llvm"
#define LLVM_DOCSDIR "/usr/local/Cellar/llvm/3.0/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/Cellar/llvm/3.0/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/Cellar/llvm/3.0/include"
#define LLVM_INFODIR "/usr/local/Cellar/llvm/3.0/info"
#define LLVM_MANDIR "/usr/local/Cellar/llvm/3.0/man"
#define LLVM_CONFIGTIME "Sun Aug 26 18:43:56 EDT 2012"
#define LLVM_HOSTTRIPLE "x86_64-apple-darwin12.0.0"
configure: exit 0
➜ clang+llvm-3.0-x86_64-apple-darwin11 brew install --HEAD julia
######################################################################## 100.0%
######################################################################## 100.0%
==> Installing julia dependency: llvm
==> Downloading http://llvm.org/releases/3.0/llvm-3.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/llvm-3.0.tar.gz
==> ./configure --prefix=/usr/local/Cellar/llvm/3.0 --enable-optimized --enable-bindings=none --enable-targets=host-only
==> make
llvm[1]: Compiling APFloat.cpp for Release build
llvm[1]: Compiling APSInt.cpp for Release build
llvm[1]: Compiling APInt.cpp for Release build
llvm[1]: Compiling Allocator.cpp for Release build
llvm[1]: Compiling Atomic.cpp for Release build
llvm[1]: Compiling BlockFrequency.cpp for Release build
llvm[1]: Compiling BranchProbability.cpp for Release build
llvm[1]: Compiling CommandLine.cpp for Release build
llvm[1]: Compiling ConstantRange.cpp for Release build
llvm[1]: Compiling CrashRecoveryContext.cpp for Release build
llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release build
llvm[1]: Compiling DataExtractor.cpp for Release build
llvm[1]: Compiling Debug.cpp for Release build
llvm[1]: Compiling DeltaAlgorithm.cpp for Release build
llvm[1]: Compiling Disassembler.cpp for Release build
llvm[1]: Compiling Dwarf.cpp for Release build
llvm[1]: Compiling DynamicLibrary.cpp for Release build
llvm[1]: Compiling Errno.cpp for Release build
llvm[1]: Compiling ErrorHandling.cpp for Release build
llvm[1]: Compiling FileUtilities.cpp for Release build
llvm[1]: Compiling FoldingSet.cpp for Release build
llvm[1]: Compiling FormattedStream.cpp for Release build
llvm[1]: Compiling GraphWriter.cpp for Release build
llvm[1]: Compiling Host.cpp for Release build
llvm[1]: Compiling IncludeFile.cpp for Release build
llvm[1]: Compiling IntEqClasses.cpp for Release build
llvm[1]: Compiling IntervalMap.cpp for Release build
llvm[1]: Compiling IsInf.cpp for Release build
llvm[1]: Compiling IsNAN.cpp for Release build
llvm[1]: Compiling ManagedStatic.cpp for Release build
llvm[1]: Compiling Memory.cpp for Release build
llvm[1]: Compiling MemoryBuffer.cpp for Release build
In file included from IntervalMap.cpp:14:
/private/tmp/homebrew-llvm-3.0-a9SX/llvm-3.0.src/include/llvm/ADT/IntervalMap.h:1980:32: error: use 'template' keyword to treat 'newNode' as a dependent template name
Node[NewNode] = this->map->newNode<NodeT>();
^
template
1 error generated.
make[1]: *** [/private/tmp/homebrew-llvm-3.0-a9SX/llvm-3.0.src/lib/Support/Release/IntervalMap.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
config.log was copied to /Users/quintessentialbum/Library/Logs/Homebrew
==> Build Environment
HOMEBREW_VERSION: 0.9.2
HEAD: 3979bebe6c7ec1a0e1868a1476906b29096b3ed2
CPU: quad-core 64-bit sandybridge
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
X11: N/A
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CPPFLAGS: -isystem /usr/local/include
LDFLAGS: -L/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.8
MAKEFLAGS: -j4
Error: Failed executing: make (llvm.rb:84)
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/14019
https://github.com/mxcl/homebrew/issues/14377
Otherwise, this may help you fix or report the issue:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment