Ticket #61198: config.log

File config.log, 99.3 KB (added by ballapete (Peter "Pete" Dyballa), 4 years ago)
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.3, which was
5generated by GNU Autoconf 2.60.  Invocation command line was
6
7  $ /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.3/llvm-3.3/work/llvm-3.3.src/configure --build=powerpc-apple-darwin9 --enable-bindings=none --enable-libffi --enable-shared --enable-jit --enable-optimized --disable-profiling --enable-pic --enable-debug-symbols --disable-debug-runtime --prefix=/opt/local/libexec/llvm-3.3 --disable-assertions --with-optimize-option=-Os
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Leopard
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 a single processor only.
281 processor is physically available.
291 processor is logically available.
30Processor type: ppc7450 (PowerPC 7450)
31Processor active: 0
32Primary memory available: 2.00 gigabytes
33Default processor set: 84 tasks, 268 threads, 1 processors
34Load average: 5.37, Mach factor: 0.15
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:2110: checking for C compiler version
52configure:2117: /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:2120: $? = 0
59configure:2127: /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:2130: $? = 0
66configure:2137: /usr/bin/gcc-4.2 -V >&5
67gcc-4.2: argument to `-V' is missing
68configure:2140: $? = 1
69configure:2163: checking for C compiler default output file name
70configure:2190: /usr/bin/gcc-4.2 -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
71configure:2193: $? = 0
72configure:2239: result: a.out
73configure:2244: checking whether the C compiler works
74configure:2254: ./a.out
75configure:2257: $? = 0
76configure:2274: result: yes
77configure:2281: checking whether we are cross compiling
78configure:2283: result: no
79configure:2286: checking for suffix of executables
80configure:2293: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
81configure:2296: $? = 0
82configure:2320: result:
83configure:2326: checking for suffix of object files
84configure:2352: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
85configure:2355: $? = 0
86configure:2378: result: o
87configure:2382: checking whether we are using the GNU C compiler
88configure:2411: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
89configure:2417: $? = 0
90configure:2424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
91configure:2427: $? = 0
92configure:2434: test -s conftest.o
93configure:2437: $? = 0
94configure:2451: result: yes
95configure:2456: checking whether /usr/bin/gcc-4.2 accepts -g
96configure:2486: /usr/bin/gcc-4.2 -c -g  conftest.c >&5
97configure:2492: $? = 0
98configure:2499: test -z "$ac_c_werror_flag" || test ! -s conftest.err
99configure:2502: $? = 0
100configure:2509: test -s conftest.o
101configure:2512: $? = 0
102configure:2642: result: yes
103configure:2659: checking for /usr/bin/gcc-4.2 option to accept ISO C89
104configure:2733: /usr/bin/gcc-4.2  -c -pipe -Os -arch ppc  conftest.c >&5
105configure:2739: $? = 0
106configure:2746: test -z "$ac_c_werror_flag" || test ! -s conftest.err
107configure:2749: $? = 0
108configure:2756: test -s conftest.o
109configure:2759: $? = 0
110configure:2779: result: none needed
111configure:2913: checking for C++ compiler version
112configure:2920: /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:2923: $? = 0
119configure:2930: /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:2933: $? = 0
126configure:2940: /usr/bin/g++-4.2 -V >&5
127g++-4.2: argument to `-V' is missing
128configure:2943: $? = 1
129configure:2946: checking whether we are using the GNU C++ compiler
130configure:2975: /usr/bin/g++-4.2 -c -pipe -Os -arch ppc  conftest.cpp >&5
131configure:2981: $? = 0
132configure:2988: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
133configure:2991: $? = 0
134configure:2998: test -s conftest.o
135configure:3001: $? = 0
136configure:3015: result: yes
137configure:3020: checking whether /usr/bin/g++-4.2 accepts -g
138configure:3050: /usr/bin/g++-4.2 -c -g  conftest.cpp >&5
139configure:3056: $? = 0
140configure:3063: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
141configure:3066: $? = 0
142configure:3073: test -s conftest.o
143configure:3076: $? = 0
144configure:3206: result: yes
145configure:3234: checking how to run the C preprocessor
146configure:3274: /usr/bin/gcc-4.2 -E  conftest.c
147configure:3280: $? = 0
148configure:3318: /usr/bin/gcc-4.2 -E  conftest.c
149conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
150configure:3324: $? = 1
151configure: failed program was:
152| /* confdefs.h.  */
153| #define PACKAGE_NAME "LLVM"
154| #define PACKAGE_TARNAME "llvm"
155| #define PACKAGE_VERSION "3.3"
156| #define PACKAGE_STRING "LLVM 3.3"
157| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
158| #define LLVM_VERSION_MAJOR 3
159| #define LLVM_VERSION_MINOR 3
160| /* end confdefs.h.  */
161| #include <ac_nonexistent.h>
162configure:3364: result: /usr/bin/gcc-4.2 -E
163configure:3393: /usr/bin/gcc-4.2 -E  conftest.c
164configure:3399: $? = 0
165configure:3437: /usr/bin/gcc-4.2 -E  conftest.c
166conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
167configure:3443: $? = 1
168configure: failed program was:
169| /* confdefs.h.  */
170| #define PACKAGE_NAME "LLVM"
171| #define PACKAGE_TARNAME "llvm"
172| #define PACKAGE_VERSION "3.3"
173| #define PACKAGE_STRING "LLVM 3.3"
174| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
175| #define LLVM_VERSION_MAJOR 3
176| #define LLVM_VERSION_MINOR 3
177| /* end confdefs.h.  */
178| #include <ac_nonexistent.h>
179configure:3675: checking build system type
180configure:3693: result: powerpc-apple-darwin9
181configure:3715: checking host system type
182configure:3730: result: powerpc-apple-darwin9
183configure:3752: checking target system type
184configure:3767: result: powerpc-apple-darwin9
185configure:3796: checking type of operating system we're going to host on
186configure:3909: result: Darwin
187configure:3912: checking type of operating system we're going to target
188configure:3964: result: Darwin
189configure:4010: checking target architecture
190configure:4033: result: PowerPC
191configure:4077: checking for grep that handles long lines and -e
192configure:4151: result: /opt/local/bin/ggrep
193configure:4156: checking for egrep
194configure:4234: result: /opt/local/bin/ggrep -E
195configure:4239: checking for ANSI C header files
196configure:4269: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
197configure:4275: $? = 0
198configure:4282: test -z "$ac_c_werror_flag" || test ! -s conftest.err
199configure:4285: $? = 0
200configure:4292: test -s conftest.o
201configure:4295: $? = 0
202configure:4391: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
203configure:4394: $? = 0
204configure:4400: ./conftest
205configure:4403: $? = 0
206configure:4420: result: yes
207configure:4444: checking for sys/types.h
208configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
209configure:4471: $? = 0
210configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
211configure:4481: $? = 0
212configure:4488: test -s conftest.o
213configure:4491: $? = 0
214configure:4504: result: yes
215configure:4444: checking for sys/stat.h
216configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
217configure:4471: $? = 0
218configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
219configure:4481: $? = 0
220configure:4488: test -s conftest.o
221configure:4491: $? = 0
222configure:4504: result: yes
223configure:4444: checking for stdlib.h
224configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
225configure:4471: $? = 0
226configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
227configure:4481: $? = 0
228configure:4488: test -s conftest.o
229configure:4491: $? = 0
230configure:4504: result: yes
231configure:4444: checking for string.h
232configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
233configure:4471: $? = 0
234configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
235configure:4481: $? = 0
236configure:4488: test -s conftest.o
237configure:4491: $? = 0
238configure:4504: result: yes
239configure:4444: checking for memory.h
240configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
241configure:4471: $? = 0
242configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
243configure:4481: $? = 0
244configure:4488: test -s conftest.o
245configure:4491: $? = 0
246configure:4504: result: yes
247configure:4444: checking for strings.h
248configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
249configure:4471: $? = 0
250configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
251configure:4481: $? = 0
252configure:4488: test -s conftest.o
253configure:4491: $? = 0
254configure:4504: result: yes
255configure:4444: checking for inttypes.h
256configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
257configure:4471: $? = 0
258configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
259configure:4481: $? = 0
260configure:4488: test -s conftest.o
261configure:4491: $? = 0
262configure:4504: result: yes
263configure:4444: checking for stdint.h
264configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
265configure:4471: $? = 0
266configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
267configure:4481: $? = 0
268configure:4488: test -s conftest.o
269configure:4491: $? = 0
270configure:4504: result: yes
271configure:4444: checking for unistd.h
272configure:4465: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
273configure:4471: $? = 0
274configure:4478: test -z "$ac_c_werror_flag" || test ! -s conftest.err
275configure:4481: $? = 0
276configure:4488: test -s conftest.o
277configure:4491: $? = 0
278configure:4504: result: yes
279configure:4516: checking whether byte ordering is bigendian
280configure:4548: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
281configure:4554: $? = 0
282configure:4561: test -z "$ac_c_werror_flag" || test ! -s conftest.err
283configure:4564: $? = 0
284configure:4571: test -s conftest.o
285configure:4574: $? = 0
286configure:4603: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
287configure:4609: $? = 0
288configure:4616: test -z "$ac_c_werror_flag" || test ! -s conftest.err
289configure:4619: $? = 0
290configure:4626: test -s conftest.o
291configure:4629: $? = 0
292configure:4783: result: yes
293configure:5784: checking optimization flags
294configure:5797: result: -Os
295configure:6010: checking for BSD-compatible nm
296configure:6059: result: /usr/bin/nm -p
297configure:6065: checking for GNU make
298configure:6080: result: make
299configure:6091: checking whether ln -s works
300configure:6095: result: yes
301configure:6104: checking for cmp
302configure:6122: found /usr/bin/cmp
303configure:6135: result: /usr/bin/cmp
304configure:6145: checking for cp
305configure:6163: found /bin/cp
306configure:6176: result: /bin/cp
307configure:6186: checking for date
308configure:6204: found /bin/date
309configure:6217: result: /bin/date
310configure:6227: checking for find
311configure:6245: found /usr/bin/find
312configure:6258: result: /usr/bin/find
313configure:6268: checking for grep
314configure:6299: result: /opt/local/bin/ggrep
315configure:6309: checking for mkdir
316configure:6327: found /bin/mkdir
317configure:6340: result: /bin/mkdir
318configure:6350: checking for mv
319configure:6368: found /bin/mv
320configure:6381: result: /bin/mv
321configure:6432: checking for ranlib
322configure:6448: found /opt/local/bin/ranlib
323configure:6459: result: ranlib
324configure:6528: checking for ar
325configure:6544: found /opt/local/bin/ar
326configure:6555: result: ar
327configure:6583: checking for rm
328configure:6601: found /bin/rm
329configure:6614: result: /bin/rm
330configure:6624: checking for sed
331configure:6642: found /usr/bin/sed
332configure:6655: result: /usr/bin/sed
333configure:6665: checking for tar
334configure:6683: found /usr/bin/tar
335configure:6696: result: /usr/bin/tar
336configure:6706: checking for pwd
337configure:6724: found /bin/pwd
338configure:6737: result: /bin/pwd
339configure:6748: checking for Graphviz
340configure:6779: result: echo Graphviz
341configure:6804: checking for dot
342configure:6822: found /opt/local/bin/dot
343configure:6835: result: /opt/local/bin/dot
344configure:6860: checking for fdp
345configure:6878: found /opt/local/bin/fdp
346configure:6891: result: /opt/local/bin/fdp
347configure:6916: checking for neato
348configure:6934: found /opt/local/bin/neato
349configure:6947: result: /opt/local/bin/neato
350configure:6972: checking for twopi
351configure:6990: found /opt/local/bin/twopi
352configure:7003: result: /opt/local/bin/twopi
353configure:7028: checking for circo
354configure:7046: found /opt/local/bin/circo
355configure:7059: result: /opt/local/bin/circo
356configure:7086: checking for gv
357configure:7104: found /opt/local/bin/gv
358configure:7116: result: /opt/local/bin/gv
359configure:7145: checking for dotty
360configure:7163: found /opt/local/bin/dotty
361configure:7176: result: /opt/local/bin/dotty
362configure:7201: checking for xdot.py
363configure:7232: result: echo xdot.py
364configure:7269: checking for a BSD-compatible install
365configure:7325: result: /usr/bin/install -c
366configure:7343: checking for bzip2
367configure:7361: found /opt/local/bin/bzip2
368configure:7373: result: /opt/local/bin/bzip2
369configure:7383: checking for cat
370configure:7401: found /bin/cat
371configure:7413: result: /bin/cat
372configure:7423: checking for doxygen
373configure:7441: found /opt/local/bin/doxygen
374configure:7453: result: /opt/local/bin/doxygen
375configure:7463: checking for groff
376configure:7481: found /opt/local/bin/groff
377configure:7493: result: /opt/local/bin/groff
378configure:7503: checking for gzip
379configure:7521: found /usr/bin/gzip
380configure:7533: result: /usr/bin/gzip
381configure:7543: checking for pdfroff
382configure:7561: found /opt/local/bin/pdfroff
383configure:7573: result: /opt/local/bin/pdfroff
384configure:7583: checking for zip
385configure:7601: found /usr/bin/zip
386configure:7613: result: /usr/bin/zip
387configure:7625: checking for ocamlc
388configure:7658: result: no
389configure:7670: checking for ocamlopt
390configure:7703: result: no
391configure:7715: checking for ocamldep
392configure:7748: result: no
393configure:7760: checking for ocamldoc
394configure:7793: result: no
395configure:7805: checking for gas
396configure:7838: result: no
397configure:7805: checking for as
398configure:7823: found /opt/local/bin/as
399configure:7835: result: /opt/local/bin/as
400configure:7847: checking for linker version
401configure:7863: result: 127.2
402configure:7872: checking for compiler -Wl,-R<path> option
403configure:7906: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc -Wl,-R.  -arch ppc conftest.c  >&5
404ld: unknown option: -R.
405collect2: ld returned 1 exit status
406configure:7912: $? = 1
407configure: failed program was:
408| /* confdefs.h.  */
409| #define PACKAGE_NAME "LLVM"
410| #define PACKAGE_TARNAME "llvm"
411| #define PACKAGE_VERSION "3.3"
412| #define PACKAGE_STRING "LLVM 3.3"
413| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
414| #define LLVM_VERSION_MAJOR 3
415| #define LLVM_VERSION_MINOR 3
416| #define LLVM_ON_UNIX 1
417| #define STDC_HEADERS 1
418| #define HAVE_SYS_TYPES_H 1
419| #define HAVE_SYS_STAT_H 1
420| #define HAVE_STDLIB_H 1
421| #define HAVE_STRING_H 1
422| #define HAVE_MEMORY_H 1
423| #define HAVE_STRINGS_H 1
424| #define HAVE_INTTYPES_H 1
425| #define HAVE_STDINT_H 1
426| #define HAVE_UNISTD_H 1
427| #define LLVM_ENABLE_THREADS 1
428| #define LLVM_ENABLE_ZLIB 1
429| #define ENABLE_PIC 1
430| #define ENABLE_TIMESTAMPS 1
431| #define ENABLE_BACKTRACES 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 HAVE_DOT 1
444| #define LLVM_PATH_DOT "/opt/local/bin/dot"
445| #define HAVE_FDP 1
446| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
447| #define HAVE_NEATO 1
448| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
449| #define HAVE_TWOPI 1
450| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
451| #define HAVE_CIRCO 1
452| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
453| #define HAVE_GV 1
454| #define LLVM_PATH_GV "/opt/local/bin/gv"
455| #define HAVE_DOTTY 1
456| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
457| #define HOST_LINK_VERSION "127.2"
458| /* end confdefs.h.  */
459|
460| int
461| main ()
462| {
463|
464|   ;
465|   return 0;
466| }
467configure:7953: result: no
468configure:7964: checking for compiler -Wl,-export-dynamic option
469configure:7998: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc -Wl,-export-dynamic  -arch ppc conftest.c  >&5
470ld: unknown option: -export-dynamic
471collect2: ld returned 1 exit status
472configure:8004: $? = 1
473configure: failed program was:
474| /* confdefs.h.  */
475| #define PACKAGE_NAME "LLVM"
476| #define PACKAGE_TARNAME "llvm"
477| #define PACKAGE_VERSION "3.3"
478| #define PACKAGE_STRING "LLVM 3.3"
479| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
480| #define LLVM_VERSION_MAJOR 3
481| #define LLVM_VERSION_MINOR 3
482| #define LLVM_ON_UNIX 1
483| #define STDC_HEADERS 1
484| #define HAVE_SYS_TYPES_H 1
485| #define HAVE_SYS_STAT_H 1
486| #define HAVE_STDLIB_H 1
487| #define HAVE_STRING_H 1
488| #define HAVE_MEMORY_H 1
489| #define HAVE_STRINGS_H 1
490| #define HAVE_INTTYPES_H 1
491| #define HAVE_STDINT_H 1
492| #define HAVE_UNISTD_H 1
493| #define LLVM_ENABLE_THREADS 1
494| #define LLVM_ENABLE_ZLIB 1
495| #define ENABLE_PIC 1
496| #define ENABLE_TIMESTAMPS 1
497| #define ENABLE_BACKTRACES 1
498| #define LLVM_NATIVE_ARCH PowerPC
499| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
500| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
501| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
502| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
503| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
504| #define CLANG_RESOURCE_DIR ""
505| #define C_INCLUDE_DIRS ""
506| #define GCC_INSTALL_PREFIX ""
507| #define DEFAULT_SYSROOT ""
508| #define BUG_REPORT_URL "http://llvm.org/bugs/"
509| #define HAVE_DOT 1
510| #define LLVM_PATH_DOT "/opt/local/bin/dot"
511| #define HAVE_FDP 1
512| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
513| #define HAVE_NEATO 1
514| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
515| #define HAVE_TWOPI 1
516| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
517| #define HAVE_CIRCO 1
518| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
519| #define HAVE_GV 1
520| #define LLVM_PATH_GV "/opt/local/bin/gv"
521| #define HAVE_DOTTY 1
522| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
523| #define HOST_LINK_VERSION "127.2"
524| /* end confdefs.h.  */
525|
526| int
527| main ()
528| {
529|
530|   ;
531|   return 0;
532| }
533configure:8045: result: no
534configure:8056: checking for compiler -Wl,--version-script option
535configure:8112: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc -Wl,--version-script=/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.3/llvm-3.3/work/.tmp/foouNRqmm/export.map  -arch ppc conftest.c  >&5
536ld: unknown option: --version-script=/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.3/llvm-3.3/work/.tmp/foouNRqmm/export.map
537collect2: ld returned 1 exit status
538configure:8118: $? = 1
539configure: failed program was:
540| /* confdefs.h.  */
541| #define PACKAGE_NAME "LLVM"
542| #define PACKAGE_TARNAME "llvm"
543| #define PACKAGE_VERSION "3.3"
544| #define PACKAGE_STRING "LLVM 3.3"
545| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
546| #define LLVM_VERSION_MAJOR 3
547| #define LLVM_VERSION_MINOR 3
548| #define LLVM_ON_UNIX 1
549| #define STDC_HEADERS 1
550| #define HAVE_SYS_TYPES_H 1
551| #define HAVE_SYS_STAT_H 1
552| #define HAVE_STDLIB_H 1
553| #define HAVE_STRING_H 1
554| #define HAVE_MEMORY_H 1
555| #define HAVE_STRINGS_H 1
556| #define HAVE_INTTYPES_H 1
557| #define HAVE_STDINT_H 1
558| #define HAVE_UNISTD_H 1
559| #define LLVM_ENABLE_THREADS 1
560| #define LLVM_ENABLE_ZLIB 1
561| #define ENABLE_PIC 1
562| #define ENABLE_TIMESTAMPS 1
563| #define ENABLE_BACKTRACES 1
564| #define LLVM_NATIVE_ARCH PowerPC
565| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
566| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
567| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
568| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
569| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
570| #define CLANG_RESOURCE_DIR ""
571| #define C_INCLUDE_DIRS ""
572| #define GCC_INSTALL_PREFIX ""
573| #define DEFAULT_SYSROOT ""
574| #define BUG_REPORT_URL "http://llvm.org/bugs/"
575| #define HAVE_DOT 1
576| #define LLVM_PATH_DOT "/opt/local/bin/dot"
577| #define HAVE_FDP 1
578| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
579| #define HAVE_NEATO 1
580| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
581| #define HAVE_TWOPI 1
582| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
583| #define HAVE_CIRCO 1
584| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
585| #define HAVE_GV 1
586| #define LLVM_PATH_GV "/opt/local/bin/gv"
587| #define HAVE_DOTTY 1
588| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
589| #define HOST_LINK_VERSION "127.2"
590| /* end confdefs.h.  */
591|
592| int
593| main ()
594| {
595|
596|   ;
597|   return 0;
598| }
599configure:8161: result: no
600configure:8171: checking for an ANSI C-conforming const
601configure:8246: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
602configure:8252: $? = 0
603configure:8259: test -z "$ac_c_werror_flag" || test ! -s conftest.err
604configure:8262: $? = 0
605configure:8269: test -s conftest.o
606configure:8272: $? = 0
607configure:8284: result: yes
608configure:8302: checking for dirent.h that defines DIR
609configure:8331: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
610configure:8337: $? = 0
611configure:8344: test -z "$ac_c_werror_flag" || test ! -s conftest.err
612configure:8347: $? = 0
613configure:8354: test -s conftest.o
614configure:8357: $? = 0
615configure:8370: result: yes
616configure:8383: checking for library containing opendir
617configure:8424: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
618configure:8430: $? = 0
619configure:8437: test -z "$ac_c_werror_flag" || test ! -s conftest.err
620configure:8440: $? = 0
621configure:8447: test -s conftest
622configure:8450: $? = 0
623configure:8474: result: none required
624configure:8599: checking dlfcn.h usability
625configure:8616: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
626configure:8622: $? = 0
627configure:8629: test -z "$ac_c_werror_flag" || test ! -s conftest.err
628configure:8632: $? = 0
629configure:8639: test -s conftest.o
630configure:8642: $? = 0
631configure:8653: result: yes
632configure:8657: checking dlfcn.h presence
633configure:8672: /usr/bin/gcc-4.2 -E  conftest.c
634configure:8678: $? = 0
635configure:8699: result: yes
636configure:8732: checking for dlfcn.h
637configure:8740: result: yes
638configure:8780: checking dynamic linker characteristics
639configure:9368: result: darwin9 dyld
640configure:9378: checking which extension is used for loadable modules
641configure:9388: result: .dylib
642configure:9399: checking which variable specifies run-time library path
643configure:9406: result: DYLD_LIBRARY_PATH
644configure:9417: checking for the default library search path
645configure:9424: result: /usr/local/lib /lib /usr/lib
646configure:9442: checking for objdir
647configure:9463: result: .libs
648configure:9476: checking command to parse /usr/bin/nm -p output from  object
649configure:9581: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
650configure:9584: $? = 0
651configure:9588: /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
652configure:9591: $? = 0
653cannot find nm_test_var in conftest.nm
654configure:9581: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
655configure:9584: $? = 0
656configure:9588: /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
657configure:9591: $? = 0
658configure:9643: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c conftstm.o >&5
659configure:9646: $? = 0
660configure:9684: result: ok
661configure:9689: checking whether libtool supports -dlopen/-dlpreopen
662configure:9701: result: yes
663configure:9720: checking for shl_load
664configure:9776: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
665Undefined symbols:
666  "_shl_load", referenced from:
667      _main in ccZQ4r8y.o
668ld: symbol(s) not found
669collect2: ld returned 1 exit status
670configure:9782: $? = 1
671configure: failed program was:
672| /* confdefs.h.  */
673| #define PACKAGE_NAME "LLVM"
674| #define PACKAGE_TARNAME "llvm"
675| #define PACKAGE_VERSION "3.3"
676| #define PACKAGE_STRING "LLVM 3.3"
677| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
678| #define LLVM_VERSION_MAJOR 3
679| #define LLVM_VERSION_MINOR 3
680| #define LLVM_ON_UNIX 1
681| #define STDC_HEADERS 1
682| #define HAVE_SYS_TYPES_H 1
683| #define HAVE_SYS_STAT_H 1
684| #define HAVE_STDLIB_H 1
685| #define HAVE_STRING_H 1
686| #define HAVE_MEMORY_H 1
687| #define HAVE_STRINGS_H 1
688| #define HAVE_INTTYPES_H 1
689| #define HAVE_STDINT_H 1
690| #define HAVE_UNISTD_H 1
691| #define LLVM_ENABLE_THREADS 1
692| #define LLVM_ENABLE_ZLIB 1
693| #define ENABLE_PIC 1
694| #define ENABLE_TIMESTAMPS 1
695| #define ENABLE_BACKTRACES 1
696| #define LLVM_NATIVE_ARCH PowerPC
697| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
698| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
699| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
700| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
701| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
702| #define CLANG_RESOURCE_DIR ""
703| #define C_INCLUDE_DIRS ""
704| #define GCC_INSTALL_PREFIX ""
705| #define DEFAULT_SYSROOT ""
706| #define BUG_REPORT_URL "http://llvm.org/bugs/"
707| #define HAVE_DOT 1
708| #define LLVM_PATH_DOT "/opt/local/bin/dot"
709| #define HAVE_FDP 1
710| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
711| #define HAVE_NEATO 1
712| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
713| #define HAVE_TWOPI 1
714| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
715| #define HAVE_CIRCO 1
716| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
717| #define HAVE_GV 1
718| #define LLVM_PATH_GV "/opt/local/bin/gv"
719| #define HAVE_DOTTY 1
720| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
721| #define HOST_LINK_VERSION "127.2"
722| #define HAVE_DIRENT_H 1
723| #define HAVE_DLFCN_H 1
724| #define LTDL_SHLIB_EXT ".dylib"
725| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
726| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
727| #define LTDL_OBJDIR ".libs/"
728| #define HAVE_PRELOADED_SYMBOLS 1
729| /* end confdefs.h.  */
730| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
731|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
732| #define shl_load innocuous_shl_load
733|
734| /* System header to define __stub macros and hopefully few prototypes,
735|     which can conflict with char shl_load (); below.
736|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
737|     <limits.h> exists even on freestanding compilers.  */
738|
739| #ifdef __STDC__
740| # include <limits.h>
741| #else
742| # include <assert.h>
743| #endif
744|
745| #undef shl_load
746|
747| /* Override any GCC internal prototype to avoid an error.
748|    Use char because int might match the return type of a GCC
749|    builtin and then its argument prototype would still apply.  */
750| #ifdef __cplusplus
751| extern "C"
752| #endif
753| char shl_load ();
754| /* The GNU C library defines this for functions which it implements
755|     to always fail with ENOSYS.  Some functions are actually named
756|     something starting with __ and the normal name is an alias.  */
757| #if defined __stub_shl_load || defined __stub___shl_load
758| choke me
759| #endif
760|
761| int
762| main ()
763| {
764| return shl_load ();
765|   ;
766|   return 0;
767| }
768configure:9815: result: no
769configure:9824: checking for shl_load in -ldld
770configure:9859: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c -ldld   >&5
771ld: library not found for -ldld
772collect2: ld returned 1 exit status
773configure:9865: $? = 1
774configure: failed program was:
775| /* confdefs.h.  */
776| #define PACKAGE_NAME "LLVM"
777| #define PACKAGE_TARNAME "llvm"
778| #define PACKAGE_VERSION "3.3"
779| #define PACKAGE_STRING "LLVM 3.3"
780| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
781| #define LLVM_VERSION_MAJOR 3
782| #define LLVM_VERSION_MINOR 3
783| #define LLVM_ON_UNIX 1
784| #define STDC_HEADERS 1
785| #define HAVE_SYS_TYPES_H 1
786| #define HAVE_SYS_STAT_H 1
787| #define HAVE_STDLIB_H 1
788| #define HAVE_STRING_H 1
789| #define HAVE_MEMORY_H 1
790| #define HAVE_STRINGS_H 1
791| #define HAVE_INTTYPES_H 1
792| #define HAVE_STDINT_H 1
793| #define HAVE_UNISTD_H 1
794| #define LLVM_ENABLE_THREADS 1
795| #define LLVM_ENABLE_ZLIB 1
796| #define ENABLE_PIC 1
797| #define ENABLE_TIMESTAMPS 1
798| #define ENABLE_BACKTRACES 1
799| #define LLVM_NATIVE_ARCH PowerPC
800| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
801| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
802| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
803| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
804| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
805| #define CLANG_RESOURCE_DIR ""
806| #define C_INCLUDE_DIRS ""
807| #define GCC_INSTALL_PREFIX ""
808| #define DEFAULT_SYSROOT ""
809| #define BUG_REPORT_URL "http://llvm.org/bugs/"
810| #define HAVE_DOT 1
811| #define LLVM_PATH_DOT "/opt/local/bin/dot"
812| #define HAVE_FDP 1
813| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
814| #define HAVE_NEATO 1
815| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
816| #define HAVE_TWOPI 1
817| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
818| #define HAVE_CIRCO 1
819| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
820| #define HAVE_GV 1
821| #define LLVM_PATH_GV "/opt/local/bin/gv"
822| #define HAVE_DOTTY 1
823| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
824| #define HOST_LINK_VERSION "127.2"
825| #define HAVE_DIRENT_H 1
826| #define HAVE_DLFCN_H 1
827| #define LTDL_SHLIB_EXT ".dylib"
828| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
829| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
830| #define LTDL_OBJDIR ".libs/"
831| #define HAVE_PRELOADED_SYMBOLS 1
832| /* end confdefs.h.  */
833|
834| /* Override any GCC internal prototype to avoid an error.
835|    Use char because int might match the return type of a GCC
836|    builtin and then its argument prototype would still apply.  */
837| #ifdef __cplusplus
838| extern "C"
839| #endif
840| char shl_load ();
841| int
842| main ()
843| {
844| return shl_load ();
845|   ;
846|   return 0;
847| }
848configure:9899: result: no
849configure:9909: checking for dlopen in -ldl
850configure:9944: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c -ldl   >&5
851configure:9950: $? = 0
852configure:9957: test -z "$ac_c_werror_flag" || test ! -s conftest.err
853configure:9960: $? = 0
854configure:9967: test -s conftest
855configure:9970: $? = 0
856configure:9984: result: yes
857configure:10359: checking for dlerror
858configure:10415: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  -ldl >&5
859configure:10421: $? = 0
860configure:10428: test -z "$ac_c_werror_flag" || test ! -s conftest.err
861configure:10431: $? = 0
862configure:10438: test -s conftest
863configure:10441: $? = 0
864configure:10455: result: yes
865configure:10475: checking for _ prefix in compiled symbols
866configure:10485: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
867configure:10488: $? = 0
868configure:10492: /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
869configure:10495: $? = 0
870configure:10517: result: yes
871configure:10524: checking whether we have to add an underscore for dlsym
872configure:10601: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  -ldl >&5
873configure: In function 'main':
874configure:10597: warning: incompatible implicit declaration of built-in function 'exit'
875configure:10604: $? = 0
876configure:10623: result: no
877configure:10637: checking whether deplibs are loaded by dlopen
878configure:10718: result: yes
879configure:10743: checking argz.h usability
880configure:10760: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
881conftest.c:94:18: error: argz.h: No such file or directory
882configure:10766: $? = 1
883configure: failed program was:
884| /* confdefs.h.  */
885| #define PACKAGE_NAME "LLVM"
886| #define PACKAGE_TARNAME "llvm"
887| #define PACKAGE_VERSION "3.3"
888| #define PACKAGE_STRING "LLVM 3.3"
889| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
890| #define LLVM_VERSION_MAJOR 3
891| #define LLVM_VERSION_MINOR 3
892| #define LLVM_ON_UNIX 1
893| #define STDC_HEADERS 1
894| #define HAVE_SYS_TYPES_H 1
895| #define HAVE_SYS_STAT_H 1
896| #define HAVE_STDLIB_H 1
897| #define HAVE_STRING_H 1
898| #define HAVE_MEMORY_H 1
899| #define HAVE_STRINGS_H 1
900| #define HAVE_INTTYPES_H 1
901| #define HAVE_STDINT_H 1
902| #define HAVE_UNISTD_H 1
903| #define LLVM_ENABLE_THREADS 1
904| #define LLVM_ENABLE_ZLIB 1
905| #define ENABLE_PIC 1
906| #define ENABLE_TIMESTAMPS 1
907| #define ENABLE_BACKTRACES 1
908| #define LLVM_NATIVE_ARCH PowerPC
909| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
910| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
911| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
912| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
913| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
914| #define CLANG_RESOURCE_DIR ""
915| #define C_INCLUDE_DIRS ""
916| #define GCC_INSTALL_PREFIX ""
917| #define DEFAULT_SYSROOT ""
918| #define BUG_REPORT_URL "http://llvm.org/bugs/"
919| #define HAVE_DOT 1
920| #define LLVM_PATH_DOT "/opt/local/bin/dot"
921| #define HAVE_FDP 1
922| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
923| #define HAVE_NEATO 1
924| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
925| #define HAVE_TWOPI 1
926| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
927| #define HAVE_CIRCO 1
928| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
929| #define HAVE_GV 1
930| #define LLVM_PATH_GV "/opt/local/bin/gv"
931| #define HAVE_DOTTY 1
932| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
933| #define HOST_LINK_VERSION "127.2"
934| #define HAVE_DIRENT_H 1
935| #define HAVE_DLFCN_H 1
936| #define LTDL_SHLIB_EXT ".dylib"
937| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
938| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
939| #define LTDL_OBJDIR ".libs/"
940| #define HAVE_PRELOADED_SYMBOLS 1
941| #define HAVE_LIBDL 1
942| #define HAVE_DLERROR 1
943| /* end confdefs.h.  */
944| #include <stdio.h>
945| #if HAVE_SYS_TYPES_H
946| # include <sys/types.h>
947| #endif
948| #if HAVE_SYS_STAT_H
949| # include <sys/stat.h>
950| #endif
951| #if STDC_HEADERS
952| # include <stdlib.h>
953| # include <stddef.h>
954| #else
955| # if HAVE_STDLIB_H
956| #  include <stdlib.h>
957| # endif
958| #endif
959| #if HAVE_STRING_H
960| # if !STDC_HEADERS && HAVE_MEMORY_H
961| #  include <memory.h>
962| # endif
963| # include <string.h>
964| #endif
965| #if HAVE_STRINGS_H
966| # include <strings.h>
967| #endif
968| #if HAVE_INTTYPES_H
969| # include <inttypes.h>
970| #endif
971| #if HAVE_STDINT_H
972| # include <stdint.h>
973| #endif
974| #if HAVE_UNISTD_H
975| # include <unistd.h>
976| #endif
977| #include <argz.h>
978configure:10797: result: no
979configure:10801: checking argz.h presence
980configure:10816: /usr/bin/gcc-4.2 -E  conftest.c
981conftest.c:61:18: error: argz.h: No such file or directory
982configure:10822: $? = 1
983configure: failed program was:
984| /* confdefs.h.  */
985| #define PACKAGE_NAME "LLVM"
986| #define PACKAGE_TARNAME "llvm"
987| #define PACKAGE_VERSION "3.3"
988| #define PACKAGE_STRING "LLVM 3.3"
989| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
990| #define LLVM_VERSION_MAJOR 3
991| #define LLVM_VERSION_MINOR 3
992| #define LLVM_ON_UNIX 1
993| #define STDC_HEADERS 1
994| #define HAVE_SYS_TYPES_H 1
995| #define HAVE_SYS_STAT_H 1
996| #define HAVE_STDLIB_H 1
997| #define HAVE_STRING_H 1
998| #define HAVE_MEMORY_H 1
999| #define HAVE_STRINGS_H 1
1000| #define HAVE_INTTYPES_H 1
1001| #define HAVE_STDINT_H 1
1002| #define HAVE_UNISTD_H 1
1003| #define LLVM_ENABLE_THREADS 1
1004| #define LLVM_ENABLE_ZLIB 1
1005| #define ENABLE_PIC 1
1006| #define ENABLE_TIMESTAMPS 1
1007| #define ENABLE_BACKTRACES 1
1008| #define LLVM_NATIVE_ARCH PowerPC
1009| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1010| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1011| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1012| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1013| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1014| #define CLANG_RESOURCE_DIR ""
1015| #define C_INCLUDE_DIRS ""
1016| #define GCC_INSTALL_PREFIX ""
1017| #define DEFAULT_SYSROOT ""
1018| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1019| #define HAVE_DOT 1
1020| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1021| #define HAVE_FDP 1
1022| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1023| #define HAVE_NEATO 1
1024| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1025| #define HAVE_TWOPI 1
1026| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1027| #define HAVE_CIRCO 1
1028| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1029| #define HAVE_GV 1
1030| #define LLVM_PATH_GV "/opt/local/bin/gv"
1031| #define HAVE_DOTTY 1
1032| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1033| #define HOST_LINK_VERSION "127.2"
1034| #define HAVE_DIRENT_H 1
1035| #define HAVE_DLFCN_H 1
1036| #define LTDL_SHLIB_EXT ".dylib"
1037| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1038| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1039| #define LTDL_OBJDIR ".libs/"
1040| #define HAVE_PRELOADED_SYMBOLS 1
1041| #define HAVE_LIBDL 1
1042| #define HAVE_DLERROR 1
1043| /* end confdefs.h.  */
1044| #include <argz.h>
1045configure:10843: result: no
1046configure:10876: checking for argz.h
1047configure:10884: result: no
1048configure:10898: checking for error_t
1049configure:10931: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1050conftest.c:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_'
1051conftest.c: In function 'main':
1052conftest.c:69: error: 'ac__type_new_' undeclared (first use in this function)
1053conftest.c:69: error: (Each undeclared identifier is reported only once
1054conftest.c:69: error: for each function it appears in.)
1055conftest.c:69: error: expected expression before ')' token
1056configure:10937: $? = 1
1057configure: failed program was:
1058| /* confdefs.h.  */
1059| #define PACKAGE_NAME "LLVM"
1060| #define PACKAGE_TARNAME "llvm"
1061| #define PACKAGE_VERSION "3.3"
1062| #define PACKAGE_STRING "LLVM 3.3"
1063| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1064| #define LLVM_VERSION_MAJOR 3
1065| #define LLVM_VERSION_MINOR 3
1066| #define LLVM_ON_UNIX 1
1067| #define STDC_HEADERS 1
1068| #define HAVE_SYS_TYPES_H 1
1069| #define HAVE_SYS_STAT_H 1
1070| #define HAVE_STDLIB_H 1
1071| #define HAVE_STRING_H 1
1072| #define HAVE_MEMORY_H 1
1073| #define HAVE_STRINGS_H 1
1074| #define HAVE_INTTYPES_H 1
1075| #define HAVE_STDINT_H 1
1076| #define HAVE_UNISTD_H 1
1077| #define LLVM_ENABLE_THREADS 1
1078| #define LLVM_ENABLE_ZLIB 1
1079| #define ENABLE_PIC 1
1080| #define ENABLE_TIMESTAMPS 1
1081| #define ENABLE_BACKTRACES 1
1082| #define LLVM_NATIVE_ARCH PowerPC
1083| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1084| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1085| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1086| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1087| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1088| #define CLANG_RESOURCE_DIR ""
1089| #define C_INCLUDE_DIRS ""
1090| #define GCC_INSTALL_PREFIX ""
1091| #define DEFAULT_SYSROOT ""
1092| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1093| #define HAVE_DOT 1
1094| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1095| #define HAVE_FDP 1
1096| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1097| #define HAVE_NEATO 1
1098| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1099| #define HAVE_TWOPI 1
1100| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1101| #define HAVE_CIRCO 1
1102| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1103| #define HAVE_GV 1
1104| #define LLVM_PATH_GV "/opt/local/bin/gv"
1105| #define HAVE_DOTTY 1
1106| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1107| #define HOST_LINK_VERSION "127.2"
1108| #define HAVE_DIRENT_H 1
1109| #define HAVE_DLFCN_H 1
1110| #define LTDL_SHLIB_EXT ".dylib"
1111| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1112| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1113| #define LTDL_OBJDIR ".libs/"
1114| #define HAVE_PRELOADED_SYMBOLS 1
1115| #define HAVE_LIBDL 1
1116| #define HAVE_DLERROR 1
1117| /* end confdefs.h.  */
1118| #if HAVE_ARGZ_H
1119| #  include <argz.h>
1120| #endif
1121|
1122| typedef error_t ac__type_new_;
1123| int
1124| main ()
1125| {
1126| if ((ac__type_new_ *) 0)
1127|   return 0;
1128| if (sizeof (ac__type_new_))
1129|   return 0;
1130|   ;
1131|   return 0;
1132| }
1133configure:10969: result: no
1134configure:10995: checking for argz_append
1135configure:11051: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
1136Undefined symbols:
1137  "_argz_append", referenced from:
1138      _main in ccxi1SuC.o
1139ld: symbol(s) not found
1140collect2: ld returned 1 exit status
1141configure:11057: $? = 1
1142configure: failed program was:
1143| /* confdefs.h.  */
1144| #define PACKAGE_NAME "LLVM"
1145| #define PACKAGE_TARNAME "llvm"
1146| #define PACKAGE_VERSION "3.3"
1147| #define PACKAGE_STRING "LLVM 3.3"
1148| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1149| #define LLVM_VERSION_MAJOR 3
1150| #define LLVM_VERSION_MINOR 3
1151| #define LLVM_ON_UNIX 1
1152| #define STDC_HEADERS 1
1153| #define HAVE_SYS_TYPES_H 1
1154| #define HAVE_SYS_STAT_H 1
1155| #define HAVE_STDLIB_H 1
1156| #define HAVE_STRING_H 1
1157| #define HAVE_MEMORY_H 1
1158| #define HAVE_STRINGS_H 1
1159| #define HAVE_INTTYPES_H 1
1160| #define HAVE_STDINT_H 1
1161| #define HAVE_UNISTD_H 1
1162| #define LLVM_ENABLE_THREADS 1
1163| #define LLVM_ENABLE_ZLIB 1
1164| #define ENABLE_PIC 1
1165| #define ENABLE_TIMESTAMPS 1
1166| #define ENABLE_BACKTRACES 1
1167| #define LLVM_NATIVE_ARCH PowerPC
1168| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1169| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1170| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1171| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1172| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1173| #define CLANG_RESOURCE_DIR ""
1174| #define C_INCLUDE_DIRS ""
1175| #define GCC_INSTALL_PREFIX ""
1176| #define DEFAULT_SYSROOT ""
1177| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1178| #define HAVE_DOT 1
1179| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1180| #define HAVE_FDP 1
1181| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1182| #define HAVE_NEATO 1
1183| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1184| #define HAVE_TWOPI 1
1185| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1186| #define HAVE_CIRCO 1
1187| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1188| #define HAVE_GV 1
1189| #define LLVM_PATH_GV "/opt/local/bin/gv"
1190| #define HAVE_DOTTY 1
1191| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1192| #define HOST_LINK_VERSION "127.2"
1193| #define HAVE_DIRENT_H 1
1194| #define HAVE_DLFCN_H 1
1195| #define LTDL_SHLIB_EXT ".dylib"
1196| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1197| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1198| #define LTDL_OBJDIR ".libs/"
1199| #define HAVE_PRELOADED_SYMBOLS 1
1200| #define HAVE_LIBDL 1
1201| #define HAVE_DLERROR 1
1202| #define error_t int
1203| /* end confdefs.h.  */
1204| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
1205|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1206| #define argz_append innocuous_argz_append
1207|
1208| /* System header to define __stub macros and hopefully few prototypes,
1209|     which can conflict with char argz_append (); below.
1210|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1211|     <limits.h> exists even on freestanding compilers.  */
1212|
1213| #ifdef __STDC__
1214| # include <limits.h>
1215| #else
1216| # include <assert.h>
1217| #endif
1218|
1219| #undef argz_append
1220|
1221| /* Override any GCC internal prototype to avoid an error.
1222|    Use char because int might match the return type of a GCC
1223|    builtin and then its argument prototype would still apply.  */
1224| #ifdef __cplusplus
1225| extern "C"
1226| #endif
1227| char argz_append ();
1228| /* The GNU C library defines this for functions which it implements
1229|     to always fail with ENOSYS.  Some functions are actually named
1230|     something starting with __ and the normal name is an alias.  */
1231| #if defined __stub_argz_append || defined __stub___argz_append
1232| choke me
1233| #endif
1234|
1235| int
1236| main ()
1237| {
1238| return argz_append ();
1239|   ;
1240|   return 0;
1241| }
1242configure:11091: result: no
1243configure:10995: checking for argz_create_sep
1244configure:11051: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
1245Undefined symbols:
1246  "_argz_create_sep", referenced from:
1247      _main in ccIr1pwr.o
1248ld: symbol(s) not found
1249collect2: ld returned 1 exit status
1250configure:11057: $? = 1
1251configure: failed program was:
1252| /* confdefs.h.  */
1253| #define PACKAGE_NAME "LLVM"
1254| #define PACKAGE_TARNAME "llvm"
1255| #define PACKAGE_VERSION "3.3"
1256| #define PACKAGE_STRING "LLVM 3.3"
1257| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1258| #define LLVM_VERSION_MAJOR 3
1259| #define LLVM_VERSION_MINOR 3
1260| #define LLVM_ON_UNIX 1
1261| #define STDC_HEADERS 1
1262| #define HAVE_SYS_TYPES_H 1
1263| #define HAVE_SYS_STAT_H 1
1264| #define HAVE_STDLIB_H 1
1265| #define HAVE_STRING_H 1
1266| #define HAVE_MEMORY_H 1
1267| #define HAVE_STRINGS_H 1
1268| #define HAVE_INTTYPES_H 1
1269| #define HAVE_STDINT_H 1
1270| #define HAVE_UNISTD_H 1
1271| #define LLVM_ENABLE_THREADS 1
1272| #define LLVM_ENABLE_ZLIB 1
1273| #define ENABLE_PIC 1
1274| #define ENABLE_TIMESTAMPS 1
1275| #define ENABLE_BACKTRACES 1
1276| #define LLVM_NATIVE_ARCH PowerPC
1277| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1278| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1279| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1280| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1281| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1282| #define CLANG_RESOURCE_DIR ""
1283| #define C_INCLUDE_DIRS ""
1284| #define GCC_INSTALL_PREFIX ""
1285| #define DEFAULT_SYSROOT ""
1286| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1287| #define HAVE_DOT 1
1288| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1289| #define HAVE_FDP 1
1290| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1291| #define HAVE_NEATO 1
1292| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1293| #define HAVE_TWOPI 1
1294| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1295| #define HAVE_CIRCO 1
1296| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1297| #define HAVE_GV 1
1298| #define LLVM_PATH_GV "/opt/local/bin/gv"
1299| #define HAVE_DOTTY 1
1300| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1301| #define HOST_LINK_VERSION "127.2"
1302| #define HAVE_DIRENT_H 1
1303| #define HAVE_DLFCN_H 1
1304| #define LTDL_SHLIB_EXT ".dylib"
1305| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1306| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1307| #define LTDL_OBJDIR ".libs/"
1308| #define HAVE_PRELOADED_SYMBOLS 1
1309| #define HAVE_LIBDL 1
1310| #define HAVE_DLERROR 1
1311| #define error_t int
1312| /* end confdefs.h.  */
1313| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
1314|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1315| #define argz_create_sep innocuous_argz_create_sep
1316|
1317| /* System header to define __stub macros and hopefully few prototypes,
1318|     which can conflict with char argz_create_sep (); below.
1319|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1320|     <limits.h> exists even on freestanding compilers.  */
1321|
1322| #ifdef __STDC__
1323| # include <limits.h>
1324| #else
1325| # include <assert.h>
1326| #endif
1327|
1328| #undef argz_create_sep
1329|
1330| /* Override any GCC internal prototype to avoid an error.
1331|    Use char because int might match the return type of a GCC
1332|    builtin and then its argument prototype would still apply.  */
1333| #ifdef __cplusplus
1334| extern "C"
1335| #endif
1336| char argz_create_sep ();
1337| /* The GNU C library defines this for functions which it implements
1338|     to always fail with ENOSYS.  Some functions are actually named
1339|     something starting with __ and the normal name is an alias.  */
1340| #if defined __stub_argz_create_sep || defined __stub___argz_create_sep
1341| choke me
1342| #endif
1343|
1344| int
1345| main ()
1346| {
1347| return argz_create_sep ();
1348|   ;
1349|   return 0;
1350| }
1351configure:11091: result: no
1352configure:10995: checking for argz_insert
1353configure:11051: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
1354Undefined symbols:
1355  "_argz_insert", referenced from:
1356      _main in ccUvQ33o.o
1357ld: symbol(s) not found
1358collect2: ld returned 1 exit status
1359configure:11057: $? = 1
1360configure: failed program was:
1361| /* confdefs.h.  */
1362| #define PACKAGE_NAME "LLVM"
1363| #define PACKAGE_TARNAME "llvm"
1364| #define PACKAGE_VERSION "3.3"
1365| #define PACKAGE_STRING "LLVM 3.3"
1366| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1367| #define LLVM_VERSION_MAJOR 3
1368| #define LLVM_VERSION_MINOR 3
1369| #define LLVM_ON_UNIX 1
1370| #define STDC_HEADERS 1
1371| #define HAVE_SYS_TYPES_H 1
1372| #define HAVE_SYS_STAT_H 1
1373| #define HAVE_STDLIB_H 1
1374| #define HAVE_STRING_H 1
1375| #define HAVE_MEMORY_H 1
1376| #define HAVE_STRINGS_H 1
1377| #define HAVE_INTTYPES_H 1
1378| #define HAVE_STDINT_H 1
1379| #define HAVE_UNISTD_H 1
1380| #define LLVM_ENABLE_THREADS 1
1381| #define LLVM_ENABLE_ZLIB 1
1382| #define ENABLE_PIC 1
1383| #define ENABLE_TIMESTAMPS 1
1384| #define ENABLE_BACKTRACES 1
1385| #define LLVM_NATIVE_ARCH PowerPC
1386| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1387| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1388| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1389| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1390| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1391| #define CLANG_RESOURCE_DIR ""
1392| #define C_INCLUDE_DIRS ""
1393| #define GCC_INSTALL_PREFIX ""
1394| #define DEFAULT_SYSROOT ""
1395| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1396| #define HAVE_DOT 1
1397| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1398| #define HAVE_FDP 1
1399| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1400| #define HAVE_NEATO 1
1401| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1402| #define HAVE_TWOPI 1
1403| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1404| #define HAVE_CIRCO 1
1405| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1406| #define HAVE_GV 1
1407| #define LLVM_PATH_GV "/opt/local/bin/gv"
1408| #define HAVE_DOTTY 1
1409| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1410| #define HOST_LINK_VERSION "127.2"
1411| #define HAVE_DIRENT_H 1
1412| #define HAVE_DLFCN_H 1
1413| #define LTDL_SHLIB_EXT ".dylib"
1414| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1415| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1416| #define LTDL_OBJDIR ".libs/"
1417| #define HAVE_PRELOADED_SYMBOLS 1
1418| #define HAVE_LIBDL 1
1419| #define HAVE_DLERROR 1
1420| #define error_t int
1421| /* end confdefs.h.  */
1422| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
1423|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1424| #define argz_insert innocuous_argz_insert
1425|
1426| /* System header to define __stub macros and hopefully few prototypes,
1427|     which can conflict with char argz_insert (); below.
1428|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1429|     <limits.h> exists even on freestanding compilers.  */
1430|
1431| #ifdef __STDC__
1432| # include <limits.h>
1433| #else
1434| # include <assert.h>
1435| #endif
1436|
1437| #undef argz_insert
1438|
1439| /* Override any GCC internal prototype to avoid an error.
1440|    Use char because int might match the return type of a GCC
1441|    builtin and then its argument prototype would still apply.  */
1442| #ifdef __cplusplus
1443| extern "C"
1444| #endif
1445| char argz_insert ();
1446| /* The GNU C library defines this for functions which it implements
1447|     to always fail with ENOSYS.  Some functions are actually named
1448|     something starting with __ and the normal name is an alias.  */
1449| #if defined __stub_argz_insert || defined __stub___argz_insert
1450| choke me
1451| #endif
1452|
1453| int
1454| main ()
1455| {
1456| return argz_insert ();
1457|   ;
1458|   return 0;
1459| }
1460configure:11091: result: no
1461configure:10995: checking for argz_next
1462configure:11051: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
1463Undefined symbols:
1464  "_argz_next", referenced from:
1465      _main in ccr9N6ji.o
1466ld: symbol(s) not found
1467collect2: ld returned 1 exit status
1468configure:11057: $? = 1
1469configure: failed program was:
1470| /* confdefs.h.  */
1471| #define PACKAGE_NAME "LLVM"
1472| #define PACKAGE_TARNAME "llvm"
1473| #define PACKAGE_VERSION "3.3"
1474| #define PACKAGE_STRING "LLVM 3.3"
1475| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1476| #define LLVM_VERSION_MAJOR 3
1477| #define LLVM_VERSION_MINOR 3
1478| #define LLVM_ON_UNIX 1
1479| #define STDC_HEADERS 1
1480| #define HAVE_SYS_TYPES_H 1
1481| #define HAVE_SYS_STAT_H 1
1482| #define HAVE_STDLIB_H 1
1483| #define HAVE_STRING_H 1
1484| #define HAVE_MEMORY_H 1
1485| #define HAVE_STRINGS_H 1
1486| #define HAVE_INTTYPES_H 1
1487| #define HAVE_STDINT_H 1
1488| #define HAVE_UNISTD_H 1
1489| #define LLVM_ENABLE_THREADS 1
1490| #define LLVM_ENABLE_ZLIB 1
1491| #define ENABLE_PIC 1
1492| #define ENABLE_TIMESTAMPS 1
1493| #define ENABLE_BACKTRACES 1
1494| #define LLVM_NATIVE_ARCH PowerPC
1495| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1496| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1497| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1498| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1499| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1500| #define CLANG_RESOURCE_DIR ""
1501| #define C_INCLUDE_DIRS ""
1502| #define GCC_INSTALL_PREFIX ""
1503| #define DEFAULT_SYSROOT ""
1504| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1505| #define HAVE_DOT 1
1506| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1507| #define HAVE_FDP 1
1508| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1509| #define HAVE_NEATO 1
1510| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1511| #define HAVE_TWOPI 1
1512| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1513| #define HAVE_CIRCO 1
1514| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1515| #define HAVE_GV 1
1516| #define LLVM_PATH_GV "/opt/local/bin/gv"
1517| #define HAVE_DOTTY 1
1518| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1519| #define HOST_LINK_VERSION "127.2"
1520| #define HAVE_DIRENT_H 1
1521| #define HAVE_DLFCN_H 1
1522| #define LTDL_SHLIB_EXT ".dylib"
1523| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1524| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1525| #define LTDL_OBJDIR ".libs/"
1526| #define HAVE_PRELOADED_SYMBOLS 1
1527| #define HAVE_LIBDL 1
1528| #define HAVE_DLERROR 1
1529| #define error_t int
1530| /* end confdefs.h.  */
1531| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
1532|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1533| #define argz_next innocuous_argz_next
1534|
1535| /* System header to define __stub macros and hopefully few prototypes,
1536|     which can conflict with char argz_next (); below.
1537|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1538|     <limits.h> exists even on freestanding compilers.  */
1539|
1540| #ifdef __STDC__
1541| # include <limits.h>
1542| #else
1543| # include <assert.h>
1544| #endif
1545|
1546| #undef argz_next
1547|
1548| /* Override any GCC internal prototype to avoid an error.
1549|    Use char because int might match the return type of a GCC
1550|    builtin and then its argument prototype would still apply.  */
1551| #ifdef __cplusplus
1552| extern "C"
1553| #endif
1554| char argz_next ();
1555| /* The GNU C library defines this for functions which it implements
1556|     to always fail with ENOSYS.  Some functions are actually named
1557|     something starting with __ and the normal name is an alias.  */
1558| #if defined __stub_argz_next || defined __stub___argz_next
1559| choke me
1560| #endif
1561|
1562| int
1563| main ()
1564| {
1565| return argz_next ();
1566|   ;
1567|   return 0;
1568| }
1569configure:11091: result: no
1570configure:10995: checking for argz_stringify
1571configure:11051: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
1572Undefined symbols:
1573  "_argz_stringify", referenced from:
1574      _main in ccRWBBgw.o
1575ld: symbol(s) not found
1576collect2: ld returned 1 exit status
1577configure:11057: $? = 1
1578configure: failed program was:
1579| /* confdefs.h.  */
1580| #define PACKAGE_NAME "LLVM"
1581| #define PACKAGE_TARNAME "llvm"
1582| #define PACKAGE_VERSION "3.3"
1583| #define PACKAGE_STRING "LLVM 3.3"
1584| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1585| #define LLVM_VERSION_MAJOR 3
1586| #define LLVM_VERSION_MINOR 3
1587| #define LLVM_ON_UNIX 1
1588| #define STDC_HEADERS 1
1589| #define HAVE_SYS_TYPES_H 1
1590| #define HAVE_SYS_STAT_H 1
1591| #define HAVE_STDLIB_H 1
1592| #define HAVE_STRING_H 1
1593| #define HAVE_MEMORY_H 1
1594| #define HAVE_STRINGS_H 1
1595| #define HAVE_INTTYPES_H 1
1596| #define HAVE_STDINT_H 1
1597| #define HAVE_UNISTD_H 1
1598| #define LLVM_ENABLE_THREADS 1
1599| #define LLVM_ENABLE_ZLIB 1
1600| #define ENABLE_PIC 1
1601| #define ENABLE_TIMESTAMPS 1
1602| #define ENABLE_BACKTRACES 1
1603| #define LLVM_NATIVE_ARCH PowerPC
1604| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1605| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1606| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1607| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1608| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1609| #define CLANG_RESOURCE_DIR ""
1610| #define C_INCLUDE_DIRS ""
1611| #define GCC_INSTALL_PREFIX ""
1612| #define DEFAULT_SYSROOT ""
1613| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1614| #define HAVE_DOT 1
1615| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1616| #define HAVE_FDP 1
1617| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1618| #define HAVE_NEATO 1
1619| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1620| #define HAVE_TWOPI 1
1621| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1622| #define HAVE_CIRCO 1
1623| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1624| #define HAVE_GV 1
1625| #define LLVM_PATH_GV "/opt/local/bin/gv"
1626| #define HAVE_DOTTY 1
1627| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1628| #define HOST_LINK_VERSION "127.2"
1629| #define HAVE_DIRENT_H 1
1630| #define HAVE_DLFCN_H 1
1631| #define LTDL_SHLIB_EXT ".dylib"
1632| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1633| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1634| #define LTDL_OBJDIR ".libs/"
1635| #define HAVE_PRELOADED_SYMBOLS 1
1636| #define HAVE_LIBDL 1
1637| #define HAVE_DLERROR 1
1638| #define error_t int
1639| /* end confdefs.h.  */
1640| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
1641|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1642| #define argz_stringify innocuous_argz_stringify
1643|
1644| /* System header to define __stub macros and hopefully few prototypes,
1645|     which can conflict with char argz_stringify (); below.
1646|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1647|     <limits.h> exists even on freestanding compilers.  */
1648|
1649| #ifdef __STDC__
1650| # include <limits.h>
1651| #else
1652| # include <assert.h>
1653| #endif
1654|
1655| #undef argz_stringify
1656|
1657| /* Override any GCC internal prototype to avoid an error.
1658|    Use char because int might match the return type of a GCC
1659|    builtin and then its argument prototype would still apply.  */
1660| #ifdef __cplusplus
1661| extern "C"
1662| #endif
1663| char argz_stringify ();
1664| /* The GNU C library defines this for functions which it implements
1665|     to always fail with ENOSYS.  Some functions are actually named
1666|     something starting with __ and the normal name is an alias.  */
1667| #if defined __stub_argz_stringify || defined __stub___argz_stringify
1668| choke me
1669| #endif
1670|
1671| int
1672| main ()
1673| {
1674| return argz_stringify ();
1675|   ;
1676|   return 0;
1677| }
1678configure:11091: result: no
1679configure:11143: checking assert.h usability
1680configure:11160: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1681configure:11166: $? = 0
1682configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1683configure:11176: $? = 0
1684configure:11183: test -s conftest.o
1685configure:11186: $? = 0
1686configure:11197: result: yes
1687configure:11201: checking assert.h presence
1688configure:11216: /usr/bin/gcc-4.2 -E  conftest.c
1689configure:11222: $? = 0
1690configure:11243: result: yes
1691configure:11276: checking for assert.h
1692configure:11284: result: yes
1693configure:11143: checking ctype.h usability
1694configure:11160: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1695configure:11166: $? = 0
1696configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1697configure:11176: $? = 0
1698configure:11183: test -s conftest.o
1699configure:11186: $? = 0
1700configure:11197: result: yes
1701configure:11201: checking ctype.h presence
1702configure:11216: /usr/bin/gcc-4.2 -E  conftest.c
1703configure:11222: $? = 0
1704configure:11243: result: yes
1705configure:11276: checking for ctype.h
1706configure:11284: result: yes
1707configure:11143: checking errno.h usability
1708configure:11160: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1709configure:11166: $? = 0
1710configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1711configure:11176: $? = 0
1712configure:11183: test -s conftest.o
1713configure:11186: $? = 0
1714configure:11197: result: yes
1715configure:11201: checking errno.h presence
1716configure:11216: /usr/bin/gcc-4.2 -E  conftest.c
1717configure:11222: $? = 0
1718configure:11243: result: yes
1719configure:11276: checking for errno.h
1720configure:11284: result: yes
1721configure:11143: checking malloc.h usability
1722configure:11160: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1723conftest.c:98:20: error: malloc.h: No such file or directory
1724configure:11166: $? = 1
1725configure: failed program was:
1726| /* confdefs.h.  */
1727| #define PACKAGE_NAME "LLVM"
1728| #define PACKAGE_TARNAME "llvm"
1729| #define PACKAGE_VERSION "3.3"
1730| #define PACKAGE_STRING "LLVM 3.3"
1731| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1732| #define LLVM_VERSION_MAJOR 3
1733| #define LLVM_VERSION_MINOR 3
1734| #define LLVM_ON_UNIX 1
1735| #define STDC_HEADERS 1
1736| #define HAVE_SYS_TYPES_H 1
1737| #define HAVE_SYS_STAT_H 1
1738| #define HAVE_STDLIB_H 1
1739| #define HAVE_STRING_H 1
1740| #define HAVE_MEMORY_H 1
1741| #define HAVE_STRINGS_H 1
1742| #define HAVE_INTTYPES_H 1
1743| #define HAVE_STDINT_H 1
1744| #define HAVE_UNISTD_H 1
1745| #define LLVM_ENABLE_THREADS 1
1746| #define LLVM_ENABLE_ZLIB 1
1747| #define ENABLE_PIC 1
1748| #define ENABLE_TIMESTAMPS 1
1749| #define ENABLE_BACKTRACES 1
1750| #define LLVM_NATIVE_ARCH PowerPC
1751| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1752| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1753| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1754| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1755| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1756| #define CLANG_RESOURCE_DIR ""
1757| #define C_INCLUDE_DIRS ""
1758| #define GCC_INSTALL_PREFIX ""
1759| #define DEFAULT_SYSROOT ""
1760| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1761| #define HAVE_DOT 1
1762| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1763| #define HAVE_FDP 1
1764| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1765| #define HAVE_NEATO 1
1766| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1767| #define HAVE_TWOPI 1
1768| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1769| #define HAVE_CIRCO 1
1770| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1771| #define HAVE_GV 1
1772| #define LLVM_PATH_GV "/opt/local/bin/gv"
1773| #define HAVE_DOTTY 1
1774| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1775| #define HOST_LINK_VERSION "127.2"
1776| #define HAVE_DIRENT_H 1
1777| #define HAVE_DLFCN_H 1
1778| #define LTDL_SHLIB_EXT ".dylib"
1779| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1780| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1781| #define LTDL_OBJDIR ".libs/"
1782| #define HAVE_PRELOADED_SYMBOLS 1
1783| #define HAVE_LIBDL 1
1784| #define HAVE_DLERROR 1
1785| #define error_t int
1786| #define HAVE_ASSERT_H 1
1787| #define HAVE_CTYPE_H 1
1788| #define HAVE_ERRNO_H 1
1789| /* end confdefs.h.  */
1790| #include <stdio.h>
1791| #if HAVE_SYS_TYPES_H
1792| # include <sys/types.h>
1793| #endif
1794| #if HAVE_SYS_STAT_H
1795| # include <sys/stat.h>
1796| #endif
1797| #if STDC_HEADERS
1798| # include <stdlib.h>
1799| # include <stddef.h>
1800| #else
1801| # if HAVE_STDLIB_H
1802| #  include <stdlib.h>
1803| # endif
1804| #endif
1805| #if HAVE_STRING_H
1806| # if !STDC_HEADERS && HAVE_MEMORY_H
1807| #  include <memory.h>
1808| # endif
1809| # include <string.h>
1810| #endif
1811| #if HAVE_STRINGS_H
1812| # include <strings.h>
1813| #endif
1814| #if HAVE_INTTYPES_H
1815| # include <inttypes.h>
1816| #endif
1817| #if HAVE_STDINT_H
1818| # include <stdint.h>
1819| #endif
1820| #if HAVE_UNISTD_H
1821| # include <unistd.h>
1822| #endif
1823| #include <malloc.h>
1824configure:11197: result: no
1825configure:11201: checking malloc.h presence
1826configure:11216: /usr/bin/gcc-4.2 -E  conftest.c
1827conftest.c:65:20: error: malloc.h: No such file or directory
1828configure:11222: $? = 1
1829configure: failed program was:
1830| /* confdefs.h.  */
1831| #define PACKAGE_NAME "LLVM"
1832| #define PACKAGE_TARNAME "llvm"
1833| #define PACKAGE_VERSION "3.3"
1834| #define PACKAGE_STRING "LLVM 3.3"
1835| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1836| #define LLVM_VERSION_MAJOR 3
1837| #define LLVM_VERSION_MINOR 3
1838| #define LLVM_ON_UNIX 1
1839| #define STDC_HEADERS 1
1840| #define HAVE_SYS_TYPES_H 1
1841| #define HAVE_SYS_STAT_H 1
1842| #define HAVE_STDLIB_H 1
1843| #define HAVE_STRING_H 1
1844| #define HAVE_MEMORY_H 1
1845| #define HAVE_STRINGS_H 1
1846| #define HAVE_INTTYPES_H 1
1847| #define HAVE_STDINT_H 1
1848| #define HAVE_UNISTD_H 1
1849| #define LLVM_ENABLE_THREADS 1
1850| #define LLVM_ENABLE_ZLIB 1
1851| #define ENABLE_PIC 1
1852| #define ENABLE_TIMESTAMPS 1
1853| #define ENABLE_BACKTRACES 1
1854| #define LLVM_NATIVE_ARCH PowerPC
1855| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1856| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1857| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1858| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1859| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1860| #define CLANG_RESOURCE_DIR ""
1861| #define C_INCLUDE_DIRS ""
1862| #define GCC_INSTALL_PREFIX ""
1863| #define DEFAULT_SYSROOT ""
1864| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1865| #define HAVE_DOT 1
1866| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1867| #define HAVE_FDP 1
1868| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1869| #define HAVE_NEATO 1
1870| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1871| #define HAVE_TWOPI 1
1872| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1873| #define HAVE_CIRCO 1
1874| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1875| #define HAVE_GV 1
1876| #define LLVM_PATH_GV "/opt/local/bin/gv"
1877| #define HAVE_DOTTY 1
1878| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1879| #define HOST_LINK_VERSION "127.2"
1880| #define HAVE_DIRENT_H 1
1881| #define HAVE_DLFCN_H 1
1882| #define LTDL_SHLIB_EXT ".dylib"
1883| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1884| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1885| #define LTDL_OBJDIR ".libs/"
1886| #define HAVE_PRELOADED_SYMBOLS 1
1887| #define HAVE_LIBDL 1
1888| #define HAVE_DLERROR 1
1889| #define error_t int
1890| #define HAVE_ASSERT_H 1
1891| #define HAVE_CTYPE_H 1
1892| #define HAVE_ERRNO_H 1
1893| /* end confdefs.h.  */
1894| #include <malloc.h>
1895configure:11243: result: no
1896configure:11276: checking for malloc.h
1897configure:11284: result: no
1898configure:11133: checking for memory.h
1899configure:11139: result: yes
1900configure:11133: checking for stdlib.h
1901configure:11139: result: yes
1902configure:11143: checking stdio.h usability
1903configure:11160: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1904configure:11166: $? = 0
1905configure:11173: test -z "$ac_c_werror_flag" || test ! -s conftest.err
1906configure:11176: $? = 0
1907configure:11183: test -s conftest.o
1908configure:11186: $? = 0
1909configure:11197: result: yes
1910configure:11201: checking stdio.h presence
1911configure:11216: /usr/bin/gcc-4.2 -E  conftest.c
1912configure:11222: $? = 0
1913configure:11243: result: yes
1914configure:11276: checking for stdio.h
1915configure:11284: result: yes
1916configure:11133: checking for unistd.h
1917configure:11139: result: yes
1918configure:11315: checking dl.h usability
1919configure:11332: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
1920conftest.c:102:16: error: dl.h: No such file or directory
1921configure:11338: $? = 1
1922configure: failed program was:
1923| /* confdefs.h.  */
1924| #define PACKAGE_NAME "LLVM"
1925| #define PACKAGE_TARNAME "llvm"
1926| #define PACKAGE_VERSION "3.3"
1927| #define PACKAGE_STRING "LLVM 3.3"
1928| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
1929| #define LLVM_VERSION_MAJOR 3
1930| #define LLVM_VERSION_MINOR 3
1931| #define LLVM_ON_UNIX 1
1932| #define STDC_HEADERS 1
1933| #define HAVE_SYS_TYPES_H 1
1934| #define HAVE_SYS_STAT_H 1
1935| #define HAVE_STDLIB_H 1
1936| #define HAVE_STRING_H 1
1937| #define HAVE_MEMORY_H 1
1938| #define HAVE_STRINGS_H 1
1939| #define HAVE_INTTYPES_H 1
1940| #define HAVE_STDINT_H 1
1941| #define HAVE_UNISTD_H 1
1942| #define LLVM_ENABLE_THREADS 1
1943| #define LLVM_ENABLE_ZLIB 1
1944| #define ENABLE_PIC 1
1945| #define ENABLE_TIMESTAMPS 1
1946| #define ENABLE_BACKTRACES 1
1947| #define LLVM_NATIVE_ARCH PowerPC
1948| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
1949| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
1950| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
1951| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
1952| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
1953| #define CLANG_RESOURCE_DIR ""
1954| #define C_INCLUDE_DIRS ""
1955| #define GCC_INSTALL_PREFIX ""
1956| #define DEFAULT_SYSROOT ""
1957| #define BUG_REPORT_URL "http://llvm.org/bugs/"
1958| #define HAVE_DOT 1
1959| #define LLVM_PATH_DOT "/opt/local/bin/dot"
1960| #define HAVE_FDP 1
1961| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
1962| #define HAVE_NEATO 1
1963| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
1964| #define HAVE_TWOPI 1
1965| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
1966| #define HAVE_CIRCO 1
1967| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
1968| #define HAVE_GV 1
1969| #define LLVM_PATH_GV "/opt/local/bin/gv"
1970| #define HAVE_DOTTY 1
1971| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
1972| #define HOST_LINK_VERSION "127.2"
1973| #define HAVE_DIRENT_H 1
1974| #define HAVE_DLFCN_H 1
1975| #define LTDL_SHLIB_EXT ".dylib"
1976| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
1977| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
1978| #define LTDL_OBJDIR ".libs/"
1979| #define HAVE_PRELOADED_SYMBOLS 1
1980| #define HAVE_LIBDL 1
1981| #define HAVE_DLERROR 1
1982| #define error_t int
1983| #define HAVE_ASSERT_H 1
1984| #define HAVE_CTYPE_H 1
1985| #define HAVE_ERRNO_H 1
1986| #define HAVE_MEMORY_H 1
1987| #define HAVE_STDLIB_H 1
1988| #define HAVE_STDIO_H 1
1989| #define HAVE_UNISTD_H 1
1990| /* end confdefs.h.  */
1991| #include <stdio.h>
1992| #if HAVE_SYS_TYPES_H
1993| # include <sys/types.h>
1994| #endif
1995| #if HAVE_SYS_STAT_H
1996| # include <sys/stat.h>
1997| #endif
1998| #if STDC_HEADERS
1999| # include <stdlib.h>
2000| # include <stddef.h>
2001| #else
2002| # if HAVE_STDLIB_H
2003| #  include <stdlib.h>
2004| # endif
2005| #endif
2006| #if HAVE_STRING_H
2007| # if !STDC_HEADERS && HAVE_MEMORY_H
2008| #  include <memory.h>
2009| # endif
2010| # include <string.h>
2011| #endif
2012| #if HAVE_STRINGS_H
2013| # include <strings.h>
2014| #endif
2015| #if HAVE_INTTYPES_H
2016| # include <inttypes.h>
2017| #endif
2018| #if HAVE_STDINT_H
2019| # include <stdint.h>
2020| #endif
2021| #if HAVE_UNISTD_H
2022| # include <unistd.h>
2023| #endif
2024| #include <dl.h>
2025configure:11369: result: no
2026configure:11373: checking dl.h presence
2027configure:11388: /usr/bin/gcc-4.2 -E  conftest.c
2028conftest.c:69:16: error: dl.h: No such file or directory
2029configure:11394: $? = 1
2030configure: failed program was:
2031| /* confdefs.h.  */
2032| #define PACKAGE_NAME "LLVM"
2033| #define PACKAGE_TARNAME "llvm"
2034| #define PACKAGE_VERSION "3.3"
2035| #define PACKAGE_STRING "LLVM 3.3"
2036| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2037| #define LLVM_VERSION_MAJOR 3
2038| #define LLVM_VERSION_MINOR 3
2039| #define LLVM_ON_UNIX 1
2040| #define STDC_HEADERS 1
2041| #define HAVE_SYS_TYPES_H 1
2042| #define HAVE_SYS_STAT_H 1
2043| #define HAVE_STDLIB_H 1
2044| #define HAVE_STRING_H 1
2045| #define HAVE_MEMORY_H 1
2046| #define HAVE_STRINGS_H 1
2047| #define HAVE_INTTYPES_H 1
2048| #define HAVE_STDINT_H 1
2049| #define HAVE_UNISTD_H 1
2050| #define LLVM_ENABLE_THREADS 1
2051| #define LLVM_ENABLE_ZLIB 1
2052| #define ENABLE_PIC 1
2053| #define ENABLE_TIMESTAMPS 1
2054| #define ENABLE_BACKTRACES 1
2055| #define LLVM_NATIVE_ARCH PowerPC
2056| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2057| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2058| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2059| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2060| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2061| #define CLANG_RESOURCE_DIR ""
2062| #define C_INCLUDE_DIRS ""
2063| #define GCC_INSTALL_PREFIX ""
2064| #define DEFAULT_SYSROOT ""
2065| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2066| #define HAVE_DOT 1
2067| #define LLVM_PATH_DOT "/opt/local/bin/dot"
2068| #define HAVE_FDP 1
2069| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
2070| #define HAVE_NEATO 1
2071| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
2072| #define HAVE_TWOPI 1
2073| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2074| #define HAVE_CIRCO 1
2075| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2076| #define HAVE_GV 1
2077| #define LLVM_PATH_GV "/opt/local/bin/gv"
2078| #define HAVE_DOTTY 1
2079| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2080| #define HOST_LINK_VERSION "127.2"
2081| #define HAVE_DIRENT_H 1
2082| #define HAVE_DLFCN_H 1
2083| #define LTDL_SHLIB_EXT ".dylib"
2084| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2085| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2086| #define LTDL_OBJDIR ".libs/"
2087| #define HAVE_PRELOADED_SYMBOLS 1
2088| #define HAVE_LIBDL 1
2089| #define HAVE_DLERROR 1
2090| #define error_t int
2091| #define HAVE_ASSERT_H 1
2092| #define HAVE_CTYPE_H 1
2093| #define HAVE_ERRNO_H 1
2094| #define HAVE_MEMORY_H 1
2095| #define HAVE_STDLIB_H 1
2096| #define HAVE_STDIO_H 1
2097| #define HAVE_UNISTD_H 1
2098| /* end confdefs.h.  */
2099| #include <dl.h>
2100configure:11415: result: no
2101configure:11448: checking for dl.h
2102configure:11456: result: no
2103configure:11315: checking sys/dl.h usability
2104configure:11332: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
2105conftest.c:102:20: error: sys/dl.h: No such file or directory
2106configure:11338: $? = 1
2107configure: failed program was:
2108| /* confdefs.h.  */
2109| #define PACKAGE_NAME "LLVM"
2110| #define PACKAGE_TARNAME "llvm"
2111| #define PACKAGE_VERSION "3.3"
2112| #define PACKAGE_STRING "LLVM 3.3"
2113| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2114| #define LLVM_VERSION_MAJOR 3
2115| #define LLVM_VERSION_MINOR 3
2116| #define LLVM_ON_UNIX 1
2117| #define STDC_HEADERS 1
2118| #define HAVE_SYS_TYPES_H 1
2119| #define HAVE_SYS_STAT_H 1
2120| #define HAVE_STDLIB_H 1
2121| #define HAVE_STRING_H 1
2122| #define HAVE_MEMORY_H 1
2123| #define HAVE_STRINGS_H 1
2124| #define HAVE_INTTYPES_H 1
2125| #define HAVE_STDINT_H 1
2126| #define HAVE_UNISTD_H 1
2127| #define LLVM_ENABLE_THREADS 1
2128| #define LLVM_ENABLE_ZLIB 1
2129| #define ENABLE_PIC 1
2130| #define ENABLE_TIMESTAMPS 1
2131| #define ENABLE_BACKTRACES 1
2132| #define LLVM_NATIVE_ARCH PowerPC
2133| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2134| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2135| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2136| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2137| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2138| #define CLANG_RESOURCE_DIR ""
2139| #define C_INCLUDE_DIRS ""
2140| #define GCC_INSTALL_PREFIX ""
2141| #define DEFAULT_SYSROOT ""
2142| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2143| #define HAVE_DOT 1
2144| #define LLVM_PATH_DOT "/opt/local/bin/dot"
2145| #define HAVE_FDP 1
2146| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
2147| #define HAVE_NEATO 1
2148| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
2149| #define HAVE_TWOPI 1
2150| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2151| #define HAVE_CIRCO 1
2152| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2153| #define HAVE_GV 1
2154| #define LLVM_PATH_GV "/opt/local/bin/gv"
2155| #define HAVE_DOTTY 1
2156| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2157| #define HOST_LINK_VERSION "127.2"
2158| #define HAVE_DIRENT_H 1
2159| #define HAVE_DLFCN_H 1
2160| #define LTDL_SHLIB_EXT ".dylib"
2161| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2162| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2163| #define LTDL_OBJDIR ".libs/"
2164| #define HAVE_PRELOADED_SYMBOLS 1
2165| #define HAVE_LIBDL 1
2166| #define HAVE_DLERROR 1
2167| #define error_t int
2168| #define HAVE_ASSERT_H 1
2169| #define HAVE_CTYPE_H 1
2170| #define HAVE_ERRNO_H 1
2171| #define HAVE_MEMORY_H 1
2172| #define HAVE_STDLIB_H 1
2173| #define HAVE_STDIO_H 1
2174| #define HAVE_UNISTD_H 1
2175| /* end confdefs.h.  */
2176| #include <stdio.h>
2177| #if HAVE_SYS_TYPES_H
2178| # include <sys/types.h>
2179| #endif
2180| #if HAVE_SYS_STAT_H
2181| # include <sys/stat.h>
2182| #endif
2183| #if STDC_HEADERS
2184| # include <stdlib.h>
2185| # include <stddef.h>
2186| #else
2187| # if HAVE_STDLIB_H
2188| #  include <stdlib.h>
2189| # endif
2190| #endif
2191| #if HAVE_STRING_H
2192| # if !STDC_HEADERS && HAVE_MEMORY_H
2193| #  include <memory.h>
2194| # endif
2195| # include <string.h>
2196| #endif
2197| #if HAVE_STRINGS_H
2198| # include <strings.h>
2199| #endif
2200| #if HAVE_INTTYPES_H
2201| # include <inttypes.h>
2202| #endif
2203| #if HAVE_STDINT_H
2204| # include <stdint.h>
2205| #endif
2206| #if HAVE_UNISTD_H
2207| # include <unistd.h>
2208| #endif
2209| #include <sys/dl.h>
2210configure:11369: result: no
2211configure:11373: checking sys/dl.h presence
2212configure:11388: /usr/bin/gcc-4.2 -E  conftest.c
2213conftest.c:69:20: error: sys/dl.h: No such file or directory
2214configure:11394: $? = 1
2215configure: failed program was:
2216| /* confdefs.h.  */
2217| #define PACKAGE_NAME "LLVM"
2218| #define PACKAGE_TARNAME "llvm"
2219| #define PACKAGE_VERSION "3.3"
2220| #define PACKAGE_STRING "LLVM 3.3"
2221| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2222| #define LLVM_VERSION_MAJOR 3
2223| #define LLVM_VERSION_MINOR 3
2224| #define LLVM_ON_UNIX 1
2225| #define STDC_HEADERS 1
2226| #define HAVE_SYS_TYPES_H 1
2227| #define HAVE_SYS_STAT_H 1
2228| #define HAVE_STDLIB_H 1
2229| #define HAVE_STRING_H 1
2230| #define HAVE_MEMORY_H 1
2231| #define HAVE_STRINGS_H 1
2232| #define HAVE_INTTYPES_H 1
2233| #define HAVE_STDINT_H 1
2234| #define HAVE_UNISTD_H 1
2235| #define LLVM_ENABLE_THREADS 1
2236| #define LLVM_ENABLE_ZLIB 1
2237| #define ENABLE_PIC 1
2238| #define ENABLE_TIMESTAMPS 1
2239| #define ENABLE_BACKTRACES 1
2240| #define LLVM_NATIVE_ARCH PowerPC
2241| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2242| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2243| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2244| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2245| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2246| #define CLANG_RESOURCE_DIR ""
2247| #define C_INCLUDE_DIRS ""
2248| #define GCC_INSTALL_PREFIX ""
2249| #define DEFAULT_SYSROOT ""
2250| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2251| #define HAVE_DOT 1
2252| #define LLVM_PATH_DOT "/opt/local/bin/dot"
2253| #define HAVE_FDP 1
2254| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
2255| #define HAVE_NEATO 1
2256| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
2257| #define HAVE_TWOPI 1
2258| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2259| #define HAVE_CIRCO 1
2260| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2261| #define HAVE_GV 1
2262| #define LLVM_PATH_GV "/opt/local/bin/gv"
2263| #define HAVE_DOTTY 1
2264| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2265| #define HOST_LINK_VERSION "127.2"
2266| #define HAVE_DIRENT_H 1
2267| #define HAVE_DLFCN_H 1
2268| #define LTDL_SHLIB_EXT ".dylib"
2269| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2270| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2271| #define LTDL_OBJDIR ".libs/"
2272| #define HAVE_PRELOADED_SYMBOLS 1
2273| #define HAVE_LIBDL 1
2274| #define HAVE_DLERROR 1
2275| #define error_t int
2276| #define HAVE_ASSERT_H 1
2277| #define HAVE_CTYPE_H 1
2278| #define HAVE_ERRNO_H 1
2279| #define HAVE_MEMORY_H 1
2280| #define HAVE_STDLIB_H 1
2281| #define HAVE_STDIO_H 1
2282| #define HAVE_UNISTD_H 1
2283| /* end confdefs.h.  */
2284| #include <sys/dl.h>
2285configure:11415: result: no
2286configure:11448: checking for sys/dl.h
2287configure:11456: result: no
2288configure:11315: checking dld.h usability
2289configure:11332: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
2290conftest.c:102:17: error: dld.h: No such file or directory
2291configure:11338: $? = 1
2292configure: failed program was:
2293| /* confdefs.h.  */
2294| #define PACKAGE_NAME "LLVM"
2295| #define PACKAGE_TARNAME "llvm"
2296| #define PACKAGE_VERSION "3.3"
2297| #define PACKAGE_STRING "LLVM 3.3"
2298| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2299| #define LLVM_VERSION_MAJOR 3
2300| #define LLVM_VERSION_MINOR 3
2301| #define LLVM_ON_UNIX 1
2302| #define STDC_HEADERS 1
2303| #define HAVE_SYS_TYPES_H 1
2304| #define HAVE_SYS_STAT_H 1
2305| #define HAVE_STDLIB_H 1
2306| #define HAVE_STRING_H 1
2307| #define HAVE_MEMORY_H 1
2308| #define HAVE_STRINGS_H 1
2309| #define HAVE_INTTYPES_H 1
2310| #define HAVE_STDINT_H 1
2311| #define HAVE_UNISTD_H 1
2312| #define LLVM_ENABLE_THREADS 1
2313| #define LLVM_ENABLE_ZLIB 1
2314| #define ENABLE_PIC 1
2315| #define ENABLE_TIMESTAMPS 1
2316| #define ENABLE_BACKTRACES 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 HAVE_DOT 1
2329| #define LLVM_PATH_DOT "/opt/local/bin/dot"
2330| #define HAVE_FDP 1
2331| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
2332| #define HAVE_NEATO 1
2333| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
2334| #define HAVE_TWOPI 1
2335| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2336| #define HAVE_CIRCO 1
2337| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2338| #define HAVE_GV 1
2339| #define LLVM_PATH_GV "/opt/local/bin/gv"
2340| #define HAVE_DOTTY 1
2341| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2342| #define HOST_LINK_VERSION "127.2"
2343| #define HAVE_DIRENT_H 1
2344| #define HAVE_DLFCN_H 1
2345| #define LTDL_SHLIB_EXT ".dylib"
2346| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2347| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2348| #define LTDL_OBJDIR ".libs/"
2349| #define HAVE_PRELOADED_SYMBOLS 1
2350| #define HAVE_LIBDL 1
2351| #define HAVE_DLERROR 1
2352| #define error_t int
2353| #define HAVE_ASSERT_H 1
2354| #define HAVE_CTYPE_H 1
2355| #define HAVE_ERRNO_H 1
2356| #define HAVE_MEMORY_H 1
2357| #define HAVE_STDLIB_H 1
2358| #define HAVE_STDIO_H 1
2359| #define HAVE_UNISTD_H 1
2360| /* end confdefs.h.  */
2361| #include <stdio.h>
2362| #if HAVE_SYS_TYPES_H
2363| # include <sys/types.h>
2364| #endif
2365| #if HAVE_SYS_STAT_H
2366| # include <sys/stat.h>
2367| #endif
2368| #if STDC_HEADERS
2369| # include <stdlib.h>
2370| # include <stddef.h>
2371| #else
2372| # if HAVE_STDLIB_H
2373| #  include <stdlib.h>
2374| # endif
2375| #endif
2376| #if HAVE_STRING_H
2377| # if !STDC_HEADERS && HAVE_MEMORY_H
2378| #  include <memory.h>
2379| # endif
2380| # include <string.h>
2381| #endif
2382| #if HAVE_STRINGS_H
2383| # include <strings.h>
2384| #endif
2385| #if HAVE_INTTYPES_H
2386| # include <inttypes.h>
2387| #endif
2388| #if HAVE_STDINT_H
2389| # include <stdint.h>
2390| #endif
2391| #if HAVE_UNISTD_H
2392| # include <unistd.h>
2393| #endif
2394| #include <dld.h>
2395configure:11369: result: no
2396configure:11373: checking dld.h presence
2397configure:11388: /usr/bin/gcc-4.2 -E  conftest.c
2398conftest.c:69:17: error: dld.h: No such file or directory
2399configure:11394: $? = 1
2400configure: failed program was:
2401| /* confdefs.h.  */
2402| #define PACKAGE_NAME "LLVM"
2403| #define PACKAGE_TARNAME "llvm"
2404| #define PACKAGE_VERSION "3.3"
2405| #define PACKAGE_STRING "LLVM 3.3"
2406| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2407| #define LLVM_VERSION_MAJOR 3
2408| #define LLVM_VERSION_MINOR 3
2409| #define LLVM_ON_UNIX 1
2410| #define STDC_HEADERS 1
2411| #define HAVE_SYS_TYPES_H 1
2412| #define HAVE_SYS_STAT_H 1
2413| #define HAVE_STDLIB_H 1
2414| #define HAVE_STRING_H 1
2415| #define HAVE_MEMORY_H 1
2416| #define HAVE_STRINGS_H 1
2417| #define HAVE_INTTYPES_H 1
2418| #define HAVE_STDINT_H 1
2419| #define HAVE_UNISTD_H 1
2420| #define LLVM_ENABLE_THREADS 1
2421| #define LLVM_ENABLE_ZLIB 1
2422| #define ENABLE_PIC 1
2423| #define ENABLE_TIMESTAMPS 1
2424| #define ENABLE_BACKTRACES 1
2425| #define LLVM_NATIVE_ARCH PowerPC
2426| #define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2427| #define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2428| #define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2429| #define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2430| #define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2431| #define CLANG_RESOURCE_DIR ""
2432| #define C_INCLUDE_DIRS ""
2433| #define GCC_INSTALL_PREFIX ""
2434| #define DEFAULT_SYSROOT ""
2435| #define BUG_REPORT_URL "http://llvm.org/bugs/"
2436| #define HAVE_DOT 1
2437| #define LLVM_PATH_DOT "/opt/local/bin/dot"
2438| #define HAVE_FDP 1
2439| #define LLVM_PATH_FDP "/opt/local/bin/fdp"
2440| #define HAVE_NEATO 1
2441| #define LLVM_PATH_NEATO "/opt/local/bin/neato"
2442| #define HAVE_TWOPI 1
2443| #define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2444| #define HAVE_CIRCO 1
2445| #define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2446| #define HAVE_GV 1
2447| #define LLVM_PATH_GV "/opt/local/bin/gv"
2448| #define HAVE_DOTTY 1
2449| #define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2450| #define HOST_LINK_VERSION "127.2"
2451| #define HAVE_DIRENT_H 1
2452| #define HAVE_DLFCN_H 1
2453| #define LTDL_SHLIB_EXT ".dylib"
2454| #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2455| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2456| #define LTDL_OBJDIR ".libs/"
2457| #define HAVE_PRELOADED_SYMBOLS 1
2458| #define HAVE_LIBDL 1
2459| #define HAVE_DLERROR 1
2460| #define error_t int
2461| #define HAVE_ASSERT_H 1
2462| #define HAVE_CTYPE_H 1
2463| #define HAVE_ERRNO_H 1
2464| #define HAVE_MEMORY_H 1
2465| #define HAVE_STDLIB_H 1
2466| #define HAVE_STDIO_H 1
2467| #define HAVE_UNISTD_H 1
2468| /* end confdefs.h.  */
2469| #include <dld.h>
2470configure:11415: result: no
2471configure:11448: checking for dld.h
2472configure:11456: result: no
2473configure:11315: checking mach-o/dyld.h usability
2474configure:11332: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
2475configure:11338: $? = 0
2476configure:11345: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2477configure:11348: $? = 0
2478configure:11355: test -s conftest.o
2479configure:11358: $? = 0
2480configure:11369: result: yes
2481configure:11373: checking mach-o/dyld.h presence
2482configure:11388: /usr/bin/gcc-4.2 -E  conftest.c
2483configure:11394: $? = 0
2484configure:11415: result: yes
2485configure:11448: checking for mach-o/dyld.h
2486configure:11456: result: yes
2487configure:11475: checking for string.h
2488configure:11481: result: yes
2489configure:11645: checking for strchr
2490configure:11701: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2491conftest.c:94: warning: conflicting types for built-in function 'strchr'
2492configure:11707: $? = 0
2493configure:11714: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2494configure:11717: $? = 0
2495configure:11724: test -s conftest
2496configure:11727: $? = 0
2497configure:11741: result: yes
2498configure:11756: checking for strrchr
2499configure:11812: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2500conftest.c:95: warning: conflicting types for built-in function 'strrchr'
2501configure:11818: $? = 0
2502configure:11825: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2503configure:11828: $? = 0
2504configure:11835: test -s conftest
2505configure:11838: $? = 0
2506configure:11852: result: yes
2507configure:11867: checking for memcpy
2508configure:11923: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2509conftest.c:96: warning: conflicting types for built-in function 'memcpy'
2510configure:11929: $? = 0
2511configure:11936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2512configure:11939: $? = 0
2513configure:11946: test -s conftest
2514configure:11949: $? = 0
2515configure:11963: result: yes
2516configure:11978: checking for memmove
2517configure:12034: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2518conftest.c:97: warning: conflicting types for built-in function 'memmove'
2519configure:12040: $? = 0
2520configure:12047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2521configure:12050: $? = 0
2522configure:12057: test -s conftest
2523configure:12060: $? = 0
2524configure:12074: result: yes
2525configure:11978: checking for strcmp
2526configure:12034: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2527conftest.c:98: warning: conflicting types for built-in function 'strcmp'
2528configure:12040: $? = 0
2529configure:12047: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2530configure:12050: $? = 0
2531configure:12057: test -s conftest
2532configure:12060: $? = 0
2533configure:12074: result: yes
2534configure:12090: checking for closedir
2535configure:12146: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2536configure:12152: $? = 0
2537configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2538configure:12162: $? = 0
2539configure:12169: test -s conftest
2540configure:12172: $? = 0
2541configure:12186: result: yes
2542configure:12090: checking for opendir
2543configure:12146: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2544configure:12152: $? = 0
2545configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2546configure:12162: $? = 0
2547configure:12169: test -s conftest
2548configure:12172: $? = 0
2549configure:12186: result: yes
2550configure:12090: checking for readdir
2551configure:12146: /usr/bin/gcc-4.2 -o conftest -pipe -Os -arch ppc  -arch ppc conftest.c  >&5
2552configure:12152: $? = 0
2553configure:12159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2554configure:12162: $? = 0
2555configure:12169: test -s conftest
2556configure:12172: $? = 0
2557configure:12186: result: yes
2558configure:12198: checking tool compatibility
2559configure:12248: /usr/bin/gcc-4.2 -c -pipe -Os -arch ppc  conftest.c >&5
2560configure:12254: $? = 0
2561configure:12261: test -z "$ac_c_werror_flag" || test ! -s conftest.err
2562configure:12264: $? = 0
2563configure:12271: test -s conftest.o
2564configure:12274: $? = 0
2565configure:12296: result: ok
2566configure:12299: checking optional compiler flags
2567configure:12320: result: -Wno-variadic-macros -Wno-missing-field-initializers   
2568configure:12343: checking for python
2569configure:12361: found /opt/local/bin/python
2570configure:12378: result: /opt/local/bin/python
2571configure:12388: checking for python >= 2.5
2572configure:12399: result: not found
2573configure:12402: error: found python  (/opt/local/bin/python); required >= 2.5
2574See `config.log' for more details.
2575
2576## ---------------- ##
2577## Cache variables. ##
2578## ---------------- ##
2579
2580ac_cv_build=powerpc-apple-darwin9
2581ac_cv_c_bigendian=yes
2582ac_cv_c_compiler_gnu=yes
2583ac_cv_c_const=yes
2584ac_cv_cxx_compiler_gnu=yes
2585ac_cv_env_CCC_set=
2586ac_cv_env_CCC_value=
2587ac_cv_env_CC_set=set
2588ac_cv_env_CC_value=/usr/bin/gcc-4.2
2589ac_cv_env_CFLAGS_set=set
2590ac_cv_env_CFLAGS_value='-pipe -Os -arch ppc'
2591ac_cv_env_CPPFLAGS_set=
2592ac_cv_env_CPPFLAGS_value=
2593ac_cv_env_CPP_set=
2594ac_cv_env_CPP_value=
2595ac_cv_env_CXXCPP_set=
2596ac_cv_env_CXXCPP_value=
2597ac_cv_env_CXXFLAGS_set=set
2598ac_cv_env_CXXFLAGS_value='-pipe -Os -arch ppc'
2599ac_cv_env_CXX_set=set
2600ac_cv_env_CXX_value=/usr/bin/g++-4.2
2601ac_cv_env_LDFLAGS_set=set
2602ac_cv_env_LDFLAGS_value='-arch ppc'
2603ac_cv_env_build_alias_set=set
2604ac_cv_env_build_alias_value=powerpc-apple-darwin9
2605ac_cv_env_host_alias_set=
2606ac_cv_env_host_alias_value=
2607ac_cv_env_target_alias_set=
2608ac_cv_env_target_alias_value=
2609ac_cv_func_argz_append=no
2610ac_cv_func_argz_create_sep=no
2611ac_cv_func_argz_insert=no
2612ac_cv_func_argz_next=no
2613ac_cv_func_argz_stringify=no
2614ac_cv_func_closedir=yes
2615ac_cv_func_dlerror=yes
2616ac_cv_func_memcpy=yes
2617ac_cv_func_memmove=yes
2618ac_cv_func_opendir=yes
2619ac_cv_func_readdir=yes
2620ac_cv_func_shl_load=no
2621ac_cv_func_strchr=yes
2622ac_cv_func_strcmp=yes
2623ac_cv_func_strrchr=yes
2624ac_cv_header_argz_h=no
2625ac_cv_header_assert_h=yes
2626ac_cv_header_ctype_h=yes
2627ac_cv_header_dirent_dirent_h=yes
2628ac_cv_header_dl_h=no
2629ac_cv_header_dld_h=no
2630ac_cv_header_dlfcn_h=yes
2631ac_cv_header_errno_h=yes
2632ac_cv_header_inttypes_h=yes
2633ac_cv_header_mach_o_dyld_h=yes
2634ac_cv_header_malloc_h=no
2635ac_cv_header_memory_h=yes
2636ac_cv_header_stdc=yes
2637ac_cv_header_stdint_h=yes
2638ac_cv_header_stdio_h=yes
2639ac_cv_header_stdlib_h=yes
2640ac_cv_header_string_h=yes
2641ac_cv_header_strings_h=yes
2642ac_cv_header_sys_dl_h=no
2643ac_cv_header_sys_stat_h=yes
2644ac_cv_header_sys_types_h=yes
2645ac_cv_header_unistd_h=yes
2646ac_cv_host=powerpc-apple-darwin9
2647ac_cv_lib_dl_dlopen=yes
2648ac_cv_lib_dld_shl_load=no
2649ac_cv_objext=o
2650ac_cv_path_BINPWD=/bin/pwd
2651ac_cv_path_BZIP2=/opt/local/bin/bzip2
2652ac_cv_path_CAT=/bin/cat
2653ac_cv_path_CIRCO=/opt/local/bin/circo
2654ac_cv_path_CMP=/usr/bin/cmp
2655ac_cv_path_CP=/bin/cp
2656ac_cv_path_DATE=/bin/date
2657ac_cv_path_DOT=/opt/local/bin/dot
2658ac_cv_path_DOTTY=/opt/local/bin/dotty
2659ac_cv_path_DOXYGEN=/opt/local/bin/doxygen
2660ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
2661ac_cv_path_FDP=/opt/local/bin/fdp
2662ac_cv_path_FIND=/usr/bin/find
2663ac_cv_path_GAS=/opt/local/bin/as
2664ac_cv_path_GRAPHVIZ='echo Graphviz'
2665ac_cv_path_GREP=/opt/local/bin/ggrep
2666ac_cv_path_GROFF=/opt/local/bin/groff
2667ac_cv_path_GV=/opt/local/bin/gv
2668ac_cv_path_GZIPBIN=/usr/bin/gzip
2669ac_cv_path_MKDIR=/bin/mkdir
2670ac_cv_path_MV=/bin/mv
2671ac_cv_path_NEATO=/opt/local/bin/neato
2672ac_cv_path_PDFROFF=/opt/local/bin/pdfroff
2673ac_cv_path_PYTHON=/opt/local/bin/python
2674ac_cv_path_RM=/bin/rm
2675ac_cv_path_SED=/usr/bin/sed
2676ac_cv_path_TAR=/usr/bin/tar
2677ac_cv_path_TWOPI=/opt/local/bin/twopi
2678ac_cv_path_XDOT_PY='echo xdot.py'
2679ac_cv_path_ZIP=/usr/bin/zip
2680ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
2681ac_cv_prog_ac_ct_AR=ar
2682ac_cv_prog_ac_ct_RANLIB=ranlib
2683ac_cv_prog_cc_c89=
2684ac_cv_prog_cc_g=yes
2685ac_cv_prog_cxx_g=yes
2686ac_cv_search_opendir='none required'
2687ac_cv_sys_symbol_underscore=yes
2688ac_cv_target=powerpc-apple-darwin9
2689ac_cv_type_error_t=no
2690libltdl_cv_lib_dl_dlopen=yes
2691libltdl_cv_need_uscore=no
2692libltdl_cv_objdir=.libs
2693libltdl_cv_preloaded_symbols=yes
2694libltdl_cv_shlibext=.dylib
2695libltdl_cv_shlibpath_var=DYLD_LIBRARY_PATH
2696libltdl_cv_sys_dlopen_deplibs=yes
2697libltdl_cv_sys_search_path='/usr/local/lib /lib /usr/lib'
2698llvm_cv_enable_libffi=yes
2699llvm_cv_gnu_make_command=make
2700llvm_cv_link_all_option=-Wl,-all_load
2701llvm_cv_link_use_export_dynamic=no
2702llvm_cv_link_use_r=no
2703llvm_cv_link_use_version_script=no
2704llvm_cv_link_version=127.2
2705llvm_cv_no_link_all_option=-Wl,-noall_load
2706llvm_cv_os_type=Darwin
2707llvm_cv_platform_type=Unix
2708llvm_cv_target_arch=PowerPC
2709llvm_cv_target_os_type=Darwin
2710lt_cv_path_NM='/usr/bin/nm -p'
2711lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
2712lt_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'\'''
2713lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2714
2715## ----------------- ##
2716## Output variables. ##
2717## ----------------- ##
2718
2719ALL_BINDINGS=''
2720AR='ar'
2721ARCH='PowerPC'
2722BINDINGS_TO_BUILD=''
2723BINPWD='/bin/pwd'
2724BINUTILS_INCDIR=''
2725BUILD_CC=''
2726BUILD_CXX=''
2727BUILD_EXEEXT=''
2728BZIP2='/opt/local/bin/bzip2'
2729CAT='/bin/cat'
2730CC='/usr/bin/gcc-4.2'
2731CFLAGS='-pipe -Os -arch ppc'
2732CIRCO='/opt/local/bin/circo'
2733CLANG_SRC_ROOT=''
2734CMP='/usr/bin/cmp'
2735CONVENIENCE_LTDL_FALSE=''
2736CONVENIENCE_LTDL_TRUE='#'
2737COVERED_SWITCH_DEFAULT=''
2738CP='/bin/cp'
2739CPP='/usr/bin/gcc-4.2 -E'
2740CPPFLAGS=''
2741CVSBUILD=''
2742CXX='/usr/bin/g++-4.2'
2743CXXCPP=''
2744CXXFLAGS='-pipe -Os -arch ppc'
2745DATE='/bin/date'
2746DEBUG_RUNTIME=''
2747DEBUG_SYMBOLS='DEBUG_SYMBOLS=1'
2748DEFS=''
2749DISABLE_ASSERTIONS='DISABLE_ASSERTIONS=1'
2750DOT='/opt/local/bin/dot'
2751DOTTY='/opt/local/bin/dotty'
2752DOXYGEN='/opt/local/bin/doxygen'
2753ECHO_C='ECHO_N=''
2754ECHO_T=''
2755EGREP='/opt/local/bin/ggrep -E'
2756ENABLE_BACKTRACES='1'
2757ENABLE_CLANG_ARCMT='1'
2758ENABLE_CLANG_REWRITER='1'
2759ENABLE_CLANG_STATIC_ANALYZER='1'
2760ENABLE_CXX11='0'
2761ENABLE_DOCS='1'
2762ENABLE_DOXYGEN='0'
2763ENABLE_EMBED_STDCXX='0'
2764ENABLE_EXPENSIVE_CHECKS=''
2765ENABLE_LIBCPP='0'
2766ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
2767ENABLE_PIC='1'
2768ENABLE_POLLY='1'
2769ENABLE_PROFILING=''
2770ENABLE_PTHREADS='1'
2771ENABLE_SHARED='1'
2772ENABLE_TIMESTAMPS='1'
2773ENABLE_VISIBILITY_INLINES_HIDDEN=''
2774ENABLE_WERROR='0'
2775ENDIAN='big'
2776EXEEXT=''
2777EXPENSIVE_CHECKS='no'
2778EXTRA_LD_OPTIONS=''
2779EXTRA_OPTIONS=''
2780FDP='/opt/local/bin/fdp'
2781FIND='/usr/bin/find'
2782GAS='/opt/local/bin/as'
2783GRAPHVIZ='echo Graphviz'
2784GREP='/opt/local/bin/ggrep'
2785GROFF='/opt/local/bin/groff'
2786GV='/opt/local/bin/gv'
2787GZIPBIN='/usr/bin/gzip'
2788HAVE_LIBZ=''
2789HAVE_LINK_VERSION_SCRIPT=''
2790HAVE_PTHREAD=''
2791HOST_ARCH='PowerPC'
2792HOST_OS='Darwin'
2793HUGE_VAL_SANITY=''
2794INSTALL_DATA='${INSTALL} -m 644'
2795INSTALL_LTDL_FALSE=''
2796INSTALL_LTDL_TRUE='#'
2797INSTALL_PROGRAM='${INSTALL}'
2798INSTALL_SCRIPT='${INSTALL}'
2799INTERNAL_PREFIX=''
2800JIT=''
2801KEEP_SYMBOLS=''
2802LDFLAGS='-arch ppc'
2803LIBADD_DL='-ldl'
2804LIBOBJS=''
2805LIBS=''
2806LIBXML2_INC=''
2807LIBXML2_LIBS=''
2808LINKALL='-Wl,-all_load'
2809LLVM_BINDIR=''
2810LLVM_CONFIGTIME=''
2811LLVM_COPYRIGHT='Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.'
2812LLVM_CROSS_COMPILING='0'
2813LLVM_DATADIR=''
2814LLVM_DOCSDIR=''
2815LLVM_ENABLE_THREADS='1'
2816LLVM_ENABLE_ZLIB='1'
2817LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(SystemZ) LLVM_ASM_PARSER(MBlaze) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(AArch64) LLVM_ASM_PARSER(PowerPC) LLVM_ASM_PARSER(X86) '
2818LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(Hexagon) LLVM_ASM_PRINTER(NVPTX) LLVM_ASM_PRINTER(MBlaze) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(AArch64) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
2819LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(MBlaze) LLVM_DISASSEMBLER(XCore) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(AArch64) LLVM_DISASSEMBLER(X86) '
2820LLVM_ENUM_TARGETS='LLVM_TARGET(SystemZ) LLVM_TARGET(Hexagon) LLVM_TARGET(NVPTX) LLVM_TARGET(MBlaze) LLVM_TARGET(CppBackend) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(AArch64) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
2821LLVM_ETCDIR=''
2822LLVM_HAS_POLLY=''
2823LLVM_INCLUDEDIR=''
2824LLVM_INFODIR=''
2825LLVM_LIBDIR=''
2826LLVM_MANDIR=''
2827LLVM_ON_UNIX='1'
2828LLVM_ON_WIN32='0'
2829LLVM_PREFIX=''
2830LN_S='ln -s'
2831LTLIBOBJS=''
2832MKDIR='/bin/mkdir'
2833MMAP_FILE=''
2834MV='/bin/mv'
2835NEATO='/opt/local/bin/neato'
2836NM='/usr/bin/nm -p'
2837NOLINKALL='-Wl,-noall_load'
2838NO_MAYBE_UNINITIALIZED=''
2839NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
2840NO_UNINITIALIZED=''
2841NO_VARIADIC_MACROS='-Wno-variadic-macros'
2842OBJEXT='o'
2843OCAMLC=''
2844OCAMLDEP=''
2845OCAMLDOC=''
2846OCAMLOPT=''
2847OCAML_LIBDIR=''
2848OPTIMIZE_OPTION='-Os'
2849OS='Darwin'
2850PACKAGE_BUGREPORT='http://llvm.org/bugs/'
2851PACKAGE_NAME='LLVM'
2852PACKAGE_STRING='LLVM 3.3'
2853PACKAGE_TARNAME='llvm'
2854PACKAGE_VERSION='3.3'
2855PATH_SEPARATOR=':'
2856PDFROFF='/opt/local/bin/pdfroff'
2857PYTHON='/opt/local/bin/python'
2858RANLIB='ranlib'
2859RDYNAMIC=''
2860RM='/bin/rm'
2861RPATH=''
2862SED='/usr/bin/sed'
2863SHELL='/bin/sh'
2864SHLIBEXT=''
2865SHLIBPATH_VAR=''
2866TAR='/usr/bin/tar'
2867TARGETS_TO_BUILD='X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon SystemZ'
2868TARGET_HAS_JIT='1'
2869TARGET_OS='Darwin'
2870TWOPI='/opt/local/bin/twopi'
2871USE_INTEL_JITEVENTS=''
2872USE_OPROFILE=''
2873USE_UDIS86=''
2874XDOT_PY='echo xdot.py'
2875XML2CONFIG=''
2876ZIP='/usr/bin/zip'
2877ac_ct_CC=''
2878ac_ct_CXX=''
2879bindir='${exec_prefix}/bin'
2880build='powerpc-apple-darwin9'
2881build_alias='powerpc-apple-darwin9'
2882build_cpu='powerpc'
2883build_os='darwin9'
2884build_vendor='apple'
2885datadir='${datarootdir}'
2886datarootdir='${prefix}/share'
2887docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2888dvidir='${docdir}'
2889exec_prefix='NONE'
2890host='powerpc-apple-darwin9'
2891host_alias=''
2892host_cpu='powerpc'
2893host_os='darwin9'
2894host_vendor='apple'
2895htmldir='${docdir}'
2896ifGNUmake=''
2897includedir='${prefix}/include'
2898infodir='${datarootdir}/info'
2899libdir='${exec_prefix}/lib'
2900libexecdir='${exec_prefix}/libexec'
2901localedir='${datarootdir}/locale'
2902localstatedir='${prefix}/var'
2903mandir='${datarootdir}/man'
2904oldincludedir='/usr/include'
2905pdfdir='${docdir}'
2906prefix='/opt/local/libexec/llvm-3.3'
2907program_prefix='NONE'
2908program_transform_name='s,x,x,'
2909psdir='${docdir}'
2910sbindir='${exec_prefix}/sbin'
2911sharedstatedir='${prefix}/com'
2912subdirs=' projects/sample'
2913sysconfdir='${prefix}/etc'
2914target='powerpc-apple-darwin9'
2915target_alias=''
2916target_cpu='powerpc'
2917target_os='darwin9'
2918target_vendor='apple'
2919
2920## ----------- ##
2921## confdefs.h. ##
2922## ----------- ##
2923
2924#define PACKAGE_NAME "LLVM"
2925#define PACKAGE_TARNAME "llvm"
2926#define PACKAGE_VERSION "3.3"
2927#define PACKAGE_STRING "LLVM 3.3"
2928#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
2929#define LLVM_VERSION_MAJOR 3
2930#define LLVM_VERSION_MINOR 3
2931#define LLVM_ON_UNIX 1
2932#define STDC_HEADERS 1
2933#define HAVE_SYS_TYPES_H 1
2934#define HAVE_SYS_STAT_H 1
2935#define HAVE_STDLIB_H 1
2936#define HAVE_STRING_H 1
2937#define HAVE_MEMORY_H 1
2938#define HAVE_STRINGS_H 1
2939#define HAVE_INTTYPES_H 1
2940#define HAVE_STDINT_H 1
2941#define HAVE_UNISTD_H 1
2942#define LLVM_ENABLE_THREADS 1
2943#define LLVM_ENABLE_ZLIB 1
2944#define ENABLE_PIC 1
2945#define ENABLE_TIMESTAMPS 1
2946#define ENABLE_BACKTRACES 1
2947#define LLVM_NATIVE_ARCH PowerPC
2948#define LLVM_NATIVE_TARGET LLVMInitializePowerPCTarget
2949#define LLVM_NATIVE_TARGETINFO LLVMInitializePowerPCTargetInfo
2950#define LLVM_NATIVE_TARGETMC LLVMInitializePowerPCTargetMC
2951#define LLVM_NATIVE_ASMPRINTER LLVMInitializePowerPCAsmPrinter
2952#define LLVM_NATIVE_ASMPARSER LLVMInitializePowerPCAsmParser
2953#define CLANG_RESOURCE_DIR ""
2954#define C_INCLUDE_DIRS ""
2955#define GCC_INSTALL_PREFIX ""
2956#define DEFAULT_SYSROOT ""
2957#define BUG_REPORT_URL "http://llvm.org/bugs/"
2958#define HAVE_DOT 1
2959#define LLVM_PATH_DOT "/opt/local/bin/dot"
2960#define HAVE_FDP 1
2961#define LLVM_PATH_FDP "/opt/local/bin/fdp"
2962#define HAVE_NEATO 1
2963#define LLVM_PATH_NEATO "/opt/local/bin/neato"
2964#define HAVE_TWOPI 1
2965#define LLVM_PATH_TWOPI "/opt/local/bin/twopi"
2966#define HAVE_CIRCO 1
2967#define LLVM_PATH_CIRCO "/opt/local/bin/circo"
2968#define HAVE_GV 1
2969#define LLVM_PATH_GV "/opt/local/bin/gv"
2970#define HAVE_DOTTY 1
2971#define LLVM_PATH_DOTTY "/opt/local/bin/dotty"
2972#define HOST_LINK_VERSION "127.2"
2973#define HAVE_DIRENT_H 1
2974#define HAVE_DLFCN_H 1
2975#define LTDL_SHLIB_EXT ".dylib"
2976#define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
2977#define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
2978#define LTDL_OBJDIR ".libs/"
2979#define HAVE_PRELOADED_SYMBOLS 1
2980#define HAVE_LIBDL 1
2981#define HAVE_DLERROR 1
2982#define error_t int
2983#define HAVE_ASSERT_H 1
2984#define HAVE_CTYPE_H 1
2985#define HAVE_ERRNO_H 1
2986#define HAVE_MEMORY_H 1
2987#define HAVE_STDLIB_H 1
2988#define HAVE_STDIO_H 1
2989#define HAVE_UNISTD_H 1
2990#define HAVE_MACH_O_DYLD_H 1
2991#define HAVE_STRING_H 1
2992#define HAVE_STRCHR 1
2993#define HAVE_STRRCHR 1
2994#define HAVE_MEMCPY 1
2995#define HAVE_MEMMOVE 1
2996#define HAVE_STRCMP 1
2997#define HAVE_CLOSEDIR 1
2998#define HAVE_OPENDIR 1
2999#define HAVE_READDIR 1
3000
3001configure: exit 1