Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15995: config.log

File config.log, 84.2 KB (added by tobiasmatzat@…, 4 months 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 lame configure 3.98, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --disable-dependency-tracking
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = dummy.tsl.lu
14uname -m = i386
15uname -r = 9.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.4.0: Mon Jun  9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
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 9.4.0: Mon Jun  9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 1.00 gigabytes
33Default processor set: 67 tasks, 233 threads, 2 processors
34Load average: 1.53, Mach factor: 0.56
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
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2050: checking build system type
53configure:2068: result: i686-apple-darwin9.4.0
54configure:2090: checking host system type
55configure:2105: result: i686-apple-darwin9.4.0
56configure:2143: checking for a BSD-compatible install
57configure:2199: result: /usr/bin/install
58configure:2210: checking whether build environment is sane
59configure:2253: result: yes
60configure:2281: checking for a thread-safe mkdir -p
61configure:2320: result: ./install-sh -c -d
62configure:2333: checking for gawk
63configure:2349: found /opt/local/bin/gawk
64configure:2360: result: gawk
65configure:2371: checking whether make sets $(MAKE)
66configure:2392: result: yes
67configure:2582: checking whether to enable maintainer-specific portions of Makefiles
68configure:2591: result: no
69configure:2611: checking for style of include used by make
70configure:2639: result: GNU
71configure:2715: checking for gcc
72configure:2742: result: /usr/bin/gcc-4.0
73configure:2980: checking for C compiler version
74configure:2987: /usr/bin/gcc-4.0 --version >&5
75i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
76Copyright (C) 2005 Free Software Foundation, Inc.
77This is free software; see the source for copying conditions.  There is NO
78warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80configure:2990: $? = 0
81configure:2997: /usr/bin/gcc-4.0 -v >&5
82Using built-in specs.
83Target: i686-apple-darwin9
84Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
85Thread model: posix
86gcc version 4.0.1 (Apple Inc. build 5465)
87configure:3000: $? = 0
88configure:3007: /usr/bin/gcc-4.0 -V >&5
89gcc-4.0: argument to `-V' is missing
90configure:3010: $? = 1
91configure:3033: checking for C compiler default output file name
92configure:3060: /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
93configure:3063: $? = 0
94configure:3101: result: a.out
95configure:3118: checking whether the C compiler works
96configure:3128: ./a.out
97configure:3131: $? = 0
98configure:3148: result: yes
99configure:3155: checking whether we are cross compiling
100configure:3157: result: no
101configure:3160: checking for suffix of executables
102configure:3167: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
103configure:3170: $? = 0
104configure:3194: result:
105configure:3200: checking for suffix of object files
106configure:3226: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
107configure:3229: $? = 0
108configure:3252: result: o
109configure:3256: checking whether we are using the GNU C compiler
110configure:3285: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
111configure:3291: $? = 0
112configure:3308: result: yes
113configure:3313: checking whether /usr/bin/gcc-4.0 accepts -g
114configure:3343: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5
115configure:3349: $? = 0
116configure:3448: result: yes
117configure:3465: checking for /usr/bin/gcc-4.0 option to accept ISO C89
118configure:3539: /usr/bin/gcc-4.0  -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
119configure:3545: $? = 0
120configure:3568: result: none needed
121configure:3588: checking dependency style of /usr/bin/gcc-4.0
122configure:3679: result: none
123configure:3700: checking how to run the C preprocessor
124configure:3816: result: /usr/bin/cpp-4.0
125configure:3845: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
126configure:3851: $? = 0
127configure:3882: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
128conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
129configure:3888: $? = 1
130configure: failed program was:
131| /* confdefs.h.  */
132| #define PACKAGE_NAME "lame"
133| #define PACKAGE_TARNAME "lame"
134| #define PACKAGE_VERSION "3.98"
135| #define PACKAGE_STRING "lame 3.98"
136| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
137| #define PACKAGE "lame"
138| #define VERSION "3.98"
139| /* end confdefs.h.  */
140| #include <ac_nonexistent.h>
141configure:3926: checking for grep that handles long lines and -e
142configure:4000: result: /usr/bin/grep
143configure:4005: checking for egrep
144configure:4083: result: /usr/bin/grep -E
145configure:4089: checking for AIX
146configure:4111: result: no
147configure:4117: checking for library containing strerror
148configure:4158: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
149configure:4164: $? = 0
150configure:4192: result: none required
151configure:4200: checking for ANSI C header files
152configure:4230: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
153configure:4236: $? = 0
154configure:4335: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
155configure:4338: $? = 0
156configure:4344: ./conftest
157configure:4347: $? = 0
158configure:4364: result: yes
159configure:4388: checking for sys/types.h
160configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
161configure:4415: $? = 0
162configure:4431: result: yes
163configure:4388: checking for sys/stat.h
164configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
165configure:4415: $? = 0
166configure:4431: result: yes
167configure:4388: checking for stdlib.h
168configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
169configure:4415: $? = 0
170configure:4431: result: yes
171configure:4388: checking for string.h
172configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
173configure:4415: $? = 0
174configure:4431: result: yes
175configure:4388: checking for memory.h
176configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
177configure:4415: $? = 0
178configure:4431: result: yes
179configure:4388: checking for strings.h
180configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
181configure:4415: $? = 0
182configure:4431: result: yes
183configure:4388: checking for inttypes.h
184configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
185configure:4415: $? = 0
186configure:4431: result: yes
187configure:4388: checking for stdint.h
188configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
189configure:4415: $? = 0
190configure:4431: result: yes
191configure:4388: checking for unistd.h
192configure:4409: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
193configure:4415: $? = 0
194configure:4431: result: yes
195configure:4453: checking minix/config.h usability
196configure:4470: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
197conftest.c:53:26: error: minix/config.h: No such file or directory
198conftest.c:53:26: error: minix/config.h: No such file or directory
199lipo: can't figure out the architecture type of: /var/tmp//ccZo4VTZ.out
200configure:4476: $? = 1
201configure: failed program was:
202| /* confdefs.h.  */
203| #define PACKAGE_NAME "lame"
204| #define PACKAGE_TARNAME "lame"
205| #define PACKAGE_VERSION "3.98"
206| #define PACKAGE_STRING "lame 3.98"
207| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
208| #define PACKAGE "lame"
209| #define VERSION "3.98"
210| #define STDC_HEADERS 1
211| #define HAVE_SYS_TYPES_H 1
212| #define HAVE_SYS_STAT_H 1
213| #define HAVE_STDLIB_H 1
214| #define HAVE_STRING_H 1
215| #define HAVE_MEMORY_H 1
216| #define HAVE_STRINGS_H 1
217| #define HAVE_INTTYPES_H 1
218| #define HAVE_STDINT_H 1
219| #define HAVE_UNISTD_H 1
220| /* end confdefs.h.  */
221| #include <stdio.h>
222| #ifdef HAVE_SYS_TYPES_H
223| # include <sys/types.h>
224| #endif
225| #ifdef HAVE_SYS_STAT_H
226| # include <sys/stat.h>
227| #endif
228| #ifdef STDC_HEADERS
229| # include <stdlib.h>
230| # include <stddef.h>
231| #else
232| # ifdef HAVE_STDLIB_H
233| #  include <stdlib.h>
234| # endif
235| #endif
236| #ifdef HAVE_STRING_H
237| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
238| #  include <memory.h>
239| # endif
240| # include <string.h>
241| #endif
242| #ifdef HAVE_STRINGS_H
243| # include <strings.h>
244| #endif
245| #ifdef HAVE_INTTYPES_H
246| # include <inttypes.h>
247| #endif
248| #ifdef HAVE_STDINT_H
249| # include <stdint.h>
250| #endif
251| #ifdef HAVE_UNISTD_H
252| # include <unistd.h>
253| #endif
254| #include <minix/config.h>
255configure:4490: result: no
256configure:4494: checking minix/config.h presence
257configure:4509: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
258conftest.c:20:26: error: minix/config.h: No such file or directory
259configure:4515: $? = 1
260configure: failed program was:
261| /* confdefs.h.  */
262| #define PACKAGE_NAME "lame"
263| #define PACKAGE_TARNAME "lame"
264| #define PACKAGE_VERSION "3.98"
265| #define PACKAGE_STRING "lame 3.98"
266| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
267| #define PACKAGE "lame"
268| #define VERSION "3.98"
269| #define STDC_HEADERS 1
270| #define HAVE_SYS_TYPES_H 1
271| #define HAVE_SYS_STAT_H 1
272| #define HAVE_STDLIB_H 1
273| #define HAVE_STRING_H 1
274| #define HAVE_MEMORY_H 1
275| #define HAVE_STRINGS_H 1
276| #define HAVE_INTTYPES_H 1
277| #define HAVE_STDINT_H 1
278| #define HAVE_UNISTD_H 1
279| /* end confdefs.h.  */
280| #include <minix/config.h>
281configure:4529: result: no
282configure:4562: checking for minix/config.h
283configure:4569: result: no
284configure:4676: checking for a sed that does not truncate output
285configure:4732: result: /usr/bin/sed
286configure:4746: checking for ld used by /usr/bin/gcc-4.0
287configure:4813: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
288configure:4822: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
289configure:4837: result: no
290configure:4842: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
291configure:4849: result: -r
292configure:4867: checking for BSD-compatible nm
293configure:4916: result: /usr/bin/nm -p
294configure:4920: checking whether ln -s works
295configure:4924: result: yes
296configure:4931: checking how to recognize dependent libraries
297configure:5117: result: pass_all
298configure:5367: checking dlfcn.h usability
299configure:5384: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
300configure:5390: $? = 0
301configure:5404: result: yes
302configure:5408: checking dlfcn.h presence
303configure:5423: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
304configure:5429: $? = 0
305configure:5443: result: yes
306configure:5476: checking for dlfcn.h
307configure:5484: result: yes
308configure:5613: checking for C++ compiler version
309configure:5620: /usr/bin/g++-4.0 --version >&5
310i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
311Copyright (C) 2005 Free Software Foundation, Inc.
312This is free software; see the source for copying conditions.  There is NO
313warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
314
315configure:5623: $? = 0
316configure:5630: /usr/bin/g++-4.0 -v >&5
317Using built-in specs.
318Target: i686-apple-darwin9
319Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
320Thread model: posix
321gcc version 4.0.1 (Apple Inc. build 5465)
322configure:5633: $? = 0
323configure:5640: /usr/bin/g++-4.0 -V >&5
324g++-4.0: argument to `-V' is missing
325configure:5643: $? = 1
326configure:5646: checking whether we are using the GNU C++ compiler
327configure:5675: /usr/bin/g++-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.cpp >&5
328configure:5681: $? = 0
329configure:5698: result: yes
330configure:5703: checking whether /usr/bin/g++-4.0 accepts -g
331configure:5733: /usr/bin/g++-4.0 -c -g -I/opt/local/include conftest.cpp >&5
332configure:5739: $? = 0
333configure:5838: result: yes
334configure:5863: checking dependency style of /usr/bin/g++-4.0
335configure:5954: result: none
336configure:5979: checking how to run the C++ preprocessor
337configure:6015: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp
338configure:6021: $? = 0
339configure:6052: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp
340conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
341configure:6058: $? = 1
342configure: failed program was:
343| /* confdefs.h.  */
344| #define PACKAGE_NAME "lame"
345| #define PACKAGE_TARNAME "lame"
346| #define PACKAGE_VERSION "3.98"
347| #define PACKAGE_STRING "lame 3.98"
348| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
349| #define PACKAGE "lame"
350| #define VERSION "3.98"
351| #define STDC_HEADERS 1
352| #define HAVE_SYS_TYPES_H 1
353| #define HAVE_SYS_STAT_H 1
354| #define HAVE_STDLIB_H 1
355| #define HAVE_STRING_H 1
356| #define HAVE_MEMORY_H 1
357| #define HAVE_STRINGS_H 1
358| #define HAVE_INTTYPES_H 1
359| #define HAVE_STDINT_H 1
360| #define HAVE_UNISTD_H 1
361| #define HAVE_DLFCN_H 1
362| /* end confdefs.h.  */
363| #include <ac_nonexistent.h>
364configure:6091: result: /usr/bin/g++-4.0 -E
365configure:6120: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp
366configure:6126: $? = 0
367configure:6157: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp
368conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
369configure:6163: $? = 1
370configure: failed program was:
371| /* confdefs.h.  */
372| #define PACKAGE_NAME "lame"
373| #define PACKAGE_TARNAME "lame"
374| #define PACKAGE_VERSION "3.98"
375| #define PACKAGE_STRING "lame 3.98"
376| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
377| #define PACKAGE "lame"
378| #define VERSION "3.98"
379| #define STDC_HEADERS 1
380| #define HAVE_SYS_TYPES_H 1
381| #define HAVE_SYS_STAT_H 1
382| #define HAVE_STDLIB_H 1
383| #define HAVE_STRING_H 1
384| #define HAVE_MEMORY_H 1
385| #define HAVE_STRINGS_H 1
386| #define HAVE_INTTYPES_H 1
387| #define HAVE_STDINT_H 1
388| #define HAVE_UNISTD_H 1
389| #define HAVE_DLFCN_H 1
390| /* end confdefs.h.  */
391| #include <ac_nonexistent.h>
392configure:6256: checking for g77
393configure:6286: result: no
394configure:6256: checking for xlf
395configure:6286: result: no
396configure:6256: checking for f77
397configure:6286: result: no
398configure:6256: checking for frt
399configure:6286: result: no
400configure:6256: checking for pgf77
401configure:6286: result: no
402configure:6256: checking for cf77
403configure:6286: result: no
404configure:6256: checking for fort77
405configure:6286: result: no
406configure:6256: checking for fl32
407configure:6286: result: no
408configure:6256: checking for af77
409configure:6286: result: no
410configure:6256: checking for xlf90
411configure:6286: result: no
412configure:6256: checking for f90
413configure:6286: result: no
414configure:6256: checking for pgf90
415configure:6286: result: no
416configure:6256: checking for pghpf
417configure:6286: result: no
418configure:6256: checking for epcf90
419configure:6286: result: no
420configure:6256: checking for gfortran
421configure:6286: result: no
422configure:6256: checking for g95
423configure:6286: result: no
424configure:6256: checking for xlf95
425configure:6286: result: no
426configure:6256: checking for f95
427configure:6286: result: no
428configure:6256: checking for fort
429configure:6286: result: no
430configure:6256: checking for ifort
431configure:6286: result: no
432configure:6256: checking for ifc
433configure:6286: result: no
434configure:6256: checking for efc
435configure:6286: result: no
436configure:6256: checking for pgf95
437configure:6286: result: no
438configure:6256: checking for lf95
439configure:6286: result: no
440configure:6256: checking for ftn
441configure:6286: result: no
442configure:6313: checking for Fortran 77 compiler version
443configure:6320:  --version >&5
444./configure: line 6321: --version: command not found
445configure:6323: $? = 127
446configure:6330:  -v >&5
447./configure: line 6331: -v: command not found
448configure:6333: $? = 127
449configure:6340:  -V >&5
450./configure: line 6341: -V: command not found
451configure:6343: $? = 127
452configure:6351: checking whether we are using the GNU Fortran 77 compiler
453configure:6370:  -c -O2 conftest.F >&5
454./configure: line 6371: -c: command not found
455configure:6376: $? = 127
456configure: failed program was:
457|       program main
458| #ifndef __GNUC__
459|        choke me
460| #endif
461|
462|       end
463configure:6393: result: no
464configure:6399: checking whether  accepts -g
465configure:6416:  -c -g conftest.f >&5
466./configure: line 6417: -c: command not found
467configure:6422: $? = 127
468configure: failed program was:
469|       program main
470|
471|       end
472configure:6438: result: no
473configure:6468: checking the maximum length of command line arguments
474configure:6580: result: 196608
475configure:6592: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object
476configure:6697: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
477configure:6700: $? = 0
478configure:6704: /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
479configure:6707: $? = 0
480cannot find nm_test_var in conftest.nm
481configure:6697: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
482configure:6700: $? = 0
483configure:6704: /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
484configure:6707: $? = 0
485configure:6759: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c conftstm.o >&5
486configure:6762: $? = 0
487configure:6800: result: ok
488configure:6804: checking for objdir
489configure:6819: result: .libs
490configure:6911: checking for ar
491configure:6927: found /usr/bin/ar
492configure:6938: result: ar
493configure:7007: checking for ranlib
494configure:7023: found /usr/bin/ranlib
495configure:7034: result: ranlib
496configure:7103: checking for strip
497configure:7119: found /usr/bin/strip
498configure:7130: result: strip
499configure:7416: checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions
500configure:7434: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
501cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
502cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
503configure:7438: $? = 0
504configure:7451: result: no
505configure:7466: checking for /usr/bin/gcc-4.0 option to produce PIC
506configure:7698: result: -fno-common
507configure:7706: checking if /usr/bin/gcc-4.0 PIC flag -fno-common works
508configure:7724: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -fno-common -DPIC conftest.c >&5
509configure:7728: $? = 0
510configure:7741: result: yes
511configure:7769: checking if /usr/bin/gcc-4.0 static flag -static works
512configure:7797: result: no
513configure:7807: checking if /usr/bin/gcc-4.0 supports -c -o file.o
514configure:7828: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -o out/conftest2.o conftest.c >&5
515configure:7832: $? = 0
516configure:7854: result: yes
517configure:7880: checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
518configure:8860: result: yes
519configure:8927: checking dynamic linker characteristics
520configure:9529: result: darwin9.4.0 dyld
521configure:9538: checking how to hardcode library paths into programs
522configure:9563: result: immediate
523configure:9577: checking whether stripping libraries is possible
524configure:9591: result: yes
525configure:10384: checking if libtool supports shared libraries
526configure:10386: result: yes
527configure:10389: checking whether to build shared libraries
528configure:10410: result: yes
529configure:10413: checking whether to build static libraries
530configure:10417: result: yes
531configure:10510: creating libtool
532configure:11098: checking for ld used by /usr/bin/g++-4.0
533configure:11165: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
534configure:11174: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
535configure:11189: result: no
536configure:11240: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
537configure:12214: result: yes
538configure:12232: /usr/bin/g++-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.cpp >&5
539configure:12235: $? = 0
540configure:12387: checking for /usr/bin/g++-4.0 option to produce PIC
541configure:12671: result: -fno-common
542configure:12679: checking if /usr/bin/g++-4.0 PIC flag -fno-common works
543configure:12697: /usr/bin/g++-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -fno-common -DPIC conftest.cpp >&5
544configure:12701: $? = 0
545configure:12714: result: yes
546configure:12742: checking if /usr/bin/g++-4.0 static flag -static works
547configure:12770: result: no
548configure:12780: checking if /usr/bin/g++-4.0 supports -c -o file.o
549configure:12801: /usr/bin/g++-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
550configure:12805: $? = 0
551configure:12827: result: yes
552configure:12853: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
553configure:12878: result: yes
554configure:12945: checking dynamic linker characteristics
555configure:13495: result: darwin9.4.0 dyld
556configure:13504: checking how to hardcode library paths into programs
557configure:13529: result: immediate
558configure:19772: checking for gcc
559configure:19799: result: /usr/bin/gcc-4.0
560configure:20037: checking for C compiler version
561configure:20044: /usr/bin/gcc-4.0 --version >&5
562i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
563Copyright (C) 2005 Free Software Foundation, Inc.
564This is free software; see the source for copying conditions.  There is NO
565warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
566
567configure:20047: $? = 0
568configure:20054: /usr/bin/gcc-4.0 -v >&5
569Using built-in specs.
570Target: i686-apple-darwin9
571Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
572Thread model: posix
573gcc version 4.0.1 (Apple Inc. build 5465)
574configure:20057: $? = 0
575configure:20064: /usr/bin/gcc-4.0 -V >&5
576gcc-4.0: argument to `-V' is missing
577configure:20067: $? = 1
578configure:20070: checking whether we are using the GNU C compiler
579configure:20122: result: yes
580configure:20127: checking whether /usr/bin/gcc-4.0 accepts -g
581configure:20262: result: yes
582configure:20279: checking for /usr/bin/gcc-4.0 option to accept ISO C89
583configure:20382: result: none needed
584configure:20402: checking dependency style of /usr/bin/gcc-4.0
585configure:20493: result: none
586configure:20510: checking version of GCC
587configure:20513: result: 4.0.1
588configure:20517: checking for function prototypes
589configure:20520: result: yes
590configure:20550: checking for string.h
591configure:20556: result: yes
592configure:20702: checking dmalloc.h usability
593configure:20719: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
594conftest.c:57:21: error: dmalloc.h: No such file or directory
595conftest.c:57:21: error: dmalloc.h: No such file or directory
596lipo: can't figure out the architecture type of: /var/tmp//ccbzOQOp.out
597configure:20725: $? = 1
598configure: failed program was:
599| /* confdefs.h.  */
600| #define PACKAGE_NAME "lame"
601| #define PACKAGE_TARNAME "lame"
602| #define PACKAGE_VERSION "3.98"
603| #define PACKAGE_STRING "lame 3.98"
604| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
605| #define PACKAGE "lame"
606| #define VERSION "3.98"
607| #define STDC_HEADERS 1
608| #define HAVE_SYS_TYPES_H 1
609| #define HAVE_SYS_STAT_H 1
610| #define HAVE_STDLIB_H 1
611| #define HAVE_STRING_H 1
612| #define HAVE_MEMORY_H 1
613| #define HAVE_STRINGS_H 1
614| #define HAVE_INTTYPES_H 1
615| #define HAVE_STDINT_H 1
616| #define HAVE_UNISTD_H 1
617| #define HAVE_DLFCN_H 1
618| #define PROTOTYPES 1
619| #define __PROTOTYPES 1
620| #define HAVE_STRING_H 1
621| /* end confdefs.h.  */
622| #include <stdio.h>
623| #ifdef HAVE_SYS_TYPES_H
624| # include <sys/types.h>
625| #endif
626| #ifdef HAVE_SYS_STAT_H
627| # include <sys/stat.h>
628| #endif
629| #ifdef STDC_HEADERS
630| # include <stdlib.h>
631| # include <stddef.h>
632| #else
633| # ifdef HAVE_STDLIB_H
634| #  include <stdlib.h>
635| # endif
636| #endif
637| #ifdef HAVE_STRING_H
638| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
639| #  include <memory.h>
640| # endif
641| # include <string.h>
642| #endif
643| #ifdef HAVE_STRINGS_H
644| # include <strings.h>
645| #endif
646| #ifdef HAVE_INTTYPES_H
647| # include <inttypes.h>
648| #endif
649| #ifdef HAVE_STDINT_H
650| # include <stdint.h>
651| #endif
652| #ifdef HAVE_UNISTD_H
653| # include <unistd.h>
654| #endif
655| #include <dmalloc.h>
656configure:20739: result: no
657configure:20743: checking dmalloc.h presence
658configure:20758: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
659conftest.c:24:21: error: dmalloc.h: No such file or directory
660configure:20764: $? = 1
661configure: failed program was:
662| /* confdefs.h.  */
663| #define PACKAGE_NAME "lame"
664| #define PACKAGE_TARNAME "lame"
665| #define PACKAGE_VERSION "3.98"
666| #define PACKAGE_STRING "lame 3.98"
667| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
668| #define PACKAGE "lame"
669| #define VERSION "3.98"
670| #define STDC_HEADERS 1
671| #define HAVE_SYS_TYPES_H 1
672| #define HAVE_SYS_STAT_H 1
673| #define HAVE_STDLIB_H 1
674| #define HAVE_STRING_H 1
675| #define HAVE_MEMORY_H 1
676| #define HAVE_STRINGS_H 1
677| #define HAVE_INTTYPES_H 1
678| #define HAVE_STDINT_H 1
679| #define HAVE_UNISTD_H 1
680| #define HAVE_DLFCN_H 1
681| #define PROTOTYPES 1
682| #define __PROTOTYPES 1
683| #define HAVE_STRING_H 1
684| /* end confdefs.h.  */
685| #include <dmalloc.h>
686configure:20778: result: no
687configure:20811: checking for dmalloc.h
688configure:20818: result: no
689configure:20852: checking for ANSI C header files
690configure:21016: result: yes
691configure:21060: checking errno.h usability
692configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
693configure:21083: $? = 0
694configure:21097: result: yes
695configure:21101: checking errno.h presence
696configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
697configure:21122: $? = 0
698configure:21136: result: yes
699configure:21169: checking for errno.h
700configure:21177: result: yes
701configure:21060: checking fcntl.h usability
702configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
703configure:21083: $? = 0
704configure:21097: result: yes
705configure:21101: checking fcntl.h presence
706configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
707configure:21122: $? = 0
708configure:21136: result: yes
709configure:21169: checking for fcntl.h
710configure:21177: result: yes
711configure:21060: checking limits.h usability
712configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
713configure:21083: $? = 0
714configure:21097: result: yes
715configure:21101: checking limits.h presence
716configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
717configure:21122: $? = 0
718configure:21136: result: yes
719configure:21169: checking for limits.h
720configure:21177: result: yes
721configure:21050: checking for stdint.h
722configure:21056: result: yes
723configure:21050: checking for string.h
724configure:21056: result: yes
725configure:21060: checking sys/soundcard.h usability
726configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
727conftest.c:63:27: error: sys/soundcard.h: No such file or directory
728conftest.c:63:27: error: sys/soundcard.h: No such file or directory
729lipo: can't figure out the architecture type of: /var/tmp//cckoT38l.out
730configure:21083: $? = 1
731configure: failed program was:
732| /* confdefs.h.  */
733| #define PACKAGE_NAME "lame"
734| #define PACKAGE_TARNAME "lame"
735| #define PACKAGE_VERSION "3.98"
736| #define PACKAGE_STRING "lame 3.98"
737| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
738| #define PACKAGE "lame"
739| #define VERSION "3.98"
740| #define STDC_HEADERS 1
741| #define HAVE_SYS_TYPES_H 1
742| #define HAVE_SYS_STAT_H 1
743| #define HAVE_STDLIB_H 1
744| #define HAVE_STRING_H 1
745| #define HAVE_MEMORY_H 1
746| #define HAVE_STRINGS_H 1
747| #define HAVE_INTTYPES_H 1
748| #define HAVE_STDINT_H 1
749| #define HAVE_UNISTD_H 1
750| #define HAVE_DLFCN_H 1
751| #define PROTOTYPES 1
752| #define __PROTOTYPES 1
753| #define HAVE_STRING_H 1
754| #define STDC_HEADERS 1
755| #define HAVE_ERRNO_H 1
756| #define HAVE_FCNTL_H 1
757| #define HAVE_LIMITS_H 1
758| #define HAVE_STDINT_H 1
759| #define HAVE_STRING_H 1
760| /* end confdefs.h.  */
761| #include <stdio.h>
762| #ifdef HAVE_SYS_TYPES_H
763| # include <sys/types.h>
764| #endif
765| #ifdef HAVE_SYS_STAT_H
766| # include <sys/stat.h>
767| #endif
768| #ifdef STDC_HEADERS
769| # include <stdlib.h>
770| # include <stddef.h>
771| #else
772| # ifdef HAVE_STDLIB_H
773| #  include <stdlib.h>
774| # endif
775| #endif
776| #ifdef HAVE_STRING_H
777| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
778| #  include <memory.h>
779| # endif
780| # include <string.h>
781| #endif
782| #ifdef HAVE_STRINGS_H
783| # include <strings.h>
784| #endif
785| #ifdef HAVE_INTTYPES_H
786| # include <inttypes.h>
787| #endif
788| #ifdef HAVE_STDINT_H
789| # include <stdint.h>
790| #endif
791| #ifdef HAVE_UNISTD_H
792| # include <unistd.h>
793| #endif
794| #include <sys/soundcard.h>
795configure:21097: result: no
796configure:21101: checking sys/soundcard.h presence
797configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
798conftest.c:30:27: error: sys/soundcard.h: No such file or directory
799configure:21122: $? = 1
800configure: failed program was:
801| /* confdefs.h.  */
802| #define PACKAGE_NAME "lame"
803| #define PACKAGE_TARNAME "lame"
804| #define PACKAGE_VERSION "3.98"
805| #define PACKAGE_STRING "lame 3.98"
806| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
807| #define PACKAGE "lame"
808| #define VERSION "3.98"
809| #define STDC_HEADERS 1
810| #define HAVE_SYS_TYPES_H 1
811| #define HAVE_SYS_STAT_H 1
812| #define HAVE_STDLIB_H 1
813| #define HAVE_STRING_H 1
814| #define HAVE_MEMORY_H 1
815| #define HAVE_STRINGS_H 1
816| #define HAVE_INTTYPES_H 1
817| #define HAVE_STDINT_H 1
818| #define HAVE_UNISTD_H 1
819| #define HAVE_DLFCN_H 1
820| #define PROTOTYPES 1
821| #define __PROTOTYPES 1
822| #define HAVE_STRING_H 1
823| #define STDC_HEADERS 1
824| #define HAVE_ERRNO_H 1
825| #define HAVE_FCNTL_H 1
826| #define HAVE_LIMITS_H 1
827| #define HAVE_STDINT_H 1
828| #define HAVE_STRING_H 1
829| /* end confdefs.h.  */
830| #include <sys/soundcard.h>
831configure:21136: result: no
832configure:21169: checking for sys/soundcard.h
833configure:21177: result: no
834configure:21060: checking sys/time.h usability
835configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
836configure:21083: $? = 0
837configure:21097: result: yes
838configure:21101: checking sys/time.h presence
839configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
840configure:21122: $? = 0
841configure:21136: result: yes
842configure:21169: checking for sys/time.h
843configure:21177: result: yes
844configure:21050: checking for unistd.h
845configure:21056: result: yes
846configure:21060: checking xmmintrin.h usability
847configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
848conftest.c:65:23: error: xmmintrin.h: No such file or directory
849lipo: can't figure out the architecture type of: /var/tmp//ccwQECR9.out
850configure:21083: $? = 1
851configure: failed program was:
852| /* confdefs.h.  */
853| #define PACKAGE_NAME "lame"
854| #define PACKAGE_TARNAME "lame"
855| #define PACKAGE_VERSION "3.98"
856| #define PACKAGE_STRING "lame 3.98"
857| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
858| #define PACKAGE "lame"
859| #define VERSION "3.98"
860| #define STDC_HEADERS 1
861| #define HAVE_SYS_TYPES_H 1
862| #define HAVE_SYS_STAT_H 1
863| #define HAVE_STDLIB_H 1
864| #define HAVE_STRING_H 1
865| #define HAVE_MEMORY_H 1
866| #define HAVE_STRINGS_H 1
867| #define HAVE_INTTYPES_H 1
868| #define HAVE_STDINT_H 1
869| #define HAVE_UNISTD_H 1
870| #define HAVE_DLFCN_H 1
871| #define PROTOTYPES 1
872| #define __PROTOTYPES 1
873| #define HAVE_STRING_H 1
874| #define STDC_HEADERS 1
875| #define HAVE_ERRNO_H 1
876| #define HAVE_FCNTL_H 1
877| #define HAVE_LIMITS_H 1
878| #define HAVE_STDINT_H 1
879| #define HAVE_STRING_H 1
880| #define HAVE_SYS_TIME_H 1
881| #define HAVE_UNISTD_H 1
882| /* end confdefs.h.  */
883| #include <stdio.h>
884| #ifdef HAVE_SYS_TYPES_H
885| # include <sys/types.h>
886| #endif
887| #ifdef HAVE_SYS_STAT_H
888| # include <sys/stat.h>
889| #endif
890| #ifdef STDC_HEADERS
891| # include <stdlib.h>
892| # include <stddef.h>
893| #else
894| # ifdef HAVE_STDLIB_H
895| #  include <stdlib.h>
896| # endif
897| #endif
898| #ifdef HAVE_STRING_H
899| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
900| #  include <memory.h>
901| # endif
902| # include <string.h>
903| #endif
904| #ifdef HAVE_STRINGS_H
905| # include <strings.h>
906| #endif
907| #ifdef HAVE_INTTYPES_H
908| # include <inttypes.h>
909| #endif
910| #ifdef HAVE_STDINT_H
911| # include <stdint.h>
912| #endif
913| #ifdef HAVE_UNISTD_H
914| # include <unistd.h>
915| #endif
916| #include <xmmintrin.h>
917configure:21097: result: no
918configure:21101: checking xmmintrin.h presence
919configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
920configure:21122: $? = 0
921configure:21136: result: yes
922configure:21149: WARNING: xmmintrin.h: present but cannot be compiled
923configure:21151: WARNING: xmmintrin.h:     check for missing prerequisite headers?
924configure:21153: WARNING: xmmintrin.h: see the Autoconf documentation
925configure:21155: WARNING: xmmintrin.h:     section "Present But Cannot Be Compiled"
926configure:21157: WARNING: xmmintrin.h: proceeding with the preprocessor's result
927configure:21159: WARNING: xmmintrin.h: in the future, the compiler will take precedence
928configure:21169: checking for xmmintrin.h
929configure:21177: result: yes
930configure:21060: checking linux/soundcard.h usability
931configure:21077: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
932conftest.c:66:29: error: linux/soundcard.h: No such file or directory
933conftest.c:66:29: error: linux/soundcard.h: No such file or directory
934lipo: can't figure out the architecture type of: /var/tmp//ccdUdRaJ.out
935configure:21083: $? = 1
936configure: failed program was:
937| /* confdefs.h.  */
938| #define PACKAGE_NAME "lame"
939| #define PACKAGE_TARNAME "lame"
940| #define PACKAGE_VERSION "3.98"
941| #define PACKAGE_STRING "lame 3.98"
942| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
943| #define PACKAGE "lame"
944| #define VERSION "3.98"
945| #define STDC_HEADERS 1
946| #define HAVE_SYS_TYPES_H 1
947| #define HAVE_SYS_STAT_H 1
948| #define HAVE_STDLIB_H 1
949| #define HAVE_STRING_H 1
950| #define HAVE_MEMORY_H 1
951| #define HAVE_STRINGS_H 1
952| #define HAVE_INTTYPES_H 1
953| #define HAVE_STDINT_H 1
954| #define HAVE_UNISTD_H 1
955| #define HAVE_DLFCN_H 1
956| #define PROTOTYPES 1
957| #define __PROTOTYPES 1
958| #define HAVE_STRING_H 1
959| #define STDC_HEADERS 1
960| #define HAVE_ERRNO_H 1
961| #define HAVE_FCNTL_H 1
962| #define HAVE_LIMITS_H 1
963| #define HAVE_STDINT_H 1
964| #define HAVE_STRING_H 1
965| #define HAVE_SYS_TIME_H 1
966| #define HAVE_UNISTD_H 1
967| #define HAVE_XMMINTRIN_H 1
968| /* end confdefs.h.  */
969| #include <stdio.h>
970| #ifdef HAVE_SYS_TYPES_H
971| # include <sys/types.h>
972| #endif
973| #ifdef HAVE_SYS_STAT_H
974| # include <sys/stat.h>
975| #endif
976| #ifdef STDC_HEADERS
977| # include <stdlib.h>
978| # include <stddef.h>
979| #else
980| # ifdef HAVE_STDLIB_H
981| #  include <stdlib.h>
982| # endif
983| #endif
984| #ifdef HAVE_STRING_H
985| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
986| #  include <memory.h>
987| # endif
988| # include <string.h>
989| #endif
990| #ifdef HAVE_STRINGS_H
991| # include <strings.h>
992| #endif
993| #ifdef HAVE_INTTYPES_H
994| # include <inttypes.h>
995| #endif
996| #ifdef HAVE_STDINT_H
997| # include <stdint.h>
998| #endif
999| #ifdef HAVE_UNISTD_H
1000| # include <unistd.h>
1001| #endif
1002| #include <linux/soundcard.h>
1003configure:21097: result: no
1004configure:21101: checking linux/soundcard.h presence
1005configure:21116: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1006conftest.c:33:29: error: linux/soundcard.h: No such file or directory
1007configure:21122: $? = 1
1008configure: failed program was:
1009| /* confdefs.h.  */
1010| #define PACKAGE_NAME "lame"
1011| #define PACKAGE_TARNAME "lame"
1012| #define PACKAGE_VERSION "3.98"
1013| #define PACKAGE_STRING "lame 3.98"
1014| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
1015| #define PACKAGE "lame"
1016| #define VERSION "3.98"
1017| #define STDC_HEADERS 1
1018| #define HAVE_SYS_TYPES_H 1
1019| #define HAVE_SYS_STAT_H 1
1020| #define HAVE_STDLIB_H 1
1021| #define HAVE_STRING_H 1
1022| #define HAVE_MEMORY_H 1
1023| #define HAVE_STRINGS_H 1
1024| #define HAVE_INTTYPES_H 1
1025| #define HAVE_STDINT_H 1
1026| #define HAVE_UNISTD_H 1
1027| #define HAVE_DLFCN_H 1
1028| #define PROTOTYPES 1
1029| #define __PROTOTYPES 1
1030| #define HAVE_STRING_H 1
1031| #define STDC_HEADERS 1
1032| #define HAVE_ERRNO_H 1
1033| #define HAVE_FCNTL_H 1
1034| #define HAVE_LIMITS_H 1
1035| #define HAVE_STDINT_H 1
1036| #define HAVE_STRING_H 1
1037| #define HAVE_SYS_TIME_H 1
1038| #define HAVE_UNISTD_H 1
1039| #define HAVE_XMMINTRIN_H 1
1040| /* end confdefs.h.  */
1041| #include <linux/soundcard.h>
1042configure:21136: result: no
1043configure:21169: checking for linux/soundcard.h
1044configure:21177: result: no
1045configure:21191: checking for an ANSI C-conforming const
1046configure:21266: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1047configure:21272: $? = 0
1048configure:21287: result: yes
1049configure:21297: checking for inline
1050configure:21323: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1051configure:21329: $? = 0
1052configure:21347: result: inline
1053configure:21367: checking whether byte ordering is bigendian
1054configure:21400: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1055configure:21406: $? = 0
1056configure:21438: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1057conftest.c: In function 'main':
1058conftest.c:40: error: 'not' undeclared (first use in this function)
1059conftest.c:40: error: (Each undeclared identifier is reported only once
1060conftest.c:40: error: for each function it appears in.)
1061conftest.c:40: error: syntax error before 'big'
1062lipo: can't figure out the architecture type of: /var/tmp//ccAjtu9f.out
1063configure:21444: $? = 1
1064configure: failed program was:
1065| /* confdefs.h.  */
1066| #define PACKAGE_NAME "lame"
1067| #define PACKAGE_TARNAME "lame"
1068| #define PACKAGE_VERSION "3.98"
1069| #define PACKAGE_STRING "lame 3.98"
1070| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
1071| #define PACKAGE "lame"
1072| #define VERSION "3.98"
1073| #define STDC_HEADERS 1
1074| #define HAVE_SYS_TYPES_H 1
1075| #define HAVE_SYS_STAT_H 1
1076| #define HAVE_STDLIB_H 1
1077| #define HAVE_STRING_H 1
1078| #define HAVE_MEMORY_H 1
1079| #define HAVE_STRINGS_H 1
1080| #define HAVE_INTTYPES_H 1
1081| #define HAVE_STDINT_H 1
1082| #define HAVE_UNISTD_H 1
1083| #define HAVE_DLFCN_H 1
1084| #define PROTOTYPES 1
1085| #define __PROTOTYPES 1
1086| #define HAVE_STRING_H 1
1087| #define STDC_HEADERS 1
1088| #define HAVE_ERRNO_H 1
1089| #define HAVE_FCNTL_H 1
1090| #define HAVE_LIMITS_H 1
1091| #define HAVE_STDINT_H 1
1092| #define HAVE_STRING_H 1
1093| #define HAVE_SYS_TIME_H 1
1094| #define HAVE_UNISTD_H 1
1095| #define HAVE_XMMINTRIN_H 1
1096| /* end confdefs.h.  */
1097| #include <sys/types.h>
1098| #include <sys/param.h>
1099|
1100| int
1101| main ()
1102| {
1103| #if BYTE_ORDER != BIG_ENDIAN
1104|  not big endian
1105| #endif
1106|
1107|   ;
1108|   return 0;
1109| }
1110configure:21584: result: no
1111configure:21612: checking for special C compiler options needed for large files
1112configure:21705: result: no
1113configure:21711: checking for _FILE_OFFSET_BITS value needed for large files
1114configure:21746: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1115configure:21752: $? = 0
1116configure:21820: result: no
1117configure:21956: checking for short
1118configure:21986: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1119configure:21992: $? = 0
1120configure:22007: result: yes
1121configure:22014: checking size of short
1122configure:22316: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1123configure:22319: $? = 0
1124configure:22325: ./conftest
1125configure:22328: $? = 0
1126configure:22351: result: 2
1127configure:22361: checking for unsigned short
1128configure:22391: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1129configure:22397: $? = 0
1130configure:22412: result: yes
1131configure:22419: checking size of unsigned short
1132configure:22721: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1133configure:22724: $? = 0
1134configure:22730: ./conftest
1135configure:22733: $? = 0
1136configure:22756: result: 2
1137configure:22766: checking for int
1138configure:22796: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1139configure:22802: $? = 0
1140configure:22817: result: yes
1141configure:22824: checking size of int
1142configure:23126: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1143configure:23129: $? = 0
1144configure:23135: ./conftest
1145configure:23138: $? = 0
1146configure:23161: result: 4
1147configure:23171: checking for unsigned int
1148configure:23201: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1149configure:23207: $? = 0
1150configure:23222: result: yes
1151configure:23229: checking size of unsigned int
1152configure:23531: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1153configure:23534: $? = 0
1154configure:23540: ./conftest
1155configure:23543: $? = 0
1156configure:23566: result: 4
1157configure:23576: checking for long
1158configure:23606: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1159configure:23612: $? = 0
1160configure:23627: result: yes
1161configure:23634: checking size of long
1162configure:23936: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1163configure:23939: $? = 0
1164configure:23945: ./conftest
1165configure:23948: $? = 0
1166configure:23971: result: 4
1167configure:23981: checking for unsigned long
1168configure:24011: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1169configure:24017: $? = 0
1170configure:24032: result: yes
1171configure:24039: checking size of unsigned long
1172configure:24341: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1173configure:24344: $? = 0
1174configure:24350: ./conftest
1175configure:24353: $? = 0
1176configure:24376: result: 4
1177configure:24386: checking for long long
1178configure:24416: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1179configure:24422: $? = 0
1180configure:24437: result: yes
1181configure:24444: checking size of long long
1182configure:24746: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1183configure:24749: $? = 0
1184configure:24755: ./conftest
1185configure:24758: $? = 0
1186configure:24781: result: 8
1187configure:24791: checking for unsigned long long
1188configure:24821: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1189configure:24827: $? = 0
1190configure:24842: result: yes
1191configure:24849: checking size of unsigned long long
1192configure:25151: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1193configure:25154: $? = 0
1194configure:25160: ./conftest
1195configure:25163: $? = 0
1196configure:25186: result: 8
1197configure:25196: checking for float
1198configure:25226: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1199configure:25232: $? = 0
1200configure:25247: result: yes
1201configure:25254: checking size of float
1202configure:25556: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1203configure:25559: $? = 0
1204configure:25565: ./conftest
1205configure:25568: $? = 0
1206configure:25591: result: 4
1207configure:25601: checking for double
1208configure:25631: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1209configure:25637: $? = 0
1210configure:25652: result: yes
1211configure:25659: checking size of double
1212configure:25961: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include -L/opt/local/lib -arch i386 -arch ppc conftest.c  >&5
1213configure:25964: $? = 0
1214configure:25970: ./conftest
1215configure:25973: $? = 0
1216configure:25996: result: 8
1217configure:26026: checking for long double with more range or precision than double
1218configure:26071: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1219configure:26077: $? = 0
1220configure:26092: result: yes
1221configure:26519: checking for uint8_t
1222configure:26549: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1223configure:26555: $? = 0
1224configure:26570: result: yes
1225configure:26580: checking for int8_t
1226configure:26610: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1227configure:26616: $? = 0
1228configure:26631: result: yes
1229configure:26641: checking for uint16_t
1230configure:26671: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1231configure:26677: $? = 0
1232configure:26692: result: yes
1233configure:26702: checking for int16_t
1234configure:26732: /usr/bin/gcc-4.0 -c -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/opt/local/include conftest.c >&5
1235configure:26738: $? = 0
1236configure:26753: result: yes