Ticket #64760: config_new.log

File config_new.log, 202.1 KB (added by barracuda156, 3 years ago)

I don't know why but it still tries to build JIT even I disabled it. What am I missing?

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by LLVM configure 3.4.2, which was
5generated by GNU Autoconf 2.60.  Invocation command line was
6
7  $ /opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/llvm-3.4.2.src/configure --build=powerpc64-apple-darwin9 --enable-bindings=none --enable-libffi --disable-shared --disable-jit --disable-optimized --disable-profiling --enable-pic --disable-debug-symbols --disable-debug-runtime --prefix=/opt/local/libexec/llvm-3.4 --disable-assertions --disable-doxygen --with-ar=/usr/bin/ar --enable-targets=powerpc --with-optimize-option=-O0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = 36-42.wireless-city.scu.edu.tw
14uname -m = Power Macintosh
15uname -r = 9.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: ppc970 (PowerPC 970)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 51 tasks, 231 threads, 4 processors
34Load average: 1.39, Mach factor: 2.60
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2135: checking for C compiler version
52configure:2142: /usr/bin/gcc-4.2 --version >&5
53powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
54Copyright (C) 2007 Free Software Foundation, Inc.
55This is free software; see the source for copying conditions.  There is NO
56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57
58configure:2145: $? = 0
59configure:2152: /usr/bin/gcc-4.2 -v >&5
60Using built-in specs.
61Target: powerpc-apple-darwin9
62Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
63Thread model: posix
64gcc version 4.2.1 (Apple Inc. build 5577)
65configure:2155: $? = 0
66configure:2162: /usr/bin/gcc-4.2 -V >&5
67gcc-4.2: argument to `-V' is missing
68configure:2165: $? = 1
69configure:2188: checking for C compiler default output file name
70configure:2215: /usr/bin/gcc-4.2 -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
71configure:2218: $? = 0
72configure:2264: result: a.out
73configure:2269: checking whether the C compiler works
74configure:2279: ./a.out
75configure:2282: $? = 0
76configure:2299: result: yes
77configure:2306: checking whether we are cross compiling
78configure:2308: result: no
79configure:2311: checking for suffix of executables
80configure:2318: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
81configure:2321: $? = 0
82configure:2345: result:
83configure:2351: checking for suffix of object files
84configure:2377: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
85configure:2380: $? = 0
86configure:2403: result: o
87configure:2407: checking whether we are using the GNU C compiler
88configure:2436: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
89configure:2442: $? = 0
90configure:2449: test -z "$ac_c_werror_flag" || test ! -s conftest.err
91configure:2452: $? = 0
92configure:2459: test -s conftest.o
93configure:2462: $? = 0
94configure:2476: result: yes
95configure:2481: checking whether /usr/bin/gcc-4.2 accepts -g
96configure:2511: /usr/bin/gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
97configure:2517: $? = 0
98configure:2524: test -z "$ac_c_werror_flag" || test ! -s conftest.err
99configure:2527: $? = 0
100configure:2534: test -s conftest.o
101configure:2537: $? = 0
102configure:2667: result: yes
103configure:2684: checking for /usr/bin/gcc-4.2 option to accept ISO C89
104configure:2758: /usr/bin/gcc-4.2  -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
105configure:2764: $? = 0
106configure:2771: test -z "$ac_c_werror_flag" || test ! -s conftest.err
107configure:2774: $? = 0
108configure:2781: test -s conftest.o
109configure:2784: $? = 0
110configure:2804: result: none needed
111configure:2938: checking for C++ compiler version
112configure:2945: /usr/bin/g++-4.2 --version >&5
113powerpc-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
114Copyright (C) 2007 Free Software Foundation, Inc.
115This is free software; see the source for copying conditions.  There is NO
116warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
117
118configure:2948: $? = 0
119configure:2955: /usr/bin/g++-4.2 -v >&5
120Using built-in specs.
121Target: powerpc-apple-darwin9
122Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
123Thread model: posix
124gcc version 4.2.1 (Apple Inc. build 5577)
125configure:2958: $? = 0
126configure:2965: /usr/bin/g++-4.2 -V >&5
127g++-4.2: argument to `-V' is missing
128configure:2968: $? = 1
129configure:2971: checking whether we are using the GNU C++ compiler
130configure:3000: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
131configure:3006: $? = 0
132configure:3013: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
133configure:3016: $? = 0
134configure:3023: test -s conftest.o
135configure:3026: $? = 0
136configure:3040: result: yes
137configure:3045: checking whether /usr/bin/g++-4.2 accepts -g
138configure:3075: /usr/bin/g++-4.2 -c -g -I/opt/local/include conftest.cpp >&5
139configure:3081: $? = 0
140configure:3088: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
141configure:3091: $? = 0
142configure:3098: test -s conftest.o
143configure:3101: $? = 0
144configure:3231: result: yes
145configure:3259: checking how to run the C preprocessor
146configure:3299: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
147configure:3305: $? = 0
148configure:3343: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
149conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
150configure:3349: $? = 1
151configure: failed program was:
152| /* confdefs.h.  */
153| #define PACKAGE_NAME "LLVM"
154| #define PACKAGE_TARNAME "llvm"
155| #define PACKAGE_VERSION "3.4.2"
156| #define PACKAGE_STRING "LLVM 3.4.2"
157| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
158| #define LLVM_VERSION_MAJOR 3
159| #define LLVM_VERSION_MINOR 4
160| #define LLVM_VERSION_PATCH 2
161| /* end confdefs.h.  */
162| #include <ac_nonexistent.h>
163configure:3389: result: /usr/bin/gcc-4.2 -E
164configure:3418: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
165configure:3424: $? = 0
166configure:3462: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
167conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
168configure:3468: $? = 1
169configure: failed program was:
170| /* confdefs.h.  */
171| #define PACKAGE_NAME "LLVM"
172| #define PACKAGE_TARNAME "llvm"
173| #define PACKAGE_VERSION "3.4.2"
174| #define PACKAGE_STRING "LLVM 3.4.2"
175| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
176| #define LLVM_VERSION_MAJOR 3
177| #define LLVM_VERSION_MINOR 4
178| #define LLVM_VERSION_PATCH 2
179| /* end confdefs.h.  */
180| #include <ac_nonexistent.h>
181configure:3700: checking build system type
182configure:3718: result: powerpc64-apple-darwin9
183configure:3740: checking host system type
184configure:3755: result: powerpc64-apple-darwin9
185configure:3777: checking target system type
186configure:3792: result: powerpc64-apple-darwin9
187configure:3821: checking type of operating system we're going to host on
188configure:3939: result: Darwin
189configure:3942: checking type of operating system we're going to target
190configure:3996: result: Darwin
191configure:4042: checking target architecture
192configure:4064: result: PowerPC
193configure:4107: checking for grep that handles long lines and -e
194configure:4181: result: /opt/local/bin/ggrep
195configure:4186: checking for egrep
196configure:4264: result: /opt/local/bin/ggrep -E
197configure:4269: checking for ANSI C header files
198configure:4299: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
199configure:4305: $? = 0
200configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
201configure:4315: $? = 0
202configure:4322: test -s conftest.o
203configure:4325: $? = 0
204configure:4421: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
205configure:4424: $? = 0
206configure:4430: ./conftest
207configure:4433: $? = 0
208configure:4450: result: yes
209configure:4474: checking for sys/types.h
210configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
211configure:4501: $? = 0
212configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
213configure:4511: $? = 0
214configure:4518: test -s conftest.o
215configure:4521: $? = 0
216configure:4534: result: yes
217configure:4474: checking for sys/stat.h
218configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
219configure:4501: $? = 0
220configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
221configure:4511: $? = 0
222configure:4518: test -s conftest.o
223configure:4521: $? = 0
224configure:4534: result: yes
225configure:4474: checking for stdlib.h
226configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
227configure:4501: $? = 0
228configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
229configure:4511: $? = 0
230configure:4518: test -s conftest.o
231configure:4521: $? = 0
232configure:4534: result: yes
233configure:4474: checking for string.h
234configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
235configure:4501: $? = 0
236configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
237configure:4511: $? = 0
238configure:4518: test -s conftest.o
239configure:4521: $? = 0
240configure:4534: result: yes
241configure:4474: checking for memory.h
242configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
243configure:4501: $? = 0
244configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
245configure:4511: $? = 0
246configure:4518: test -s conftest.o
247configure:4521: $? = 0
248configure:4534: result: yes
249configure:4474: checking for strings.h
250configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
251configure:4501: $? = 0
252configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
253configure:4511: $? = 0
254configure:4518: test -s conftest.o
255configure:4521: $? = 0
256configure:4534: result: yes
257configure:4474: checking for inttypes.h
258configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
259configure:4501: $? = 0
260configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
261configure:4511: $? = 0
262configure:4518: test -s conftest.o
263configure:4521: $? = 0
264configure:4534: result: yes
265configure:4474: checking for stdint.h
266configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
267configure:4501: $? = 0
268configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
269configure:4511: $? = 0
270configure:4518: test -s conftest.o
271configure:4521: $? = 0
272configure:4534: result: yes
273configure:4474: checking for unistd.h
274configure:4495: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
275configure:4501: $? = 0
276configure:4508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
277configure:4511: $? = 0
278configure:4518: test -s conftest.o
279configure:4521: $? = 0
280configure:4534: result: yes
281configure:4546: checking whether byte ordering is bigendian
282configure:4578: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
283configure:4584: $? = 0
284configure:4591: test -z "$ac_c_werror_flag" || test ! -s conftest.err
285configure:4594: $? = 0
286configure:4601: test -s conftest.o
287configure:4604: $? = 0
288configure:4633: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
289configure:4639: $? = 0
290configure:4646: test -z "$ac_c_werror_flag" || test ! -s conftest.err
291configure:4649: $? = 0
292configure:4656: test -s conftest.o
293configure:4659: $? = 0
294configure:4813: result: yes
295configure:5854: checking optimization flags
296configure:5867: result: -O0
297configure:6094: checking for BSD-compatible nm
298configure:6143: result: /usr/bin/nm -p
299configure:6149: checking for GNU make
300configure:6164: result: make
301configure:6175: checking whether ln -s works
302configure:6179: result: yes
303configure:6188: checking for cmp
304configure:6206: found /usr/bin/cmp
305configure:6219: result: /usr/bin/cmp
306configure:6229: checking for cp
307configure:6247: found /bin/cp
308configure:6260: result: /bin/cp
309configure:6270: checking for date
310configure:6288: found /bin/date
311configure:6301: result: /bin/date
312configure:6311: checking for find
313configure:6329: found /usr/bin/find
314configure:6342: result: /usr/bin/find
315configure:6352: checking for grep
316configure:6383: result: /opt/local/bin/ggrep
317configure:6393: checking for mkdir
318configure:6411: found /bin/mkdir
319configure:6424: result: /bin/mkdir
320configure:6434: checking for mv
321configure:6452: found /bin/mv
322configure:6465: result: /bin/mv
323configure:6516: checking for ranlib
324configure:6532: found /opt/local/bin/ranlib
325configure:6543: result: ranlib
326configure:6612: checking for ar
327configure:6628: found /opt/local/bin/ar
328configure:6639: result: ar
329configure:6667: checking for rm
330configure:6685: found /bin/rm
331configure:6698: result: /bin/rm
332configure:6708: checking for sed
333configure:6726: found /usr/bin/sed
334configure:6739: result: /usr/bin/sed
335configure:6749: checking for tar
336configure:6767: found /usr/bin/tar
337configure:6780: result: /usr/bin/tar
338configure:6790: checking for pwd
339configure:6808: found /bin/pwd
340configure:6821: result: /bin/pwd
341configure:6832: checking for Graphviz
342configure:6863: result: echo Graphviz
343configure:6888: checking for dot
344configure:6919: result: echo dot
345configure:6944: checking for fdp
346configure:6975: result: echo fdp
347configure:7000: checking for neato
348configure:7031: result: echo neato
349configure:7056: checking for twopi
350configure:7087: result: echo twopi
351configure:7112: checking for circo
352configure:7143: result: echo circo
353configure:7170: checking for gv
354configure:7203: result: no
355configure:7170: checking for gsview32
356configure:7203: result: no
357configure:7229: checking for dotty
358configure:7260: result: echo dotty
359configure:7287: checking for xdot
360configure:7320: result: no
361configure:7287: checking for xdot.py
362configure:7320: result: no
363configure:7358: checking for a BSD-compatible install
364configure:7414: result: /usr/bin/install -c
365configure:7432: checking for bzip2
366configure:7450: found /opt/local/bin/bzip2
367configure:7462: result: /opt/local/bin/bzip2
368configure:7472: checking for cat
369configure:7490: found /bin/cat
370configure:7502: result: /bin/cat
371configure:7512: checking for doxygen
372configure:7545: result: no
373configure:7552: checking for groff
374configure:7570: found /usr/bin/groff
375configure:7582: result: /usr/bin/groff
376configure:7592: checking for gzip
377configure:7610: found /usr/bin/gzip
378configure:7622: result: /usr/bin/gzip
379configure:7632: checking for pdfroff
380configure:7650: found /usr/bin/pdfroff
381configure:7662: result: /usr/bin/pdfroff
382configure:7672: checking for zip
383configure:7690: found /usr/bin/zip
384configure:7702: result: /usr/bin/zip
385configure:7714: checking for ocamlc
386configure:7747: result: no
387configure:7759: checking for ocamlopt
388configure:7792: result: no
389configure:7804: checking for ocamldep
390configure:7837: result: no
391configure:7849: checking for ocamldoc
392configure:7882: result: no
393configure:7894: checking for gas
394configure:7927: result: no
395configure:7894: checking for as
396configure:7912: found /opt/local/bin/as
397configure:7924: result: /opt/local/bin/as
398configure:7936: checking for linker version
399configure:7952: result: 97.17
400configure:7961: checking for compiler -Wl,-R<path> option
401configure:7995: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -Wl,-R. -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
402ld: unknown option: -R.
403collect2: ld returned 1 exit status
404configure:8001: $? = 1
405configure: failed program was:
406| /* confdefs.h.  */
407| #define PACKAGE_NAME "LLVM"
408| #define PACKAGE_TARNAME "llvm"
409| #define PACKAGE_VERSION "3.4.2"
410| #define PACKAGE_STRING "LLVM 3.4.2"
411| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
412| #define LLVM_VERSION_MAJOR 3
413| #define LLVM_VERSION_MINOR 4
414| #define LLVM_VERSION_PATCH 2
415| #define LLVM_ON_UNIX 1
416| #define STDC_HEADERS 1
417| #define HAVE_SYS_TYPES_H 1
418| #define HAVE_SYS_STAT_H 1
419| #define HAVE_STDLIB_H 1
420| #define HAVE_STRING_H 1
421| #define HAVE_MEMORY_H 1
422| #define HAVE_STRINGS_H 1
423| #define HAVE_INTTYPES_H 1
424| #define HAVE_STDINT_H 1
425| #define HAVE_UNISTD_H 1
426| #define LLVM_ENABLE_THREADS 1
427| #define LLVM_ENABLE_ZLIB 1
428| #define ENABLE_PIC 1
429| #define ENABLE_TIMESTAMPS 1
430| #define ENABLE_BACKTRACES 1
431| #define ENABLE_CRASH_OVERRIDES 1
432| #define LLVM_NATIVE_ARCH PowerPC
433| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
434| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
435| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
436| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
437| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
438| #define CLANG_RESOURCE_DIR ""
439| #define C_INCLUDE_DIRS ""
440| #define GCC_INSTALL_PREFIX ""
441| #define DEFAULT_SYSROOT ""
442| #define BUG_REPORT_URL "http://llvm.org/bugs/"
443| #define HOST_LINK_VERSION "97.17"
444| /* end confdefs.h.  */
445|
446| int
447| main ()
448| {
449|
450|   ;
451|   return 0;
452| }
453configure:8042: result: no
454configure:8053: checking for compiler -rdynamic option
455configure:8087: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -rdynamic -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
456configure:8093: $? = 0
457configure:8100: test -z "$ac_c_werror_flag" || test ! -s conftest.err
458configure:8103: $? = 0
459configure:8110: test -s conftest
460configure:8113: $? = 0
461configure:8134: result: yes
462configure:8145: checking for compiler -Wl,--version-script option
463configure:8201: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -Wl,--version-script=/opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/.tmp/fooN8yV8g/export.map -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
464ld: unknown option: --version-script=/opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/.tmp/fooN8yV8g/export.map
465collect2: ld returned 1 exit status
466configure:8207: $? = 1
467configure: failed program was:
468| /* confdefs.h.  */
469| #define PACKAGE_NAME "LLVM"
470| #define PACKAGE_TARNAME "llvm"
471| #define PACKAGE_VERSION "3.4.2"
472| #define PACKAGE_STRING "LLVM 3.4.2"
473| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
474| #define LLVM_VERSION_MAJOR 3
475| #define LLVM_VERSION_MINOR 4
476| #define LLVM_VERSION_PATCH 2
477| #define LLVM_ON_UNIX 1
478| #define STDC_HEADERS 1
479| #define HAVE_SYS_TYPES_H 1
480| #define HAVE_SYS_STAT_H 1
481| #define HAVE_STDLIB_H 1
482| #define HAVE_STRING_H 1
483| #define HAVE_MEMORY_H 1
484| #define HAVE_STRINGS_H 1
485| #define HAVE_INTTYPES_H 1
486| #define HAVE_STDINT_H 1
487| #define HAVE_UNISTD_H 1
488| #define LLVM_ENABLE_THREADS 1
489| #define LLVM_ENABLE_ZLIB 1
490| #define ENABLE_PIC 1
491| #define ENABLE_TIMESTAMPS 1
492| #define ENABLE_BACKTRACES 1
493| #define ENABLE_CRASH_OVERRIDES 1
494| #define LLVM_NATIVE_ARCH PowerPC
495| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
496| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
497| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
498| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
499| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
500| #define CLANG_RESOURCE_DIR ""
501| #define C_INCLUDE_DIRS ""
502| #define GCC_INSTALL_PREFIX ""
503| #define DEFAULT_SYSROOT ""
504| #define BUG_REPORT_URL "http://llvm.org/bugs/"
505| #define HOST_LINK_VERSION "97.17"
506| #define HAVE_LINK_EXPORT_DYNAMIC 1
507| /* end confdefs.h.  */
508|
509| int
510| main ()
511| {
512|
513|   ;
514|   return 0;
515| }
516configure:8250: result: no
517configure:8260: checking for an ANSI C-conforming const
518configure:8335: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
519configure:8341: $? = 0
520configure:8348: test -z "$ac_c_werror_flag" || test ! -s conftest.err
521configure:8351: $? = 0
522configure:8358: test -s conftest.o
523configure:8361: $? = 0
524configure:8373: result: yes
525configure:8391: checking for dirent.h that defines DIR
526configure:8420: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
527configure:8426: $? = 0
528configure:8433: test -z "$ac_c_werror_flag" || test ! -s conftest.err
529configure:8436: $? = 0
530configure:8443: test -s conftest.o
531configure:8446: $? = 0
532configure:8459: result: yes
533configure:8472: checking for library containing opendir
534configure:8513: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
535configure:8519: $? = 0
536configure:8526: test -z "$ac_c_werror_flag" || test ! -s conftest.err
537configure:8529: $? = 0
538configure:8536: test -s conftest
539configure:8539: $? = 0
540configure:8563: result: none required
541configure:8688: checking dlfcn.h usability
542configure:8705: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
543configure:8711: $? = 0
544configure:8718: test -z "$ac_c_werror_flag" || test ! -s conftest.err
545configure:8721: $? = 0
546configure:8728: test -s conftest.o
547configure:8731: $? = 0
548configure:8742: result: yes
549configure:8746: checking dlfcn.h presence
550configure:8761: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
551configure:8767: $? = 0
552configure:8788: result: yes
553configure:8821: checking for dlfcn.h
554configure:8829: result: yes
555configure:8869: checking dynamic linker characteristics
556configure:9457: result: darwin9 dyld
557configure:9467: checking which extension is used for loadable modules
558configure:9477: result: .dylib
559configure:9488: checking for the default library search path
560configure:9495: result: /usr/local/lib /lib /usr/lib
561configure:9513: checking for objdir
562configure:9534: result: .libs
563configure:9547: checking command to parse /usr/bin/nm -p output from  object
564configure:9652: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
565configure:9655: $? = 0
566configure:9659: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
567configure:9662: $? = 0
568cannot find nm_test_var in conftest.nm
569configure:9652: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
570configure:9655: $? = 0
571configure:9659: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
572configure:9662: $? = 0
573configure:9714: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c conftstm.o >&5
574configure:9717: $? = 0
575configure:9755: result: ok
576configure:9760: checking whether libtool supports -dlopen/-dlpreopen
577configure:9772: result: yes
578configure:9791: checking for shl_load
579configure:9847: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
580Undefined symbols:
581  "_shl_load", referenced from:
582      _main in ccEBNZeF.o
583ld: symbol(s) not found
584collect2: ld returned 1 exit status
585configure:9853: $? = 1
586configure: failed program was:
587| /* confdefs.h.  */
588| #define PACKAGE_NAME "LLVM"
589| #define PACKAGE_TARNAME "llvm"
590| #define PACKAGE_VERSION "3.4.2"
591| #define PACKAGE_STRING "LLVM 3.4.2"
592| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
593| #define LLVM_VERSION_MAJOR 3
594| #define LLVM_VERSION_MINOR 4
595| #define LLVM_VERSION_PATCH 2
596| #define LLVM_ON_UNIX 1
597| #define STDC_HEADERS 1
598| #define HAVE_SYS_TYPES_H 1
599| #define HAVE_SYS_STAT_H 1
600| #define HAVE_STDLIB_H 1
601| #define HAVE_STRING_H 1
602| #define HAVE_MEMORY_H 1
603| #define HAVE_STRINGS_H 1
604| #define HAVE_INTTYPES_H 1
605| #define HAVE_STDINT_H 1
606| #define HAVE_UNISTD_H 1
607| #define LLVM_ENABLE_THREADS 1
608| #define LLVM_ENABLE_ZLIB 1
609| #define ENABLE_PIC 1
610| #define ENABLE_TIMESTAMPS 1
611| #define ENABLE_BACKTRACES 1
612| #define ENABLE_CRASH_OVERRIDES 1
613| #define LLVM_NATIVE_ARCH PowerPC
614| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
615| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
616| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
617| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
618| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
619| #define CLANG_RESOURCE_DIR ""
620| #define C_INCLUDE_DIRS ""
621| #define GCC_INSTALL_PREFIX ""
622| #define DEFAULT_SYSROOT ""
623| #define BUG_REPORT_URL "http://llvm.org/bugs/"
624| #define HOST_LINK_VERSION "97.17"
625| #define HAVE_LINK_EXPORT_DYNAMIC 1
626| #define HAVE_DIRENT_H 1
627| #define HAVE_DLFCN_H 1
628| #define LTDL_SHLIB_EXT ".dylib"
629| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
630| #define LTDL_OBJDIR ".libs/"
631| #define HAVE_PRELOADED_SYMBOLS 1
632| /* end confdefs.h.  */
633| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
634|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
635| #define shl_load innocuous_shl_load
636|
637| /* System header to define __stub macros and hopefully few prototypes,
638|     which can conflict with char shl_load (); below.
639|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
640|     <limits.h> exists even on freestanding compilers.  */
641|
642| #ifdef __STDC__
643| # include <limits.h>
644| #else
645| # include <assert.h>
646| #endif
647|
648| #undef shl_load
649|
650| /* Override any GCC internal prototype to avoid an error.
651|    Use char because int might match the return type of a GCC
652|    builtin and then its argument prototype would still apply.  */
653| #ifdef __cplusplus
654| extern "C"
655| #endif
656| char shl_load ();
657| /* The GNU C library defines this for functions which it implements
658|     to always fail with ENOSYS.  Some functions are actually named
659|     something starting with __ and the normal name is an alias.  */
660| #if defined __stub_shl_load || defined __stub___shl_load
661| choke me
662| #endif
663|
664| int
665| main ()
666| {
667| return shl_load ();
668|   ;
669|   return 0;
670| }
671configure:9886: result: no
672configure:9895: checking for shl_load in -ldld
673configure:9930: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -ldld   >&5
674ld: library not found for -ldld
675collect2: ld returned 1 exit status
676configure:9936: $? = 1
677configure: failed program was:
678| /* confdefs.h.  */
679| #define PACKAGE_NAME "LLVM"
680| #define PACKAGE_TARNAME "llvm"
681| #define PACKAGE_VERSION "3.4.2"
682| #define PACKAGE_STRING "LLVM 3.4.2"
683| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
684| #define LLVM_VERSION_MAJOR 3
685| #define LLVM_VERSION_MINOR 4
686| #define LLVM_VERSION_PATCH 2
687| #define LLVM_ON_UNIX 1
688| #define STDC_HEADERS 1
689| #define HAVE_SYS_TYPES_H 1
690| #define HAVE_SYS_STAT_H 1
691| #define HAVE_STDLIB_H 1
692| #define HAVE_STRING_H 1
693| #define HAVE_MEMORY_H 1
694| #define HAVE_STRINGS_H 1
695| #define HAVE_INTTYPES_H 1
696| #define HAVE_STDINT_H 1
697| #define HAVE_UNISTD_H 1
698| #define LLVM_ENABLE_THREADS 1
699| #define LLVM_ENABLE_ZLIB 1
700| #define ENABLE_PIC 1
701| #define ENABLE_TIMESTAMPS 1
702| #define ENABLE_BACKTRACES 1
703| #define ENABLE_CRASH_OVERRIDES 1
704| #define LLVM_NATIVE_ARCH PowerPC
705| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
706| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
707| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
708| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
709| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
710| #define CLANG_RESOURCE_DIR ""
711| #define C_INCLUDE_DIRS ""
712| #define GCC_INSTALL_PREFIX ""
713| #define DEFAULT_SYSROOT ""
714| #define BUG_REPORT_URL "http://llvm.org/bugs/"
715| #define HOST_LINK_VERSION "97.17"
716| #define HAVE_LINK_EXPORT_DYNAMIC 1
717| #define HAVE_DIRENT_H 1
718| #define HAVE_DLFCN_H 1
719| #define LTDL_SHLIB_EXT ".dylib"
720| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
721| #define LTDL_OBJDIR ".libs/"
722| #define HAVE_PRELOADED_SYMBOLS 1
723| /* end confdefs.h.  */
724|
725| /* Override any GCC internal prototype to avoid an error.
726|    Use char because int might match the return type of a GCC
727|    builtin and then its argument prototype would still apply.  */
728| #ifdef __cplusplus
729| extern "C"
730| #endif
731| char shl_load ();
732| int
733| main ()
734| {
735| return shl_load ();
736|   ;
737|   return 0;
738| }
739configure:9970: result: no
740configure:9980: checking for dlopen in -ldl
741configure:10015: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -ldl   >&5
742configure:10021: $? = 0
743configure:10028: test -z "$ac_c_werror_flag" || test ! -s conftest.err
744configure:10031: $? = 0
745configure:10038: test -s conftest
746configure:10041: $? = 0
747configure:10055: result: yes
748configure:10430: checking for dlerror
749configure:10486: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  -ldl >&5
750configure:10492: $? = 0
751configure:10499: test -z "$ac_c_werror_flag" || test ! -s conftest.err
752configure:10502: $? = 0
753configure:10509: test -s conftest
754configure:10512: $? = 0
755configure:10526: result: yes
756configure:10546: checking for _ prefix in compiled symbols
757configure:10556: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
758configure:10559: $? = 0
759configure:10563: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[         ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
760configure:10566: $? = 0
761configure:10588: result: yes
762configure:10595: checking whether we have to add an underscore for dlsym
763configure:10672: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  -ldl >&5
764configure: In function 'main':
765configure:10668: warning: incompatible implicit declaration of built-in function 'exit'
766configure:10675: $? = 0
767configure:10694: result: no
768configure:10708: checking whether deplibs are loaded by dlopen
769configure:10789: result: yes
770configure:10814: checking argz.h usability
771configure:10831: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
772conftest.c:82:18: error: argz.h: No such file or directory
773configure:10837: $? = 1
774configure: failed program was:
775| /* confdefs.h.  */
776| #define PACKAGE_NAME "LLVM"
777| #define PACKAGE_TARNAME "llvm"
778| #define PACKAGE_VERSION "3.4.2"
779| #define PACKAGE_STRING "LLVM 3.4.2"
780| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
781| #define LLVM_VERSION_MAJOR 3
782| #define LLVM_VERSION_MINOR 4
783| #define LLVM_VERSION_PATCH 2
784| #define LLVM_ON_UNIX 1
785| #define STDC_HEADERS 1
786| #define HAVE_SYS_TYPES_H 1
787| #define HAVE_SYS_STAT_H 1
788| #define HAVE_STDLIB_H 1
789| #define HAVE_STRING_H 1
790| #define HAVE_MEMORY_H 1
791| #define HAVE_STRINGS_H 1
792| #define HAVE_INTTYPES_H 1
793| #define HAVE_STDINT_H 1
794| #define HAVE_UNISTD_H 1
795| #define LLVM_ENABLE_THREADS 1
796| #define LLVM_ENABLE_ZLIB 1
797| #define ENABLE_PIC 1
798| #define ENABLE_TIMESTAMPS 1
799| #define ENABLE_BACKTRACES 1
800| #define ENABLE_CRASH_OVERRIDES 1
801| #define LLVM_NATIVE_ARCH PowerPC
802| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
803| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
804| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
805| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
806| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
807| #define CLANG_RESOURCE_DIR ""
808| #define C_INCLUDE_DIRS ""
809| #define GCC_INSTALL_PREFIX ""
810| #define DEFAULT_SYSROOT ""
811| #define BUG_REPORT_URL "http://llvm.org/bugs/"
812| #define HOST_LINK_VERSION "97.17"
813| #define HAVE_LINK_EXPORT_DYNAMIC 1
814| #define HAVE_DIRENT_H 1
815| #define HAVE_DLFCN_H 1
816| #define LTDL_SHLIB_EXT ".dylib"
817| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
818| #define LTDL_OBJDIR ".libs/"
819| #define HAVE_PRELOADED_SYMBOLS 1
820| #define HAVE_LIBDL 1
821| #define HAVE_DLERROR 1
822| /* end confdefs.h.  */
823| #include <stdio.h>
824| #if HAVE_SYS_TYPES_H
825| # include <sys/types.h>
826| #endif
827| #if HAVE_SYS_STAT_H
828| # include <sys/stat.h>
829| #endif
830| #if STDC_HEADERS
831| # include <stdlib.h>
832| # include <stddef.h>
833| #else
834| # if HAVE_STDLIB_H
835| #  include <stdlib.h>
836| # endif
837| #endif
838| #if HAVE_STRING_H
839| # if !STDC_HEADERS && HAVE_MEMORY_H
840| #  include <memory.h>
841| # endif
842| # include <string.h>
843| #endif
844| #if HAVE_STRINGS_H
845| # include <strings.h>
846| #endif
847| #if HAVE_INTTYPES_H
848| # include <inttypes.h>
849| #endif
850| #if HAVE_STDINT_H
851| # include <stdint.h>
852| #endif
853| #if HAVE_UNISTD_H
854| # include <unistd.h>
855| #endif
856| #include <argz.h>
857configure:10868: result: no
858configure:10872: checking argz.h presence
859configure:10887: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
860conftest.c:49:18: error: argz.h: No such file or directory
861configure:10893: $? = 1
862configure: failed program was:
863| /* confdefs.h.  */
864| #define PACKAGE_NAME "LLVM"
865| #define PACKAGE_TARNAME "llvm"
866| #define PACKAGE_VERSION "3.4.2"
867| #define PACKAGE_STRING "LLVM 3.4.2"
868| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
869| #define LLVM_VERSION_MAJOR 3
870| #define LLVM_VERSION_MINOR 4
871| #define LLVM_VERSION_PATCH 2
872| #define LLVM_ON_UNIX 1
873| #define STDC_HEADERS 1
874| #define HAVE_SYS_TYPES_H 1
875| #define HAVE_SYS_STAT_H 1
876| #define HAVE_STDLIB_H 1
877| #define HAVE_STRING_H 1
878| #define HAVE_MEMORY_H 1
879| #define HAVE_STRINGS_H 1
880| #define HAVE_INTTYPES_H 1
881| #define HAVE_STDINT_H 1
882| #define HAVE_UNISTD_H 1
883| #define LLVM_ENABLE_THREADS 1
884| #define LLVM_ENABLE_ZLIB 1
885| #define ENABLE_PIC 1
886| #define ENABLE_TIMESTAMPS 1
887| #define ENABLE_BACKTRACES 1
888| #define ENABLE_CRASH_OVERRIDES 1
889| #define LLVM_NATIVE_ARCH PowerPC
890| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
891| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
892| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
893| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
894| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
895| #define CLANG_RESOURCE_DIR ""
896| #define C_INCLUDE_DIRS ""
897| #define GCC_INSTALL_PREFIX ""
898| #define DEFAULT_SYSROOT ""
899| #define BUG_REPORT_URL "http://llvm.org/bugs/"
900| #define HOST_LINK_VERSION "97.17"
901| #define HAVE_LINK_EXPORT_DYNAMIC 1
902| #define HAVE_DIRENT_H 1
903| #define HAVE_DLFCN_H 1
904| #define LTDL_SHLIB_EXT ".dylib"
905| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
906| #define LTDL_OBJDIR ".libs/"
907| #define HAVE_PRELOADED_SYMBOLS 1
908| #define HAVE_LIBDL 1
909| #define HAVE_DLERROR 1
910| /* end confdefs.h.  */
911| #include <argz.h>
912configure:10914: result: no
913configure:10947: checking for argz.h
914configure:10955: result: no
915configure:10969: checking for error_t
916configure:11002: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
917conftest.c:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_'
918conftest.c: In function 'main':
919conftest.c:57: error: 'ac__type_new_' undeclared (first use in this function)
920conftest.c:57: error: (Each undeclared identifier is reported only once
921conftest.c:57: error: for each function it appears in.)
922conftest.c:57: error: expected expression before ')' token
923configure:11008: $? = 1
924configure: failed program was:
925| /* confdefs.h.  */
926| #define PACKAGE_NAME "LLVM"
927| #define PACKAGE_TARNAME "llvm"
928| #define PACKAGE_VERSION "3.4.2"
929| #define PACKAGE_STRING "LLVM 3.4.2"
930| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
931| #define LLVM_VERSION_MAJOR 3
932| #define LLVM_VERSION_MINOR 4
933| #define LLVM_VERSION_PATCH 2
934| #define LLVM_ON_UNIX 1
935| #define STDC_HEADERS 1
936| #define HAVE_SYS_TYPES_H 1
937| #define HAVE_SYS_STAT_H 1
938| #define HAVE_STDLIB_H 1
939| #define HAVE_STRING_H 1
940| #define HAVE_MEMORY_H 1
941| #define HAVE_STRINGS_H 1
942| #define HAVE_INTTYPES_H 1
943| #define HAVE_STDINT_H 1
944| #define HAVE_UNISTD_H 1
945| #define LLVM_ENABLE_THREADS 1
946| #define LLVM_ENABLE_ZLIB 1
947| #define ENABLE_PIC 1
948| #define ENABLE_TIMESTAMPS 1
949| #define ENABLE_BACKTRACES 1
950| #define ENABLE_CRASH_OVERRIDES 1
951| #define LLVM_NATIVE_ARCH PowerPC
952| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
953| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
954| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
955| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
956| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
957| #define CLANG_RESOURCE_DIR ""
958| #define C_INCLUDE_DIRS ""
959| #define GCC_INSTALL_PREFIX ""
960| #define DEFAULT_SYSROOT ""
961| #define BUG_REPORT_URL "http://llvm.org/bugs/"
962| #define HOST_LINK_VERSION "97.17"
963| #define HAVE_LINK_EXPORT_DYNAMIC 1
964| #define HAVE_DIRENT_H 1
965| #define HAVE_DLFCN_H 1
966| #define LTDL_SHLIB_EXT ".dylib"
967| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
968| #define LTDL_OBJDIR ".libs/"
969| #define HAVE_PRELOADED_SYMBOLS 1
970| #define HAVE_LIBDL 1
971| #define HAVE_DLERROR 1
972| /* end confdefs.h.  */
973| #if HAVE_ARGZ_H
974| #  include <argz.h>
975| #endif
976|
977| typedef error_t ac__type_new_;
978| int
979| main ()
980| {
981| if ((ac__type_new_ *) 0)
982|   return 0;
983| if (sizeof (ac__type_new_))
984|   return 0;
985|   ;
986|   return 0;
987| }
988configure:11040: result: no
989configure:11066: checking for argz_append
990configure:11122: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
991Undefined symbols:
992  "_argz_append", referenced from:
993      _main in cc4CS82j.o
994ld: symbol(s) not found
995collect2: ld returned 1 exit status
996configure:11128: $? = 1
997configure: failed program was:
998| /* confdefs.h.  */
999| #define PACKAGE_NAME "LLVM"
1000| #define PACKAGE_TARNAME "llvm"
1001| #define PACKAGE_VERSION "3.4.2"
1002| #define PACKAGE_STRING "LLVM 3.4.2"
1003| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1004| #define LLVM_VERSION_MAJOR 3
1005| #define LLVM_VERSION_MINOR 4
1006| #define LLVM_VERSION_PATCH 2
1007| #define LLVM_ON_UNIX 1
1008| #define STDC_HEADERS 1
1009| #define HAVE_SYS_TYPES_H 1
1010| #define HAVE_SYS_STAT_H 1
1011| #define HAVE_STDLIB_H 1
1012| #define HAVE_STRING_H 1
1013| #define HAVE_MEMORY_H 1
1014| #define HAVE_STRINGS_H 1
1015| #define HAVE_INTTYPES_H 1
1016| #define HAVE_STDINT_H 1
1017| #define HAVE_UNISTD_H 1
1018| #define LLVM_ENABLE_THREADS 1
1019| #define LLVM_ENABLE_ZLIB 1
1020| #define ENABLE_PIC 1
1021| #define ENABLE_TIMESTAMPS 1
1022| #define ENABLE_BACKTRACES 1
1023| #define ENABLE_CRASH_OVERRIDES 1
1024| #define LLVM_NATIVE_ARCH PowerPC
1025| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1026| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1027| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1028| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1029| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1030| #define CLANG_RESOURCE_DIR ""
1031| #define C_INCLUDE_DIRS ""
1032| #define GCC_INSTALL_PREFIX ""
1033| #define DEFAULT_SYSROOT ""
1034| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1035| #define HOST_LINK_VERSION "97.17"
1036| #define HAVE_LINK_EXPORT_DYNAMIC 1
1037| #define HAVE_DIRENT_H 1
1038| #define HAVE_DLFCN_H 1
1039| #define LTDL_SHLIB_EXT ".dylib"
1040| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1041| #define LTDL_OBJDIR ".libs/"
1042| #define HAVE_PRELOADED_SYMBOLS 1
1043| #define HAVE_LIBDL 1
1044| #define HAVE_DLERROR 1
1045| #define error_t int
1046| /* end confdefs.h.  */
1047| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
1048|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1049| #define argz_append innocuous_argz_append
1050|
1051| /* System header to define __stub macros and hopefully few prototypes,
1052|     which can conflict with char argz_append (); below.
1053|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1054|     <limits.h> exists even on freestanding compilers.  */
1055|
1056| #ifdef __STDC__
1057| # include <limits.h>
1058| #else
1059| # include <assert.h>
1060| #endif
1061|
1062| #undef argz_append
1063|
1064| /* Override any GCC internal prototype to avoid an error.
1065|    Use char because int might match the return type of a GCC
1066|    builtin and then its argument prototype would still apply.  */
1067| #ifdef __cplusplus
1068| extern "C"
1069| #endif
1070| char argz_append ();
1071| /* The GNU C library defines this for functions which it implements
1072|     to always fail with ENOSYS.  Some functions are actually named
1073|     something starting with __ and the normal name is an alias.  */
1074| #if defined __stub_argz_append || defined __stub___argz_append
1075| choke me
1076| #endif
1077|
1078| int
1079| main ()
1080| {
1081| return argz_append ();
1082|   ;
1083|   return 0;
1084| }
1085configure:11162: result: no
1086configure:11066: checking for argz_create_sep
1087configure:11122: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1088Undefined symbols:
1089  "_argz_create_sep", referenced from:
1090      _main in ccsVoRI5.o
1091ld: symbol(s) not found
1092collect2: ld returned 1 exit status
1093configure:11128: $? = 1
1094configure: failed program was:
1095| /* confdefs.h.  */
1096| #define PACKAGE_NAME "LLVM"
1097| #define PACKAGE_TARNAME "llvm"
1098| #define PACKAGE_VERSION "3.4.2"
1099| #define PACKAGE_STRING "LLVM 3.4.2"
1100| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1101| #define LLVM_VERSION_MAJOR 3
1102| #define LLVM_VERSION_MINOR 4
1103| #define LLVM_VERSION_PATCH 2
1104| #define LLVM_ON_UNIX 1
1105| #define STDC_HEADERS 1
1106| #define HAVE_SYS_TYPES_H 1
1107| #define HAVE_SYS_STAT_H 1
1108| #define HAVE_STDLIB_H 1
1109| #define HAVE_STRING_H 1
1110| #define HAVE_MEMORY_H 1
1111| #define HAVE_STRINGS_H 1
1112| #define HAVE_INTTYPES_H 1
1113| #define HAVE_STDINT_H 1
1114| #define HAVE_UNISTD_H 1
1115| #define LLVM_ENABLE_THREADS 1
1116| #define LLVM_ENABLE_ZLIB 1
1117| #define ENABLE_PIC 1
1118| #define ENABLE_TIMESTAMPS 1
1119| #define ENABLE_BACKTRACES 1
1120| #define ENABLE_CRASH_OVERRIDES 1
1121| #define LLVM_NATIVE_ARCH PowerPC
1122| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1123| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1124| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1125| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1126| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1127| #define CLANG_RESOURCE_DIR ""
1128| #define C_INCLUDE_DIRS ""
1129| #define GCC_INSTALL_PREFIX ""
1130| #define DEFAULT_SYSROOT ""
1131| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1132| #define HOST_LINK_VERSION "97.17"
1133| #define HAVE_LINK_EXPORT_DYNAMIC 1
1134| #define HAVE_DIRENT_H 1
1135| #define HAVE_DLFCN_H 1
1136| #define LTDL_SHLIB_EXT ".dylib"
1137| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1138| #define LTDL_OBJDIR ".libs/"
1139| #define HAVE_PRELOADED_SYMBOLS 1
1140| #define HAVE_LIBDL 1
1141| #define HAVE_DLERROR 1
1142| #define error_t int
1143| /* end confdefs.h.  */
1144| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
1145|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1146| #define argz_create_sep innocuous_argz_create_sep
1147|
1148| /* System header to define __stub macros and hopefully few prototypes,
1149|     which can conflict with char argz_create_sep (); below.
1150|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1151|     <limits.h> exists even on freestanding compilers.  */
1152|
1153| #ifdef __STDC__
1154| # include <limits.h>
1155| #else
1156| # include <assert.h>
1157| #endif
1158|
1159| #undef argz_create_sep
1160|
1161| /* Override any GCC internal prototype to avoid an error.
1162|    Use char because int might match the return type of a GCC
1163|    builtin and then its argument prototype would still apply.  */
1164| #ifdef __cplusplus
1165| extern "C"
1166| #endif
1167| char argz_create_sep ();
1168| /* The GNU C library defines this for functions which it implements
1169|     to always fail with ENOSYS.  Some functions are actually named
1170|     something starting with __ and the normal name is an alias.  */
1171| #if defined __stub_argz_create_sep || defined __stub___argz_create_sep
1172| choke me
1173| #endif
1174|
1175| int
1176| main ()
1177| {
1178| return argz_create_sep ();
1179|   ;
1180|   return 0;
1181| }
1182configure:11162: result: no
1183configure:11066: checking for argz_insert
1184configure:11122: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1185Undefined symbols:
1186  "_argz_insert", referenced from:
1187      _main in ccziRru3.o
1188ld: symbol(s) not found
1189collect2: ld returned 1 exit status
1190configure:11128: $? = 1
1191configure: failed program was:
1192| /* confdefs.h.  */
1193| #define PACKAGE_NAME "LLVM"
1194| #define PACKAGE_TARNAME "llvm"
1195| #define PACKAGE_VERSION "3.4.2"
1196| #define PACKAGE_STRING "LLVM 3.4.2"
1197| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1198| #define LLVM_VERSION_MAJOR 3
1199| #define LLVM_VERSION_MINOR 4
1200| #define LLVM_VERSION_PATCH 2
1201| #define LLVM_ON_UNIX 1
1202| #define STDC_HEADERS 1
1203| #define HAVE_SYS_TYPES_H 1
1204| #define HAVE_SYS_STAT_H 1
1205| #define HAVE_STDLIB_H 1
1206| #define HAVE_STRING_H 1
1207| #define HAVE_MEMORY_H 1
1208| #define HAVE_STRINGS_H 1
1209| #define HAVE_INTTYPES_H 1
1210| #define HAVE_STDINT_H 1
1211| #define HAVE_UNISTD_H 1
1212| #define LLVM_ENABLE_THREADS 1
1213| #define LLVM_ENABLE_ZLIB 1
1214| #define ENABLE_PIC 1
1215| #define ENABLE_TIMESTAMPS 1
1216| #define ENABLE_BACKTRACES 1
1217| #define ENABLE_CRASH_OVERRIDES 1
1218| #define LLVM_NATIVE_ARCH PowerPC
1219| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1220| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1221| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1222| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1223| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1224| #define CLANG_RESOURCE_DIR ""
1225| #define C_INCLUDE_DIRS ""
1226| #define GCC_INSTALL_PREFIX ""
1227| #define DEFAULT_SYSROOT ""
1228| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1229| #define HOST_LINK_VERSION "97.17"
1230| #define HAVE_LINK_EXPORT_DYNAMIC 1
1231| #define HAVE_DIRENT_H 1
1232| #define HAVE_DLFCN_H 1
1233| #define LTDL_SHLIB_EXT ".dylib"
1234| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1235| #define LTDL_OBJDIR ".libs/"
1236| #define HAVE_PRELOADED_SYMBOLS 1
1237| #define HAVE_LIBDL 1
1238| #define HAVE_DLERROR 1
1239| #define error_t int
1240| /* end confdefs.h.  */
1241| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
1242|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1243| #define argz_insert innocuous_argz_insert
1244|
1245| /* System header to define __stub macros and hopefully few prototypes,
1246|     which can conflict with char argz_insert (); below.
1247|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1248|     <limits.h> exists even on freestanding compilers.  */
1249|
1250| #ifdef __STDC__
1251| # include <limits.h>
1252| #else
1253| # include <assert.h>
1254| #endif
1255|
1256| #undef argz_insert
1257|
1258| /* Override any GCC internal prototype to avoid an error.
1259|    Use char because int might match the return type of a GCC
1260|    builtin and then its argument prototype would still apply.  */
1261| #ifdef __cplusplus
1262| extern "C"
1263| #endif
1264| char argz_insert ();
1265| /* The GNU C library defines this for functions which it implements
1266|     to always fail with ENOSYS.  Some functions are actually named
1267|     something starting with __ and the normal name is an alias.  */
1268| #if defined __stub_argz_insert || defined __stub___argz_insert
1269| choke me
1270| #endif
1271|
1272| int
1273| main ()
1274| {
1275| return argz_insert ();
1276|   ;
1277|   return 0;
1278| }
1279configure:11162: result: no
1280configure:11066: checking for argz_next
1281configure:11122: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1282Undefined symbols:
1283  "_argz_next", referenced from:
1284      _main in cceRY71t.o
1285ld: symbol(s) not found
1286collect2: ld returned 1 exit status
1287configure:11128: $? = 1
1288configure: failed program was:
1289| /* confdefs.h.  */
1290| #define PACKAGE_NAME "LLVM"
1291| #define PACKAGE_TARNAME "llvm"
1292| #define PACKAGE_VERSION "3.4.2"
1293| #define PACKAGE_STRING "LLVM 3.4.2"
1294| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1295| #define LLVM_VERSION_MAJOR 3
1296| #define LLVM_VERSION_MINOR 4
1297| #define LLVM_VERSION_PATCH 2
1298| #define LLVM_ON_UNIX 1
1299| #define STDC_HEADERS 1
1300| #define HAVE_SYS_TYPES_H 1
1301| #define HAVE_SYS_STAT_H 1
1302| #define HAVE_STDLIB_H 1
1303| #define HAVE_STRING_H 1
1304| #define HAVE_MEMORY_H 1
1305| #define HAVE_STRINGS_H 1
1306| #define HAVE_INTTYPES_H 1
1307| #define HAVE_STDINT_H 1
1308| #define HAVE_UNISTD_H 1
1309| #define LLVM_ENABLE_THREADS 1
1310| #define LLVM_ENABLE_ZLIB 1
1311| #define ENABLE_PIC 1
1312| #define ENABLE_TIMESTAMPS 1
1313| #define ENABLE_BACKTRACES 1
1314| #define ENABLE_CRASH_OVERRIDES 1
1315| #define LLVM_NATIVE_ARCH PowerPC
1316| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1317| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1318| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1319| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1320| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1321| #define CLANG_RESOURCE_DIR ""
1322| #define C_INCLUDE_DIRS ""
1323| #define GCC_INSTALL_PREFIX ""
1324| #define DEFAULT_SYSROOT ""
1325| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1326| #define HOST_LINK_VERSION "97.17"
1327| #define HAVE_LINK_EXPORT_DYNAMIC 1
1328| #define HAVE_DIRENT_H 1
1329| #define HAVE_DLFCN_H 1
1330| #define LTDL_SHLIB_EXT ".dylib"
1331| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1332| #define LTDL_OBJDIR ".libs/"
1333| #define HAVE_PRELOADED_SYMBOLS 1
1334| #define HAVE_LIBDL 1
1335| #define HAVE_DLERROR 1
1336| #define error_t int
1337| /* end confdefs.h.  */
1338| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
1339|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1340| #define argz_next innocuous_argz_next
1341|
1342| /* System header to define __stub macros and hopefully few prototypes,
1343|     which can conflict with char argz_next (); below.
1344|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1345|     <limits.h> exists even on freestanding compilers.  */
1346|
1347| #ifdef __STDC__
1348| # include <limits.h>
1349| #else
1350| # include <assert.h>
1351| #endif
1352|
1353| #undef argz_next
1354|
1355| /* Override any GCC internal prototype to avoid an error.
1356|    Use char because int might match the return type of a GCC
1357|    builtin and then its argument prototype would still apply.  */
1358| #ifdef __cplusplus
1359| extern "C"
1360| #endif
1361| char argz_next ();
1362| /* The GNU C library defines this for functions which it implements
1363|     to always fail with ENOSYS.  Some functions are actually named
1364|     something starting with __ and the normal name is an alias.  */
1365| #if defined __stub_argz_next || defined __stub___argz_next
1366| choke me
1367| #endif
1368|
1369| int
1370| main ()
1371| {
1372| return argz_next ();
1373|   ;
1374|   return 0;
1375| }
1376configure:11162: result: no
1377configure:11066: checking for argz_stringify
1378configure:11122: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1379Undefined symbols:
1380  "_argz_stringify", referenced from:
1381      _main in ccCej5mz.o
1382ld: symbol(s) not found
1383collect2: ld returned 1 exit status
1384configure:11128: $? = 1
1385configure: failed program was:
1386| /* confdefs.h.  */
1387| #define PACKAGE_NAME "LLVM"
1388| #define PACKAGE_TARNAME "llvm"
1389| #define PACKAGE_VERSION "3.4.2"
1390| #define PACKAGE_STRING "LLVM 3.4.2"
1391| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1392| #define LLVM_VERSION_MAJOR 3
1393| #define LLVM_VERSION_MINOR 4
1394| #define LLVM_VERSION_PATCH 2
1395| #define LLVM_ON_UNIX 1
1396| #define STDC_HEADERS 1
1397| #define HAVE_SYS_TYPES_H 1
1398| #define HAVE_SYS_STAT_H 1
1399| #define HAVE_STDLIB_H 1
1400| #define HAVE_STRING_H 1
1401| #define HAVE_MEMORY_H 1
1402| #define HAVE_STRINGS_H 1
1403| #define HAVE_INTTYPES_H 1
1404| #define HAVE_STDINT_H 1
1405| #define HAVE_UNISTD_H 1
1406| #define LLVM_ENABLE_THREADS 1
1407| #define LLVM_ENABLE_ZLIB 1
1408| #define ENABLE_PIC 1
1409| #define ENABLE_TIMESTAMPS 1
1410| #define ENABLE_BACKTRACES 1
1411| #define ENABLE_CRASH_OVERRIDES 1
1412| #define LLVM_NATIVE_ARCH PowerPC
1413| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1414| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1415| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1416| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1417| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1418| #define CLANG_RESOURCE_DIR ""
1419| #define C_INCLUDE_DIRS ""
1420| #define GCC_INSTALL_PREFIX ""
1421| #define DEFAULT_SYSROOT ""
1422| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1423| #define HOST_LINK_VERSION "97.17"
1424| #define HAVE_LINK_EXPORT_DYNAMIC 1
1425| #define HAVE_DIRENT_H 1
1426| #define HAVE_DLFCN_H 1
1427| #define LTDL_SHLIB_EXT ".dylib"
1428| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1429| #define LTDL_OBJDIR ".libs/"
1430| #define HAVE_PRELOADED_SYMBOLS 1
1431| #define HAVE_LIBDL 1
1432| #define HAVE_DLERROR 1
1433| #define error_t int
1434| /* end confdefs.h.  */
1435| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
1436|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1437| #define argz_stringify innocuous_argz_stringify
1438|
1439| /* System header to define __stub macros and hopefully few prototypes,
1440|     which can conflict with char argz_stringify (); below.
1441|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1442|     <limits.h> exists even on freestanding compilers.  */
1443|
1444| #ifdef __STDC__
1445| # include <limits.h>
1446| #else
1447| # include <assert.h>
1448| #endif
1449|
1450| #undef argz_stringify
1451|
1452| /* Override any GCC internal prototype to avoid an error.
1453|    Use char because int might match the return type of a GCC
1454|    builtin and then its argument prototype would still apply.  */
1455| #ifdef __cplusplus
1456| extern "C"
1457| #endif
1458| char argz_stringify ();
1459| /* The GNU C library defines this for functions which it implements
1460|     to always fail with ENOSYS.  Some functions are actually named
1461|     something starting with __ and the normal name is an alias.  */
1462| #if defined __stub_argz_stringify || defined __stub___argz_stringify
1463| choke me
1464| #endif
1465|
1466| int
1467| main ()
1468| {
1469| return argz_stringify ();
1470|   ;
1471|   return 0;
1472| }
1473configure:11162: result: no
1474configure:11208: checking errno.h usability
1475configure:11225: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
1476configure:11231: $? = 0
1477configure:11238: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1478configure:11241: $? = 0
1479configure:11248: test -s conftest.o
1480configure:11251: $? = 0
1481configure:11262: result: yes
1482configure:11266: checking errno.h presence
1483configure:11281: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1484configure:11287: $? = 0
1485configure:11308: result: yes
1486configure:11341: checking for errno.h
1487configure:11349: result: yes
1488configure:11208: checking malloc.h usability
1489configure:11225: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
1490conftest.c:84:20: error: malloc.h: No such file or directory
1491configure:11231: $? = 1
1492configure: failed program was:
1493| /* confdefs.h.  */
1494| #define PACKAGE_NAME "LLVM"
1495| #define PACKAGE_TARNAME "llvm"
1496| #define PACKAGE_VERSION "3.4.2"
1497| #define PACKAGE_STRING "LLVM 3.4.2"
1498| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1499| #define LLVM_VERSION_MAJOR 3
1500| #define LLVM_VERSION_MINOR 4
1501| #define LLVM_VERSION_PATCH 2
1502| #define LLVM_ON_UNIX 1
1503| #define STDC_HEADERS 1
1504| #define HAVE_SYS_TYPES_H 1
1505| #define HAVE_SYS_STAT_H 1
1506| #define HAVE_STDLIB_H 1
1507| #define HAVE_STRING_H 1
1508| #define HAVE_MEMORY_H 1
1509| #define HAVE_STRINGS_H 1
1510| #define HAVE_INTTYPES_H 1
1511| #define HAVE_STDINT_H 1
1512| #define HAVE_UNISTD_H 1
1513| #define LLVM_ENABLE_THREADS 1
1514| #define LLVM_ENABLE_ZLIB 1
1515| #define ENABLE_PIC 1
1516| #define ENABLE_TIMESTAMPS 1
1517| #define ENABLE_BACKTRACES 1
1518| #define ENABLE_CRASH_OVERRIDES 1
1519| #define LLVM_NATIVE_ARCH PowerPC
1520| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1521| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1522| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1523| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1524| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1525| #define CLANG_RESOURCE_DIR ""
1526| #define C_INCLUDE_DIRS ""
1527| #define GCC_INSTALL_PREFIX ""
1528| #define DEFAULT_SYSROOT ""
1529| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1530| #define HOST_LINK_VERSION "97.17"
1531| #define HAVE_LINK_EXPORT_DYNAMIC 1
1532| #define HAVE_DIRENT_H 1
1533| #define HAVE_DLFCN_H 1
1534| #define LTDL_SHLIB_EXT ".dylib"
1535| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1536| #define LTDL_OBJDIR ".libs/"
1537| #define HAVE_PRELOADED_SYMBOLS 1
1538| #define HAVE_LIBDL 1
1539| #define HAVE_DLERROR 1
1540| #define error_t int
1541| #define HAVE_ERRNO_H 1
1542| /* end confdefs.h.  */
1543| #include <stdio.h>
1544| #if HAVE_SYS_TYPES_H
1545| # include <sys/types.h>
1546| #endif
1547| #if HAVE_SYS_STAT_H
1548| # include <sys/stat.h>
1549| #endif
1550| #if STDC_HEADERS
1551| # include <stdlib.h>
1552| # include <stddef.h>
1553| #else
1554| # if HAVE_STDLIB_H
1555| #  include <stdlib.h>
1556| # endif
1557| #endif
1558| #if HAVE_STRING_H
1559| # if !STDC_HEADERS && HAVE_MEMORY_H
1560| #  include <memory.h>
1561| # endif
1562| # include <string.h>
1563| #endif
1564| #if HAVE_STRINGS_H
1565| # include <strings.h>
1566| #endif
1567| #if HAVE_INTTYPES_H
1568| # include <inttypes.h>
1569| #endif
1570| #if HAVE_STDINT_H
1571| # include <stdint.h>
1572| #endif
1573| #if HAVE_UNISTD_H
1574| # include <unistd.h>
1575| #endif
1576| #include <malloc.h>
1577configure:11262: result: no
1578configure:11266: checking malloc.h presence
1579configure:11281: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1580conftest.c:51:20: error: malloc.h: No such file or directory
1581configure:11287: $? = 1
1582configure: failed program was:
1583| /* confdefs.h.  */
1584| #define PACKAGE_NAME "LLVM"
1585| #define PACKAGE_TARNAME "llvm"
1586| #define PACKAGE_VERSION "3.4.2"
1587| #define PACKAGE_STRING "LLVM 3.4.2"
1588| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1589| #define LLVM_VERSION_MAJOR 3
1590| #define LLVM_VERSION_MINOR 4
1591| #define LLVM_VERSION_PATCH 2
1592| #define LLVM_ON_UNIX 1
1593| #define STDC_HEADERS 1
1594| #define HAVE_SYS_TYPES_H 1
1595| #define HAVE_SYS_STAT_H 1
1596| #define HAVE_STDLIB_H 1
1597| #define HAVE_STRING_H 1
1598| #define HAVE_MEMORY_H 1
1599| #define HAVE_STRINGS_H 1
1600| #define HAVE_INTTYPES_H 1
1601| #define HAVE_STDINT_H 1
1602| #define HAVE_UNISTD_H 1
1603| #define LLVM_ENABLE_THREADS 1
1604| #define LLVM_ENABLE_ZLIB 1
1605| #define ENABLE_PIC 1
1606| #define ENABLE_TIMESTAMPS 1
1607| #define ENABLE_BACKTRACES 1
1608| #define ENABLE_CRASH_OVERRIDES 1
1609| #define LLVM_NATIVE_ARCH PowerPC
1610| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1611| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1612| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1613| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1614| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1615| #define CLANG_RESOURCE_DIR ""
1616| #define C_INCLUDE_DIRS ""
1617| #define GCC_INSTALL_PREFIX ""
1618| #define DEFAULT_SYSROOT ""
1619| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1620| #define HOST_LINK_VERSION "97.17"
1621| #define HAVE_LINK_EXPORT_DYNAMIC 1
1622| #define HAVE_DIRENT_H 1
1623| #define HAVE_DLFCN_H 1
1624| #define LTDL_SHLIB_EXT ".dylib"
1625| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1626| #define LTDL_OBJDIR ".libs/"
1627| #define HAVE_PRELOADED_SYMBOLS 1
1628| #define HAVE_LIBDL 1
1629| #define HAVE_DLERROR 1
1630| #define error_t int
1631| #define HAVE_ERRNO_H 1
1632| /* end confdefs.h.  */
1633| #include <malloc.h>
1634configure:11308: result: no
1635configure:11341: checking for malloc.h
1636configure:11349: result: no
1637configure:11198: checking for memory.h
1638configure:11204: result: yes
1639configure:11198: checking for unistd.h
1640configure:11204: result: yes
1641configure:11377: checking mach-o/dyld.h usability
1642configure:11394: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
1643configure:11400: $? = 0
1644configure:11407: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1645configure:11410: $? = 0
1646configure:11417: test -s conftest.o
1647configure:11420: $? = 0
1648configure:11431: result: yes
1649configure:11435: checking mach-o/dyld.h presence
1650configure:11450: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1651configure:11456: $? = 0
1652configure:11477: result: yes
1653configure:11510: checking for mach-o/dyld.h
1654configure:11518: result: yes
1655configure:11538: checking for closedir
1656configure:11594: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1657configure:11600: $? = 0
1658configure:11607: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1659configure:11610: $? = 0
1660configure:11617: test -s conftest
1661configure:11620: $? = 0
1662configure:11634: result: yes
1663configure:11538: checking for opendir
1664configure:11594: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1665configure:11600: $? = 0
1666configure:11607: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1667configure:11610: $? = 0
1668configure:11617: test -s conftest
1669configure:11620: $? = 0
1670configure:11634: result: yes
1671configure:11538: checking for readdir
1672configure:11594: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c  >&5
1673configure:11600: $? = 0
1674configure:11607: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1675configure:11610: $? = 0
1676configure:11617: test -s conftest
1677configure:11620: $? = 0
1678configure:11634: result: yes
1679configure:11646: checking tool compatibility
1680configure:11696: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
1681configure:11702: $? = 0
1682configure:11709: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1683configure:11712: $? = 0
1684configure:11719: test -s conftest.o
1685configure:11722: $? = 0
1686configure:11744: result: ok
1687configure:11747: checking optional compiler flags
1688configure:11768: result: -Wno-variadic-macros -Wno-missing-field-initializers   
1689configure:11772: checking for sin in -lm
1690configure:11807: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lm   >&5
1691conftest.c:64: warning: conflicting types for built-in function 'sin'
1692configure:11813: $? = 0
1693configure:11820: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1694configure:11823: $? = 0
1695configure:11830: test -s conftest
1696configure:11833: $? = 0
1697configure:11847: result: yes
1698configure:12104: checking for library containing dlopen
1699configure:12145: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lm  >&5
1700configure:12151: $? = 0
1701configure:12158: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1702configure:12161: $? = 0
1703configure:12168: test -s conftest
1704configure:12171: $? = 0
1705configure:12195: result: none required
1706configure:12211: checking for library containing clock_gettime
1707configure:12252: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lm  >&5
1708Undefined symbols:
1709  "_clock_gettime", referenced from:
1710      _main in ccPvpWMY.o
1711ld: symbol(s) not found
1712collect2: ld returned 1 exit status
1713configure:12258: $? = 1
1714configure: failed program was:
1715| /* confdefs.h.  */
1716| #define PACKAGE_NAME "LLVM"
1717| #define PACKAGE_TARNAME "llvm"
1718| #define PACKAGE_VERSION "3.4.2"
1719| #define PACKAGE_STRING "LLVM 3.4.2"
1720| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1721| #define LLVM_VERSION_MAJOR 3
1722| #define LLVM_VERSION_MINOR 4
1723| #define LLVM_VERSION_PATCH 2
1724| #define LLVM_ON_UNIX 1
1725| #define STDC_HEADERS 1
1726| #define HAVE_SYS_TYPES_H 1
1727| #define HAVE_SYS_STAT_H 1
1728| #define HAVE_STDLIB_H 1
1729| #define HAVE_STRING_H 1
1730| #define HAVE_MEMORY_H 1
1731| #define HAVE_STRINGS_H 1
1732| #define HAVE_INTTYPES_H 1
1733| #define HAVE_STDINT_H 1
1734| #define HAVE_UNISTD_H 1
1735| #define LLVM_ENABLE_THREADS 1
1736| #define LLVM_ENABLE_ZLIB 1
1737| #define ENABLE_PIC 1
1738| #define ENABLE_TIMESTAMPS 1
1739| #define ENABLE_BACKTRACES 1
1740| #define ENABLE_CRASH_OVERRIDES 1
1741| #define LLVM_NATIVE_ARCH PowerPC
1742| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1743| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1744| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1745| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1746| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1747| #define CLANG_RESOURCE_DIR ""
1748| #define C_INCLUDE_DIRS ""
1749| #define GCC_INSTALL_PREFIX ""
1750| #define DEFAULT_SYSROOT ""
1751| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1752| #define HOST_LINK_VERSION "97.17"
1753| #define HAVE_LINK_EXPORT_DYNAMIC 1
1754| #define HAVE_DIRENT_H 1
1755| #define HAVE_DLFCN_H 1
1756| #define LTDL_SHLIB_EXT ".dylib"
1757| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1758| #define LTDL_OBJDIR ".libs/"
1759| #define HAVE_PRELOADED_SYMBOLS 1
1760| #define HAVE_LIBDL 1
1761| #define HAVE_DLERROR 1
1762| #define error_t int
1763| #define HAVE_ERRNO_H 1
1764| #define HAVE_MEMORY_H 1
1765| #define HAVE_UNISTD_H 1
1766| #define HAVE_MACH_O_DYLD_H 1
1767| #define HAVE_CLOSEDIR 1
1768| #define HAVE_OPENDIR 1
1769| #define HAVE_READDIR 1
1770| #define HAVE_LIBM 1
1771| #define HAVE_DLOPEN 1
1772| /* end confdefs.h.  */
1773|
1774| /* Override any GCC internal prototype to avoid an error.
1775|    Use char because int might match the return type of a GCC
1776|    builtin and then its argument prototype would still apply.  */
1777| #ifdef __cplusplus
1778| extern "C"
1779| #endif
1780| char clock_gettime ();
1781| int
1782| main ()
1783| {
1784| return clock_gettime ();
1785|   ;
1786|   return 0;
1787| }
1788configure:12252: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lrt  -lm  >&5
1789ld: library not found for -lrt
1790collect2: ld returned 1 exit status
1791configure:12258: $? = 1
1792configure: failed program was:
1793| /* confdefs.h.  */
1794| #define PACKAGE_NAME "LLVM"
1795| #define PACKAGE_TARNAME "llvm"
1796| #define PACKAGE_VERSION "3.4.2"
1797| #define PACKAGE_STRING "LLVM 3.4.2"
1798| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1799| #define LLVM_VERSION_MAJOR 3
1800| #define LLVM_VERSION_MINOR 4
1801| #define LLVM_VERSION_PATCH 2
1802| #define LLVM_ON_UNIX 1
1803| #define STDC_HEADERS 1
1804| #define HAVE_SYS_TYPES_H 1
1805| #define HAVE_SYS_STAT_H 1
1806| #define HAVE_STDLIB_H 1
1807| #define HAVE_STRING_H 1
1808| #define HAVE_MEMORY_H 1
1809| #define HAVE_STRINGS_H 1
1810| #define HAVE_INTTYPES_H 1
1811| #define HAVE_STDINT_H 1
1812| #define HAVE_UNISTD_H 1
1813| #define LLVM_ENABLE_THREADS 1
1814| #define LLVM_ENABLE_ZLIB 1
1815| #define ENABLE_PIC 1
1816| #define ENABLE_TIMESTAMPS 1
1817| #define ENABLE_BACKTRACES 1
1818| #define ENABLE_CRASH_OVERRIDES 1
1819| #define LLVM_NATIVE_ARCH PowerPC
1820| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1821| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1822| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1823| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1824| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1825| #define CLANG_RESOURCE_DIR ""
1826| #define C_INCLUDE_DIRS ""
1827| #define GCC_INSTALL_PREFIX ""
1828| #define DEFAULT_SYSROOT ""
1829| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1830| #define HOST_LINK_VERSION "97.17"
1831| #define HAVE_LINK_EXPORT_DYNAMIC 1
1832| #define HAVE_DIRENT_H 1
1833| #define HAVE_DLFCN_H 1
1834| #define LTDL_SHLIB_EXT ".dylib"
1835| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1836| #define LTDL_OBJDIR ".libs/"
1837| #define HAVE_PRELOADED_SYMBOLS 1
1838| #define HAVE_LIBDL 1
1839| #define HAVE_DLERROR 1
1840| #define error_t int
1841| #define HAVE_ERRNO_H 1
1842| #define HAVE_MEMORY_H 1
1843| #define HAVE_UNISTD_H 1
1844| #define HAVE_MACH_O_DYLD_H 1
1845| #define HAVE_CLOSEDIR 1
1846| #define HAVE_OPENDIR 1
1847| #define HAVE_READDIR 1
1848| #define HAVE_LIBM 1
1849| #define HAVE_DLOPEN 1
1850| /* end confdefs.h.  */
1851|
1852| /* Override any GCC internal prototype to avoid an error.
1853|    Use char because int might match the return type of a GCC
1854|    builtin and then its argument prototype would still apply.  */
1855| #ifdef __cplusplus
1856| extern "C"
1857| #endif
1858| char clock_gettime ();
1859| int
1860| main ()
1861| {
1862| return clock_gettime ();
1863|   ;
1864|   return 0;
1865| }
1866configure:12302: result: no
1867configure:12312: checking for library containing setupterm
1868configure:12353: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lm  >&5
1869Undefined symbols:
1870  "_setupterm", referenced from:
1871      _main in ccU23ppj.o
1872ld: symbol(s) not found
1873collect2: ld returned 1 exit status
1874configure:12359: $? = 1
1875configure: failed program was:
1876| /* confdefs.h.  */
1877| #define PACKAGE_NAME "LLVM"
1878| #define PACKAGE_TARNAME "llvm"
1879| #define PACKAGE_VERSION "3.4.2"
1880| #define PACKAGE_STRING "LLVM 3.4.2"
1881| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1882| #define LLVM_VERSION_MAJOR 3
1883| #define LLVM_VERSION_MINOR 4
1884| #define LLVM_VERSION_PATCH 2
1885| #define LLVM_ON_UNIX 1
1886| #define STDC_HEADERS 1
1887| #define HAVE_SYS_TYPES_H 1
1888| #define HAVE_SYS_STAT_H 1
1889| #define HAVE_STDLIB_H 1
1890| #define HAVE_STRING_H 1
1891| #define HAVE_MEMORY_H 1
1892| #define HAVE_STRINGS_H 1
1893| #define HAVE_INTTYPES_H 1
1894| #define HAVE_STDINT_H 1
1895| #define HAVE_UNISTD_H 1
1896| #define LLVM_ENABLE_THREADS 1
1897| #define LLVM_ENABLE_ZLIB 1
1898| #define ENABLE_PIC 1
1899| #define ENABLE_TIMESTAMPS 1
1900| #define ENABLE_BACKTRACES 1
1901| #define ENABLE_CRASH_OVERRIDES 1
1902| #define LLVM_NATIVE_ARCH PowerPC
1903| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1904| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1905| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1906| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1907| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1908| #define CLANG_RESOURCE_DIR ""
1909| #define C_INCLUDE_DIRS ""
1910| #define GCC_INSTALL_PREFIX ""
1911| #define DEFAULT_SYSROOT ""
1912| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1913| #define HOST_LINK_VERSION "97.17"
1914| #define HAVE_LINK_EXPORT_DYNAMIC 1
1915| #define HAVE_DIRENT_H 1
1916| #define HAVE_DLFCN_H 1
1917| #define LTDL_SHLIB_EXT ".dylib"
1918| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1919| #define LTDL_OBJDIR ".libs/"
1920| #define HAVE_PRELOADED_SYMBOLS 1
1921| #define HAVE_LIBDL 1
1922| #define HAVE_DLERROR 1
1923| #define error_t int
1924| #define HAVE_ERRNO_H 1
1925| #define HAVE_MEMORY_H 1
1926| #define HAVE_UNISTD_H 1
1927| #define HAVE_MACH_O_DYLD_H 1
1928| #define HAVE_CLOSEDIR 1
1929| #define HAVE_OPENDIR 1
1930| #define HAVE_READDIR 1
1931| #define HAVE_LIBM 1
1932| #define HAVE_DLOPEN 1
1933| /* end confdefs.h.  */
1934|
1935| /* Override any GCC internal prototype to avoid an error.
1936|    Use char because int might match the return type of a GCC
1937|    builtin and then its argument prototype would still apply.  */
1938| #ifdef __cplusplus
1939| extern "C"
1940| #endif
1941| char setupterm ();
1942| int
1943| main ()
1944| {
1945| return setupterm ();
1946|   ;
1947|   return 0;
1948| }
1949configure:12353: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -ltinfo  -lm  >&5
1950ld: library not found for -ltinfo
1951collect2: ld returned 1 exit status
1952configure:12359: $? = 1
1953configure: failed program was:
1954| /* confdefs.h.  */
1955| #define PACKAGE_NAME "LLVM"
1956| #define PACKAGE_TARNAME "llvm"
1957| #define PACKAGE_VERSION "3.4.2"
1958| #define PACKAGE_STRING "LLVM 3.4.2"
1959| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1960| #define LLVM_VERSION_MAJOR 3
1961| #define LLVM_VERSION_MINOR 4
1962| #define LLVM_VERSION_PATCH 2
1963| #define LLVM_ON_UNIX 1
1964| #define STDC_HEADERS 1
1965| #define HAVE_SYS_TYPES_H 1
1966| #define HAVE_SYS_STAT_H 1
1967| #define HAVE_STDLIB_H 1
1968| #define HAVE_STRING_H 1
1969| #define HAVE_MEMORY_H 1
1970| #define HAVE_STRINGS_H 1
1971| #define HAVE_INTTYPES_H 1
1972| #define HAVE_STDINT_H 1
1973| #define HAVE_UNISTD_H 1
1974| #define LLVM_ENABLE_THREADS 1
1975| #define LLVM_ENABLE_ZLIB 1
1976| #define ENABLE_PIC 1
1977| #define ENABLE_TIMESTAMPS 1
1978| #define ENABLE_BACKTRACES 1
1979| #define ENABLE_CRASH_OVERRIDES 1
1980| #define LLVM_NATIVE_ARCH PowerPC
1981| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1982| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1983| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1984| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1985| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1986| #define CLANG_RESOURCE_DIR ""
1987| #define C_INCLUDE_DIRS ""
1988| #define GCC_INSTALL_PREFIX ""
1989| #define DEFAULT_SYSROOT ""
1990| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1991| #define HOST_LINK_VERSION "97.17"
1992| #define HAVE_LINK_EXPORT_DYNAMIC 1
1993| #define HAVE_DIRENT_H 1
1994| #define HAVE_DLFCN_H 1
1995| #define LTDL_SHLIB_EXT ".dylib"
1996| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1997| #define LTDL_OBJDIR ".libs/"
1998| #define HAVE_PRELOADED_SYMBOLS 1
1999| #define HAVE_LIBDL 1
2000| #define HAVE_DLERROR 1
2001| #define error_t int
2002| #define HAVE_ERRNO_H 1
2003| #define HAVE_MEMORY_H 1
2004| #define HAVE_UNISTD_H 1
2005| #define HAVE_MACH_O_DYLD_H 1
2006| #define HAVE_CLOSEDIR 1
2007| #define HAVE_OPENDIR 1
2008| #define HAVE_READDIR 1
2009| #define HAVE_LIBM 1
2010| #define HAVE_DLOPEN 1
2011| /* end confdefs.h.  */
2012|
2013| /* Override any GCC internal prototype to avoid an error.
2014|    Use char because int might match the return type of a GCC
2015|    builtin and then its argument prototype would still apply.  */
2016| #ifdef __cplusplus
2017| extern "C"
2018| #endif
2019| char setupterm ();
2020| int
2021| main ()
2022| {
2023| return setupterm ();
2024|   ;
2025|   return 0;
2026| }
2027configure:12353: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lterminfo  -lm  >&5
2028ld: library not found for -lterminfo
2029collect2: ld returned 1 exit status
2030configure:12359: $? = 1
2031configure: failed program was:
2032| /* confdefs.h.  */
2033| #define PACKAGE_NAME "LLVM"
2034| #define PACKAGE_TARNAME "llvm"
2035| #define PACKAGE_VERSION "3.4.2"
2036| #define PACKAGE_STRING "LLVM 3.4.2"
2037| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2038| #define LLVM_VERSION_MAJOR 3
2039| #define LLVM_VERSION_MINOR 4
2040| #define LLVM_VERSION_PATCH 2
2041| #define LLVM_ON_UNIX 1
2042| #define STDC_HEADERS 1
2043| #define HAVE_SYS_TYPES_H 1
2044| #define HAVE_SYS_STAT_H 1
2045| #define HAVE_STDLIB_H 1
2046| #define HAVE_STRING_H 1
2047| #define HAVE_MEMORY_H 1
2048| #define HAVE_STRINGS_H 1
2049| #define HAVE_INTTYPES_H 1
2050| #define HAVE_STDINT_H 1
2051| #define HAVE_UNISTD_H 1
2052| #define LLVM_ENABLE_THREADS 1
2053| #define LLVM_ENABLE_ZLIB 1
2054| #define ENABLE_PIC 1
2055| #define ENABLE_TIMESTAMPS 1
2056| #define ENABLE_BACKTRACES 1
2057| #define ENABLE_CRASH_OVERRIDES 1
2058| #define LLVM_NATIVE_ARCH PowerPC
2059| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2060| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2061| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2062| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2063| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2064| #define CLANG_RESOURCE_DIR ""
2065| #define C_INCLUDE_DIRS ""
2066| #define GCC_INSTALL_PREFIX ""
2067| #define DEFAULT_SYSROOT ""
2068| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2069| #define HOST_LINK_VERSION "97.17"
2070| #define HAVE_LINK_EXPORT_DYNAMIC 1
2071| #define HAVE_DIRENT_H 1
2072| #define HAVE_DLFCN_H 1
2073| #define LTDL_SHLIB_EXT ".dylib"
2074| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2075| #define LTDL_OBJDIR ".libs/"
2076| #define HAVE_PRELOADED_SYMBOLS 1
2077| #define HAVE_LIBDL 1
2078| #define HAVE_DLERROR 1
2079| #define error_t int
2080| #define HAVE_ERRNO_H 1
2081| #define HAVE_MEMORY_H 1
2082| #define HAVE_UNISTD_H 1
2083| #define HAVE_MACH_O_DYLD_H 1
2084| #define HAVE_CLOSEDIR 1
2085| #define HAVE_OPENDIR 1
2086| #define HAVE_READDIR 1
2087| #define HAVE_LIBM 1
2088| #define HAVE_DLOPEN 1
2089| /* end confdefs.h.  */
2090|
2091| /* Override any GCC internal prototype to avoid an error.
2092|    Use char because int might match the return type of a GCC
2093|    builtin and then its argument prototype would still apply.  */
2094| #ifdef __cplusplus
2095| extern "C"
2096| #endif
2097| char setupterm ();
2098| int
2099| main ()
2100| {
2101| return setupterm ();
2102|   ;
2103|   return 0;
2104| }
2105configure:12353: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lcurses  -lm  >&5
2106configure:12359: $? = 0
2107configure:12366: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2108configure:12369: $? = 0
2109configure:12376: test -s conftest
2110configure:12379: $? = 0
2111configure:12403: result: -lcurses
2112configure:12418: checking for library containing ffi_call
2113configure:12459: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lcurses -lm  >&5
2114Undefined symbols:
2115  "_ffi_call", referenced from:
2116      _main in ccKkFfOQ.o
2117ld: symbol(s) not found
2118collect2: ld returned 1 exit status
2119configure:12465: $? = 1
2120configure: failed program was:
2121| /* confdefs.h.  */
2122| #define PACKAGE_NAME "LLVM"
2123| #define PACKAGE_TARNAME "llvm"
2124| #define PACKAGE_VERSION "3.4.2"
2125| #define PACKAGE_STRING "LLVM 3.4.2"
2126| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2127| #define LLVM_VERSION_MAJOR 3
2128| #define LLVM_VERSION_MINOR 4
2129| #define LLVM_VERSION_PATCH 2
2130| #define LLVM_ON_UNIX 1
2131| #define STDC_HEADERS 1
2132| #define HAVE_SYS_TYPES_H 1
2133| #define HAVE_SYS_STAT_H 1
2134| #define HAVE_STDLIB_H 1
2135| #define HAVE_STRING_H 1
2136| #define HAVE_MEMORY_H 1
2137| #define HAVE_STRINGS_H 1
2138| #define HAVE_INTTYPES_H 1
2139| #define HAVE_STDINT_H 1
2140| #define HAVE_UNISTD_H 1
2141| #define LLVM_ENABLE_THREADS 1
2142| #define LLVM_ENABLE_ZLIB 1
2143| #define ENABLE_PIC 1
2144| #define ENABLE_TIMESTAMPS 1
2145| #define ENABLE_BACKTRACES 1
2146| #define ENABLE_CRASH_OVERRIDES 1
2147| #define LLVM_NATIVE_ARCH PowerPC
2148| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2149| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2150| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2151| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2152| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2153| #define CLANG_RESOURCE_DIR ""
2154| #define C_INCLUDE_DIRS ""
2155| #define GCC_INSTALL_PREFIX ""
2156| #define DEFAULT_SYSROOT ""
2157| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2158| #define HOST_LINK_VERSION "97.17"
2159| #define HAVE_LINK_EXPORT_DYNAMIC 1
2160| #define HAVE_DIRENT_H 1
2161| #define HAVE_DLFCN_H 1
2162| #define LTDL_SHLIB_EXT ".dylib"
2163| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2164| #define LTDL_OBJDIR ".libs/"
2165| #define HAVE_PRELOADED_SYMBOLS 1
2166| #define HAVE_LIBDL 1
2167| #define HAVE_DLERROR 1
2168| #define error_t int
2169| #define HAVE_ERRNO_H 1
2170| #define HAVE_MEMORY_H 1
2171| #define HAVE_UNISTD_H 1
2172| #define HAVE_MACH_O_DYLD_H 1
2173| #define HAVE_CLOSEDIR 1
2174| #define HAVE_OPENDIR 1
2175| #define HAVE_READDIR 1
2176| #define HAVE_LIBM 1
2177| #define HAVE_DLOPEN 1
2178| #define HAVE_TERMINFO 1
2179| /* end confdefs.h.  */
2180|
2181| /* Override any GCC internal prototype to avoid an error.
2182|    Use char because int might match the return type of a GCC
2183|    builtin and then its argument prototype would still apply.  */
2184| #ifdef __cplusplus
2185| extern "C"
2186| #endif
2187| char ffi_call ();
2188| int
2189| main ()
2190| {
2191| return ffi_call ();
2192|   ;
2193|   return 0;
2194| }
2195configure:12459: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lffi  -lcurses -lm  >&5
2196configure:12465: $? = 0
2197configure:12472: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2198configure:12475: $? = 0
2199configure:12482: test -s conftest
2200configure:12485: $? = 0
2201configure:12509: result: -lffi
2202configure:12527: checking for library containing mallinfo
2203configure:12568: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lffi -lcurses -lm  >&5
2204Undefined symbols:
2205  "_mallinfo", referenced from:
2206      _main in ccEzpXia.o
2207ld: symbol(s) not found
2208collect2: ld returned 1 exit status
2209configure:12574: $? = 1
2210configure: failed program was:
2211| /* confdefs.h.  */
2212| #define PACKAGE_NAME "LLVM"
2213| #define PACKAGE_TARNAME "llvm"
2214| #define PACKAGE_VERSION "3.4.2"
2215| #define PACKAGE_STRING "LLVM 3.4.2"
2216| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2217| #define LLVM_VERSION_MAJOR 3
2218| #define LLVM_VERSION_MINOR 4
2219| #define LLVM_VERSION_PATCH 2
2220| #define LLVM_ON_UNIX 1
2221| #define STDC_HEADERS 1
2222| #define HAVE_SYS_TYPES_H 1
2223| #define HAVE_SYS_STAT_H 1
2224| #define HAVE_STDLIB_H 1
2225| #define HAVE_STRING_H 1
2226| #define HAVE_MEMORY_H 1
2227| #define HAVE_STRINGS_H 1
2228| #define HAVE_INTTYPES_H 1
2229| #define HAVE_STDINT_H 1
2230| #define HAVE_UNISTD_H 1
2231| #define LLVM_ENABLE_THREADS 1
2232| #define LLVM_ENABLE_ZLIB 1
2233| #define ENABLE_PIC 1
2234| #define ENABLE_TIMESTAMPS 1
2235| #define ENABLE_BACKTRACES 1
2236| #define ENABLE_CRASH_OVERRIDES 1
2237| #define LLVM_NATIVE_ARCH PowerPC
2238| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2239| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2240| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2241| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2242| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2243| #define CLANG_RESOURCE_DIR ""
2244| #define C_INCLUDE_DIRS ""
2245| #define GCC_INSTALL_PREFIX ""
2246| #define DEFAULT_SYSROOT ""
2247| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2248| #define HOST_LINK_VERSION "97.17"
2249| #define HAVE_LINK_EXPORT_DYNAMIC 1
2250| #define HAVE_DIRENT_H 1
2251| #define HAVE_DLFCN_H 1
2252| #define LTDL_SHLIB_EXT ".dylib"
2253| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2254| #define LTDL_OBJDIR ".libs/"
2255| #define HAVE_PRELOADED_SYMBOLS 1
2256| #define HAVE_LIBDL 1
2257| #define HAVE_DLERROR 1
2258| #define error_t int
2259| #define HAVE_ERRNO_H 1
2260| #define HAVE_MEMORY_H 1
2261| #define HAVE_UNISTD_H 1
2262| #define HAVE_MACH_O_DYLD_H 1
2263| #define HAVE_CLOSEDIR 1
2264| #define HAVE_OPENDIR 1
2265| #define HAVE_READDIR 1
2266| #define HAVE_LIBM 1
2267| #define HAVE_DLOPEN 1
2268| #define HAVE_TERMINFO 1
2269| #define HAVE_FFI_CALL 1
2270| /* end confdefs.h.  */
2271|
2272| /* Override any GCC internal prototype to avoid an error.
2273|    Use char because int might match the return type of a GCC
2274|    builtin and then its argument prototype would still apply.  */
2275| #ifdef __cplusplus
2276| extern "C"
2277| #endif
2278| char mallinfo ();
2279| int
2280| main ()
2281| {
2282| return mallinfo ();
2283|   ;
2284|   return 0;
2285| }
2286configure:12568: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lmalloc  -lffi -lcurses -lm  >&5
2287ld: library not found for -lmalloc
2288collect2: ld returned 1 exit status
2289configure:12574: $? = 1
2290configure: failed program was:
2291| /* confdefs.h.  */
2292| #define PACKAGE_NAME "LLVM"
2293| #define PACKAGE_TARNAME "llvm"
2294| #define PACKAGE_VERSION "3.4.2"
2295| #define PACKAGE_STRING "LLVM 3.4.2"
2296| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2297| #define LLVM_VERSION_MAJOR 3
2298| #define LLVM_VERSION_MINOR 4
2299| #define LLVM_VERSION_PATCH 2
2300| #define LLVM_ON_UNIX 1
2301| #define STDC_HEADERS 1
2302| #define HAVE_SYS_TYPES_H 1
2303| #define HAVE_SYS_STAT_H 1
2304| #define HAVE_STDLIB_H 1
2305| #define HAVE_STRING_H 1
2306| #define HAVE_MEMORY_H 1
2307| #define HAVE_STRINGS_H 1
2308| #define HAVE_INTTYPES_H 1
2309| #define HAVE_STDINT_H 1
2310| #define HAVE_UNISTD_H 1
2311| #define LLVM_ENABLE_THREADS 1
2312| #define LLVM_ENABLE_ZLIB 1
2313| #define ENABLE_PIC 1
2314| #define ENABLE_TIMESTAMPS 1
2315| #define ENABLE_BACKTRACES 1
2316| #define ENABLE_CRASH_OVERRIDES 1
2317| #define LLVM_NATIVE_ARCH PowerPC
2318| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2319| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2320| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2321| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2322| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2323| #define CLANG_RESOURCE_DIR ""
2324| #define C_INCLUDE_DIRS ""
2325| #define GCC_INSTALL_PREFIX ""
2326| #define DEFAULT_SYSROOT ""
2327| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2328| #define HOST_LINK_VERSION "97.17"
2329| #define HAVE_LINK_EXPORT_DYNAMIC 1
2330| #define HAVE_DIRENT_H 1
2331| #define HAVE_DLFCN_H 1
2332| #define LTDL_SHLIB_EXT ".dylib"
2333| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2334| #define LTDL_OBJDIR ".libs/"
2335| #define HAVE_PRELOADED_SYMBOLS 1
2336| #define HAVE_LIBDL 1
2337| #define HAVE_DLERROR 1
2338| #define error_t int
2339| #define HAVE_ERRNO_H 1
2340| #define HAVE_MEMORY_H 1
2341| #define HAVE_UNISTD_H 1
2342| #define HAVE_MACH_O_DYLD_H 1
2343| #define HAVE_CLOSEDIR 1
2344| #define HAVE_OPENDIR 1
2345| #define HAVE_READDIR 1
2346| #define HAVE_LIBM 1
2347| #define HAVE_DLOPEN 1
2348| #define HAVE_TERMINFO 1
2349| #define HAVE_FFI_CALL 1
2350| /* end confdefs.h.  */
2351|
2352| /* Override any GCC internal prototype to avoid an error.
2353|    Use char because int might match the return type of a GCC
2354|    builtin and then its argument prototype would still apply.  */
2355| #ifdef __cplusplus
2356| extern "C"
2357| #endif
2358| char mallinfo ();
2359| int
2360| main ()
2361| {
2362| return mallinfo ();
2363|   ;
2364|   return 0;
2365| }
2366configure:12618: result: no
2367configure:12633: checking for pthread_mutex_init in -lpthread
2368configure:12668: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lpthread  -lffi -lcurses -lm  >&5
2369configure:12674: $? = 0
2370configure:12681: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2371configure:12684: $? = 0
2372configure:12691: test -s conftest
2373configure:12694: $? = 0
2374configure:12708: result: yes
2375configure:12719: checking for library containing pthread_mutex_lock
2376configure:12760: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lpthread -lffi -lcurses -lm  >&5
2377configure:12766: $? = 0
2378configure:12773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2379configure:12776: $? = 0
2380configure:12783: test -s conftest
2381configure:12786: $? = 0
2382configure:12810: result: none required
2383configure:12822: checking for library containing pthread_rwlock_init
2384configure:12863: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lpthread -lffi -lcurses -lm  >&5
2385configure:12869: $? = 0
2386configure:12876: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2387configure:12879: $? = 0
2388configure:12886: test -s conftest
2389configure:12889: $? = 0
2390configure:12913: result: none required
2391configure:12925: checking for library containing pthread_getspecific
2392configure:12966: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lpthread -lffi -lcurses -lm  >&5
2393configure:12972: $? = 0
2394configure:12979: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2395configure:12982: $? = 0
2396configure:12989: test -s conftest
2397configure:12992: $? = 0
2398configure:13016: result: none required
2399configure:13032: checking for compress2 in -lz
2400configure:13067: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz  -lpthread -lffi -lcurses -lm  >&5
2401configure:13073: $? = 0
2402configure:13080: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2403configure:13083: $? = 0
2404configure:13090: test -s conftest
2405configure:13093: $? = 0
2406configure:13107: result: yes
2407configure:13684: checking for xml2-config
2408configure:13700: found /usr/bin/xml2-config
2409configure:13711: result: xml2-config
2410configure:13723: checking for libxml2 includes
2411configure:13730: result: -I/usr/include/libxml2
2412configure:13732: checking for xmlReadFile in -lxml2
2413configure:13767: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lxml2  -lz -lpthread -lffi -lcurses -lm  >&5
2414configure:13773: $? = 0
2415configure:13780: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2416configure:13783: $? = 0
2417configure:13790: test -s conftest
2418configure:13793: $? = 0
2419configure:13807: result: yes
2420configure:13831: checking for dirent.h that defines DIR
2421configure:13899: result: yes
2422configure:13912: checking for library containing opendir
2423configure:14003: result: none required
2424configure:14113: checking for MAP_ANONYMOUS vs. MAP_ANON
2425configure:14147: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2426conftest.c: In function 'main':
2427conftest.c:77: error: 'MAP_ANONYMOUS' undeclared (first use in this function)
2428conftest.c:77: error: (Each undeclared identifier is reported only once
2429conftest.c:77: error: for each function it appears in.)
2430configure:14153: $? = 1
2431configure: failed program was:
2432| /* confdefs.h.  */
2433| #define PACKAGE_NAME "LLVM"
2434| #define PACKAGE_TARNAME "llvm"
2435| #define PACKAGE_VERSION "3.4.2"
2436| #define PACKAGE_STRING "LLVM 3.4.2"
2437| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2438| #define LLVM_VERSION_MAJOR 3
2439| #define LLVM_VERSION_MINOR 4
2440| #define LLVM_VERSION_PATCH 2
2441| #define LLVM_ON_UNIX 1
2442| #define STDC_HEADERS 1
2443| #define HAVE_SYS_TYPES_H 1
2444| #define HAVE_SYS_STAT_H 1
2445| #define HAVE_STDLIB_H 1
2446| #define HAVE_STRING_H 1
2447| #define HAVE_MEMORY_H 1
2448| #define HAVE_STRINGS_H 1
2449| #define HAVE_INTTYPES_H 1
2450| #define HAVE_STDINT_H 1
2451| #define HAVE_UNISTD_H 1
2452| #define LLVM_ENABLE_THREADS 1
2453| #define LLVM_ENABLE_ZLIB 1
2454| #define ENABLE_PIC 1
2455| #define ENABLE_TIMESTAMPS 1
2456| #define ENABLE_BACKTRACES 1
2457| #define ENABLE_CRASH_OVERRIDES 1
2458| #define LLVM_NATIVE_ARCH PowerPC
2459| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2460| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2461| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2462| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2463| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2464| #define CLANG_RESOURCE_DIR ""
2465| #define C_INCLUDE_DIRS ""
2466| #define GCC_INSTALL_PREFIX ""
2467| #define DEFAULT_SYSROOT ""
2468| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2469| #define HOST_LINK_VERSION "97.17"
2470| #define HAVE_LINK_EXPORT_DYNAMIC 1
2471| #define HAVE_DIRENT_H 1
2472| #define HAVE_DLFCN_H 1
2473| #define LTDL_SHLIB_EXT ".dylib"
2474| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2475| #define LTDL_OBJDIR ".libs/"
2476| #define HAVE_PRELOADED_SYMBOLS 1
2477| #define HAVE_LIBDL 1
2478| #define HAVE_DLERROR 1
2479| #define error_t int
2480| #define HAVE_ERRNO_H 1
2481| #define HAVE_MEMORY_H 1
2482| #define HAVE_UNISTD_H 1
2483| #define HAVE_MACH_O_DYLD_H 1
2484| #define HAVE_CLOSEDIR 1
2485| #define HAVE_OPENDIR 1
2486| #define HAVE_READDIR 1
2487| #define HAVE_LIBM 1
2488| #define HAVE_DLOPEN 1
2489| #define HAVE_TERMINFO 1
2490| #define HAVE_FFI_CALL 1
2491| #define HAVE_LIBPTHREAD 1
2492| #define HAVE_PTHREAD_MUTEX_LOCK 1
2493| #define HAVE_PTHREAD_RWLOCK_INIT 1
2494| #define HAVE_PTHREAD_GETSPECIFIC 1
2495| #define HAVE_LIBZ 1
2496| #define USE_UDIS86 0
2497| #define LLVM_USE_OPROFILE 0
2498| #define LLVM_USE_INTEL_JITEVENTS 0
2499| #define CLANG_HAVE_LIBXML 1
2500| #define HAVE_DIRENT_H 1
2501| /* end confdefs.h.  */
2502| #include <sys/mman.h>
2503| #include <unistd.h>
2504| #include <fcntl.h>
2505| int
2506| main ()
2507| {
2508| mmap (0, 1, PROT_READ, MAP_ANONYMOUS, -1, 0); return (0);
2509|   ;
2510|   return 0;
2511| }
2512configure:14192: result: no
2513configure:14202: checking whether stat file-mode macros are broken
2514configure:14250: result: no
2515configure:14260: checking for sys/wait.h that is POSIX.1 compatible
2516configure:14296: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2517configure:14302: $? = 0
2518configure:14309: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2519configure:14312: $? = 0
2520configure:14319: test -s conftest.o
2521configure:14322: $? = 0
2522configure:14334: result: yes
2523configure:14344: checking whether time.h and sys/time.h may both be included
2524configure:14374: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2525configure:14380: $? = 0
2526configure:14387: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2527configure:14390: $? = 0
2528configure:14397: test -s conftest.o
2529configure:14400: $? = 0
2530configure:14412: result: yes
2531configure:14434: checking how to run the C++ preprocessor
2532configure:14470: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
2533configure:14476: $? = 0
2534configure:14514: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
2535conftest.cpp:73:28: error: ac_nonexistent.h: No such file or directory
2536configure:14520: $? = 1
2537configure: failed program was:
2538| /* confdefs.h.  */
2539| #define PACKAGE_NAME "LLVM"
2540| #define PACKAGE_TARNAME "llvm"
2541| #define PACKAGE_VERSION "3.4.2"
2542| #define PACKAGE_STRING "LLVM 3.4.2"
2543| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2544| #define LLVM_VERSION_MAJOR 3
2545| #define LLVM_VERSION_MINOR 4
2546| #define LLVM_VERSION_PATCH 2
2547| #define LLVM_ON_UNIX 1
2548| #define STDC_HEADERS 1
2549| #define HAVE_SYS_TYPES_H 1
2550| #define HAVE_SYS_STAT_H 1
2551| #define HAVE_STDLIB_H 1
2552| #define HAVE_STRING_H 1
2553| #define HAVE_MEMORY_H 1
2554| #define HAVE_STRINGS_H 1
2555| #define HAVE_INTTYPES_H 1
2556| #define HAVE_STDINT_H 1
2557| #define HAVE_UNISTD_H 1
2558| #define LLVM_ENABLE_THREADS 1
2559| #define LLVM_ENABLE_ZLIB 1
2560| #define ENABLE_PIC 1
2561| #define ENABLE_TIMESTAMPS 1
2562| #define ENABLE_BACKTRACES 1
2563| #define ENABLE_CRASH_OVERRIDES 1
2564| #define LLVM_NATIVE_ARCH PowerPC
2565| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2566| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2567| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2568| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2569| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2570| #define CLANG_RESOURCE_DIR ""
2571| #define C_INCLUDE_DIRS ""
2572| #define GCC_INSTALL_PREFIX ""
2573| #define DEFAULT_SYSROOT ""
2574| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2575| #define HOST_LINK_VERSION "97.17"
2576| #define HAVE_LINK_EXPORT_DYNAMIC 1
2577| #define HAVE_DIRENT_H 1
2578| #define HAVE_DLFCN_H 1
2579| #define LTDL_SHLIB_EXT ".dylib"
2580| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2581| #define LTDL_OBJDIR ".libs/"
2582| #define HAVE_PRELOADED_SYMBOLS 1
2583| #define HAVE_LIBDL 1
2584| #define HAVE_DLERROR 1
2585| #define error_t int
2586| #define HAVE_ERRNO_H 1
2587| #define HAVE_MEMORY_H 1
2588| #define HAVE_UNISTD_H 1
2589| #define HAVE_MACH_O_DYLD_H 1
2590| #define HAVE_CLOSEDIR 1
2591| #define HAVE_OPENDIR 1
2592| #define HAVE_READDIR 1
2593| #define HAVE_LIBM 1
2594| #define HAVE_DLOPEN 1
2595| #define HAVE_TERMINFO 1
2596| #define HAVE_FFI_CALL 1
2597| #define HAVE_LIBPTHREAD 1
2598| #define HAVE_PTHREAD_MUTEX_LOCK 1
2599| #define HAVE_PTHREAD_RWLOCK_INIT 1
2600| #define HAVE_PTHREAD_GETSPECIFIC 1
2601| #define HAVE_LIBZ 1
2602| #define USE_UDIS86 0
2603| #define LLVM_USE_OPROFILE 0
2604| #define LLVM_USE_INTEL_JITEVENTS 0
2605| #define CLANG_HAVE_LIBXML 1
2606| #define HAVE_DIRENT_H 1
2607| #define HAVE_SYS_WAIT_H 1
2608| #define TIME_WITH_SYS_TIME 1
2609| /* end confdefs.h.  */
2610| #include <ac_nonexistent.h>
2611configure:14560: result: /usr/bin/g++-4.2 -E
2612configure:14589: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
2613configure:14595: $? = 0
2614configure:14633: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
2615conftest.cpp:73:28: error: ac_nonexistent.h: No such file or directory
2616configure:14639: $? = 1
2617configure: failed program was:
2618| /* confdefs.h.  */
2619| #define PACKAGE_NAME "LLVM"
2620| #define PACKAGE_TARNAME "llvm"
2621| #define PACKAGE_VERSION "3.4.2"
2622| #define PACKAGE_STRING "LLVM 3.4.2"
2623| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2624| #define LLVM_VERSION_MAJOR 3
2625| #define LLVM_VERSION_MINOR 4
2626| #define LLVM_VERSION_PATCH 2
2627| #define LLVM_ON_UNIX 1
2628| #define STDC_HEADERS 1
2629| #define HAVE_SYS_TYPES_H 1
2630| #define HAVE_SYS_STAT_H 1
2631| #define HAVE_STDLIB_H 1
2632| #define HAVE_STRING_H 1
2633| #define HAVE_MEMORY_H 1
2634| #define HAVE_STRINGS_H 1
2635| #define HAVE_INTTYPES_H 1
2636| #define HAVE_STDINT_H 1
2637| #define HAVE_UNISTD_H 1
2638| #define LLVM_ENABLE_THREADS 1
2639| #define LLVM_ENABLE_ZLIB 1
2640| #define ENABLE_PIC 1
2641| #define ENABLE_TIMESTAMPS 1
2642| #define ENABLE_BACKTRACES 1
2643| #define ENABLE_CRASH_OVERRIDES 1
2644| #define LLVM_NATIVE_ARCH PowerPC
2645| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2646| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2647| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2648| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2649| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2650| #define CLANG_RESOURCE_DIR ""
2651| #define C_INCLUDE_DIRS ""
2652| #define GCC_INSTALL_PREFIX ""
2653| #define DEFAULT_SYSROOT ""
2654| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2655| #define HOST_LINK_VERSION "97.17"
2656| #define HAVE_LINK_EXPORT_DYNAMIC 1
2657| #define HAVE_DIRENT_H 1
2658| #define HAVE_DLFCN_H 1
2659| #define LTDL_SHLIB_EXT ".dylib"
2660| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2661| #define LTDL_OBJDIR ".libs/"
2662| #define HAVE_PRELOADED_SYMBOLS 1
2663| #define HAVE_LIBDL 1
2664| #define HAVE_DLERROR 1
2665| #define error_t int
2666| #define HAVE_ERRNO_H 1
2667| #define HAVE_MEMORY_H 1
2668| #define HAVE_UNISTD_H 1
2669| #define HAVE_MACH_O_DYLD_H 1
2670| #define HAVE_CLOSEDIR 1
2671| #define HAVE_OPENDIR 1
2672| #define HAVE_READDIR 1
2673| #define HAVE_LIBM 1
2674| #define HAVE_DLOPEN 1
2675| #define HAVE_TERMINFO 1
2676| #define HAVE_FFI_CALL 1
2677| #define HAVE_LIBPTHREAD 1
2678| #define HAVE_PTHREAD_MUTEX_LOCK 1
2679| #define HAVE_PTHREAD_RWLOCK_INIT 1
2680| #define HAVE_PTHREAD_GETSPECIFIC 1
2681| #define HAVE_LIBZ 1
2682| #define USE_UDIS86 0
2683| #define LLVM_USE_OPROFILE 0
2684| #define LLVM_USE_INTEL_JITEVENTS 0
2685| #define CLANG_HAVE_LIBXML 1
2686| #define HAVE_DIRENT_H 1
2687| #define HAVE_SYS_WAIT_H 1
2688| #define TIME_WITH_SYS_TIME 1
2689| /* end confdefs.h.  */
2690| #include <ac_nonexistent.h>
2691configure:14699: checking cxxabi.h usability
2692configure:14716: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
2693configure:14722: $? = 0
2694configure:14729: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
2695configure:14732: $? = 0
2696configure:14739: test -s conftest.o
2697configure:14742: $? = 0
2698configure:14753: result: yes
2699configure:14757: checking cxxabi.h presence
2700configure:14772: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
2701configure:14778: $? = 0
2702configure:14799: result: yes
2703configure:14832: checking for cxxabi.h
2704configure:14840: result: yes
2705configure:14868: checking for dlfcn.h
2706configure:14874: result: yes
2707configure:14878: checking execinfo.h usability
2708configure:14895: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2709configure:14901: $? = 0
2710configure:14908: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2711configure:14911: $? = 0
2712configure:14918: test -s conftest.o
2713configure:14921: $? = 0
2714configure:14932: result: yes
2715configure:14936: checking execinfo.h presence
2716configure:14951: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2717configure:14957: $? = 0
2718configure:14978: result: yes
2719configure:15011: checking for execinfo.h
2720configure:15019: result: yes
2721configure:14878: checking fcntl.h usability
2722configure:14895: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2723configure:14901: $? = 0
2724configure:14908: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2725configure:14911: $? = 0
2726configure:14918: test -s conftest.o
2727configure:14921: $? = 0
2728configure:14932: result: yes
2729configure:14936: checking fcntl.h presence
2730configure:14951: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2731configure:14957: $? = 0
2732configure:14978: result: yes
2733configure:15011: checking for fcntl.h
2734configure:15019: result: yes
2735configure:14868: checking for inttypes.h
2736configure:14874: result: yes
2737configure:14878: checking link.h usability
2738configure:14895: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2739conftest.c:111:18: error: link.h: No such file or directory
2740configure:14901: $? = 1
2741configure: failed program was:
2742| /* confdefs.h.  */
2743| #define PACKAGE_NAME "LLVM"
2744| #define PACKAGE_TARNAME "llvm"
2745| #define PACKAGE_VERSION "3.4.2"
2746| #define PACKAGE_STRING "LLVM 3.4.2"
2747| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2748| #define LLVM_VERSION_MAJOR 3
2749| #define LLVM_VERSION_MINOR 4
2750| #define LLVM_VERSION_PATCH 2
2751| #define LLVM_ON_UNIX 1
2752| #define STDC_HEADERS 1
2753| #define HAVE_SYS_TYPES_H 1
2754| #define HAVE_SYS_STAT_H 1
2755| #define HAVE_STDLIB_H 1
2756| #define HAVE_STRING_H 1
2757| #define HAVE_MEMORY_H 1
2758| #define HAVE_STRINGS_H 1
2759| #define HAVE_INTTYPES_H 1
2760| #define HAVE_STDINT_H 1
2761| #define HAVE_UNISTD_H 1
2762| #define LLVM_ENABLE_THREADS 1
2763| #define LLVM_ENABLE_ZLIB 1
2764| #define ENABLE_PIC 1
2765| #define ENABLE_TIMESTAMPS 1
2766| #define ENABLE_BACKTRACES 1
2767| #define ENABLE_CRASH_OVERRIDES 1
2768| #define LLVM_NATIVE_ARCH PowerPC
2769| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2770| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2771| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2772| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2773| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2774| #define CLANG_RESOURCE_DIR ""
2775| #define C_INCLUDE_DIRS ""
2776| #define GCC_INSTALL_PREFIX ""
2777| #define DEFAULT_SYSROOT ""
2778| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2779| #define HOST_LINK_VERSION "97.17"
2780| #define HAVE_LINK_EXPORT_DYNAMIC 1
2781| #define HAVE_DIRENT_H 1
2782| #define HAVE_DLFCN_H 1
2783| #define LTDL_SHLIB_EXT ".dylib"
2784| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2785| #define LTDL_OBJDIR ".libs/"
2786| #define HAVE_PRELOADED_SYMBOLS 1
2787| #define HAVE_LIBDL 1
2788| #define HAVE_DLERROR 1
2789| #define error_t int
2790| #define HAVE_ERRNO_H 1
2791| #define HAVE_MEMORY_H 1
2792| #define HAVE_UNISTD_H 1
2793| #define HAVE_MACH_O_DYLD_H 1
2794| #define HAVE_CLOSEDIR 1
2795| #define HAVE_OPENDIR 1
2796| #define HAVE_READDIR 1
2797| #define HAVE_LIBM 1
2798| #define HAVE_DLOPEN 1
2799| #define HAVE_TERMINFO 1
2800| #define HAVE_FFI_CALL 1
2801| #define HAVE_LIBPTHREAD 1
2802| #define HAVE_PTHREAD_MUTEX_LOCK 1
2803| #define HAVE_PTHREAD_RWLOCK_INIT 1
2804| #define HAVE_PTHREAD_GETSPECIFIC 1
2805| #define HAVE_LIBZ 1
2806| #define USE_UDIS86 0
2807| #define LLVM_USE_OPROFILE 0
2808| #define LLVM_USE_INTEL_JITEVENTS 0
2809| #define CLANG_HAVE_LIBXML 1
2810| #define HAVE_DIRENT_H 1
2811| #define HAVE_SYS_WAIT_H 1
2812| #define TIME_WITH_SYS_TIME 1
2813| #define HAVE_CXXABI_H 1
2814| #define HAVE_DLFCN_H 1
2815| #define HAVE_EXECINFO_H 1
2816| #define HAVE_FCNTL_H 1
2817| #define HAVE_INTTYPES_H 1
2818| /* end confdefs.h.  */
2819| #include <stdio.h>
2820| #if HAVE_SYS_TYPES_H
2821| # include <sys/types.h>
2822| #endif
2823| #if HAVE_SYS_STAT_H
2824| # include <sys/stat.h>
2825| #endif
2826| #if STDC_HEADERS
2827| # include <stdlib.h>
2828| # include <stddef.h>
2829| #else
2830| # if HAVE_STDLIB_H
2831| #  include <stdlib.h>
2832| # endif
2833| #endif
2834| #if HAVE_STRING_H
2835| # if !STDC_HEADERS && HAVE_MEMORY_H
2836| #  include <memory.h>
2837| # endif
2838| # include <string.h>
2839| #endif
2840| #if HAVE_STRINGS_H
2841| # include <strings.h>
2842| #endif
2843| #if HAVE_INTTYPES_H
2844| # include <inttypes.h>
2845| #endif
2846| #if HAVE_STDINT_H
2847| # include <stdint.h>
2848| #endif
2849| #if HAVE_UNISTD_H
2850| # include <unistd.h>
2851| #endif
2852| #include <link.h>
2853configure:14932: result: no
2854configure:14936: checking link.h presence
2855configure:14951: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2856conftest.c:78:18: error: link.h: No such file or directory
2857configure:14957: $? = 1
2858configure: failed program was:
2859| /* confdefs.h.  */
2860| #define PACKAGE_NAME "LLVM"
2861| #define PACKAGE_TARNAME "llvm"
2862| #define PACKAGE_VERSION "3.4.2"
2863| #define PACKAGE_STRING "LLVM 3.4.2"
2864| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2865| #define LLVM_VERSION_MAJOR 3
2866| #define LLVM_VERSION_MINOR 4
2867| #define LLVM_VERSION_PATCH 2
2868| #define LLVM_ON_UNIX 1
2869| #define STDC_HEADERS 1
2870| #define HAVE_SYS_TYPES_H 1
2871| #define HAVE_SYS_STAT_H 1
2872| #define HAVE_STDLIB_H 1
2873| #define HAVE_STRING_H 1
2874| #define HAVE_MEMORY_H 1
2875| #define HAVE_STRINGS_H 1
2876| #define HAVE_INTTYPES_H 1
2877| #define HAVE_STDINT_H 1
2878| #define HAVE_UNISTD_H 1
2879| #define LLVM_ENABLE_THREADS 1
2880| #define LLVM_ENABLE_ZLIB 1
2881| #define ENABLE_PIC 1
2882| #define ENABLE_TIMESTAMPS 1
2883| #define ENABLE_BACKTRACES 1
2884| #define ENABLE_CRASH_OVERRIDES 1
2885| #define LLVM_NATIVE_ARCH PowerPC
2886| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2887| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2888| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2889| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2890| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2891| #define CLANG_RESOURCE_DIR ""
2892| #define C_INCLUDE_DIRS ""
2893| #define GCC_INSTALL_PREFIX ""
2894| #define DEFAULT_SYSROOT ""
2895| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2896| #define HOST_LINK_VERSION "97.17"
2897| #define HAVE_LINK_EXPORT_DYNAMIC 1
2898| #define HAVE_DIRENT_H 1
2899| #define HAVE_DLFCN_H 1
2900| #define LTDL_SHLIB_EXT ".dylib"
2901| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2902| #define LTDL_OBJDIR ".libs/"
2903| #define HAVE_PRELOADED_SYMBOLS 1
2904| #define HAVE_LIBDL 1
2905| #define HAVE_DLERROR 1
2906| #define error_t int
2907| #define HAVE_ERRNO_H 1
2908| #define HAVE_MEMORY_H 1
2909| #define HAVE_UNISTD_H 1
2910| #define HAVE_MACH_O_DYLD_H 1
2911| #define HAVE_CLOSEDIR 1
2912| #define HAVE_OPENDIR 1
2913| #define HAVE_READDIR 1
2914| #define HAVE_LIBM 1
2915| #define HAVE_DLOPEN 1
2916| #define HAVE_TERMINFO 1
2917| #define HAVE_FFI_CALL 1
2918| #define HAVE_LIBPTHREAD 1
2919| #define HAVE_PTHREAD_MUTEX_LOCK 1
2920| #define HAVE_PTHREAD_RWLOCK_INIT 1
2921| #define HAVE_PTHREAD_GETSPECIFIC 1
2922| #define HAVE_LIBZ 1
2923| #define USE_UDIS86 0
2924| #define LLVM_USE_OPROFILE 0
2925| #define LLVM_USE_INTEL_JITEVENTS 0
2926| #define CLANG_HAVE_LIBXML 1
2927| #define HAVE_DIRENT_H 1
2928| #define HAVE_SYS_WAIT_H 1
2929| #define TIME_WITH_SYS_TIME 1
2930| #define HAVE_CXXABI_H 1
2931| #define HAVE_DLFCN_H 1
2932| #define HAVE_EXECINFO_H 1
2933| #define HAVE_FCNTL_H 1
2934| #define HAVE_INTTYPES_H 1
2935| /* end confdefs.h.  */
2936| #include <link.h>
2937configure:14978: result: no
2938configure:15011: checking for link.h
2939configure:15019: result: no
2940configure:15042: checking for malloc.h
2941configure:15048: result: no
2942configure:15052: checking setjmp.h usability
2943configure:15069: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2944configure:15075: $? = 0
2945configure:15082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2946configure:15085: $? = 0
2947configure:15092: test -s conftest.o
2948configure:15095: $? = 0
2949configure:15106: result: yes
2950configure:15110: checking setjmp.h presence
2951configure:15125: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2952configure:15131: $? = 0
2953configure:15152: result: yes
2954configure:15185: checking for setjmp.h
2955configure:15193: result: yes
2956configure:15052: checking signal.h usability
2957configure:15069: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2958configure:15075: $? = 0
2959configure:15082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2960configure:15085: $? = 0
2961configure:15092: test -s conftest.o
2962configure:15095: $? = 0
2963configure:15106: result: yes
2964configure:15110: checking signal.h presence
2965configure:15125: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2966configure:15131: $? = 0
2967configure:15152: result: yes
2968configure:15185: checking for signal.h
2969configure:15193: result: yes
2970configure:15042: checking for stdint.h
2971configure:15048: result: yes
2972configure:15052: checking termios.h usability
2973configure:15069: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2974configure:15075: $? = 0
2975configure:15082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2976configure:15085: $? = 0
2977configure:15092: test -s conftest.o
2978configure:15095: $? = 0
2979configure:15106: result: yes
2980configure:15110: checking termios.h presence
2981configure:15125: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2982configure:15131: $? = 0
2983configure:15152: result: yes
2984configure:15185: checking for termios.h
2985configure:15193: result: yes
2986configure:15042: checking for unistd.h
2987configure:15048: result: yes
2988configure:15221: checking utime.h usability
2989configure:15238: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
2990configure:15244: $? = 0
2991configure:15251: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2992configure:15254: $? = 0
2993configure:15261: test -s conftest.o
2994configure:15264: $? = 0
2995configure:15275: result: yes
2996configure:15279: checking utime.h presence
2997configure:15294: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
2998configure:15300: $? = 0
2999configure:15321: result: yes
3000configure:15354: checking for utime.h
3001configure:15362: result: yes
3002configure:15394: checking sys/mman.h usability
3003configure:15411: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3004configure:15417: $? = 0
3005configure:15424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3006configure:15427: $? = 0
3007configure:15434: test -s conftest.o
3008configure:15437: $? = 0
3009configure:15448: result: yes
3010configure:15452: checking sys/mman.h presence
3011configure:15467: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3012configure:15473: $? = 0
3013configure:15494: result: yes
3014configure:15527: checking for sys/mman.h
3015configure:15535: result: yes
3016configure:15394: checking sys/param.h usability
3017configure:15411: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3018configure:15417: $? = 0
3019configure:15424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3020configure:15427: $? = 0
3021configure:15434: test -s conftest.o
3022configure:15437: $? = 0
3023configure:15448: result: yes
3024configure:15452: checking sys/param.h presence
3025configure:15467: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3026configure:15473: $? = 0
3027configure:15494: result: yes
3028configure:15527: checking for sys/param.h
3029configure:15535: result: yes
3030configure:15394: checking sys/resource.h usability
3031configure:15411: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3032configure:15417: $? = 0
3033configure:15424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3034configure:15427: $? = 0
3035configure:15434: test -s conftest.o
3036configure:15437: $? = 0
3037configure:15448: result: yes
3038configure:15452: checking sys/resource.h presence
3039configure:15467: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3040configure:15473: $? = 0
3041configure:15494: result: yes
3042configure:15527: checking for sys/resource.h
3043configure:15535: result: yes
3044configure:15394: checking sys/time.h usability
3045configure:15411: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3046configure:15417: $? = 0
3047configure:15424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3048configure:15427: $? = 0
3049configure:15434: test -s conftest.o
3050configure:15437: $? = 0
3051configure:15448: result: yes
3052configure:15452: checking sys/time.h presence
3053configure:15467: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3054configure:15473: $? = 0
3055configure:15494: result: yes
3056configure:15527: checking for sys/time.h
3057configure:15535: result: yes
3058configure:15394: checking sys/uio.h usability
3059configure:15411: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3060configure:15417: $? = 0
3061configure:15424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3062configure:15427: $? = 0
3063configure:15434: test -s conftest.o
3064configure:15437: $? = 0
3065configure:15448: result: yes
3066configure:15452: checking sys/uio.h presence
3067configure:15467: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3068configure:15473: $? = 0
3069configure:15494: result: yes
3070configure:15527: checking for sys/uio.h
3071configure:15535: result: yes
3072configure:15565: checking sys/ioctl.h usability
3073configure:15582: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3074configure:15588: $? = 0
3075configure:15595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3076configure:15598: $? = 0
3077configure:15605: test -s conftest.o
3078configure:15608: $? = 0
3079configure:15619: result: yes
3080configure:15623: checking sys/ioctl.h presence
3081configure:15638: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3082configure:15644: $? = 0
3083configure:15665: result: yes
3084configure:15698: checking for sys/ioctl.h
3085configure:15706: result: yes
3086configure:15565: checking malloc/malloc.h usability
3087configure:15582: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3088configure:15588: $? = 0
3089configure:15595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3090configure:15598: $? = 0
3091configure:15605: test -s conftest.o
3092configure:15608: $? = 0
3093configure:15619: result: yes
3094configure:15623: checking malloc/malloc.h presence
3095configure:15638: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3096configure:15644: $? = 0
3097configure:15665: result: yes
3098configure:15698: checking for malloc/malloc.h
3099configure:15706: result: yes
3100configure:15565: checking mach/mach.h usability
3101configure:15582: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3102configure:15588: $? = 0
3103configure:15595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3104configure:15598: $? = 0
3105configure:15605: test -s conftest.o
3106configure:15608: $? = 0
3107configure:15619: result: yes
3108configure:15623: checking mach/mach.h presence
3109configure:15638: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3110configure:15644: $? = 0
3111configure:15665: result: yes
3112configure:15698: checking for mach/mach.h
3113configure:15706: result: yes
3114configure:15734: checking valgrind/valgrind.h usability
3115configure:15751: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3116conftest.c:125:31: error: valgrind/valgrind.h: No such file or directory
3117configure:15757: $? = 1
3118configure: failed program was:
3119| /* confdefs.h.  */
3120| #define PACKAGE_NAME "LLVM"
3121| #define PACKAGE_TARNAME "llvm"
3122| #define PACKAGE_VERSION "3.4.2"
3123| #define PACKAGE_STRING "LLVM 3.4.2"
3124| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
3125| #define LLVM_VERSION_MAJOR 3
3126| #define LLVM_VERSION_MINOR 4
3127| #define LLVM_VERSION_PATCH 2
3128| #define LLVM_ON_UNIX 1
3129| #define STDC_HEADERS 1
3130| #define HAVE_SYS_TYPES_H 1
3131| #define HAVE_SYS_STAT_H 1
3132| #define HAVE_STDLIB_H 1
3133| #define HAVE_STRING_H 1
3134| #define HAVE_MEMORY_H 1
3135| #define HAVE_STRINGS_H 1
3136| #define HAVE_INTTYPES_H 1
3137| #define HAVE_STDINT_H 1
3138| #define HAVE_UNISTD_H 1
3139| #define LLVM_ENABLE_THREADS 1
3140| #define LLVM_ENABLE_ZLIB 1
3141| #define ENABLE_PIC 1
3142| #define ENABLE_TIMESTAMPS 1
3143| #define ENABLE_BACKTRACES 1
3144| #define ENABLE_CRASH_OVERRIDES 1
3145| #define LLVM_NATIVE_ARCH PowerPC
3146| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
3147| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
3148| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
3149| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
3150| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
3151| #define CLANG_RESOURCE_DIR ""
3152| #define C_INCLUDE_DIRS ""
3153| #define GCC_INSTALL_PREFIX ""
3154| #define DEFAULT_SYSROOT ""
3155| #define BUG_REPORT_URL "http://llvm.org/bugs/"
3156| #define HOST_LINK_VERSION "97.17"
3157| #define HAVE_LINK_EXPORT_DYNAMIC 1
3158| #define HAVE_DIRENT_H 1
3159| #define HAVE_DLFCN_H 1
3160| #define LTDL_SHLIB_EXT ".dylib"
3161| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
3162| #define LTDL_OBJDIR ".libs/"
3163| #define HAVE_PRELOADED_SYMBOLS 1
3164| #define HAVE_LIBDL 1
3165| #define HAVE_DLERROR 1
3166| #define error_t int
3167| #define HAVE_ERRNO_H 1
3168| #define HAVE_MEMORY_H 1
3169| #define HAVE_UNISTD_H 1
3170| #define HAVE_MACH_O_DYLD_H 1
3171| #define HAVE_CLOSEDIR 1
3172| #define HAVE_OPENDIR 1
3173| #define HAVE_READDIR 1
3174| #define HAVE_LIBM 1
3175| #define HAVE_DLOPEN 1
3176| #define HAVE_TERMINFO 1
3177| #define HAVE_FFI_CALL 1
3178| #define HAVE_LIBPTHREAD 1
3179| #define HAVE_PTHREAD_MUTEX_LOCK 1
3180| #define HAVE_PTHREAD_RWLOCK_INIT 1
3181| #define HAVE_PTHREAD_GETSPECIFIC 1
3182| #define HAVE_LIBZ 1
3183| #define USE_UDIS86 0
3184| #define LLVM_USE_OPROFILE 0
3185| #define LLVM_USE_INTEL_JITEVENTS 0
3186| #define CLANG_HAVE_LIBXML 1
3187| #define HAVE_DIRENT_H 1
3188| #define HAVE_SYS_WAIT_H 1
3189| #define TIME_WITH_SYS_TIME 1
3190| #define HAVE_CXXABI_H 1
3191| #define HAVE_DLFCN_H 1
3192| #define HAVE_EXECINFO_H 1
3193| #define HAVE_FCNTL_H 1
3194| #define HAVE_INTTYPES_H 1
3195| #define HAVE_SETJMP_H 1
3196| #define HAVE_SIGNAL_H 1
3197| #define HAVE_STDINT_H 1
3198| #define HAVE_TERMIOS_H 1
3199| #define HAVE_UNISTD_H 1
3200| #define HAVE_UTIME_H 1
3201| #define HAVE_SYS_MMAN_H 1
3202| #define HAVE_SYS_PARAM_H 1
3203| #define HAVE_SYS_RESOURCE_H 1
3204| #define HAVE_SYS_TIME_H 1
3205| #define HAVE_SYS_UIO_H 1
3206| #define HAVE_SYS_IOCTL_H 1
3207| #define HAVE_MALLOC_MALLOC_H 1
3208| #define HAVE_MACH_MACH_H 1
3209| /* end confdefs.h.  */
3210| #include <stdio.h>
3211| #if HAVE_SYS_TYPES_H
3212| # include <sys/types.h>
3213| #endif
3214| #if HAVE_SYS_STAT_H
3215| # include <sys/stat.h>
3216| #endif
3217| #if STDC_HEADERS
3218| # include <stdlib.h>
3219| # include <stddef.h>
3220| #else
3221| # if HAVE_STDLIB_H
3222| #  include <stdlib.h>
3223| # endif
3224| #endif
3225| #if HAVE_STRING_H
3226| # if !STDC_HEADERS && HAVE_MEMORY_H
3227| #  include <memory.h>
3228| # endif
3229| # include <string.h>
3230| #endif
3231| #if HAVE_STRINGS_H
3232| # include <strings.h>
3233| #endif
3234| #if HAVE_INTTYPES_H
3235| # include <inttypes.h>
3236| #endif
3237| #if HAVE_STDINT_H
3238| # include <stdint.h>
3239| #endif
3240| #if HAVE_UNISTD_H
3241| # include <unistd.h>
3242| #endif
3243| #include <valgrind/valgrind.h>
3244configure:15788: result: no
3245configure:15792: checking valgrind/valgrind.h presence
3246configure:15807: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3247conftest.c:92:31: error: valgrind/valgrind.h: No such file or directory
3248configure:15813: $? = 1
3249configure: failed program was:
3250| /* confdefs.h.  */
3251| #define PACKAGE_NAME "LLVM"
3252| #define PACKAGE_TARNAME "llvm"
3253| #define PACKAGE_VERSION "3.4.2"
3254| #define PACKAGE_STRING "LLVM 3.4.2"
3255| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
3256| #define LLVM_VERSION_MAJOR 3
3257| #define LLVM_VERSION_MINOR 4
3258| #define LLVM_VERSION_PATCH 2
3259| #define LLVM_ON_UNIX 1
3260| #define STDC_HEADERS 1
3261| #define HAVE_SYS_TYPES_H 1
3262| #define HAVE_SYS_STAT_H 1
3263| #define HAVE_STDLIB_H 1
3264| #define HAVE_STRING_H 1
3265| #define HAVE_MEMORY_H 1
3266| #define HAVE_STRINGS_H 1
3267| #define HAVE_INTTYPES_H 1
3268| #define HAVE_STDINT_H 1
3269| #define HAVE_UNISTD_H 1
3270| #define LLVM_ENABLE_THREADS 1
3271| #define LLVM_ENABLE_ZLIB 1
3272| #define ENABLE_PIC 1
3273| #define ENABLE_TIMESTAMPS 1
3274| #define ENABLE_BACKTRACES 1
3275| #define ENABLE_CRASH_OVERRIDES 1
3276| #define LLVM_NATIVE_ARCH PowerPC
3277| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
3278| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
3279| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
3280| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
3281| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
3282| #define CLANG_RESOURCE_DIR ""
3283| #define C_INCLUDE_DIRS ""
3284| #define GCC_INSTALL_PREFIX ""
3285| #define DEFAULT_SYSROOT ""
3286| #define BUG_REPORT_URL "http://llvm.org/bugs/"
3287| #define HOST_LINK_VERSION "97.17"
3288| #define HAVE_LINK_EXPORT_DYNAMIC 1
3289| #define HAVE_DIRENT_H 1
3290| #define HAVE_DLFCN_H 1
3291| #define LTDL_SHLIB_EXT ".dylib"
3292| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
3293| #define LTDL_OBJDIR ".libs/"
3294| #define HAVE_PRELOADED_SYMBOLS 1
3295| #define HAVE_LIBDL 1
3296| #define HAVE_DLERROR 1
3297| #define error_t int
3298| #define HAVE_ERRNO_H 1
3299| #define HAVE_MEMORY_H 1
3300| #define HAVE_UNISTD_H 1
3301| #define HAVE_MACH_O_DYLD_H 1
3302| #define HAVE_CLOSEDIR 1
3303| #define HAVE_OPENDIR 1
3304| #define HAVE_READDIR 1
3305| #define HAVE_LIBM 1
3306| #define HAVE_DLOPEN 1
3307| #define HAVE_TERMINFO 1
3308| #define HAVE_FFI_CALL 1
3309| #define HAVE_LIBPTHREAD 1
3310| #define HAVE_PTHREAD_MUTEX_LOCK 1
3311| #define HAVE_PTHREAD_RWLOCK_INIT 1
3312| #define HAVE_PTHREAD_GETSPECIFIC 1
3313| #define HAVE_LIBZ 1
3314| #define USE_UDIS86 0
3315| #define LLVM_USE_OPROFILE 0
3316| #define LLVM_USE_INTEL_JITEVENTS 0
3317| #define CLANG_HAVE_LIBXML 1
3318| #define HAVE_DIRENT_H 1
3319| #define HAVE_SYS_WAIT_H 1
3320| #define TIME_WITH_SYS_TIME 1
3321| #define HAVE_CXXABI_H 1
3322| #define HAVE_DLFCN_H 1
3323| #define HAVE_EXECINFO_H 1
3324| #define HAVE_FCNTL_H 1
3325| #define HAVE_INTTYPES_H 1
3326| #define HAVE_SETJMP_H 1
3327| #define HAVE_SIGNAL_H 1
3328| #define HAVE_STDINT_H 1
3329| #define HAVE_TERMIOS_H 1
3330| #define HAVE_UNISTD_H 1
3331| #define HAVE_UTIME_H 1
3332| #define HAVE_SYS_MMAN_H 1
3333| #define HAVE_SYS_PARAM_H 1
3334| #define HAVE_SYS_RESOURCE_H 1
3335| #define HAVE_SYS_TIME_H 1
3336| #define HAVE_SYS_UIO_H 1
3337| #define HAVE_SYS_IOCTL_H 1
3338| #define HAVE_MALLOC_MALLOC_H 1
3339| #define HAVE_MACH_MACH_H 1
3340| /* end confdefs.h.  */
3341| #include <valgrind/valgrind.h>
3342configure:15834: result: no
3343configure:15867: checking for valgrind/valgrind.h
3344configure:15875: result: no
3345configure:15903: checking fenv.h usability
3346configure:15920: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3347configure:15926: $? = 0
3348configure:15933: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3349configure:15936: $? = 0
3350configure:15943: test -s conftest.o
3351configure:15946: $? = 0
3352configure:15957: result: yes
3353configure:15961: checking fenv.h presence
3354configure:15976: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3355configure:15982: $? = 0
3356configure:16003: result: yes
3357configure:16036: checking for fenv.h
3358configure:16044: result: yes
3359configure:16057: checking whether FE_ALL_EXCEPT is declared
3360configure:16088: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3361configure:16094: $? = 0
3362configure:16101: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3363configure:16104: $? = 0
3364configure:16111: test -s conftest.o
3365configure:16114: $? = 0
3366configure:16126: result: yes
3367configure:16142: checking whether FE_INEXACT is declared
3368configure:16173: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3369configure:16179: $? = 0
3370configure:16186: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3371configure:16189: $? = 0
3372configure:16196: test -s conftest.o
3373configure:16199: $? = 0
3374configure:16211: result: yes
3375configure:16245: checking pthread.h usability
3376configure:16262: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3377configure:16268: $? = 0
3378configure:16275: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3379configure:16278: $? = 0
3380configure:16285: test -s conftest.o
3381configure:16288: $? = 0
3382configure:16299: result: yes
3383configure:16303: checking pthread.h presence
3384configure:16318: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3385configure:16324: $? = 0
3386configure:16345: result: yes
3387configure:16378: checking for pthread.h
3388configure:16386: result: yes
3389configure:16423: checking zlib.h usability
3390configure:16440: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3391configure:16446: $? = 0
3392configure:16453: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3393configure:16456: $? = 0
3394configure:16463: test -s conftest.o
3395configure:16466: $? = 0
3396configure:16477: result: yes
3397configure:16481: checking zlib.h presence
3398configure:16496: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3399configure:16502: $? = 0
3400configure:16523: result: yes
3401configure:16556: checking for zlib.h
3402configure:16564: result: yes
3403configure:16603: checking ffi.h usability
3404configure:16620: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3405configure:16626: $? = 0
3406configure:16633: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3407configure:16636: $? = 0
3408configure:16643: test -s conftest.o
3409configure:16646: $? = 0
3410configure:16657: result: yes
3411configure:16661: checking ffi.h presence
3412configure:16676: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3413configure:16682: $? = 0
3414configure:16703: result: yes
3415configure:16736: checking for ffi.h
3416configure:16744: result: yes
3417configure:16603: checking ffi/ffi.h usability
3418configure:16620: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3419configure:16626: $? = 0
3420configure:16633: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3421configure:16636: $? = 0
3422configure:16643: test -s conftest.o
3423configure:16646: $? = 0
3424configure:16657: result: yes
3425configure:16661: checking ffi/ffi.h presence
3426configure:16676: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3427configure:16682: $? = 0
3428configure:16703: result: yes
3429configure:16736: checking for ffi/ffi.h
3430configure:16744: result: yes
3431configure:16774: checking CrashReporterClient.h usability
3432configure:16791: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3433conftest.c:132:33: error: CrashReporterClient.h: No such file or directory
3434configure:16797: $? = 1
3435configure: failed program was:
3436| /* confdefs.h.  */
3437| #define PACKAGE_NAME "LLVM"
3438| #define PACKAGE_TARNAME "llvm"
3439| #define PACKAGE_VERSION "3.4.2"
3440| #define PACKAGE_STRING "LLVM 3.4.2"
3441| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
3442| #define LLVM_VERSION_MAJOR 3
3443| #define LLVM_VERSION_MINOR 4
3444| #define LLVM_VERSION_PATCH 2
3445| #define LLVM_ON_UNIX 1
3446| #define STDC_HEADERS 1
3447| #define HAVE_SYS_TYPES_H 1
3448| #define HAVE_SYS_STAT_H 1
3449| #define HAVE_STDLIB_H 1
3450| #define HAVE_STRING_H 1
3451| #define HAVE_MEMORY_H 1
3452| #define HAVE_STRINGS_H 1
3453| #define HAVE_INTTYPES_H 1
3454| #define HAVE_STDINT_H 1
3455| #define HAVE_UNISTD_H 1
3456| #define LLVM_ENABLE_THREADS 1
3457| #define LLVM_ENABLE_ZLIB 1
3458| #define ENABLE_PIC 1
3459| #define ENABLE_TIMESTAMPS 1
3460| #define ENABLE_BACKTRACES 1
3461| #define ENABLE_CRASH_OVERRIDES 1
3462| #define LLVM_NATIVE_ARCH PowerPC
3463| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
3464| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
3465| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
3466| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
3467| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
3468| #define CLANG_RESOURCE_DIR ""
3469| #define C_INCLUDE_DIRS ""
3470| #define GCC_INSTALL_PREFIX ""
3471| #define DEFAULT_SYSROOT ""
3472| #define BUG_REPORT_URL "http://llvm.org/bugs/"
3473| #define HOST_LINK_VERSION "97.17"
3474| #define HAVE_LINK_EXPORT_DYNAMIC 1
3475| #define HAVE_DIRENT_H 1
3476| #define HAVE_DLFCN_H 1
3477| #define LTDL_SHLIB_EXT ".dylib"
3478| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
3479| #define LTDL_OBJDIR ".libs/"
3480| #define HAVE_PRELOADED_SYMBOLS 1
3481| #define HAVE_LIBDL 1
3482| #define HAVE_DLERROR 1
3483| #define error_t int
3484| #define HAVE_ERRNO_H 1
3485| #define HAVE_MEMORY_H 1
3486| #define HAVE_UNISTD_H 1
3487| #define HAVE_MACH_O_DYLD_H 1
3488| #define HAVE_CLOSEDIR 1
3489| #define HAVE_OPENDIR 1
3490| #define HAVE_READDIR 1
3491| #define HAVE_LIBM 1
3492| #define HAVE_DLOPEN 1
3493| #define HAVE_TERMINFO 1
3494| #define HAVE_FFI_CALL 1
3495| #define HAVE_LIBPTHREAD 1
3496| #define HAVE_PTHREAD_MUTEX_LOCK 1
3497| #define HAVE_PTHREAD_RWLOCK_INIT 1
3498| #define HAVE_PTHREAD_GETSPECIFIC 1
3499| #define HAVE_LIBZ 1
3500| #define USE_UDIS86 0
3501| #define LLVM_USE_OPROFILE 0
3502| #define LLVM_USE_INTEL_JITEVENTS 0
3503| #define CLANG_HAVE_LIBXML 1
3504| #define HAVE_DIRENT_H 1
3505| #define HAVE_SYS_WAIT_H 1
3506| #define TIME_WITH_SYS_TIME 1
3507| #define HAVE_CXXABI_H 1
3508| #define HAVE_DLFCN_H 1
3509| #define HAVE_EXECINFO_H 1
3510| #define HAVE_FCNTL_H 1
3511| #define HAVE_INTTYPES_H 1
3512| #define HAVE_SETJMP_H 1
3513| #define HAVE_SIGNAL_H 1
3514| #define HAVE_STDINT_H 1
3515| #define HAVE_TERMIOS_H 1
3516| #define HAVE_UNISTD_H 1
3517| #define HAVE_UTIME_H 1
3518| #define HAVE_SYS_MMAN_H 1
3519| #define HAVE_SYS_PARAM_H 1
3520| #define HAVE_SYS_RESOURCE_H 1
3521| #define HAVE_SYS_TIME_H 1
3522| #define HAVE_SYS_UIO_H 1
3523| #define HAVE_SYS_IOCTL_H 1
3524| #define HAVE_MALLOC_MALLOC_H 1
3525| #define HAVE_MACH_MACH_H 1
3526| #define HAVE_FENV_H 1
3527| #define HAVE_DECL_FE_ALL_EXCEPT 1
3528| #define HAVE_DECL_FE_INEXACT 1
3529| #define HAVE_PTHREAD_H 1
3530| #define HAVE_ZLIB_H 1
3531| #define HAVE_FFI_H 1
3532| #define HAVE_FFI_FFI_H 1
3533| /* end confdefs.h.  */
3534| #include <stdio.h>
3535| #if HAVE_SYS_TYPES_H
3536| # include <sys/types.h>
3537| #endif
3538| #if HAVE_SYS_STAT_H
3539| # include <sys/stat.h>
3540| #endif
3541| #if STDC_HEADERS
3542| # include <stdlib.h>
3543| # include <stddef.h>
3544| #else
3545| # if HAVE_STDLIB_H
3546| #  include <stdlib.h>
3547| # endif
3548| #endif
3549| #if HAVE_STRING_H
3550| # if !STDC_HEADERS && HAVE_MEMORY_H
3551| #  include <memory.h>
3552| # endif
3553| # include <string.h>
3554| #endif
3555| #if HAVE_STRINGS_H
3556| # include <strings.h>
3557| #endif
3558| #if HAVE_INTTYPES_H
3559| # include <inttypes.h>
3560| #endif
3561| #if HAVE_STDINT_H
3562| # include <stdint.h>
3563| #endif
3564| #if HAVE_UNISTD_H
3565| # include <unistd.h>
3566| #endif
3567| #include <CrashReporterClient.h>
3568configure:16828: result: no
3569configure:16832: checking CrashReporterClient.h presence
3570configure:16847: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
3571conftest.c:99:33: error: CrashReporterClient.h: No such file or directory
3572configure:16853: $? = 1
3573configure: failed program was:
3574| /* confdefs.h.  */
3575| #define PACKAGE_NAME "LLVM"
3576| #define PACKAGE_TARNAME "llvm"
3577| #define PACKAGE_VERSION "3.4.2"
3578| #define PACKAGE_STRING "LLVM 3.4.2"
3579| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
3580| #define LLVM_VERSION_MAJOR 3
3581| #define LLVM_VERSION_MINOR 4
3582| #define LLVM_VERSION_PATCH 2
3583| #define LLVM_ON_UNIX 1
3584| #define STDC_HEADERS 1
3585| #define HAVE_SYS_TYPES_H 1
3586| #define HAVE_SYS_STAT_H 1
3587| #define HAVE_STDLIB_H 1
3588| #define HAVE_STRING_H 1
3589| #define HAVE_MEMORY_H 1
3590| #define HAVE_STRINGS_H 1
3591| #define HAVE_INTTYPES_H 1
3592| #define HAVE_STDINT_H 1
3593| #define HAVE_UNISTD_H 1
3594| #define LLVM_ENABLE_THREADS 1
3595| #define LLVM_ENABLE_ZLIB 1
3596| #define ENABLE_PIC 1
3597| #define ENABLE_TIMESTAMPS 1
3598| #define ENABLE_BACKTRACES 1
3599| #define ENABLE_CRASH_OVERRIDES 1
3600| #define LLVM_NATIVE_ARCH PowerPC
3601| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
3602| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
3603| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
3604| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
3605| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
3606| #define CLANG_RESOURCE_DIR ""
3607| #define C_INCLUDE_DIRS ""
3608| #define GCC_INSTALL_PREFIX ""
3609| #define DEFAULT_SYSROOT ""
3610| #define BUG_REPORT_URL "http://llvm.org/bugs/"
3611| #define HOST_LINK_VERSION "97.17"
3612| #define HAVE_LINK_EXPORT_DYNAMIC 1
3613| #define HAVE_DIRENT_H 1
3614| #define HAVE_DLFCN_H 1
3615| #define LTDL_SHLIB_EXT ".dylib"
3616| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
3617| #define LTDL_OBJDIR ".libs/"
3618| #define HAVE_PRELOADED_SYMBOLS 1
3619| #define HAVE_LIBDL 1
3620| #define HAVE_DLERROR 1
3621| #define error_t int
3622| #define HAVE_ERRNO_H 1
3623| #define HAVE_MEMORY_H 1
3624| #define HAVE_UNISTD_H 1
3625| #define HAVE_MACH_O_DYLD_H 1
3626| #define HAVE_CLOSEDIR 1
3627| #define HAVE_OPENDIR 1
3628| #define HAVE_READDIR 1
3629| #define HAVE_LIBM 1
3630| #define HAVE_DLOPEN 1
3631| #define HAVE_TERMINFO 1
3632| #define HAVE_FFI_CALL 1
3633| #define HAVE_LIBPTHREAD 1
3634| #define HAVE_PTHREAD_MUTEX_LOCK 1
3635| #define HAVE_PTHREAD_RWLOCK_INIT 1
3636| #define HAVE_PTHREAD_GETSPECIFIC 1
3637| #define HAVE_LIBZ 1
3638| #define USE_UDIS86 0
3639| #define LLVM_USE_OPROFILE 0
3640| #define LLVM_USE_INTEL_JITEVENTS 0
3641| #define CLANG_HAVE_LIBXML 1
3642| #define HAVE_DIRENT_H 1
3643| #define HAVE_SYS_WAIT_H 1
3644| #define TIME_WITH_SYS_TIME 1
3645| #define HAVE_CXXABI_H 1
3646| #define HAVE_DLFCN_H 1
3647| #define HAVE_EXECINFO_H 1
3648| #define HAVE_FCNTL_H 1
3649| #define HAVE_INTTYPES_H 1
3650| #define HAVE_SETJMP_H 1
3651| #define HAVE_SIGNAL_H 1
3652| #define HAVE_STDINT_H 1
3653| #define HAVE_TERMIOS_H 1
3654| #define HAVE_UNISTD_H 1
3655| #define HAVE_UTIME_H 1
3656| #define HAVE_SYS_MMAN_H 1
3657| #define HAVE_SYS_PARAM_H 1
3658| #define HAVE_SYS_RESOURCE_H 1
3659| #define HAVE_SYS_TIME_H 1
3660| #define HAVE_SYS_UIO_H 1
3661| #define HAVE_SYS_IOCTL_H 1
3662| #define HAVE_MALLOC_MALLOC_H 1
3663| #define HAVE_MACH_MACH_H 1
3664| #define HAVE_FENV_H 1
3665| #define HAVE_DECL_FE_ALL_EXCEPT 1
3666| #define HAVE_DECL_FE_INEXACT 1
3667| #define HAVE_PTHREAD_H 1
3668| #define HAVE_ZLIB_H 1
3669| #define HAVE_FFI_H 1
3670| #define HAVE_FFI_FFI_H 1
3671| /* end confdefs.h.  */
3672| #include <CrashReporterClient.h>
3673configure:16874: result: no
3674configure:16907: checking for CrashReporterClient.h
3675configure:16915: result: no
3676configure:16929: checking __crashreporter_info__
3677configure:16953: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3678Undefined symbols:
3679  "___crashreporter_info__", referenced from:
3680      ___crashreporter_info__$non_lazy_ptr in ccncDLxD.o
3681ld: symbol(s) not found
3682collect2: ld returned 1 exit status
3683configure:16959: $? = 1
3684configure: failed program was:
3685|
3686|   /* confdefs.h.  */
3687| #define PACKAGE_NAME "LLVM"
3688| #define PACKAGE_TARNAME "llvm"
3689| #define PACKAGE_VERSION "3.4.2"
3690| #define PACKAGE_STRING "LLVM 3.4.2"
3691| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
3692| #define LLVM_VERSION_MAJOR 3
3693| #define LLVM_VERSION_MINOR 4
3694| #define LLVM_VERSION_PATCH 2
3695| #define LLVM_ON_UNIX 1
3696| #define STDC_HEADERS 1
3697| #define HAVE_SYS_TYPES_H 1
3698| #define HAVE_SYS_STAT_H 1
3699| #define HAVE_STDLIB_H 1
3700| #define HAVE_STRING_H 1
3701| #define HAVE_MEMORY_H 1
3702| #define HAVE_STRINGS_H 1
3703| #define HAVE_INTTYPES_H 1
3704| #define HAVE_STDINT_H 1
3705| #define HAVE_UNISTD_H 1
3706| #define LLVM_ENABLE_THREADS 1
3707| #define LLVM_ENABLE_ZLIB 1
3708| #define ENABLE_PIC 1
3709| #define ENABLE_TIMESTAMPS 1
3710| #define ENABLE_BACKTRACES 1
3711| #define ENABLE_CRASH_OVERRIDES 1
3712| #define LLVM_NATIVE_ARCH PowerPC
3713| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
3714| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
3715| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
3716| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
3717| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
3718| #define CLANG_RESOURCE_DIR ""
3719| #define C_INCLUDE_DIRS ""
3720| #define GCC_INSTALL_PREFIX ""
3721| #define DEFAULT_SYSROOT ""
3722| #define BUG_REPORT_URL "http://llvm.org/bugs/"
3723| #define HOST_LINK_VERSION "97.17"
3724| #define HAVE_LINK_EXPORT_DYNAMIC 1
3725| #define HAVE_DIRENT_H 1
3726| #define HAVE_DLFCN_H 1
3727| #define LTDL_SHLIB_EXT ".dylib"
3728| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
3729| #define LTDL_OBJDIR ".libs/"
3730| #define HAVE_PRELOADED_SYMBOLS 1
3731| #define HAVE_LIBDL 1
3732| #define HAVE_DLERROR 1
3733| #define error_t int
3734| #define HAVE_ERRNO_H 1
3735| #define HAVE_MEMORY_H 1
3736| #define HAVE_UNISTD_H 1
3737| #define HAVE_MACH_O_DYLD_H 1
3738| #define HAVE_CLOSEDIR 1
3739| #define HAVE_OPENDIR 1
3740| #define HAVE_READDIR 1
3741| #define HAVE_LIBM 1
3742| #define HAVE_DLOPEN 1
3743| #define HAVE_TERMINFO 1
3744| #define HAVE_FFI_CALL 1
3745| #define HAVE_LIBPTHREAD 1
3746| #define HAVE_PTHREAD_MUTEX_LOCK 1
3747| #define HAVE_PTHREAD_RWLOCK_INIT 1
3748| #define HAVE_PTHREAD_GETSPECIFIC 1
3749| #define HAVE_LIBZ 1
3750| #define USE_UDIS86 0
3751| #define LLVM_USE_OPROFILE 0
3752| #define LLVM_USE_INTEL_JITEVENTS 0
3753| #define CLANG_HAVE_LIBXML 1
3754| #define HAVE_DIRENT_H 1
3755| #define HAVE_SYS_WAIT_H 1
3756| #define TIME_WITH_SYS_TIME 1
3757| #define HAVE_CXXABI_H 1
3758| #define HAVE_DLFCN_H 1
3759| #define HAVE_EXECINFO_H 1
3760| #define HAVE_FCNTL_H 1
3761| #define HAVE_INTTYPES_H 1
3762| #define HAVE_SETJMP_H 1
3763| #define HAVE_SIGNAL_H 1
3764| #define HAVE_STDINT_H 1
3765| #define HAVE_TERMIOS_H 1
3766| #define HAVE_UNISTD_H 1
3767| #define HAVE_UTIME_H 1
3768| #define HAVE_SYS_MMAN_H 1
3769| #define HAVE_SYS_PARAM_H 1
3770| #define HAVE_SYS_RESOURCE_H 1
3771| #define HAVE_SYS_TIME_H 1
3772| #define HAVE_SYS_UIO_H 1
3773| #define HAVE_SYS_IOCTL_H 1
3774| #define HAVE_MALLOC_MALLOC_H 1
3775| #define HAVE_MACH_MACH_H 1
3776| #define HAVE_FENV_H 1
3777| #define HAVE_DECL_FE_ALL_EXCEPT 1
3778| #define HAVE_DECL_FE_INEXACT 1
3779| #define HAVE_PTHREAD_H 1
3780| #define HAVE_ZLIB_H 1
3781| #define HAVE_FFI_H 1
3782| #define HAVE_FFI_FFI_H 1
3783| /* end confdefs.h.  */
3784|
3785|     extern const char *__crashreporter_info__;
3786|     int main() {
3787|       __crashreporter_info__ = "test";
3788|       return 0;
3789|     }
3790|
3791|
3792configure:16995: result: no
3793configure:17010: checking for HUGE_VAL sanity
3794configure:17048: /usr/bin/g++-4.2 -o conftest -pipe -O0 -arch ppc64 -pedantic -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.cpp -lz -lpthread -lffi -lcurses -lm  >&5
3795configure:17051: $? = 0
3796configure:17057: ./conftest
3797configure:17060: $? = 0
3798configure:17084: result: yes
3799configure:17089: checking for pid_t
3800configure:17119: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3801configure:17125: $? = 0
3802configure:17132: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3803configure:17135: $? = 0
3804configure:17142: test -s conftest.o
3805configure:17145: $? = 0
3806configure:17157: result: yes
3807configure:17169: checking for size_t
3808configure:17199: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3809configure:17205: $? = 0
3810configure:17212: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3811configure:17215: $? = 0
3812configure:17222: test -s conftest.o
3813configure:17225: $? = 0
3814configure:17237: result: yes
3815configure:17254: checking whether struct tm is in sys/time.h or time.h
3816configure:17282: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3817configure:17288: $? = 0
3818configure:17295: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3819configure:17298: $? = 0
3820configure:17305: test -s conftest.o
3821configure:17308: $? = 0
3822configure:17320: result: time.h
3823configure:17330: checking for int64_t
3824configure:17360: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3825configure:17366: $? = 0
3826configure:17373: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3827configure:17376: $? = 0
3828configure:17383: test -s conftest.o
3829configure:17386: $? = 0
3830configure:17398: result: yes
3831configure:17413: checking for uint64_t
3832configure:17443: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
3833configure:17449: $? = 0
3834configure:17456: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3835configure:17459: $? = 0
3836configure:17466: test -s conftest.o
3837configure:17469: $? = 0
3838configure:17481: result: yes
3839configure:17588: checking for backtrace
3840configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3841configure:17650: $? = 0
3842configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3843configure:17660: $? = 0
3844configure:17667: test -s conftest
3845configure:17670: $? = 0
3846configure:17684: result: yes
3847configure:17588: checking for ceilf
3848configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3849conftest.c:127: warning: conflicting types for built-in function 'ceilf'
3850configure:17650: $? = 0
3851configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3852configure:17660: $? = 0
3853configure:17667: test -s conftest
3854configure:17670: $? = 0
3855configure:17684: result: yes
3856configure:17588: checking for floorf
3857configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3858conftest.c:128: warning: conflicting types for built-in function 'floorf'
3859configure:17650: $? = 0
3860configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3861configure:17660: $? = 0
3862configure:17667: test -s conftest
3863configure:17670: $? = 0
3864configure:17684: result: yes
3865configure:17588: checking for roundf
3866configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3867conftest.c:129: warning: conflicting types for built-in function 'roundf'
3868configure:17650: $? = 0
3869configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3870configure:17660: $? = 0
3871configure:17667: test -s conftest
3872configure:17670: $? = 0
3873configure:17684: result: yes
3874configure:17588: checking for rintf
3875configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3876conftest.c:130: warning: conflicting types for built-in function 'rintf'
3877configure:17650: $? = 0
3878configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3879configure:17660: $? = 0
3880configure:17667: test -s conftest
3881configure:17670: $? = 0
3882configure:17684: result: yes
3883configure:17588: checking for nearbyintf
3884configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3885conftest.c:131: warning: conflicting types for built-in function 'nearbyintf'
3886configure:17650: $? = 0
3887configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3888configure:17660: $? = 0
3889configure:17667: test -s conftest
3890configure:17670: $? = 0
3891configure:17684: result: yes
3892configure:17588: checking for getcwd
3893configure:17644: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3894configure:17650: $? = 0
3895configure:17657: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3896configure:17660: $? = 0
3897configure:17667: test -s conftest
3898configure:17670: $? = 0
3899configure:17684: result: yes
3900configure:17701: checking for powf
3901configure:17757: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3902conftest.c:133: warning: conflicting types for built-in function 'powf'
3903configure:17763: $? = 0
3904configure:17770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3905configure:17773: $? = 0
3906configure:17780: test -s conftest
3907configure:17783: $? = 0
3908configure:17797: result: yes
3909configure:17701: checking for fmodf
3910configure:17757: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3911conftest.c:134: warning: conflicting types for built-in function 'fmodf'
3912configure:17763: $? = 0
3913configure:17770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3914configure:17773: $? = 0
3915configure:17780: test -s conftest
3916configure:17783: $? = 0
3917configure:17797: result: yes
3918configure:17701: checking for strtof
3919configure:17757: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3920configure:17763: $? = 0
3921configure:17770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3922configure:17773: $? = 0
3923configure:17780: test -s conftest
3924configure:17783: $? = 0
3925configure:17797: result: yes
3926configure:17701: checking for round
3927configure:17757: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3928conftest.c:136: warning: conflicting types for built-in function 'round'
3929configure:17763: $? = 0
3930configure:17770: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3931configure:17773: $? = 0
3932configure:17780: test -s conftest
3933configure:17783: $? = 0
3934configure:17797: result: yes
3935configure:17815: checking for log
3936configure:17871: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3937conftest.c:137: warning: conflicting types for built-in function 'log'
3938configure:17877: $? = 0
3939configure:17884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3940configure:17887: $? = 0
3941configure:17894: test -s conftest
3942configure:17897: $? = 0
3943configure:17911: result: yes
3944configure:17815: checking for log2
3945configure:17871: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3946conftest.c:138: warning: conflicting types for built-in function 'log2'
3947configure:17877: $? = 0
3948configure:17884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3949configure:17887: $? = 0
3950configure:17894: test -s conftest
3951configure:17897: $? = 0
3952configure:17911: result: yes
3953configure:17815: checking for log10
3954configure:17871: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3955conftest.c:139: warning: conflicting types for built-in function 'log10'
3956configure:17877: $? = 0
3957configure:17884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3958configure:17887: $? = 0
3959configure:17894: test -s conftest
3960configure:17897: $? = 0
3961configure:17911: result: yes
3962configure:17815: checking for exp
3963configure:17871: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3964conftest.c:140: warning: conflicting types for built-in function 'exp'
3965configure:17877: $? = 0
3966configure:17884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3967configure:17887: $? = 0
3968configure:17894: test -s conftest
3969configure:17897: $? = 0
3970configure:17911: result: yes
3971configure:17815: checking for exp2
3972configure:17871: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3973conftest.c:141: warning: conflicting types for built-in function 'exp2'
3974configure:17877: $? = 0
3975configure:17884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3976configure:17887: $? = 0
3977configure:17894: test -s conftest
3978configure:17897: $? = 0
3979configure:17911: result: yes
3980configure:17929: checking for getpagesize
3981configure:17985: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3982configure:17991: $? = 0
3983configure:17998: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3984configure:18001: $? = 0
3985configure:18008: test -s conftest
3986configure:18011: $? = 0
3987configure:18025: result: yes
3988configure:17929: checking for getrusage
3989configure:17985: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3990configure:17991: $? = 0
3991configure:17998: test -z "$ac_c_werror_flag" || test ! -s conftest.err
3992configure:18001: $? = 0
3993configure:18008: test -s conftest
3994configure:18011: $? = 0
3995configure:18025: result: yes
3996configure:17929: checking for getrlimit
3997configure:17985: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
3998configure:17991: $? = 0
3999configure:17998: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4000configure:18001: $? = 0
4001configure:18008: test -s conftest
4002configure:18011: $? = 0
4003configure:18025: result: yes
4004configure:17929: checking for setrlimit
4005configure:17985: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4006configure:17991: $? = 0
4007configure:17998: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4008configure:18001: $? = 0
4009configure:18008: test -s conftest
4010configure:18011: $? = 0
4011configure:18025: result: yes
4012configure:17929: checking for gettimeofday
4013configure:17985: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4014configure:17991: $? = 0
4015configure:17998: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4016configure:18001: $? = 0
4017configure:18008: test -s conftest
4018configure:18011: $? = 0
4019configure:18025: result: yes
4020configure:18041: checking for isatty
4021configure:18097: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4022configure:18103: $? = 0
4023configure:18110: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4024configure:18113: $? = 0
4025configure:18120: test -s conftest
4026configure:18123: $? = 0
4027configure:18137: result: yes
4028configure:18041: checking for mkdtemp
4029configure:18097: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4030configure:18103: $? = 0
4031configure:18110: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4032configure:18113: $? = 0
4033configure:18120: test -s conftest
4034configure:18123: $? = 0
4035configure:18137: result: yes
4036configure:18041: checking for mkstemp
4037configure:18097: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4038configure:18103: $? = 0
4039configure:18110: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4040configure:18113: $? = 0
4041configure:18120: test -s conftest
4042configure:18123: $? = 0
4043configure:18137: result: yes
4044configure:18156: checking for mktemp
4045configure:18212: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4046configure:18218: $? = 0
4047configure:18225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4048configure:18228: $? = 0
4049configure:18235: test -s conftest
4050configure:18238: $? = 0
4051configure:18252: result: yes
4052configure:18156: checking for posix_spawn
4053configure:18212: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4054configure:18218: $? = 0
4055configure:18225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4056configure:18228: $? = 0
4057configure:18235: test -s conftest
4058configure:18238: $? = 0
4059configure:18252: result: yes
4060configure:18156: checking for pread
4061configure:18212: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4062configure:18218: $? = 0
4063configure:18225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4064configure:18228: $? = 0
4065configure:18235: test -s conftest
4066configure:18238: $? = 0
4067configure:18252: result: yes
4068configure:18156: checking for realpath
4069configure:18212: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4070configure:18218: $? = 0
4071configure:18225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4072configure:18228: $? = 0
4073configure:18235: test -s conftest
4074configure:18238: $? = 0
4075configure:18252: result: yes
4076configure:18156: checking for sbrk
4077configure:18212: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4078configure:18218: $? = 0
4079configure:18225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4080configure:18228: $? = 0
4081configure:18235: test -s conftest
4082configure:18238: $? = 0
4083configure:18252: result: yes
4084configure:18156: checking for setrlimit
4085configure:18252: result: yes
4086configure:18269: checking for strerror
4087configure:18325: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4088configure:18331: $? = 0
4089configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4090configure:18341: $? = 0
4091configure:18348: test -s conftest
4092configure:18351: $? = 0
4093configure:18365: result: yes
4094configure:18269: checking for strerror_r
4095configure:18325: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4096configure:18331: $? = 0
4097configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4098configure:18341: $? = 0
4099configure:18348: test -s conftest
4100configure:18351: $? = 0
4101configure:18365: result: yes
4102configure:18269: checking for setenv
4103configure:18325: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4104configure:18331: $? = 0
4105configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4106configure:18341: $? = 0
4107configure:18348: test -s conftest
4108configure:18351: $? = 0
4109configure:18365: result: yes
4110configure:18269: checking for arc4random
4111configure:18325: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4112configure:18331: $? = 0
4113configure:18338: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4114configure:18341: $? = 0
4115configure:18348: test -s conftest
4116configure:18351: $? = 0
4117configure:18365: result: yes
4118configure:18382: checking for strtoll
4119configure:18438: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4120configure:18444: $? = 0
4121configure:18451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4122configure:18454: $? = 0
4123configure:18461: test -s conftest
4124configure:18464: $? = 0
4125configure:18478: result: yes
4126configure:18382: checking for strtoq
4127configure:18438: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4128configure:18444: $? = 0
4129configure:18451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4130configure:18454: $? = 0
4131configure:18461: test -s conftest
4132configure:18464: $? = 0
4133configure:18478: result: yes
4134configure:18382: checking for sysconf
4135configure:18438: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4136configure:18444: $? = 0
4137configure:18451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4138configure:18454: $? = 0
4139configure:18461: test -s conftest
4140configure:18464: $? = 0
4141configure:18478: result: yes
4142configure:18382: checking for malloc_zone_statistics
4143configure:18438: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4144configure:18444: $? = 0
4145configure:18451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4146configure:18454: $? = 0
4147configure:18461: test -s conftest
4148configure:18464: $? = 0
4149configure:18478: result: yes
4150configure:18496: checking for setjmp
4151configure:18552: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4152configure:18558: $? = 0
4153configure:18565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4154configure:18568: $? = 0
4155configure:18575: test -s conftest
4156configure:18578: $? = 0
4157configure:18592: result: yes
4158configure:18496: checking for longjmp
4159configure:18552: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4160configure:18558: $? = 0
4161configure:18565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4162configure:18568: $? = 0
4163configure:18575: test -s conftest
4164configure:18578: $? = 0
4165configure:18592: result: yes
4166configure:18496: checking for sigsetjmp
4167configure:18552: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4168configure:18558: $? = 0
4169configure:18565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4170configure:18568: $? = 0
4171configure:18575: test -s conftest
4172configure:18578: $? = 0
4173configure:18592: result: yes
4174configure:18496: checking for siglongjmp
4175configure:18552: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4176configure:18558: $? = 0
4177configure:18565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4178configure:18568: $? = 0
4179configure:18575: test -s conftest
4180configure:18578: $? = 0
4181configure:18592: result: yes
4182configure:18496: checking for writev
4183configure:18552: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4184configure:18558: $? = 0
4185configure:18565: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4186configure:18568: $? = 0
4187configure:18575: test -s conftest
4188configure:18578: $? = 0
4189configure:18592: result: yes
4190configure:18607: checking for futimes
4191configure:18663: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4192configure:18669: $? = 0
4193configure:18676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
4194configure:18679: $? = 0
4195configure:18686: test -s conftest
4196configure:18689: $? = 0
4197configure:18703: result: yes
4198configure:18607: checking for futimens
4199configure:18663: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4200Undefined symbols:
4201  "_futimens", referenced from:
4202      _main in ccXDLKXF.o
4203ld: symbol(s) not found
4204collect2: ld returned 1 exit status
4205configure:18669: $? = 1
4206configure: failed program was:
4207| /* confdefs.h.  */
4208| #define PACKAGE_NAME "LLVM"
4209| #define PACKAGE_TARNAME "llvm"
4210| #define PACKAGE_VERSION "3.4.2"
4211| #define PACKAGE_STRING "LLVM 3.4.2"
4212| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
4213| #define LLVM_VERSION_MAJOR 3
4214| #define LLVM_VERSION_MINOR 4
4215| #define LLVM_VERSION_PATCH 2
4216| #define LLVM_ON_UNIX 1
4217| #define STDC_HEADERS 1
4218| #define HAVE_SYS_TYPES_H 1
4219| #define HAVE_SYS_STAT_H 1
4220| #define HAVE_STDLIB_H 1
4221| #define HAVE_STRING_H 1
4222| #define HAVE_MEMORY_H 1
4223| #define HAVE_STRINGS_H 1
4224| #define HAVE_INTTYPES_H 1
4225| #define HAVE_STDINT_H 1
4226| #define HAVE_UNISTD_H 1
4227| #define LLVM_ENABLE_THREADS 1
4228| #define LLVM_ENABLE_ZLIB 1
4229| #define ENABLE_PIC 1
4230| #define ENABLE_TIMESTAMPS 1
4231| #define ENABLE_BACKTRACES 1
4232| #define ENABLE_CRASH_OVERRIDES 1
4233| #define LLVM_NATIVE_ARCH PowerPC
4234| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
4235| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
4236| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
4237| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
4238| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
4239| #define CLANG_RESOURCE_DIR ""
4240| #define C_INCLUDE_DIRS ""
4241| #define GCC_INSTALL_PREFIX ""
4242| #define DEFAULT_SYSROOT ""
4243| #define BUG_REPORT_URL "http://llvm.org/bugs/"
4244| #define HOST_LINK_VERSION "97.17"
4245| #define HAVE_LINK_EXPORT_DYNAMIC 1
4246| #define HAVE_DIRENT_H 1
4247| #define HAVE_DLFCN_H 1
4248| #define LTDL_SHLIB_EXT ".dylib"
4249| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
4250| #define LTDL_OBJDIR ".libs/"
4251| #define HAVE_PRELOADED_SYMBOLS 1
4252| #define HAVE_LIBDL 1
4253| #define HAVE_DLERROR 1
4254| #define error_t int
4255| #define HAVE_ERRNO_H 1
4256| #define HAVE_MEMORY_H 1
4257| #define HAVE_UNISTD_H 1
4258| #define HAVE_MACH_O_DYLD_H 1
4259| #define HAVE_CLOSEDIR 1
4260| #define HAVE_OPENDIR 1
4261| #define HAVE_READDIR 1
4262| #define HAVE_LIBM 1
4263| #define HAVE_DLOPEN 1
4264| #define HAVE_TERMINFO 1
4265| #define HAVE_FFI_CALL 1
4266| #define HAVE_LIBPTHREAD 1
4267| #define HAVE_PTHREAD_MUTEX_LOCK 1
4268| #define HAVE_PTHREAD_RWLOCK_INIT 1
4269| #define HAVE_PTHREAD_GETSPECIFIC 1
4270| #define HAVE_LIBZ 1
4271| #define USE_UDIS86 0
4272| #define LLVM_USE_OPROFILE 0
4273| #define LLVM_USE_INTEL_JITEVENTS 0
4274| #define CLANG_HAVE_LIBXML 1
4275| #define HAVE_DIRENT_H 1
4276| #define HAVE_SYS_WAIT_H 1
4277| #define TIME_WITH_SYS_TIME 1
4278| #define HAVE_CXXABI_H 1
4279| #define HAVE_DLFCN_H 1
4280| #define HAVE_EXECINFO_H 1
4281| #define HAVE_FCNTL_H 1
4282| #define HAVE_INTTYPES_H 1
4283| #define HAVE_SETJMP_H 1
4284| #define HAVE_SIGNAL_H 1
4285| #define HAVE_STDINT_H 1
4286| #define HAVE_TERMIOS_H 1
4287| #define HAVE_UNISTD_H 1
4288| #define HAVE_UTIME_H 1
4289| #define HAVE_SYS_MMAN_H 1
4290| #define HAVE_SYS_PARAM_H 1
4291| #define HAVE_SYS_RESOURCE_H 1
4292| #define HAVE_SYS_TIME_H 1
4293| #define HAVE_SYS_UIO_H 1
4294| #define HAVE_SYS_IOCTL_H 1
4295| #define HAVE_MALLOC_MALLOC_H 1
4296| #define HAVE_MACH_MACH_H 1
4297| #define HAVE_FENV_H 1
4298| #define HAVE_DECL_FE_ALL_EXCEPT 1
4299| #define HAVE_DECL_FE_INEXACT 1
4300| #define HAVE_PTHREAD_H 1
4301| #define HAVE_ZLIB_H 1
4302| #define HAVE_FFI_H 1
4303| #define HAVE_FFI_FFI_H 1
4304| #define HAVE_CRASHREPORTER_INFO 0
4305| #define RETSIGTYPE void
4306| #define HAVE_INT64_T 1
4307| #define HAVE_UINT64_T 1
4308| #define HAVE_BACKTRACE 1
4309| #define HAVE_CEILF 1
4310| #define HAVE_FLOORF 1
4311| #define HAVE_ROUNDF 1
4312| #define HAVE_RINTF 1
4313| #define HAVE_NEARBYINTF 1
4314| #define HAVE_GETCWD 1
4315| #define HAVE_POWF 1
4316| #define HAVE_FMODF 1
4317| #define HAVE_STRTOF 1
4318| #define HAVE_ROUND 1
4319| #define HAVE_LOG 1
4320| #define HAVE_LOG2 1
4321| #define HAVE_LOG10 1
4322| #define HAVE_EXP 1
4323| #define HAVE_EXP2 1
4324| #define HAVE_GETPAGESIZE 1
4325| #define HAVE_GETRUSAGE 1
4326| #define HAVE_GETRLIMIT 1
4327| #define HAVE_SETRLIMIT 1
4328| #define HAVE_GETTIMEOFDAY 1
4329| #define HAVE_ISATTY 1
4330| #define HAVE_MKDTEMP 1
4331| #define HAVE_MKSTEMP 1
4332| #define HAVE_MKTEMP 1
4333| #define HAVE_POSIX_SPAWN 1
4334| #define HAVE_PREAD 1
4335| #define HAVE_REALPATH 1
4336| #define HAVE_SBRK 1
4337| #define HAVE_SETRLIMIT 1
4338| #define HAVE_STRERROR 1
4339| #define HAVE_STRERROR_R 1
4340| #define HAVE_SETENV 1
4341| #define HAVE_ARC4RANDOM 1
4342| #define HAVE_STRTOLL 1
4343| #define HAVE_STRTOQ 1
4344| #define HAVE_SYSCONF 1
4345| #define HAVE_MALLOC_ZONE_STATISTICS 1
4346| #define HAVE_SETJMP 1
4347| #define HAVE_LONGJMP 1
4348| #define HAVE_SIGSETJMP 1
4349| #define HAVE_SIGLONGJMP 1
4350| #define HAVE_WRITEV 1
4351| #define HAVE_FUTIMES 1
4352| /* end confdefs.h.  */
4353| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
4354|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4355| #define futimens innocuous_futimens
4356|
4357| /* System header to define __stub macros and hopefully few prototypes,
4358|     which can conflict with char futimens (); below.
4359|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4360|     <limits.h> exists even on freestanding compilers.  */
4361|
4362| #ifdef __STDC__
4363| # include <limits.h>
4364| #else
4365| # include <assert.h>
4366| #endif
4367|
4368| #undef futimens
4369|
4370| /* Override any GCC internal prototype to avoid an error.
4371|    Use char because int might match the return type of a GCC
4372|    builtin and then its argument prototype would still apply.  */
4373| #ifdef __cplusplus
4374| extern "C"
4375| #endif
4376| char futimens ();
4377| /* The GNU C library defines this for functions which it implements
4378|     to always fail with ENOSYS.  Some functions are actually named
4379|     something starting with __ and the normal name is an alias.  */
4380| #if defined __stub_futimens || defined __stub___futimens
4381| choke me
4382| #endif
4383|
4384| int
4385| main ()
4386| {
4387| return futimens ();
4388|   ;
4389|   return 0;
4390| }
4391configure:18703: result: no
4392configure:18713: checking if printf has the %a format character
4393configure:18763: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
4394configure:18766: $? = 0
4395configure:18772: ./conftest
4396configure:18775: $? = 0
4397configure:18797: result: yes
4398configure:18809: checking for srand48/lrand48/drand48 in <stdlib.h>
4399configure:18842: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4400configure:18848: $? = 0
4401configure:18855: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
4402configure:18858: $? = 0
4403configure:18865: test -s conftest.o
4404configure:18868: $? = 0
4405configure:18887: result: yes
4406configure:18899: checking whether strerror_s is declared
4407configure:18929: /usr/bin/gcc-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.c >&5
4408conftest.c: In function 'main':
4409conftest.c:186: error: 'strerror_s' undeclared (first use in this function)
4410conftest.c:186: error: (Each undeclared identifier is reported only once
4411conftest.c:186: error: for each function it appears in.)
4412configure:18935: $? = 1
4413configure: failed program was:
4414| /* confdefs.h.  */
4415| #define PACKAGE_NAME "LLVM"
4416| #define PACKAGE_TARNAME "llvm"
4417| #define PACKAGE_VERSION "3.4.2"
4418| #define PACKAGE_STRING "LLVM 3.4.2"
4419| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
4420| #define LLVM_VERSION_MAJOR 3
4421| #define LLVM_VERSION_MINOR 4
4422| #define LLVM_VERSION_PATCH 2
4423| #define LLVM_ON_UNIX 1
4424| #define STDC_HEADERS 1
4425| #define HAVE_SYS_TYPES_H 1
4426| #define HAVE_SYS_STAT_H 1
4427| #define HAVE_STDLIB_H 1
4428| #define HAVE_STRING_H 1
4429| #define HAVE_MEMORY_H 1
4430| #define HAVE_STRINGS_H 1
4431| #define HAVE_INTTYPES_H 1
4432| #define HAVE_STDINT_H 1
4433| #define HAVE_UNISTD_H 1
4434| #define LLVM_ENABLE_THREADS 1
4435| #define LLVM_ENABLE_ZLIB 1
4436| #define ENABLE_PIC 1
4437| #define ENABLE_TIMESTAMPS 1
4438| #define ENABLE_BACKTRACES 1
4439| #define ENABLE_CRASH_OVERRIDES 1
4440| #define LLVM_NATIVE_ARCH PowerPC
4441| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
4442| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
4443| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
4444| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
4445| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
4446| #define CLANG_RESOURCE_DIR ""
4447| #define C_INCLUDE_DIRS ""
4448| #define GCC_INSTALL_PREFIX ""
4449| #define DEFAULT_SYSROOT ""
4450| #define BUG_REPORT_URL "http://llvm.org/bugs/"
4451| #define HOST_LINK_VERSION "97.17"
4452| #define HAVE_LINK_EXPORT_DYNAMIC 1
4453| #define HAVE_DIRENT_H 1
4454| #define HAVE_DLFCN_H 1
4455| #define LTDL_SHLIB_EXT ".dylib"
4456| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
4457| #define LTDL_OBJDIR ".libs/"
4458| #define HAVE_PRELOADED_SYMBOLS 1
4459| #define HAVE_LIBDL 1
4460| #define HAVE_DLERROR 1
4461| #define error_t int
4462| #define HAVE_ERRNO_H 1
4463| #define HAVE_MEMORY_H 1
4464| #define HAVE_UNISTD_H 1
4465| #define HAVE_MACH_O_DYLD_H 1
4466| #define HAVE_CLOSEDIR 1
4467| #define HAVE_OPENDIR 1
4468| #define HAVE_READDIR 1
4469| #define HAVE_LIBM 1
4470| #define HAVE_DLOPEN 1
4471| #define HAVE_TERMINFO 1
4472| #define HAVE_FFI_CALL 1
4473| #define HAVE_LIBPTHREAD 1
4474| #define HAVE_PTHREAD_MUTEX_LOCK 1
4475| #define HAVE_PTHREAD_RWLOCK_INIT 1
4476| #define HAVE_PTHREAD_GETSPECIFIC 1
4477| #define HAVE_LIBZ 1
4478| #define USE_UDIS86 0
4479| #define LLVM_USE_OPROFILE 0
4480| #define LLVM_USE_INTEL_JITEVENTS 0
4481| #define CLANG_HAVE_LIBXML 1
4482| #define HAVE_DIRENT_H 1
4483| #define HAVE_SYS_WAIT_H 1
4484| #define TIME_WITH_SYS_TIME 1
4485| #define HAVE_CXXABI_H 1
4486| #define HAVE_DLFCN_H 1
4487| #define HAVE_EXECINFO_H 1
4488| #define HAVE_FCNTL_H 1
4489| #define HAVE_INTTYPES_H 1
4490| #define HAVE_SETJMP_H 1
4491| #define HAVE_SIGNAL_H 1
4492| #define HAVE_STDINT_H 1
4493| #define HAVE_TERMIOS_H 1
4494| #define HAVE_UNISTD_H 1
4495| #define HAVE_UTIME_H 1
4496| #define HAVE_SYS_MMAN_H 1
4497| #define HAVE_SYS_PARAM_H 1
4498| #define HAVE_SYS_RESOURCE_H 1
4499| #define HAVE_SYS_TIME_H 1
4500| #define HAVE_SYS_UIO_H 1
4501| #define HAVE_SYS_IOCTL_H 1
4502| #define HAVE_MALLOC_MALLOC_H 1
4503| #define HAVE_MACH_MACH_H 1
4504| #define HAVE_FENV_H 1
4505| #define HAVE_DECL_FE_ALL_EXCEPT 1
4506| #define HAVE_DECL_FE_INEXACT 1
4507| #define HAVE_PTHREAD_H 1
4508| #define HAVE_ZLIB_H 1
4509| #define HAVE_FFI_H 1
4510| #define HAVE_FFI_FFI_H 1
4511| #define HAVE_CRASHREPORTER_INFO 0
4512| #define RETSIGTYPE void
4513| #define HAVE_INT64_T 1
4514| #define HAVE_UINT64_T 1
4515| #define HAVE_BACKTRACE 1
4516| #define HAVE_CEILF 1
4517| #define HAVE_FLOORF 1
4518| #define HAVE_ROUNDF 1
4519| #define HAVE_RINTF 1
4520| #define HAVE_NEARBYINTF 1
4521| #define HAVE_GETCWD 1
4522| #define HAVE_POWF 1
4523| #define HAVE_FMODF 1
4524| #define HAVE_STRTOF 1
4525| #define HAVE_ROUND 1
4526| #define HAVE_LOG 1
4527| #define HAVE_LOG2 1
4528| #define HAVE_LOG10 1
4529| #define HAVE_EXP 1
4530| #define HAVE_EXP2 1
4531| #define HAVE_GETPAGESIZE 1
4532| #define HAVE_GETRUSAGE 1
4533| #define HAVE_GETRLIMIT 1
4534| #define HAVE_SETRLIMIT 1
4535| #define HAVE_GETTIMEOFDAY 1
4536| #define HAVE_ISATTY 1
4537| #define HAVE_MKDTEMP 1
4538| #define HAVE_MKSTEMP 1
4539| #define HAVE_MKTEMP 1
4540| #define HAVE_POSIX_SPAWN 1
4541| #define HAVE_PREAD 1
4542| #define HAVE_REALPATH 1
4543| #define HAVE_SBRK 1
4544| #define HAVE_SETRLIMIT 1
4545| #define HAVE_STRERROR 1
4546| #define HAVE_STRERROR_R 1
4547| #define HAVE_SETENV 1
4548| #define HAVE_ARC4RANDOM 1
4549| #define HAVE_STRTOLL 1
4550| #define HAVE_STRTOQ 1
4551| #define HAVE_SYSCONF 1
4552| #define HAVE_MALLOC_ZONE_STATISTICS 1
4553| #define HAVE_SETJMP 1
4554| #define HAVE_LONGJMP 1
4555| #define HAVE_SIGSETJMP 1
4556| #define HAVE_SIGLONGJMP 1
4557| #define HAVE_WRITEV 1
4558| #define HAVE_FUTIMES 1
4559| #define HAVE_PRINTF_A 1
4560| #define HAVE_RAND48 1
4561| /* end confdefs.h.  */
4562| #include <stdio.h>
4563| #if HAVE_SYS_TYPES_H
4564| # include <sys/types.h>
4565| #endif
4566| #if HAVE_SYS_STAT_H
4567| # include <sys/stat.h>
4568| #endif
4569| #if STDC_HEADERS
4570| # include <stdlib.h>
4571| # include <stddef.h>
4572| #else
4573| # if HAVE_STDLIB_H
4574| #  include <stdlib.h>
4575| # endif
4576| #endif
4577| #if HAVE_STRING_H
4578| # if !STDC_HEADERS && HAVE_MEMORY_H
4579| #  include <memory.h>
4580| # endif
4581| # include <string.h>
4582| #endif
4583| #if HAVE_STRINGS_H
4584| # include <strings.h>
4585| #endif
4586| #if HAVE_INTTYPES_H
4587| # include <inttypes.h>
4588| #endif
4589| #if HAVE_STDINT_H
4590| # include <stdint.h>
4591| #endif
4592| #if HAVE_UNISTD_H
4593| # include <unistd.h>
4594| #endif
4595| int
4596| main ()
4597| {
4598| #ifndef strerror_s
4599|   char *p = (char *) strerror_s;
4600|   return !p;
4601| #endif
4602|
4603|   ;
4604|   return 0;
4605| }
4606configure:18967: result: no
4607configure:20429: checking for isnan in <math.h>
4608configure:20462: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4609configure:20468: $? = 0
4610configure:20475: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
4611configure:20478: $? = 0
4612configure:20485: test -s conftest.o
4613configure:20488: $? = 0
4614configure:20507: result: yes
4615configure:20520: checking for isnan in <cmath>
4616configure:20553: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4617conftest.cpp: In function 'int main()':
4618conftest.cpp:155: error: 'isnan' was not declared in this scope
4619configure:20559: $? = 1
4620configure: failed program was:
4621| /* confdefs.h.  */
4622| #define PACKAGE_NAME "LLVM"
4623| #define PACKAGE_TARNAME "llvm"
4624| #define PACKAGE_VERSION "3.4.2"
4625| #define PACKAGE_STRING "LLVM 3.4.2"
4626| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
4627| #define LLVM_VERSION_MAJOR 3
4628| #define LLVM_VERSION_MINOR 4
4629| #define LLVM_VERSION_PATCH 2
4630| #define LLVM_ON_UNIX 1
4631| #define STDC_HEADERS 1
4632| #define HAVE_SYS_TYPES_H 1
4633| #define HAVE_SYS_STAT_H 1
4634| #define HAVE_STDLIB_H 1
4635| #define HAVE_STRING_H 1
4636| #define HAVE_MEMORY_H 1
4637| #define HAVE_STRINGS_H 1
4638| #define HAVE_INTTYPES_H 1
4639| #define HAVE_STDINT_H 1
4640| #define HAVE_UNISTD_H 1
4641| #define LLVM_ENABLE_THREADS 1
4642| #define LLVM_ENABLE_ZLIB 1
4643| #define ENABLE_PIC 1
4644| #define ENABLE_TIMESTAMPS 1
4645| #define ENABLE_BACKTRACES 1
4646| #define ENABLE_CRASH_OVERRIDES 1
4647| #define LLVM_NATIVE_ARCH PowerPC
4648| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
4649| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
4650| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
4651| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
4652| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
4653| #define CLANG_RESOURCE_DIR ""
4654| #define C_INCLUDE_DIRS ""
4655| #define GCC_INSTALL_PREFIX ""
4656| #define DEFAULT_SYSROOT ""
4657| #define BUG_REPORT_URL "http://llvm.org/bugs/"
4658| #define HOST_LINK_VERSION "97.17"
4659| #define HAVE_LINK_EXPORT_DYNAMIC 1
4660| #define HAVE_DIRENT_H 1
4661| #define HAVE_DLFCN_H 1
4662| #define LTDL_SHLIB_EXT ".dylib"
4663| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
4664| #define LTDL_OBJDIR ".libs/"
4665| #define HAVE_PRELOADED_SYMBOLS 1
4666| #define HAVE_LIBDL 1
4667| #define HAVE_DLERROR 1
4668| #define error_t int
4669| #define HAVE_ERRNO_H 1
4670| #define HAVE_MEMORY_H 1
4671| #define HAVE_UNISTD_H 1
4672| #define HAVE_MACH_O_DYLD_H 1
4673| #define HAVE_CLOSEDIR 1
4674| #define HAVE_OPENDIR 1
4675| #define HAVE_READDIR 1
4676| #define HAVE_LIBM 1
4677| #define HAVE_DLOPEN 1
4678| #define HAVE_TERMINFO 1
4679| #define HAVE_FFI_CALL 1
4680| #define HAVE_LIBPTHREAD 1
4681| #define HAVE_PTHREAD_MUTEX_LOCK 1
4682| #define HAVE_PTHREAD_RWLOCK_INIT 1
4683| #define HAVE_PTHREAD_GETSPECIFIC 1
4684| #define HAVE_LIBZ 1
4685| #define USE_UDIS86 0
4686| #define LLVM_USE_OPROFILE 0
4687| #define LLVM_USE_INTEL_JITEVENTS 0
4688| #define CLANG_HAVE_LIBXML 1
4689| #define HAVE_DIRENT_H 1
4690| #define HAVE_SYS_WAIT_H 1
4691| #define TIME_WITH_SYS_TIME 1
4692| #define HAVE_CXXABI_H 1
4693| #define HAVE_DLFCN_H 1
4694| #define HAVE_EXECINFO_H 1
4695| #define HAVE_FCNTL_H 1
4696| #define HAVE_INTTYPES_H 1
4697| #define HAVE_SETJMP_H 1
4698| #define HAVE_SIGNAL_H 1
4699| #define HAVE_STDINT_H 1
4700| #define HAVE_TERMIOS_H 1
4701| #define HAVE_UNISTD_H 1
4702| #define HAVE_UTIME_H 1
4703| #define HAVE_SYS_MMAN_H 1
4704| #define HAVE_SYS_PARAM_H 1
4705| #define HAVE_SYS_RESOURCE_H 1
4706| #define HAVE_SYS_TIME_H 1
4707| #define HAVE_SYS_UIO_H 1
4708| #define HAVE_SYS_IOCTL_H 1
4709| #define HAVE_MALLOC_MALLOC_H 1
4710| #define HAVE_MACH_MACH_H 1
4711| #define HAVE_FENV_H 1
4712| #define HAVE_DECL_FE_ALL_EXCEPT 1
4713| #define HAVE_DECL_FE_INEXACT 1
4714| #define HAVE_PTHREAD_H 1
4715| #define HAVE_ZLIB_H 1
4716| #define HAVE_FFI_H 1
4717| #define HAVE_FFI_FFI_H 1
4718| #define HAVE_CRASHREPORTER_INFO 0
4719| #define RETSIGTYPE void
4720| #define HAVE_INT64_T 1
4721| #define HAVE_UINT64_T 1
4722| #define HAVE_BACKTRACE 1
4723| #define HAVE_CEILF 1
4724| #define HAVE_FLOORF 1
4725| #define HAVE_ROUNDF 1
4726| #define HAVE_RINTF 1
4727| #define HAVE_NEARBYINTF 1
4728| #define HAVE_GETCWD 1
4729| #define HAVE_POWF 1
4730| #define HAVE_FMODF 1
4731| #define HAVE_STRTOF 1
4732| #define HAVE_ROUND 1
4733| #define HAVE_LOG 1
4734| #define HAVE_LOG2 1
4735| #define HAVE_LOG10 1
4736| #define HAVE_EXP 1
4737| #define HAVE_EXP2 1
4738| #define HAVE_GETPAGESIZE 1
4739| #define HAVE_GETRUSAGE 1
4740| #define HAVE_GETRLIMIT 1
4741| #define HAVE_SETRLIMIT 1
4742| #define HAVE_GETTIMEOFDAY 1
4743| #define HAVE_ISATTY 1
4744| #define HAVE_MKDTEMP 1
4745| #define HAVE_MKSTEMP 1
4746| #define HAVE_MKTEMP 1
4747| #define HAVE_POSIX_SPAWN 1
4748| #define HAVE_PREAD 1
4749| #define HAVE_REALPATH 1
4750| #define HAVE_SBRK 1
4751| #define HAVE_SETRLIMIT 1
4752| #define HAVE_STRERROR 1
4753| #define HAVE_STRERROR_R 1
4754| #define HAVE_SETENV 1
4755| #define HAVE_ARC4RANDOM 1
4756| #define HAVE_STRTOLL 1
4757| #define HAVE_STRTOQ 1
4758| #define HAVE_SYSCONF 1
4759| #define HAVE_MALLOC_ZONE_STATISTICS 1
4760| #define HAVE_SETJMP 1
4761| #define HAVE_LONGJMP 1
4762| #define HAVE_SIGSETJMP 1
4763| #define HAVE_SIGLONGJMP 1
4764| #define HAVE_WRITEV 1
4765| #define HAVE_FUTIMES 1
4766| #define HAVE_PRINTF_A 1
4767| #define HAVE_RAND48 1
4768| #define HAVE_DECL_STRERROR_S 0
4769| #define HAVE_ISNAN_IN_MATH_H 1
4770| /* end confdefs.h.  */
4771| #include <cmath>
4772| int
4773| main ()
4774| {
4775| float f; isnan(f);
4776|   ;
4777|   return 0;
4778| }
4779configure:20598: result: no
4780configure:20610: checking for std::isnan in <cmath>
4781configure:20643: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4782configure:20649: $? = 0
4783configure:20656: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
4784configure:20659: $? = 0
4785configure:20666: test -s conftest.o
4786configure:20669: $? = 0
4787configure:20688: result: yes
4788configure:20702: checking for isinf in <math.h>
4789configure:20735: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4790configure:20741: $? = 0
4791configure:20748: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
4792configure:20751: $? = 0
4793configure:20758: test -s conftest.o
4794configure:20761: $? = 0
4795configure:20780: result: yes
4796configure:20792: checking for isinf in <cmath>
4797configure:20825: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4798conftest.cpp: In function 'int main()':
4799conftest.cpp:157: error: 'isinf' was not declared in this scope
4800configure:20831: $? = 1
4801configure: failed program was:
4802| /* confdefs.h.  */
4803| #define PACKAGE_NAME "LLVM"
4804| #define PACKAGE_TARNAME "llvm"
4805| #define PACKAGE_VERSION "3.4.2"
4806| #define PACKAGE_STRING "LLVM 3.4.2"
4807| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
4808| #define LLVM_VERSION_MAJOR 3
4809| #define LLVM_VERSION_MINOR 4
4810| #define LLVM_VERSION_PATCH 2
4811| #define LLVM_ON_UNIX 1
4812| #define STDC_HEADERS 1
4813| #define HAVE_SYS_TYPES_H 1
4814| #define HAVE_SYS_STAT_H 1
4815| #define HAVE_STDLIB_H 1
4816| #define HAVE_STRING_H 1
4817| #define HAVE_MEMORY_H 1
4818| #define HAVE_STRINGS_H 1
4819| #define HAVE_INTTYPES_H 1
4820| #define HAVE_STDINT_H 1
4821| #define HAVE_UNISTD_H 1
4822| #define LLVM_ENABLE_THREADS 1
4823| #define LLVM_ENABLE_ZLIB 1
4824| #define ENABLE_PIC 1
4825| #define ENABLE_TIMESTAMPS 1
4826| #define ENABLE_BACKTRACES 1
4827| #define ENABLE_CRASH_OVERRIDES 1
4828| #define LLVM_NATIVE_ARCH PowerPC
4829| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
4830| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
4831| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
4832| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
4833| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
4834| #define CLANG_RESOURCE_DIR ""
4835| #define C_INCLUDE_DIRS ""
4836| #define GCC_INSTALL_PREFIX ""
4837| #define DEFAULT_SYSROOT ""
4838| #define BUG_REPORT_URL "http://llvm.org/bugs/"
4839| #define HOST_LINK_VERSION "97.17"
4840| #define HAVE_LINK_EXPORT_DYNAMIC 1
4841| #define HAVE_DIRENT_H 1
4842| #define HAVE_DLFCN_H 1
4843| #define LTDL_SHLIB_EXT ".dylib"
4844| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
4845| #define LTDL_OBJDIR ".libs/"
4846| #define HAVE_PRELOADED_SYMBOLS 1
4847| #define HAVE_LIBDL 1
4848| #define HAVE_DLERROR 1
4849| #define error_t int
4850| #define HAVE_ERRNO_H 1
4851| #define HAVE_MEMORY_H 1
4852| #define HAVE_UNISTD_H 1
4853| #define HAVE_MACH_O_DYLD_H 1
4854| #define HAVE_CLOSEDIR 1
4855| #define HAVE_OPENDIR 1
4856| #define HAVE_READDIR 1
4857| #define HAVE_LIBM 1
4858| #define HAVE_DLOPEN 1
4859| #define HAVE_TERMINFO 1
4860| #define HAVE_FFI_CALL 1
4861| #define HAVE_LIBPTHREAD 1
4862| #define HAVE_PTHREAD_MUTEX_LOCK 1
4863| #define HAVE_PTHREAD_RWLOCK_INIT 1
4864| #define HAVE_PTHREAD_GETSPECIFIC 1
4865| #define HAVE_LIBZ 1
4866| #define USE_UDIS86 0
4867| #define LLVM_USE_OPROFILE 0
4868| #define LLVM_USE_INTEL_JITEVENTS 0
4869| #define CLANG_HAVE_LIBXML 1
4870| #define HAVE_DIRENT_H 1
4871| #define HAVE_SYS_WAIT_H 1
4872| #define TIME_WITH_SYS_TIME 1
4873| #define HAVE_CXXABI_H 1
4874| #define HAVE_DLFCN_H 1
4875| #define HAVE_EXECINFO_H 1
4876| #define HAVE_FCNTL_H 1
4877| #define HAVE_INTTYPES_H 1
4878| #define HAVE_SETJMP_H 1
4879| #define HAVE_SIGNAL_H 1
4880| #define HAVE_STDINT_H 1
4881| #define HAVE_TERMIOS_H 1
4882| #define HAVE_UNISTD_H 1
4883| #define HAVE_UTIME_H 1
4884| #define HAVE_SYS_MMAN_H 1
4885| #define HAVE_SYS_PARAM_H 1
4886| #define HAVE_SYS_RESOURCE_H 1
4887| #define HAVE_SYS_TIME_H 1
4888| #define HAVE_SYS_UIO_H 1
4889| #define HAVE_SYS_IOCTL_H 1
4890| #define HAVE_MALLOC_MALLOC_H 1
4891| #define HAVE_MACH_MACH_H 1
4892| #define HAVE_FENV_H 1
4893| #define HAVE_DECL_FE_ALL_EXCEPT 1
4894| #define HAVE_DECL_FE_INEXACT 1
4895| #define HAVE_PTHREAD_H 1
4896| #define HAVE_ZLIB_H 1
4897| #define HAVE_FFI_H 1
4898| #define HAVE_FFI_FFI_H 1
4899| #define HAVE_CRASHREPORTER_INFO 0
4900| #define RETSIGTYPE void
4901| #define HAVE_INT64_T 1
4902| #define HAVE_UINT64_T 1
4903| #define HAVE_BACKTRACE 1
4904| #define HAVE_CEILF 1
4905| #define HAVE_FLOORF 1
4906| #define HAVE_ROUNDF 1
4907| #define HAVE_RINTF 1
4908| #define HAVE_NEARBYINTF 1
4909| #define HAVE_GETCWD 1
4910| #define HAVE_POWF 1
4911| #define HAVE_FMODF 1
4912| #define HAVE_STRTOF 1
4913| #define HAVE_ROUND 1
4914| #define HAVE_LOG 1
4915| #define HAVE_LOG2 1
4916| #define HAVE_LOG10 1
4917| #define HAVE_EXP 1
4918| #define HAVE_EXP2 1
4919| #define HAVE_GETPAGESIZE 1
4920| #define HAVE_GETRUSAGE 1
4921| #define HAVE_GETRLIMIT 1
4922| #define HAVE_SETRLIMIT 1
4923| #define HAVE_GETTIMEOFDAY 1
4924| #define HAVE_ISATTY 1
4925| #define HAVE_MKDTEMP 1
4926| #define HAVE_MKSTEMP 1
4927| #define HAVE_MKTEMP 1
4928| #define HAVE_POSIX_SPAWN 1
4929| #define HAVE_PREAD 1
4930| #define HAVE_REALPATH 1
4931| #define HAVE_SBRK 1
4932| #define HAVE_SETRLIMIT 1
4933| #define HAVE_STRERROR 1
4934| #define HAVE_STRERROR_R 1
4935| #define HAVE_SETENV 1
4936| #define HAVE_ARC4RANDOM 1
4937| #define HAVE_STRTOLL 1
4938| #define HAVE_STRTOQ 1
4939| #define HAVE_SYSCONF 1
4940| #define HAVE_MALLOC_ZONE_STATISTICS 1
4941| #define HAVE_SETJMP 1
4942| #define HAVE_LONGJMP 1
4943| #define HAVE_SIGSETJMP 1
4944| #define HAVE_SIGLONGJMP 1
4945| #define HAVE_WRITEV 1
4946| #define HAVE_FUTIMES 1
4947| #define HAVE_PRINTF_A 1
4948| #define HAVE_RAND48 1
4949| #define HAVE_DECL_STRERROR_S 0
4950| #define HAVE_ISNAN_IN_MATH_H 1
4951| #define HAVE_STD_ISNAN_IN_CMATH 1
4952| #define HAVE_ISINF_IN_MATH_H 1
4953| /* end confdefs.h.  */
4954| #include <cmath>
4955| int
4956| main ()
4957| {
4958| float f; isinf(f);
4959|   ;
4960|   return 0;
4961| }
4962configure:20870: result: no
4963configure:20882: checking for std::isinf in <cmath>
4964configure:20915: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4965configure:20921: $? = 0
4966configure:20928: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
4967configure:20931: $? = 0
4968configure:20938: test -s conftest.o
4969configure:20941: $? = 0
4970configure:20960: result: yes
4971configure:20972: checking for finite in <ieeefp.h>
4972configure:21005: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -I/opt/local/include conftest.cpp >&5
4973conftest.cpp:154:20: error: ieeefp.h: No such file or directory
4974conftest.cpp: In function 'int main()':
4975conftest.cpp:158: error: 'finite' was not declared in this scope
4976configure:21011: $? = 1
4977configure: failed program was:
4978| /* confdefs.h.  */
4979| #define PACKAGE_NAME "LLVM"
4980| #define PACKAGE_TARNAME "llvm"
4981| #define PACKAGE_VERSION "3.4.2"
4982| #define PACKAGE_STRING "LLVM 3.4.2"
4983| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
4984| #define LLVM_VERSION_MAJOR 3
4985| #define LLVM_VERSION_MINOR 4
4986| #define LLVM_VERSION_PATCH 2
4987| #define LLVM_ON_UNIX 1
4988| #define STDC_HEADERS 1
4989| #define HAVE_SYS_TYPES_H 1
4990| #define HAVE_SYS_STAT_H 1
4991| #define HAVE_STDLIB_H 1
4992| #define HAVE_STRING_H 1
4993| #define HAVE_MEMORY_H 1
4994| #define HAVE_STRINGS_H 1
4995| #define HAVE_INTTYPES_H 1
4996| #define HAVE_STDINT_H 1
4997| #define HAVE_UNISTD_H 1
4998| #define LLVM_ENABLE_THREADS 1
4999| #define LLVM_ENABLE_ZLIB 1
5000| #define ENABLE_PIC 1
5001| #define ENABLE_TIMESTAMPS 1
5002| #define ENABLE_BACKTRACES 1
5003| #define ENABLE_CRASH_OVERRIDES 1
5004| #define LLVM_NATIVE_ARCH PowerPC
5005| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
5006| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
5007| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
5008| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
5009| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
5010| #define CLANG_RESOURCE_DIR ""
5011| #define C_INCLUDE_DIRS ""
5012| #define GCC_INSTALL_PREFIX ""
5013| #define DEFAULT_SYSROOT ""
5014| #define BUG_REPORT_URL "http://llvm.org/bugs/"
5015| #define HOST_LINK_VERSION "97.17"
5016| #define HAVE_LINK_EXPORT_DYNAMIC 1
5017| #define HAVE_DIRENT_H 1
5018| #define HAVE_DLFCN_H 1
5019| #define LTDL_SHLIB_EXT ".dylib"
5020| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
5021| #define LTDL_OBJDIR ".libs/"
5022| #define HAVE_PRELOADED_SYMBOLS 1
5023| #define HAVE_LIBDL 1
5024| #define HAVE_DLERROR 1
5025| #define error_t int
5026| #define HAVE_ERRNO_H 1
5027| #define HAVE_MEMORY_H 1
5028| #define HAVE_UNISTD_H 1
5029| #define HAVE_MACH_O_DYLD_H 1
5030| #define HAVE_CLOSEDIR 1
5031| #define HAVE_OPENDIR 1
5032| #define HAVE_READDIR 1
5033| #define HAVE_LIBM 1
5034| #define HAVE_DLOPEN 1
5035| #define HAVE_TERMINFO 1
5036| #define HAVE_FFI_CALL 1
5037| #define HAVE_LIBPTHREAD 1
5038| #define HAVE_PTHREAD_MUTEX_LOCK 1
5039| #define HAVE_PTHREAD_RWLOCK_INIT 1
5040| #define HAVE_PTHREAD_GETSPECIFIC 1
5041| #define HAVE_LIBZ 1
5042| #define USE_UDIS86 0
5043| #define LLVM_USE_OPROFILE 0
5044| #define LLVM_USE_INTEL_JITEVENTS 0
5045| #define CLANG_HAVE_LIBXML 1
5046| #define HAVE_DIRENT_H 1
5047| #define HAVE_SYS_WAIT_H 1
5048| #define TIME_WITH_SYS_TIME 1
5049| #define HAVE_CXXABI_H 1
5050| #define HAVE_DLFCN_H 1
5051| #define HAVE_EXECINFO_H 1
5052| #define HAVE_FCNTL_H 1
5053| #define HAVE_INTTYPES_H 1
5054| #define HAVE_SETJMP_H 1
5055| #define HAVE_SIGNAL_H 1
5056| #define HAVE_STDINT_H 1
5057| #define HAVE_TERMIOS_H 1
5058| #define HAVE_UNISTD_H 1
5059| #define HAVE_UTIME_H 1
5060| #define HAVE_SYS_MMAN_H 1
5061| #define HAVE_SYS_PARAM_H 1
5062| #define HAVE_SYS_RESOURCE_H 1
5063| #define HAVE_SYS_TIME_H 1
5064| #define HAVE_SYS_UIO_H 1
5065| #define HAVE_SYS_IOCTL_H 1
5066| #define HAVE_MALLOC_MALLOC_H 1
5067| #define HAVE_MACH_MACH_H 1
5068| #define HAVE_FENV_H 1
5069| #define HAVE_DECL_FE_ALL_EXCEPT 1
5070| #define HAVE_DECL_FE_INEXACT 1
5071| #define HAVE_PTHREAD_H 1
5072| #define HAVE_ZLIB_H 1
5073| #define HAVE_FFI_H 1
5074| #define HAVE_FFI_FFI_H 1
5075| #define HAVE_CRASHREPORTER_INFO 0
5076| #define RETSIGTYPE void
5077| #define HAVE_INT64_T 1
5078| #define HAVE_UINT64_T 1
5079| #define HAVE_BACKTRACE 1
5080| #define HAVE_CEILF 1
5081| #define HAVE_FLOORF 1
5082| #define HAVE_ROUNDF 1
5083| #define HAVE_RINTF 1
5084| #define HAVE_NEARBYINTF 1
5085| #define HAVE_GETCWD 1
5086| #define HAVE_POWF 1
5087| #define HAVE_FMODF 1
5088| #define HAVE_STRTOF 1
5089| #define HAVE_ROUND 1
5090| #define HAVE_LOG 1
5091| #define HAVE_LOG2 1
5092| #define HAVE_LOG10 1
5093| #define HAVE_EXP 1
5094| #define HAVE_EXP2 1
5095| #define HAVE_GETPAGESIZE 1
5096| #define HAVE_GETRUSAGE 1
5097| #define HAVE_GETRLIMIT 1
5098| #define HAVE_SETRLIMIT 1
5099| #define HAVE_GETTIMEOFDAY 1
5100| #define HAVE_ISATTY 1
5101| #define HAVE_MKDTEMP 1
5102| #define HAVE_MKSTEMP 1
5103| #define HAVE_MKTEMP 1
5104| #define HAVE_POSIX_SPAWN 1
5105| #define HAVE_PREAD 1
5106| #define HAVE_REALPATH 1
5107| #define HAVE_SBRK 1
5108| #define HAVE_SETRLIMIT 1
5109| #define HAVE_STRERROR 1
5110| #define HAVE_STRERROR_R 1
5111| #define HAVE_SETENV 1
5112| #define HAVE_ARC4RANDOM 1
5113| #define HAVE_STRTOLL 1
5114| #define HAVE_STRTOQ 1
5115| #define HAVE_SYSCONF 1
5116| #define HAVE_MALLOC_ZONE_STATISTICS 1
5117| #define HAVE_SETJMP 1
5118| #define HAVE_LONGJMP 1
5119| #define HAVE_SIGSETJMP 1
5120| #define HAVE_SIGLONGJMP 1
5121| #define HAVE_WRITEV 1
5122| #define HAVE_FUTIMES 1
5123| #define HAVE_PRINTF_A 1
5124| #define HAVE_RAND48 1
5125| #define HAVE_DECL_STRERROR_S 0
5126| #define HAVE_ISNAN_IN_MATH_H 1
5127| #define HAVE_STD_ISNAN_IN_CMATH 1
5128| #define HAVE_ISINF_IN_MATH_H 1
5129| #define HAVE_STD_ISINF_IN_CMATH 1
5130| /* end confdefs.h.  */
5131| #include <ieeefp.h>
5132| int
5133| main ()
5134| {
5135| float f; finite(f);
5136|   ;
5137|   return 0;
5138| }
5139configure:21050: result: no
5140configure:21070: checking for stdlib.h
5141configure:21076: result: yes
5142configure:21070: checking for unistd.h
5143configure:21076: result: yes
5144configure:21238: checking for getpagesize
5145configure:21334: result: yes
5146configure:21344: checking for working mmap
5147configure:21491: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
5148configure:21494: $? = 0
5149configure:21500: ./conftest
5150configure:21503: $? = 0
5151configure:21519: result: yes
5152configure:21530: checking for mmap of files
5153configure:21575: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
5154conftest.c: In function 'main':
5155conftest.c:170: warning: cast from pointer to integer of different size
5156conftest.c:172: warning: cast from pointer to integer of different size
5157configure:21578: $? = 0
5158configure:21584: ./conftest
5159configure:21587: $? = 0
5160configure:21610: result: yes
5161configure:21622: checking if /dev/zero is needed for mmap
5162configure:21634: result: no
5163configure:21656: checking for GCC atomic builtins
5164configure:21689: /usr/bin/g++-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.cpp -lz -lpthread -lffi -lcurses -lm  >&5
5165configure:21695: $? = 0
5166configure:21702: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
5167configure:21705: $? = 0
5168configure:21712: test -s conftest
5169configure:21715: $? = 0
5170configure:21718: result: yes
5171configure:21847: checking for __dso_handle
5172configure:21903: /usr/bin/gcc-4.2 -o conftest -pipe -O0 -arch ppc64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64 conftest.c -lz -lpthread -lffi -lcurses -lm  >&5
5173configure:21909: $? = 0
5174configure:21916: test -z "$ac_c_werror_flag" || test ! -s conftest.err
5175configure:21919: $? = 0
5176configure:21926: test -s conftest
5177configure:21929: $? = 0
5178configure:21943: result: yes
5179configure:22097: checking for compiler -fvisibility-inlines-hidden option
5180configure:22131: /usr/bin/g++-4.2 -c -pipe -O0 -arch ppc64 -O0 -fvisibility-inlines-hidden -Werror -I/opt/local/include conftest.cpp >&5
5181configure:22137: $? = 0
5182configure:22144: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
5183configure:22147: $? = 0
5184configure:22154: test -s conftest.o
5185configure:22157: $? = 0
5186configure:22177: result: yes
5187configure:22402: creating ./config.status
5188
5189## ---------------------- ##
5190## Running config.status. ##
5191## ---------------------- ##
5192
5193This file was extended by LLVM config.status 3.4.2, which was
5194generated by GNU Autoconf 2.60.  Invocation command line was
5195
5196  CONFIG_FILES    =
5197  CONFIG_HEADERS  =
5198  CONFIG_LINKS    =
5199  CONFIG_COMMANDS =
5200  $ ./config.status
5201
5202on 36-42.wireless-city.scu.edu.tw
5203
5204config.status:774: creating include/llvm/Config/Targets.def
5205config.status:774: creating include/llvm/Config/AsmPrinters.def
5206config.status:774: creating include/llvm/Config/AsmParsers.def
5207config.status:774: creating include/llvm/Config/Disassemblers.def
5208config.status:774: creating Makefile.config
5209config.status:774: creating llvm.spec
5210config.status:774: creating docs/doxygen.cfg
5211config.status:774: creating bindings/ocaml/llvm/META.llvm
5212config.status:774: creating include/llvm/Config/config.h
5213config.status:774: creating include/llvm/Config/llvm-config.h
5214config.status:774: creating include/llvm/Support/DataTypes.h
5215config.status:1176: executing setup commands
5216config.status:1176: executing Makefile commands
5217config.status:1176: executing Makefile.common commands
5218config.status:1176: executing examples/Makefile commands
5219config.status:1176: executing lib/Makefile commands
5220config.status:1176: executing test/Makefile commands
5221config.status:1176: executing test/Makefile.tests commands
5222config.status:1176: executing unittests/Makefile commands
5223config.status:1176: executing tools/Makefile commands
5224config.status:1176: executing utils/Makefile commands
5225config.status:1176: executing projects/Makefile commands
5226config.status:1176: executing bindings/Makefile commands
5227config.status:1176: executing bindings/ocaml/Makefile.ocaml commands
5228configure:23744: === configuring in projects/sample (/opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/build/projects/sample)
5229configure:23847: running /bin/sh /opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/llvm-3.4.2.src/projects/sample/configure --prefix=/opt/local/libexec/llvm-3.4  '--build=powerpc64-apple-darwin9' '--enable-bindings=none' '--enable-libffi' '--disable-shared' '--disable-jit' '--disable-optimized' '--disable-profiling' '--enable-pic' '--disable-debug-symbols' '--disable-debug-runtime' '--disable-assertions' '--disable-doxygen' '--with-ar=/usr/bin/ar' '--enable-targets=powerpc' '--with-optimize-option=-O0' 'build_alias=powerpc64-apple-darwin9' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-pipe -O0 -arch ppc64' 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.2' 'CXXFLAGS=-pipe -O0 -arch ppc64' --cache-file=/dev/null --srcdir=/opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_llvm-3.4/llvm-3.4/work/llvm-3.4.2.src/projects/sample
5230
5231## ---------------- ##
5232## Cache variables. ##
5233## ---------------- ##
5234
5235ac_cv_build=powerpc64-apple-darwin9
5236ac_cv_c_bigendian=yes
5237ac_cv_c_compiler_gnu=yes
5238ac_cv_c_const=yes
5239ac_cv_cxx_compiler_gnu=yes
5240ac_cv_env_CCC_set=
5241ac_cv_env_CCC_value=
5242ac_cv_env_CC_set=set
5243ac_cv_env_CC_value=/usr/bin/gcc-4.2
5244ac_cv_env_CFLAGS_set=set
5245ac_cv_env_CFLAGS_value='-pipe -O0 -arch ppc64'
5246ac_cv_env_CPPFLAGS_set=set
5247ac_cv_env_CPPFLAGS_value=-I/opt/local/include
5248ac_cv_env_CPP_set=
5249ac_cv_env_CPP_value=
5250ac_cv_env_CXXCPP_set=
5251ac_cv_env_CXXCPP_value=
5252ac_cv_env_CXXFLAGS_set=set
5253ac_cv_env_CXXFLAGS_value='-pipe -O0 -arch ppc64'
5254ac_cv_env_CXX_set=set
5255ac_cv_env_CXX_value=/usr/bin/g++-4.2
5256ac_cv_env_LDFLAGS_set=set
5257ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64'
5258ac_cv_env_build_alias_set=set
5259ac_cv_env_build_alias_value=powerpc64-apple-darwin9
5260ac_cv_env_host_alias_set=
5261ac_cv_env_host_alias_value=
5262ac_cv_env_target_alias_set=
5263ac_cv_env_target_alias_value=
5264ac_cv_func___dso_handle=yes
5265ac_cv_func_arc4random=yes
5266ac_cv_func_argz_append=no
5267ac_cv_func_argz_create_sep=no
5268ac_cv_func_argz_insert=no
5269ac_cv_func_argz_next=no
5270ac_cv_func_argz_stringify=no
5271ac_cv_func_backtrace=yes
5272ac_cv_func_ceilf=yes
5273ac_cv_func_closedir=yes
5274ac_cv_func_dlerror=yes
5275ac_cv_func_exp2=yes
5276ac_cv_func_exp=yes
5277ac_cv_func_finite_in_ieeefp_h=no
5278ac_cv_func_floorf=yes
5279ac_cv_func_fmodf=yes
5280ac_cv_func_futimens=no
5281ac_cv_func_futimes=yes
5282ac_cv_func_getcwd=yes
5283ac_cv_func_getpagesize=yes
5284ac_cv_func_getrlimit=yes
5285ac_cv_func_getrusage=yes
5286ac_cv_func_gettimeofday=yes
5287ac_cv_func_isatty=yes
5288ac_cv_func_isinf_in_cmath=no
5289ac_cv_func_isinf_in_math_h=yes
5290ac_cv_func_isnan_in_cmath=no
5291ac_cv_func_isnan_in_math_h=yes
5292ac_cv_func_log10=yes
5293ac_cv_func_log2=yes
5294ac_cv_func_log=yes
5295ac_cv_func_longjmp=yes
5296ac_cv_func_malloc_zone_statistics=yes
5297ac_cv_func_mkdtemp=yes
5298ac_cv_func_mkstemp=yes
5299ac_cv_func_mktemp=yes
5300ac_cv_func_mmap_file=yes
5301ac_cv_func_mmap_fixed_mapped=yes
5302ac_cv_func_nearbyintf=yes
5303ac_cv_func_opendir=yes
5304ac_cv_func_posix_spawn=yes
5305ac_cv_func_powf=yes
5306ac_cv_func_pread=yes
5307ac_cv_func_rand48=yes
5308ac_cv_func_readdir=yes
5309ac_cv_func_realpath=yes
5310ac_cv_func_rintf=yes
5311ac_cv_func_round=yes
5312ac_cv_func_roundf=yes
5313ac_cv_func_sbrk=yes
5314ac_cv_func_setenv=yes
5315ac_cv_func_setjmp=yes
5316ac_cv_func_setrlimit=yes
5317ac_cv_func_shl_load=no
5318ac_cv_func_siglongjmp=yes
5319ac_cv_func_sigsetjmp=yes
5320ac_cv_func_std_isinf_in_cmath=yes
5321ac_cv_func_std_isnan_in_cmath=yes
5322ac_cv_func_strerror=yes
5323ac_cv_func_strerror_r=yes
5324ac_cv_func_strtof=yes
5325ac_cv_func_strtoll=yes
5326ac_cv_func_strtoq=yes
5327ac_cv_func_sysconf=yes
5328ac_cv_func_writev=yes
5329ac_cv_have_decl_FE_ALL_EXCEPT=yes
5330ac_cv_have_decl_FE_INEXACT=yes
5331ac_cv_have_decl_strerror_s=no
5332ac_cv_header_CrashReporterClient_h=no
5333ac_cv_header_argz_h=no
5334ac_cv_header_cxxabi_h=yes
5335ac_cv_header_dirent_dirent_h=yes
5336ac_cv_header_dlfcn_h=yes
5337ac_cv_header_errno_h=yes
5338ac_cv_header_execinfo_h=yes
5339ac_cv_header_fcntl_h=yes
5340ac_cv_header_fenv_h=yes
5341ac_cv_header_ffi_ffi_h=yes
5342ac_cv_header_ffi_h=yes
5343ac_cv_header_inttypes_h=yes
5344ac_cv_header_link_h=no
5345ac_cv_header_mach_mach_h=yes
5346ac_cv_header_mach_o_dyld_h=yes
5347ac_cv_header_malloc_h=no
5348ac_cv_header_malloc_malloc_h=yes
5349ac_cv_header_memory_h=yes
5350ac_cv_header_mmap_anon=no
5351ac_cv_header_pthread_h=yes
5352ac_cv_header_setjmp_h=yes
5353ac_cv_header_signal_h=yes
5354ac_cv_header_stat_broken=no
5355ac_cv_header_stdc=yes
5356ac_cv_header_stdint_h=yes
5357ac_cv_header_stdlib_h=yes
5358ac_cv_header_string_h=yes
5359ac_cv_header_strings_h=yes
5360ac_cv_header_sys_ioctl_h=yes
5361ac_cv_header_sys_mman_h=yes
5362ac_cv_header_sys_param_h=yes
5363ac_cv_header_sys_resource_h=yes
5364ac_cv_header_sys_stat_h=yes
5365ac_cv_header_sys_time_h=yes
5366ac_cv_header_sys_types_h=yes
5367ac_cv_header_sys_uio_h=yes
5368ac_cv_header_sys_wait_h=yes
5369ac_cv_header_termios_h=yes
5370ac_cv_header_time=yes
5371ac_cv_header_unistd_h=yes
5372ac_cv_header_utime_h=yes
5373ac_cv_header_valgrind_valgrind_h=no
5374ac_cv_header_zlib_h=yes
5375ac_cv_host=powerpc64-apple-darwin9
5376ac_cv_huge_val_sanity=yes
5377ac_cv_lib_dl_dlopen=yes
5378ac_cv_lib_dld_shl_load=no
5379ac_cv_lib_m_sin=yes
5380ac_cv_lib_pthread_pthread_mutex_init=yes
5381ac_cv_lib_xml2_xmlReadFile=yes
5382ac_cv_lib_z_compress2=yes
5383ac_cv_need_dev_zero_for_mmap=no
5384ac_cv_objext=o
5385ac_cv_path_BINPWD=/bin/pwd
5386ac_cv_path_BZIP2=/opt/local/bin/bzip2
5387ac_cv_path_CAT=/bin/cat
5388ac_cv_path_CIRCO='echo circo'
5389ac_cv_path_CMP=/usr/bin/cmp
5390ac_cv_path_CP=/bin/cp
5391ac_cv_path_DATE=/bin/date
5392ac_cv_path_DOT='echo dot'
5393ac_cv_path_DOTTY='echo dotty'
5394ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
5395ac_cv_path_FDP='echo fdp'
5396ac_cv_path_FIND=/usr/bin/find
5397ac_cv_path_GAS=/opt/local/bin/as
5398ac_cv_path_GRAPHVIZ='echo Graphviz'
5399ac_cv_path_GREP=/opt/local/bin/ggrep
5400ac_cv_path_GROFF=/usr/bin/groff
5401ac_cv_path_GZIPBIN=/usr/bin/gzip
5402ac_cv_path_MKDIR=/bin/mkdir
5403ac_cv_path_MV=/bin/mv
5404ac_cv_path_NEATO='echo neato'
5405ac_cv_path_PDFROFF=/usr/bin/pdfroff
5406ac_cv_path_RM=/bin/rm
5407ac_cv_path_SED=/usr/bin/sed
5408ac_cv_path_TAR=/usr/bin/tar
5409ac_cv_path_TWOPI='echo twopi'
5410ac_cv_path_ZIP=/usr/bin/zip
5411ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
5412ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E'
5413ac_cv_prog_XML2CONFIG=xml2-config
5414ac_cv_prog_ac_ct_AR=ar
5415ac_cv_prog_ac_ct_RANLIB=ranlib
5416ac_cv_prog_cc_c89=
5417ac_cv_prog_cc_g=yes
5418ac_cv_prog_cxx_g=yes
5419ac_cv_search_clock_gettime=no
5420ac_cv_search_dlopen='none required'
5421ac_cv_search_ffi_call=-lffi
5422ac_cv_search_mallinfo=no
5423ac_cv_search_opendir='none required'
5424ac_cv_search_pthread_getspecific='none required'
5425ac_cv_search_pthread_mutex_lock='none required'
5426ac_cv_search_pthread_rwlock_init='none required'
5427ac_cv_search_setupterm=-lcurses
5428ac_cv_struct_tm=time.h
5429ac_cv_sys_symbol_underscore=yes
5430ac_cv_target=powerpc64-apple-darwin9
5431ac_cv_type_error_t=no
5432ac_cv_type_int64_t=yes
5433ac_cv_type_pid_t=yes
5434ac_cv_type_size_t=yes
5435ac_cv_type_uint64_t=yes
5436libltdl_cv_lib_dl_dlopen=yes
5437libltdl_cv_need_uscore=no
5438libltdl_cv_objdir=.libs
5439libltdl_cv_preloaded_symbols=yes
5440libltdl_cv_shlibext=.dylib
5441libltdl_cv_sys_dlopen_deplibs=yes
5442libltdl_cv_sys_search_path='/usr/local/lib /lib /usr/lib'
5443llvm_cv_c_printf_a=yes
5444llvm_cv_cxx_visibility_inlines_hidden=yes
5445llvm_cv_enable_backtraces=yes
5446llvm_cv_enable_crash_overrides=yes
5447llvm_cv_enable_libffi=yes
5448llvm_cv_enable_terminfo=yes
5449llvm_cv_gnu_make_command=make
5450llvm_cv_link_all_option=-Wl,-all_load
5451llvm_cv_link_use_export_dynamic=yes
5452llvm_cv_link_use_r=no
5453llvm_cv_link_use_version_script=no
5454llvm_cv_link_version=97.17
5455llvm_cv_no_link_all_option=-Wl,-noall_load
5456llvm_cv_os_type=Darwin
5457llvm_cv_platform_type=Unix
5458llvm_cv_target_arch=PowerPC
5459llvm_cv_target_os_type=Darwin
5460lt_cv_path_NM='/usr/bin/nm -p'
5461lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
5462lt_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'\'''
5463lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
5464
5465## ----------------- ##
5466## Output variables. ##
5467## ----------------- ##
5468
5469ALL_BINDINGS='ocaml'
5470AR='ar'
5471ARCH='PowerPC'
5472BINDINGS_TO_BUILD=''
5473BINPWD='/bin/pwd'
5474BINUTILS_INCDIR=''
5475BUILD_CC=''
5476BUILD_CXX=''
5477BUILD_EXEEXT=''
5478BZIP2='/opt/local/bin/bzip2'
5479CAT='/bin/cat'
5480CC='/usr/bin/gcc-4.2'
5481CFLAGS='-pipe -O0 -arch ppc64'
5482CIRCO='echo circo'
5483CLANG_SRC_ROOT=''
5484CMP='/usr/bin/cmp'
5485CONVENIENCE_LTDL_FALSE=''
5486CONVENIENCE_LTDL_TRUE='#'
5487COVERED_SWITCH_DEFAULT=''
5488CP='/bin/cp'
5489CPP='/usr/bin/gcc-4.2 -E'
5490CPPFLAGS='-I/opt/local/include'
5491CVSBUILD=''
5492CXX='/usr/bin/g++-4.2'
5493CXXCPP='/usr/bin/g++-4.2 -E'
5494CXXFLAGS='-pipe -O0 -arch ppc64'
5495DATE='/bin/date'
5496DEBUG_RUNTIME=''
5497DEBUG_SYMBOLS=''
5498DEFS='-DHAVE_CONFIG_H'
5499DISABLE_ASSERTIONS='DISABLE_ASSERTIONS=1'
5500DOT='echo dot'
5501DOTTY='echo dotty'
5502DOXYGEN=''
5503ECHO_C='ECHO_N=''
5504ECHO_T=''
5505EGREP='/opt/local/bin/ggrep -E'
5506ENABLE_CLANG_ARCMT='1'
5507ENABLE_CLANG_REWRITER='1'
5508ENABLE_CLANG_STATIC_ANALYZER='1'
5509ENABLE_CXX11='0'
5510ENABLE_DOCS='1'
5511ENABLE_DOXYGEN='0'
5512ENABLE_EMBED_STDCXX='0'
5513ENABLE_EXPENSIVE_CHECKS=''
5514ENABLE_LIBCPP='0'
5515ENABLE_OPTIMIZED=''
5516ENABLE_PIC='1'
5517ENABLE_POLLY='1'
5518ENABLE_PROFILING=''
5519ENABLE_PTHREADS='1'
5520ENABLE_SHARED='0'
5521ENABLE_SPLIT_DWARF='0'
5522ENABLE_TIMESTAMPS='1'
5523ENABLE_VISIBILITY_INLINES_HIDDEN='1'
5524ENABLE_WERROR='0'
5525ENDIAN='big'
5526EXEEXT=''
5527EXPENSIVE_CHECKS='no'
5528EXTRA_LD_OPTIONS=''
5529EXTRA_OPTIONS=''
5530FDP='echo fdp'
5531FIND='/usr/bin/find'
5532GAS='/opt/local/bin/as'
5533GRAPHVIZ='echo Graphviz'
5534GREP='/opt/local/bin/ggrep'
5535GROFF='/usr/bin/groff'
5536GV='echo gv'
5537GZIPBIN='/usr/bin/gzip'
5538HAVE_LIBZ='1'
5539HAVE_LINK_VERSION_SCRIPT=''
5540HAVE_PTHREAD='1'
5541HOST_ARCH='PowerPC'
5542HOST_OS='Darwin'
5543HUGE_VAL_SANITY='yes'
5544INSTALL_DATA='${INSTALL} -m 644'
5545INSTALL_LTDL_FALSE=''
5546INSTALL_LTDL_TRUE='#'
5547INSTALL_PROGRAM='${INSTALL}'
5548INSTALL_SCRIPT='${INSTALL}'
5549INTERNAL_PREFIX=''
5550JIT=''
5551KEEP_SYMBOLS=''
5552LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc64'
5553LIBADD_DL='-ldl'
5554LIBOBJS=''
5555LIBS='-lz -lpthread -lffi -lcurses -lm '
5556LIBXML2_INC='-I/usr/include/libxml2'
5557LIBXML2_LIBS='-lxml2'
5558LINKALL='-Wl,-all_load'
5559LLVM_BINDIR='/opt/local/libexec/llvm-3.4/bin'
5560LLVM_CONFIGTIME='Sun Mar  6 06:13:46 CST 2022'
5561LLVM_COPYRIGHT='Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.'
5562LLVM_CROSS_COMPILING='0'
5563LLVM_DATADIR='/opt/local/libexec/llvm-3.4/share/llvm'
5564LLVM_DOCSDIR='/opt/local/libexec/llvm-3.4/share/doc/llvm'
5565LLVM_ENABLE_THREADS='1'
5566LLVM_ENABLE_ZLIB='1'
5567LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(PowerPC) '
5568LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(PowerPC) '
5569LLVM_ENUM_DISASSEMBLERS=''
5570LLVM_ENUM_TARGETS='LLVM_TARGET(PowerPC) '
5571LLVM_ETCDIR='/opt/local/libexec/llvm-3.4/etc/llvm'
5572LLVM_HAS_POLLY=''
5573LLVM_INCLUDEDIR='/opt/local/libexec/llvm-3.4/include'
5574LLVM_INFODIR='/opt/local/libexec/llvm-3.4/info'
5575LLVM_MANDIR='/opt/local/libexec/llvm-3.4/man'
5576LLVM_ON_UNIX='1'
5577LLVM_ON_WIN32='0'
5578LLVM_PREFIX='/opt/local/libexec/llvm-3.4'
5579LLVM_VERSION_MAJOR='3'
5580LLVM_VERSION_MINOR='4'
5581LLVM_VERSION_PATCH='2'
5582LLVM_VERSION_SUFFIX=''
5583LN_S='ln -s'
5584LTLIBOBJS=''
5585MKDIR='/bin/mkdir'
5586MMAP_FILE='yes'
5587MV='/bin/mv'
5588NEATO='echo neato'
5589NM='/usr/bin/nm -p'
5590NOLINKALL='-Wl,-noall_load'
5591NO_MAYBE_UNINITIALIZED=''
5592NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
5593NO_UNINITIALIZED=''
5594NO_VARIADIC_MACROS='-Wno-variadic-macros'
5595OBJEXT='o'
5596OCAMLC=''
5597OCAMLDEP=''
5598OCAMLDOC=''
5599OCAMLOPT=''
5600OCAML_LIBDIR=''
5601OPTIMIZE_OPTION='-O0'
5602OS='Darwin'
5603PACKAGE_BUGREPORT='http://llvm.org/bugs/'
5604PACKAGE_NAME='LLVM'
5605PACKAGE_STRING='LLVM 3.4.2'
5606PACKAGE_TARNAME='llvm'
5607PACKAGE_VERSION='3.4.2'
5608PATH_SEPARATOR=':'
5609PDFROFF='/usr/bin/pdfroff'
5610PYTHON=''
5611RANLIB='ranlib'
5612RDYNAMIC='-rdynamic'
5613RM='/bin/rm'
5614RPATH='-Wl,-rpath'
5615SED='/usr/bin/sed'
5616SHELL='/bin/sh'
5617SHLIBEXT='.dylib'
5618SHLIBPATH_VAR=''
5619TAR='/usr/bin/tar'
5620TARGETS_TO_BUILD='PowerPC '
5621TARGET_HAS_JIT=''
5622TARGET_OS='Darwin'
5623TWOPI='echo twopi'
5624USE_INTEL_JITEVENTS='0'
5625USE_OPROFILE='0'
5626USE_UDIS86='0'
5627XDOT='echo xdot'
5628XML2CONFIG='xml2-config'
5629ZIP='/usr/bin/zip'
5630ac_ct_CC=''
5631ac_ct_CXX=''
5632bindir='${exec_prefix}/bin'
5633build='powerpc64-apple-darwin9'
5634build_alias='powerpc64-apple-darwin9'
5635build_cpu='powerpc64'
5636build_os='darwin9'
5637build_vendor='apple'
5638datadir='${datarootdir}'
5639datarootdir='${prefix}/share'
5640docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
5641dvidir='${docdir}'
5642exec_prefix='${prefix}'
5643host='powerpc64-apple-darwin9'
5644host_alias=''
5645host_cpu='powerpc64'
5646host_os='darwin9'
5647host_vendor='apple'
5648htmldir='${docdir}'
5649ifGNUmake=''
5650includedir='${prefix}/include'
5651infodir='${datarootdir}/info'
5652libdir='${exec_prefix}/lib'
5653libexecdir='${exec_prefix}/libexec'
5654localedir='${datarootdir}/locale'
5655localstatedir='${prefix}/var'
5656mandir='${datarootdir}/man'
5657oldincludedir='/usr/include'
5658pdfdir='${docdir}'
5659prefix='/opt/local/libexec/llvm-3.4'
5660program_prefix=''
5661program_transform_name='s,x,x,'
5662psdir='${docdir}'
5663sbindir='${exec_prefix}/sbin'
5664sharedstatedir='${prefix}/com'
5665subdirs=' projects/sample'
5666sysconfdir='${prefix}/etc'
5667target='powerpc64-apple-darwin9'
5668target_alias=''
5669target_cpu='powerpc64'
5670target_os='darwin9'
5671target_vendor='apple'
5672
5673## ----------- ##
5674## confdefs.h. ##
5675## ----------- ##
5676
5677#define PACKAGE_NAME "LLVM"
5678#define PACKAGE_TARNAME "llvm"
5679#define PACKAGE_VERSION "3.4.2"
5680#define PACKAGE_STRING "LLVM 3.4.2"
5681#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
5682#define LLVM_VERSION_MAJOR 3
5683#define LLVM_VERSION_MINOR 4
5684#define LLVM_VERSION_PATCH 2
5685#define LLVM_ON_UNIX 1
5686#define STDC_HEADERS 1
5687#define HAVE_SYS_TYPES_H 1
5688#define HAVE_SYS_STAT_H 1
5689#define HAVE_STDLIB_H 1
5690#define HAVE_STRING_H 1
5691#define HAVE_MEMORY_H 1
5692#define HAVE_STRINGS_H 1
5693#define HAVE_INTTYPES_H 1
5694#define HAVE_STDINT_H 1
5695#define HAVE_UNISTD_H 1
5696#define LLVM_ENABLE_THREADS 1
5697#define LLVM_ENABLE_ZLIB 1
5698#define ENABLE_PIC 1
5699#define ENABLE_TIMESTAMPS 1
5700#define ENABLE_BACKTRACES 1
5701#define ENABLE_CRASH_OVERRIDES 1
5702#define LLVM_NATIVE_ARCH PowerPC
5703#define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
5704#define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
5705#define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
5706#define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
5707#define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
5708#define CLANG_RESOURCE_DIR ""
5709#define C_INCLUDE_DIRS ""
5710#define GCC_INSTALL_PREFIX ""
5711#define DEFAULT_SYSROOT ""
5712#define BUG_REPORT_URL "http://llvm.org/bugs/"
5713#define HOST_LINK_VERSION "97.17"
5714#define HAVE_LINK_EXPORT_DYNAMIC 1
5715#define HAVE_DIRENT_H 1
5716#define HAVE_DLFCN_H 1
5717#define LTDL_SHLIB_EXT ".dylib"
5718#define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
5719#define LTDL_OBJDIR ".libs/"
5720#define HAVE_PRELOADED_SYMBOLS 1
5721#define HAVE_LIBDL 1
5722#define HAVE_DLERROR 1
5723#define error_t int
5724#define HAVE_ERRNO_H 1
5725#define HAVE_MEMORY_H 1
5726#define HAVE_UNISTD_H 1
5727#define HAVE_MACH_O_DYLD_H 1
5728#define HAVE_CLOSEDIR 1
5729#define HAVE_OPENDIR 1
5730#define HAVE_READDIR 1
5731#define HAVE_LIBM 1
5732#define HAVE_DLOPEN 1
5733#define HAVE_TERMINFO 1
5734#define HAVE_FFI_CALL 1
5735#define HAVE_LIBPTHREAD 1
5736#define HAVE_PTHREAD_MUTEX_LOCK 1
5737#define HAVE_PTHREAD_RWLOCK_INIT 1
5738#define HAVE_PTHREAD_GETSPECIFIC 1
5739#define HAVE_LIBZ 1
5740#define USE_UDIS86 0
5741#define LLVM_USE_OPROFILE 0
5742#define LLVM_USE_INTEL_JITEVENTS 0
5743#define CLANG_HAVE_LIBXML 1
5744#define HAVE_DIRENT_H 1
5745#define HAVE_SYS_WAIT_H 1
5746#define TIME_WITH_SYS_TIME 1
5747#define HAVE_CXXABI_H 1
5748#define HAVE_DLFCN_H 1
5749#define HAVE_EXECINFO_H 1
5750#define HAVE_FCNTL_H 1
5751#define HAVE_INTTYPES_H 1
5752#define HAVE_SETJMP_H 1
5753#define HAVE_SIGNAL_H 1
5754#define HAVE_STDINT_H 1
5755#define HAVE_TERMIOS_H 1
5756#define HAVE_UNISTD_H 1
5757#define HAVE_UTIME_H 1
5758#define HAVE_SYS_MMAN_H 1
5759#define HAVE_SYS_PARAM_H 1
5760#define HAVE_SYS_RESOURCE_H 1
5761#define HAVE_SYS_TIME_H 1
5762#define HAVE_SYS_UIO_H 1
5763#define HAVE_SYS_IOCTL_H 1
5764#define HAVE_MALLOC_MALLOC_H 1
5765#define HAVE_MACH_MACH_H 1
5766#define HAVE_FENV_H 1
5767#define HAVE_DECL_FE_ALL_EXCEPT 1
5768#define HAVE_DECL_FE_INEXACT 1
5769#define HAVE_PTHREAD_H 1
5770#define HAVE_ZLIB_H 1
5771#define HAVE_FFI_H 1
5772#define HAVE_FFI_FFI_H 1
5773#define HAVE_CRASHREPORTER_INFO 0
5774#define RETSIGTYPE void
5775#define HAVE_INT64_T 1
5776#define HAVE_UINT64_T 1
5777#define HAVE_BACKTRACE 1
5778#define HAVE_CEILF 1
5779#define HAVE_FLOORF 1
5780#define HAVE_ROUNDF 1
5781#define HAVE_RINTF 1
5782#define HAVE_NEARBYINTF 1
5783#define HAVE_GETCWD 1
5784#define HAVE_POWF 1
5785#define HAVE_FMODF 1
5786#define HAVE_STRTOF 1
5787#define HAVE_ROUND 1
5788#define HAVE_LOG 1
5789#define HAVE_LOG2 1
5790#define HAVE_LOG10 1
5791#define HAVE_EXP 1
5792#define HAVE_EXP2 1
5793#define HAVE_GETPAGESIZE 1
5794#define HAVE_GETRUSAGE 1
5795#define HAVE_GETRLIMIT 1
5796#define HAVE_SETRLIMIT 1
5797#define HAVE_GETTIMEOFDAY 1
5798#define HAVE_ISATTY 1
5799#define HAVE_MKDTEMP 1
5800#define HAVE_MKSTEMP 1
5801#define HAVE_MKTEMP 1
5802#define HAVE_POSIX_SPAWN 1
5803#define HAVE_PREAD 1
5804#define HAVE_REALPATH 1
5805#define HAVE_SBRK 1
5806#define HAVE_SETRLIMIT 1
5807#define HAVE_STRERROR 1
5808#define HAVE_STRERROR_R 1
5809#define HAVE_SETENV 1
5810#define HAVE_ARC4RANDOM 1
5811#define HAVE_STRTOLL 1
5812#define HAVE_STRTOQ 1
5813#define HAVE_SYSCONF 1
5814#define HAVE_MALLOC_ZONE_STATISTICS 1
5815#define HAVE_SETJMP 1
5816#define HAVE_LONGJMP 1
5817#define HAVE_SIGSETJMP 1
5818#define HAVE_SIGLONGJMP 1
5819#define HAVE_WRITEV 1
5820#define HAVE_FUTIMES 1
5821#define HAVE_PRINTF_A 1
5822#define HAVE_RAND48 1
5823#define HAVE_DECL_STRERROR_S 0
5824#define HAVE_ISNAN_IN_MATH_H 1
5825#define HAVE_STD_ISNAN_IN_CMATH 1
5826#define HAVE_ISINF_IN_MATH_H 1
5827#define HAVE_STD_ISINF_IN_CMATH 1
5828#define HAVE_STDLIB_H 1
5829#define HAVE_UNISTD_H 1
5830#define HAVE_GETPAGESIZE 1
5831#define HAVE_MMAP 1
5832#define HAVE_MMAP_FILE
5833#define LLVM_HAS_ATOMICS 1
5834#define HAVE___DSO_HANDLE 1
5835#define LLVM_PREFIX "/opt/local/libexec/llvm-3.4"
5836#define LLVM_BINDIR "/opt/local/libexec/llvm-3.4/bin"
5837#define LLVM_DATADIR "/opt/local/libexec/llvm-3.4/share/llvm"
5838#define LLVM_DOCSDIR "/opt/local/libexec/llvm-3.4/share/doc/llvm"
5839#define LLVM_ETCDIR "/opt/local/libexec/llvm-3.4/etc/llvm"
5840#define LLVM_INCLUDEDIR "/opt/local/libexec/llvm-3.4/include"
5841#define LLVM_INFODIR "/opt/local/libexec/llvm-3.4/info"
5842#define LLVM_MANDIR "/opt/local/libexec/llvm-3.4/man"
5843#define LLVM_CONFIGTIME "Sun Mar  6 06:13:46 CST 2022"
5844#define LLVM_HOST_TRIPLE "powerpc64-apple-darwin9"
5845#define LLVM_DEFAULT_TARGET_TRIPLE "powerpc64-apple-darwin9"
5846
5847configure: exit 0