Ticket #34102: config.log

File config.log, 29.4 KB (added by cquiter@…, 12 years ago)

config.log

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 MacPorts configure 2.0.4, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Craigs-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 11.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 112 tasks, 638 threads, 8 processors
34Load average: 1.25, Mach factor: 6.74
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /usr/bin
42PATH: /bin
43PATH: /usr/sbin
44PATH: /sbin
45PATH: /usr/local/bin
46PATH: /usr/X11/bin
47PATH: /usr/local/git/bin
48
49
50## ----------- ##
51## Core tests. ##
52## ----------- ##
53
54configure:2655: checking build system type
55configure:2669: result: x86_64-apple-darwin11.3.0
56configure:2689: checking host system type
57configure:2702: result: x86_64-apple-darwin11.3.0
58configure:2722: checking target system type
59configure:2735: result: x86_64-apple-darwin11.3.0
60configure:2763: checking MacPorts version
61configure:2766: result: 2.0.4
62configure:2799: checking for sw_vers
63configure:2817: found /usr/bin/sw_vers
64configure:2829: result: /usr/bin/sw_vers
65configure:2839: checking for defaults
66configure:2857: found /usr/bin/defaults
67configure:2869: result: /usr/bin/defaults
68configure:2879: checking for xcode-select
69configure:2897: found /usr/bin/xcode-select
70configure:2909: result: /usr/bin/xcode-select
71configure:2919: checking Mac OS X version
72configure:2922: result: 10.7.3
73configure:2945: checking Xcode location
74configure:2948: result: /
75configure:2957: checking Xcode version
76configure:2964: result: 4.3.2
77configure:3036: checking for gcc
78configure:3052: found /usr/bin/gcc
79configure:3063: result: gcc
80configure:3292: checking for C compiler version
81configure:3301: gcc --version >&5
82i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
83Copyright (C) 2007 Free Software Foundation, Inc.
84This is free software; see the source for copying conditions.  There is NO
85warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
86
87configure:3312: $? = 0
88configure:3301: gcc -v >&5
89Using built-in specs.
90Target: i686-apple-darwin11
91Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
92Thread model: posix
93gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
94configure:3312: $? = 0
95configure:3301: gcc -V >&5
96llvm-gcc-4.2: argument to `-V' is missing
97configure:3312: $? = 1
98configure:3301: gcc -qversion >&5
99i686-apple-darwin11-llvm-gcc-4.2: no input files
100configure:3312: $? = 1
101configure:3332: checking whether the C compiler works
102configure:3354: gcc    conftest.c  >&5
103configure:3358: $? = 0
104configure:3406: result: yes
105configure:3409: checking for C compiler default output file name
106configure:3411: result: a.out
107configure:3417: checking for suffix of executables
108configure:3424: gcc -o conftest    conftest.c  >&5
109configure:3428: $? = 0
110configure:3450: result:
111configure:3472: checking whether we are cross compiling
112configure:3480: gcc -o conftest    conftest.c  >&5
113configure:3484: $? = 0
114configure:3491: ./conftest
115configure:3495: $? = 0
116configure:3510: result: no
117configure:3515: checking for suffix of object files
118configure:3537: gcc -c   conftest.c >&5
119configure:3541: $? = 0
120configure:3562: result: o
121configure:3566: checking whether we are using the GNU C compiler
122configure:3585: gcc -c   conftest.c >&5
123configure:3585: $? = 0
124configure:3594: result: yes
125configure:3603: checking whether gcc accepts -g
126configure:3623: gcc -c -g  conftest.c >&5
127configure:3623: $? = 0
128configure:3664: result: yes
129configure:3681: checking for gcc option to accept ISO C89
130configure:3745: gcc  -c -g -O2  conftest.c >&5
131configure:3745: $? = 0
132configure:3758: result: none needed
133configure:3832: checking for gcc
134configure:3848: found /usr/bin/gcc
135configure:3859: result: gcc
136configure:3884: checking for Objective C compiler version
137configure:3893: gcc --version >&5
138i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
139Copyright (C) 2007 Free Software Foundation, Inc.
140This is free software; see the source for copying conditions.  There is NO
141warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
142
143configure:3904: $? = 0
144configure:3893: gcc -v >&5
145Using built-in specs.
146Target: i686-apple-darwin11
147Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
148Thread model: posix
149gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
150configure:3904: $? = 0
151configure:3893: gcc -V >&5
152llvm-gcc-4.2: argument to `-V' is missing
153configure:3904: $? = 1
154configure:3893: gcc -qversion >&5
155i686-apple-darwin11-llvm-gcc-4.2: no input files
156configure:3904: $? = 1
157configure:3908: checking whether we are using the GNU Objective C compiler
158configure:3927: gcc -c   conftest.m >&5
159configure:3927: $? = 0
160configure:3936: result: yes
161configure:3945: checking whether gcc accepts -g
162configure:3965: gcc -c -g  conftest.m >&5
163configure:3965: $? = 0
164configure:4006: result: yes
165configure:4043: checking for a BSD-compatible install
166configure:4111: result: /usr/bin/install -c
167configure:4122: checking whether make sets $(MAKE)
168configure:4144: result: yes
169configure:4153: checking whether ln -s works
170configure:4157: result: yes
171configure:4166: checking for mtree
172configure:4185: found /usr/sbin/mtree
173configure:4197: result: /usr/sbin/mtree
174configure:4207: checking for chown
175configure:4226: found /usr/sbin/chown
176configure:4238: result: /usr/sbin/chown
177configure:4248: checking for cp
178configure:4266: found /bin/cp
179configure:4278: result: /bin/cp
180configure:4288: checking for cpio
181configure:4306: found /usr/bin/cpio
182configure:4318: result: /usr/bin/cpio
183configure:4328: checking for diff
184configure:4346: found /usr/bin/diff
185configure:4358: result: /usr/bin/diff
186configure:4368: checking for dscl
187configure:4386: found /usr/bin/dscl
188configure:4398: result: /usr/bin/dscl
189configure:4408: checking for dseditgroup
190configure:4426: found /usr/sbin/dseditgroup
191configure:4438: result: /usr/sbin/dseditgroup
192configure:4448: checking for file
193configure:4466: found /usr/bin/file
194configure:4478: result: /usr/bin/file
195configure:4488: checking for bzr
196configure:4521: result: no
197configure:4528: checking for cvs
198configure:4546: found /usr/bin/cvs
199configure:4558: result: /usr/bin/cvs
200configure:4568: checking for svn
201configure:4586: found /usr/bin/svn
202configure:4598: result: /usr/bin/svn
203configure:4608: checking for git
204configure:4626: found /usr/bin/git
205configure:4638: result: /usr/bin/git
206configure:4648: checking for hg
207configure:4681: result: no
208configure:4688: checking for gzip
209configure:4706: found /usr/bin/gzip
210configure:4718: result: /usr/bin/gzip
211configure:4728: checking for lipo
212configure:4746: found /usr/bin/lipo
213configure:4758: result: /usr/bin/lipo
214configure:4768: checking for patch
215configure:4786: found /usr/bin/patch
216configure:4798: result: /usr/bin/patch
217configure:4808: checking for rmdir
218configure:4826: found /bin/rmdir
219configure:4838: result: /bin/rmdir
220configure:4848: checking for rsync
221configure:4866: found /usr/bin/rsync
222configure:4878: result: /usr/bin/rsync
223configure:4888: checking for openssl
224configure:4906: found /usr/bin/openssl
225configure:4918: result: /usr/bin/openssl
226configure:4928: checking for sed
227configure:4946: found /usr/bin/sed
228configure:4958: result: /usr/bin/sed
229configure:4968: checking for tar
230configure:4986: found /usr/bin/tar
231configure:4998: result: /usr/bin/tar
232configure:5008: checking for unzip
233configure:5026: found /usr/bin/unzip
234configure:5038: result: /usr/bin/unzip
235configure:5048: checking for zip
236configure:5066: found /usr/bin/zip
237configure:5078: result: /usr/bin/zip
238configure:5090: checking for bsdmake
239configure:5108: found /usr/bin/bsdmake
240configure:5120: result: /usr/bin/bsdmake
241configure:5133: checking for make
242configure:5151: found /usr/bin/make
243configure:5163: result: /usr/bin/make
244configure:5173: checking for hdiutil
245configure:5191: found /usr/bin/hdiutil
246configure:5203: result: /usr/bin/hdiutil
247configure:5213: checking for launchd
248configure:5229: found /sbin/launchd
249configure:5240: result: yes
250configure:5250: checking for launchctl
251configure:5268: found /bin/launchctl
252configure:5280: result: /bin/launchctl
253configure:5290: checking for xcodebuild
254configure:5308: found /usr/bin/xcodebuild
255configure:5320: result: /usr/bin/xcodebuild
256configure:5332: checking for gnutar
257configure:5351: found /usr/bin/gnutar
258configure:5363: result: /usr/bin/gnutar
259configure:5378: checking for gnumake
260configure:5397: found /usr/bin/gnumake
261configure:5409: result: /usr/bin/gnumake
262configure:5424: checking for gnupatch
263configure:5458: result: no
264configure:5424: checking for gpatch
265configure:5458: result: no
266configure:5468: checking for bzip2
267configure:5486: found /usr/bin/bzip2
268configure:5498: result: /usr/bin/bzip2
269configure:5508: checking for lzma
270configure:5541: result: no
271configure:5548: checking for xz
272configure:5581: result: no
273configure:5588: checking for lsbom
274configure:5606: found /usr/bin/lsbom
275configure:5618: result: /usr/bin/lsbom
276configure:5628: checking for mkbom
277configure:5646: found /usr/bin/mkbom
278configure:5658: result: /usr/bin/mkbom
279configure:5668: checking for pax
280configure:5686: found /bin/pax
281configure:5698: result: /bin/pax
282configure:5708: checking for xar
283configure:5726: found /usr/bin/xar
284configure:5738: result: /usr/bin/xar
285configure:5748: checking for open
286configure:5766: found /usr/bin/open
287configure:5778: result: /usr/bin/open
288configure:5808: checking for sed
289configure:5838: result: /usr/bin/sed
290configure:5851: checking which sed flag to use for extended regexp
291configure:5861: result: -E (BSD)
292configure:5878: checking for tar
293configure:5908: result: /usr/bin/tar
294configure:5917: checking whether tar supports -q
295configure:5920: result: yes (bsdtar)
296configure:5933: checking for tar
297configure:5963: result: /usr/bin/tar
298configure:5973: checking for gnutar
299configure:6003: result: /usr/bin/gnutar
300configure:6012: checking for which tar variant to use
301configure:6019: result: /usr/bin/gnutar
302configure:6023: checking for /usr/bin/gnutar --no-same-owner support
303configure:6030: result: yes
304configure:6038: checking for patch
305configure:6068: result: /usr/bin/patch
306configure:6078: checking for gpatch
307configure:6111: result: no
308configure:6117: checking for GNU (FSF) patch
309configure:6129: result: /usr/bin/patch
310configure:6159: checking how to mark unused variables
311configure:6165: gcc -c -g -O2  conftest.c >&5
312configure:6165: $? = 0
313configure:6175: result:
314configure:6180: checking for gcc symbol visibility attribute
315configure:6199: gcc -c -g -O2  conftest.c >&5
316configure:6199: $? = 0
317configure:6213: result: __attribute__((visibility("hidden")))
318configure:6398: checking for the pthreads library -lpthreads
319configure:6431: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
320ld: library not found for -lpthreads
321collect2: ld returned 1 exit status
322configure:6431: $? = 1
323configure: failed program was:
324| /* confdefs.h */
325| #define PACKAGE_NAME "MacPorts"
326| #define PACKAGE_TARNAME "macports"
327| #define PACKAGE_VERSION "2.0.4"
328| #define PACKAGE_STRING "MacPorts 2.0.4"
329| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
330| #define PACKAGE_URL ""
331| #define UNUSED __attribute__((unused))
332| #define MP_PRIVATE __attribute__((visibility("hidden")))
333| /* end confdefs.h.  */
334| #include <pthread.h>
335| int
336| main ()
337| {
338| pthread_t th; pthread_join(th, 0);
339|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
340|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
341|   ;
342|   return 0;
343| }
344configure:6440: result: no
345configure:6343: checking whether pthreads work without any flags
346configure:6431: gcc -o conftest -g -O2    conftest.c   >&5
347configure:6431: $? = 0
348configure:6440: result: yes
349configure:6459: checking for joinable pthread attribute
350configure:6474: gcc -o conftest -g -O2    conftest.c   >&5
351configure:6474: $? = 0
352configure:6480: result: PTHREAD_CREATE_JOINABLE
353configure:6490: checking if more special flags are required for pthreads
354configure:6497: result: -D_THREAD_SAFE
355configure:6534: checking how to run the Objective C preprocessor
356configure:6561: gcc -E  conftest.m
357configure:6561: $? = 0
358configure:6575: gcc -E  conftest.m
359conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
360configure:6575: $? = 1
361configure: failed program was:
362| /* confdefs.h */
363| #define PACKAGE_NAME "MacPorts"
364| #define PACKAGE_TARNAME "macports"
365| #define PACKAGE_VERSION "2.0.4"
366| #define PACKAGE_STRING "MacPorts 2.0.4"
367| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
368| #define PACKAGE_URL ""
369| #define UNUSED __attribute__((unused))
370| #define MP_PRIVATE __attribute__((visibility("hidden")))
371| #define HAVE_PTHREAD 1
372| /* end confdefs.h.  */
373| #include <ac_nonexistent.h>
374configure:6600: result: gcc -E
375configure:6620: gcc -E  conftest.m
376configure:6620: $? = 0
377configure:6634: gcc -E  conftest.m
378conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
379configure:6634: $? = 1
380configure: failed program was:
381| /* confdefs.h */
382| #define PACKAGE_NAME "MacPorts"
383| #define PACKAGE_TARNAME "macports"
384| #define PACKAGE_VERSION "2.0.4"
385| #define PACKAGE_STRING "MacPorts 2.0.4"
386| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
387| #define PACKAGE_URL ""
388| #define UNUSED __attribute__((unused))
389| #define MP_PRIVATE __attribute__((visibility("hidden")))
390| #define HAVE_PTHREAD 1
391| /* end confdefs.h.  */
392| #include <ac_nonexistent.h>
393configure:6663: checking for grep that handles long lines and -e
394configure:6721: result: /usr/bin/grep
395configure:6726: checking for egrep
396configure:6788: result: /usr/bin/grep -E
397configure:6793: checking for ANSI C header files
398configure:6813: gcc -c -g -O2  conftest.m >&5
399configure:6813: $? = 0
400configure:6886: gcc -o conftest -g -O2   conftest.m  >&5
401configure:6886: $? = 0
402configure:6886: ./conftest
403configure:6886: $? = 0
404configure:6897: result: yes
405configure:6910: checking for sys/types.h
406configure:6910: gcc -c -g -O2  conftest.m >&5
407configure:6910: $? = 0
408configure:6910: result: yes
409configure:6910: checking for sys/stat.h
410configure:6910: gcc -c -g -O2  conftest.m >&5
411configure:6910: $? = 0
412configure:6910: result: yes
413configure:6910: checking for stdlib.h
414configure:6910: gcc -c -g -O2  conftest.m >&5
415configure:6910: $? = 0
416configure:6910: result: yes
417configure:6910: checking for string.h
418configure:6910: gcc -c -g -O2  conftest.m >&5
419configure:6910: $? = 0
420configure:6910: result: yes
421configure:6910: checking for memory.h
422configure:6910: gcc -c -g -O2  conftest.m >&5
423configure:6910: $? = 0
424configure:6910: result: yes
425configure:6910: checking for strings.h
426configure:6910: gcc -c -g -O2  conftest.m >&5
427configure:6910: $? = 0
428configure:6910: result: yes
429configure:6910: checking for inttypes.h
430configure:6910: gcc -c -g -O2  conftest.m >&5
431configure:6910: $? = 0
432configure:6910: result: yes
433configure:6910: checking for stdint.h
434configure:6910: gcc -c -g -O2  conftest.m >&5
435configure:6910: $? = 0
436configure:6910: result: yes
437configure:6910: checking for unistd.h
438configure:6910: gcc -c -g -O2  conftest.m >&5
439configure:6910: $? = 0
440configure:6910: result: yes
441configure:6957: checking objc/objc.h usability
442configure:6957: gcc -c -g -O2  conftest.m >&5
443configure:6957: $? = 0
444configure:6957: result: yes
445configure:6957: checking objc/objc.h presence
446configure:6957: gcc -E  conftest.m
447configure:6957: $? = 0
448configure:6957: result: yes
449configure:6957: checking for objc/objc.h
450configure:6957: result: yes
451configure:6982: checking if linking libobjc requires pthreads
452configure:7011: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
453conftest.m: In function 'main':
454conftest.m:32: warning: 'Object' may not respond to '+alloc'
455conftest.m:32: warning: (Messages without a matching method signature
456conftest.m:32: warning: will be assumed to return 'id' and accept
457conftest.m:32: warning: '...' as arguments.)
458conftest.m:33: warning: 'Object' may not respond to '-name'
459configure:7011: $? = 0
460configure:7069: result: no
461configure:7082: checking for Apple Objective-C runtime
462configure:7111: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
463conftest.m: In function 'main':
464conftest.m:32: warning: initialization makes pointer from integer without a cast
465conftest.m:33: warning: no '-alloc' method found
466conftest.m:33: warning: (Messages without a matching method signature
467conftest.m:33: warning: will be assumed to return 'id' and accept
468conftest.m:33: warning: '...' as arguments.)
469conftest.m:34: warning: no '-name' method found
470configure:7111: $? = 0
471configure:7126: result: yes
472configure:7133: checking for GNU Objective C runtime
473configure:7162: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
474conftest.m: In function 'main':
475conftest.m:32: warning: initialization makes pointer from integer without a cast
476conftest.m:33: warning: no '-alloc' method found
477conftest.m:33: warning: (Messages without a matching method signature
478conftest.m:33: warning: will be assumed to return 'id' and accept
479conftest.m:33: warning: '...' as arguments.)
480conftest.m:34: warning: no '-name' method found
481Undefined symbols for architecture x86_64:
482  "_objc_lookup_class", referenced from:
483      _main in ccyYDEkb.o
484ld: symbol(s) not found for architecture x86_64
485collect2: ld returned 1 exit status
486configure:7162: $? = 1
487configure: failed program was:
488| /* confdefs.h */
489| #define PACKAGE_NAME "MacPorts"
490| #define PACKAGE_TARNAME "macports"
491| #define PACKAGE_VERSION "2.0.4"
492| #define PACKAGE_STRING "MacPorts 2.0.4"
493| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
494| #define PACKAGE_URL ""
495| #define UNUSED __attribute__((unused))
496| #define MP_PRIVATE __attribute__((visibility("hidden")))
497| #define HAVE_PTHREAD 1
498| #define STDC_HEADERS 1
499| #define HAVE_SYS_TYPES_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_STDLIB_H 1
502| #define HAVE_STRING_H 1
503| #define HAVE_MEMORY_H 1
504| #define HAVE_STRINGS_H 1
505| #define HAVE_INTTYPES_H 1
506| #define HAVE_STDINT_H 1
507| #define HAVE_UNISTD_H 1
508| #define HAVE_OBJC_OBJC_H 1
509| /* end confdefs.h.  */
510|
511|
512|                                                       #include <objc/objc.h>
513|                                                       #include <objc/objc-api.h>
514|
515| int
516| main ()
517| {
518|
519|                                                       id class = objc_lookup_class("Object");
520|                                                       id obj = [class alloc];
521|                                                       puts([obj name]);
522|
523|   ;
524|   return 0;
525| }
526|
527configure:7177: result: no
528configure:7189: Using Apple Objective-C runtime
529configure:7269: checking for Apple Foundation library
530configure:7305: gcc -o conftest -g -O2   conftest.m -framework Foundation  >&5
531conftest.m:26:43: error: Foundation/Foundation.h: No such file or directory
532conftest.m: In function 'main':
533conftest.m:32: error: 'NSString' undeclared (first use in this function)
534conftest.m:32: error: (Each undeclared identifier is reported only once
535conftest.m:32: error: for each function it appears in.)
536conftest.m:32: error: 'string' undeclared (first use in this function)
537configure:7305: $? = 1
538configure: failed program was:
539| /* confdefs.h */
540| #define PACKAGE_NAME "MacPorts"
541| #define PACKAGE_TARNAME "macports"
542| #define PACKAGE_VERSION "2.0.4"
543| #define PACKAGE_STRING "MacPorts 2.0.4"
544| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
545| #define PACKAGE_URL ""
546| #define UNUSED __attribute__((unused))
547| #define MP_PRIVATE __attribute__((visibility("hidden")))
548| #define HAVE_PTHREAD 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 HAVE_OBJC_OBJC_H 1
560| #define APPLE_RUNTIME 1
561| /* end confdefs.h.  */
562|
563|
564|                                                               #include <Foundation/Foundation.h>
565|
566| int
567| main ()
568| {
569|
570|                                                               NSString *string = [[NSString alloc] initWithCString: "Hello World"];
571|                                                               [NSString length];
572|
573|   ;
574|   return 0;
575| }
576|
577configure:7323: result: no
578configure:7335: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
579configure:7439: error: Could not find a working Foundation implementation
580
581## ---------------- ##
582## Cache variables. ##
583## ---------------- ##
584
585ac_cv_build=x86_64-apple-darwin11.3.0
586ac_cv_c_compiler_gnu=yes
587ac_cv_env_BSDMAKE_set=
588ac_cv_env_BSDMAKE_value=
589ac_cv_env_BZIP2_set=
590ac_cv_env_BZIP2_value=
591ac_cv_env_CC_set=
592ac_cv_env_CC_value=
593ac_cv_env_CFLAGS_set=
594ac_cv_env_CFLAGS_value=
595ac_cv_env_CPPFLAGS_set=
596ac_cv_env_CPPFLAGS_value=
597ac_cv_env_CPP_set=
598ac_cv_env_CPP_value=
599ac_cv_env_CVS_set=
600ac_cv_env_CVS_value=
601ac_cv_env_GNUMAKE_set=
602ac_cv_env_GNUMAKE_value=
603ac_cv_env_GNUTAR_set=
604ac_cv_env_GNUTAR_value=
605ac_cv_env_LDFLAGS_set=
606ac_cv_env_LDFLAGS_value=
607ac_cv_env_LIBS_set=
608ac_cv_env_LIBS_value=
609ac_cv_env_LZMA_set=
610ac_cv_env_LZMA_value=
611ac_cv_env_MAKE_set=
612ac_cv_env_MAKE_value=
613ac_cv_env_MTREE_set=
614ac_cv_env_MTREE_value=
615ac_cv_env_OBJCFLAGS_set=
616ac_cv_env_OBJCFLAGS_value=
617ac_cv_env_OBJCPP_set=
618ac_cv_env_OBJCPP_value=
619ac_cv_env_OBJC_set=
620ac_cv_env_OBJC_value=
621ac_cv_env_OPENSSL_set=
622ac_cv_env_OPENSSL_value=
623ac_cv_env_OPEN_set=
624ac_cv_env_OPEN_value=
625ac_cv_env_RSYNC_set=
626ac_cv_env_RSYNC_value=
627ac_cv_env_SED_set=
628ac_cv_env_SED_value=
629ac_cv_env_SVN_set=
630ac_cv_env_SVN_value=
631ac_cv_env_TAR_set=
632ac_cv_env_TAR_value=
633ac_cv_env_XAR_set=
634ac_cv_env_XAR_value=
635ac_cv_env_XZ_set=
636ac_cv_env_XZ_value=
637ac_cv_env_build_alias_set=
638ac_cv_env_build_alias_value=
639ac_cv_env_host_alias_set=
640ac_cv_env_host_alias_value=
641ac_cv_env_target_alias_set=
642ac_cv_env_target_alias_value=
643ac_cv_header_inttypes_h=yes
644ac_cv_header_memory_h=yes
645ac_cv_header_objc_objc_h=yes
646ac_cv_header_stdc=yes
647ac_cv_header_stdint_h=yes
648ac_cv_header_stdlib_h=yes
649ac_cv_header_string_h=yes
650ac_cv_header_strings_h=yes
651ac_cv_header_sys_stat_h=yes
652ac_cv_header_sys_types_h=yes
653ac_cv_header_unistd_h=yes
654ac_cv_host=x86_64-apple-darwin11.3.0
655ac_cv_objc_compiler_gnu=yes
656ac_cv_objc_foundation_apple=no
657ac_cv_objext=o
658ac_cv_path_BSDMAKE=/usr/bin/bsdmake
659ac_cv_path_BZIP2=/usr/bin/bzip2
660ac_cv_path_CHOWN=/usr/sbin/chown
661ac_cv_path_CP=/bin/cp
662ac_cv_path_CPIO=/usr/bin/cpio
663ac_cv_path_CVS=/usr/bin/cvs
664ac_cv_path_DEFAULTS=/usr/bin/defaults
665ac_cv_path_DIFF=/usr/bin/diff
666ac_cv_path_DSCL=/usr/bin/dscl
667ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
668ac_cv_path_EGREP='/usr/bin/grep -E'
669ac_cv_path_FILE=/usr/bin/file
670ac_cv_path_GIT=/usr/bin/git
671ac_cv_path_GNUMAKE=/usr/bin/gnumake
672ac_cv_path_GNUTAR=/usr/bin/gnutar
673ac_cv_path_GREP=/usr/bin/grep
674ac_cv_path_GZIP=/usr/bin/gzip
675ac_cv_path_HDIUTIL=/usr/bin/hdiutil
676ac_cv_path_LAUNCHCTL=/bin/launchctl
677ac_cv_path_LIPO=/usr/bin/lipo
678ac_cv_path_LSBOM=/usr/bin/lsbom
679ac_cv_path_MAKE=/usr/bin/make
680ac_cv_path_MKBOM=/usr/bin/mkbom
681ac_cv_path_MTREE=/usr/sbin/mtree
682ac_cv_path_OPEN=/usr/bin/open
683ac_cv_path_OPENSSL=/usr/bin/openssl
684ac_cv_path_PATCH=/usr/bin/patch
685ac_cv_path_PAX=/bin/pax
686ac_cv_path_RMDIR=/bin/rmdir
687ac_cv_path_RSYNC=/usr/bin/rsync
688ac_cv_path_SED=/usr/bin/sed
689ac_cv_path_SVN=/usr/bin/svn
690ac_cv_path_SW_VERS=/usr/bin/sw_vers
691ac_cv_path_TAR=/usr/bin/tar
692ac_cv_path_UNZIP=/usr/bin/unzip
693ac_cv_path_XAR=/usr/bin/xar
694ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
695ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
696ac_cv_path_ZIP=/usr/bin/zip
697ac_cv_path_install='/usr/bin/install -c'
698ac_cv_prog_HAVE_LAUNCHD=yes
699ac_cv_prog_OBJCPP='gcc -E'
700ac_cv_prog_ac_ct_CC=gcc
701ac_cv_prog_ac_ct_OBJC=gcc
702ac_cv_prog_cc_c89=
703ac_cv_prog_cc_g=yes
704ac_cv_prog_make_make_set=yes
705ac_cv_prog_objc_g=yes
706ac_cv_target=x86_64-apple-darwin11.3.0
707mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
708mp_cv_objc_req_pthread=no
709mp_cv_objc_runtime_apple=yes
710mp_cv_objc_runtime_gnu=no
711
712## ----------------- ##
713## Output variables. ##
714## ----------------- ##
715
716BSDMAKE='/usr/bin/bsdmake'
717BZIP2='/usr/bin/bzip2'
718BZR=''
719CC='gcc'
720CFLAGS='-g -O2'
721CFLAGS_LIBCURL=''
722CFLAGS_QUICHEEATERS='-W -Wall -pedantic'
723CFLAGS_SQLITE3=''
724CFLAGS_WERROR=''
725CHOWN='/usr/sbin/chown'
726CP='/bin/cp'
727CPIO='/usr/bin/cpio'
728CPP=''
729CPPFLAGS=''
730CURL_CONFIG=''
731CVS='/usr/bin/cvs'
732DEFAULTS='/usr/bin/defaults'
733DEFS=''
734DEVELOPER_DIR='/'
735DIFF='/usr/bin/diff'
736DSCL='/usr/bin/dscl'
737DSEDITGROUP='/usr/sbin/dseditgroup'
738DSTGRP=''
739DSTMODE=''
740DSTUSR=''
741ECHO_C='\c'
742ECHO_N=''
743ECHO_T=''
744EGREP='/usr/bin/grep -E'
745EXEEXT=''
746EXTRA_PROGS=''
747FILE='/usr/bin/file'
748GIT='/usr/bin/git'
749GNUMAKE='/usr/bin/gnumake'
750GNUPATCH='/usr/bin/patch'
751GNUTAR='/usr/bin/gnutar'
752GREP='/usr/bin/grep'
753GZIP='/usr/bin/gzip'
754HAVE_FRAMEWORK_COREFOUNDATION=''
755HAVE_FRAMEWORK_IOKIT=''
756HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
757HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
758HAVE_LAUNCHD='yes'
759HDIUTIL='/usr/bin/hdiutil'
760HG=''
761INCLUDES=''
762INSTALL_DATA='${INSTALL} -m 644'
763INSTALL_PROGRAM='${INSTALL}'
764INSTALL_SCRIPT='${INSTALL}'
765LAUNCHCTL='/bin/launchctl'
766LDFLAGS=''
767LDFLAGS_LIBCURL=''
768LDFLAGS_SQLITE3=''
769LIBOBJS=''
770LIBS=''
771LIPO='/usr/bin/lipo'
772LN_S='ln -s'
773LSBOM='/usr/bin/lsbom'
774LTLIBOBJS=''
775LZMA=''
776MACPORTS_VERSION='2.0.4'
777MAKE='/usr/bin/make'
778MD5_LIBS=''
779MKBOM='/usr/bin/mkbom'
780MPAPPLICATIONSDIR=''
781MPCONFIGDIR=''
782MPCONFIGDIR_EXPANDED=''
783MPFRAMEWORKSDIR=''
784MTREE='/usr/sbin/mtree'
785OBJC='gcc'
786OBJCFLAGS='-g -O2'
787OBJCPP='gcc -E'
788OBJC_FOUNDATION=''
789OBJC_FOUNDATION_CPPFLAGS=''
790OBJC_FOUNDATION_LDFLAGS=''
791OBJC_FOUNDATION_LIBS=''
792OBJC_LIBS='-lobjc'
793OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
794OBJC_PTHREAD_LIBS=''
795OBJC_RUNTIME='APPLE_RUNTIME'
796OBJC_RUNTIME_FLAGS='-fnext-runtime'
797OBJEXT='o'
798OPEN='/usr/bin/open'
799OPENSSL='/usr/bin/openssl'
800OUR_INCLUDED_PACKAGES=''
801PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
802PACKAGE_NAME='MacPorts'
803PACKAGE_STRING='MacPorts 2.0.4'
804PACKAGE_TARNAME='macports'
805PACKAGE_URL=''
806PACKAGE_VERSION='2.0.4'
807PATCH='/usr/bin/patch'
808PATHCONF=''
809PATH_CLEANED='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin'
810PATH_SEPARATOR=':'
811PAX='/bin/pax'
812PKG_CONFIG=''
813PORTSDIR=''
814PTHREAD_CFLAGS='-D_THREAD_SAFE '
815PTHREAD_LIBS=''
816READLINE_LIBS=''
817READLINK_IS_NOT_P1003_1A=''
818RMDIR='/bin/rmdir'
819RSYNC='/usr/bin/rsync'
820RUNUSR=''
821SED='/usr/bin/sed'
822SED_EXT='-E'
823SET_MAKE=''
824SHELL='/bin/sh'
825SHLIB_CFLAGS=''
826SHLIB_LD=''
827SHLIB_LDFLAGS=''
828SHLIB_SUFFIX=''
829SQLITE3_TCL_DIR=''
830STLIB_LD=''
831SVN='/usr/bin/svn'
832SW_VERS='/usr/bin/sw_vers'
833TAR='/usr/bin/tar'
834TAR_CMD='/usr/bin/gnutar --no-same-owner'
835TAR_Q='q'
836TCLSH=''
837TCL_BIN_DIR=''
838TCL_CC=''
839TCL_DEFS=''
840TCL_INCLUDES=''
841TCL_LIB_FILE=''
842TCL_LIB_FLAG=''
843TCL_LIB_SPEC=''
844TCL_PACKAGE_DIR=''
845TCL_SRC_DIR=''
846TCL_STUB_LIB_FILE=''
847TCL_STUB_LIB_FLAG=''
848TCL_STUB_LIB_SPEC=''
849TCL_VERSION=''
850UNIVERSAL_ARCHS=''
851UNZIP='/usr/bin/unzip'
852XAR='/usr/bin/xar'
853XCODEBUILD='/usr/bin/xcodebuild'
854XCODE_SELECT='/usr/bin/xcode-select'
855XZ=''
856ZIP='/usr/bin/zip'
857ac_ct_CC='gcc'
858ac_ct_OBJC='gcc'
859acx_pthread_config=''
860bindir='${exec_prefix}/bin'
861build='x86_64-apple-darwin11.3.0'
862build_alias=''
863build_cpu='x86_64'
864build_os='darwin11.3.0'
865build_vendor='apple'
866datadir='${datarootdir}'
867datarootdir='${prefix}/share'
868docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
869dvidir='${docdir}'
870exec_prefix='NONE'
871host='x86_64-apple-darwin11.3.0'
872host_alias=''
873host_cpu='x86_64'
874host_os='darwin11.3.0'
875host_vendor='apple'
876htmldir='${docdir}'
877includedir='${prefix}/include'
878infodir='${datarootdir}/info'
879libdir='${exec_prefix}/lib'
880libexecdir='${exec_prefix}/libexec'
881localedir='${datarootdir}/locale'
882localstatedir='${prefix}/var'
883localstatedir_expanded=''
884macports_tcl_dir=''
885mandir='${datarootdir}/man'
886oldincludedir='/usr/include'
887pdfdir='${docdir}'
888prefix='NONE'
889prefix_expanded=''
890program_transform_name='s,x,x,'
891psdir='${docdir}'
892sbindir='${exec_prefix}/sbin'
893sharedstatedir='${prefix}/com'
894subdirs=''
895sysconfdir='${prefix}/etc'
896target='x86_64-apple-darwin11.3.0'
897target_alias=''
898target_cpu='x86_64'
899target_os='darwin11.3.0'
900target_vendor='apple'
901
902## ----------- ##
903## confdefs.h. ##
904## ----------- ##
905
906/* confdefs.h */
907#define PACKAGE_NAME "MacPorts"
908#define PACKAGE_TARNAME "macports"
909#define PACKAGE_VERSION "2.0.4"
910#define PACKAGE_STRING "MacPorts 2.0.4"
911#define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
912#define PACKAGE_URL ""
913#define UNUSED __attribute__((unused))
914#define MP_PRIVATE __attribute__((visibility("hidden")))
915#define HAVE_PTHREAD 1
916#define STDC_HEADERS 1
917#define HAVE_SYS_TYPES_H 1
918#define HAVE_SYS_STAT_H 1
919#define HAVE_STDLIB_H 1
920#define HAVE_STRING_H 1
921#define HAVE_MEMORY_H 1
922#define HAVE_STRINGS_H 1
923#define HAVE_INTTYPES_H 1
924#define HAVE_STDINT_H 1
925#define HAVE_UNISTD_H 1
926#define HAVE_OBJC_OBJC_H 1
927#define APPLE_RUNTIME 1
928
929configure: exit 1