Ticket #25907: config.err

File config.err, 13.5 KB (added by yaseppochi (Stephen J. Turnbull), 14 years ago)
Line 
1# ./configure --prefix=/opt/local --enable-vp8 --enable-psnr --enable-postproc --enable-multithread --enable-runtime-cpu-detect --disable-install-docs
2Configuring selected codecs
3  enabling vp8_encoder
4  enabling vp8_decoder
5Configuring for target 'universal-darwin9-gcc'
6  enabling universal
7check_cflags -O3
8check_cc -O3
9BEGIN /tmp/vpx-conf-7115-8747.c
10    1   int x;
11END /tmp/vpx-conf-7115-8747.c
12/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
13check_cc
14BEGIN /tmp/vpx-conf-7115-8747.c
15    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
16END /tmp/vpx-conf-7115-8747.c
17/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
18check_header pthread.h
19check_cpp
20BEGIN /tmp/vpx-conf-7115-8747.c
21    1   #include "pthread.h"
22    2   int x;
23END /tmp/vpx-conf-7115-8747.c
24/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
25check_cflags -Wall
26check_cc -Wall
27BEGIN /tmp/vpx-conf-7115-8747.c
28    1   int x;
29END /tmp/vpx-conf-7115-8747.c
30/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
31check_cflags -Wdeclaration-after-statement
32check_cc -Wdeclaration-after-statement
33BEGIN /tmp/vpx-conf-7115-8747.c
34    1   int x;
35END /tmp/vpx-conf-7115-8747.c
36/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
37check_cflags -Wdisabled-optimization
38check_cc -Wdisabled-optimization
39BEGIN /tmp/vpx-conf-7115-8747.c
40    1   int x;
41END /tmp/vpx-conf-7115-8747.c
42/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
43check_cflags -Wpointer-arith
44check_cc -Wpointer-arith
45BEGIN /tmp/vpx-conf-7115-8747.c
46    1   int x;
47END /tmp/vpx-conf-7115-8747.c
48/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
49check_cflags -Wtype-limits
50check_cc -Wtype-limits
51BEGIN /tmp/vpx-conf-7115-8747.c
52    1   int x;
53END /tmp/vpx-conf-7115-8747.c
54/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
55cc1: error: unrecognized command line option "-Wtype-limits"
56check_cflags -Wcast-qual
57check_cc -Wcast-qual
58BEGIN /tmp/vpx-conf-7115-8747.c
59    1   int x;
60END /tmp/vpx-conf-7115-8747.c
61/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
62check_cflags -Wno-unused
63check_cc -Wno-unused
64BEGIN /tmp/vpx-conf-7115-8747.c
65    1   int x;
66END /tmp/vpx-conf-7115-8747.c
67/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
68  enabling postproc
69check_header stdio.h
70check_cpp
71BEGIN /tmp/vpx-conf-7115-8747.c
72    1   #include "stdio.h"
73    2   int x;
74END /tmp/vpx-conf-7115-8747.c
75/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
76check_ld
77check_cc
78BEGIN /tmp/vpx-conf-7115-8747.c
79    1   int main(void) {return 0;}
80END /tmp/vpx-conf-7115-8747.c
81/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
82/usr/bin/gcc-4.0 -L/opt/local/lib -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -o /tmp/vpx-conf-7115-12093.x /tmp/vpx-conf-7115-9880.o -lpthread
83check_header stdint.h
84check_cpp
85BEGIN /tmp/vpx-conf-7115-8747.c
86    1   #include "stdint.h"
87    2   int x;
88END /tmp/vpx-conf-7115-8747.c
89/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
90check_header pthread.h
91check_cpp
92BEGIN /tmp/vpx-conf-7115-8747.c
93    1   #include "pthread.h"
94    2   int x;
95END /tmp/vpx-conf-7115-8747.c
96/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
97check_header sys/mman.h
98check_cpp
99BEGIN /tmp/vpx-conf-7115-8747.c
100    1   #include "sys/mman.h"
101    2   int x;
102END /tmp/vpx-conf-7115-8747.c
103/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
104check_header vpx/vpx_integer.h -I/opt/local/var/macports/build/_Users_steve_src_MacPorts_dports_multimedia_libvpx/work/libvpx-0.9.1
105check_cpp -I/opt/local/var/macports/build/_Users_steve_src_MacPorts_dports_multimedia_libvpx/work/libvpx-0.9.1
106BEGIN /tmp/vpx-conf-7115-8747.c
107    1   #include "vpx/vpx_integer.h"
108    2   int x;
109END /tmp/vpx-conf-7115-8747.c
110/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -I/opt/local/var/macports/build/_Users_steve_src_MacPorts_dports_multimedia_libvpx/work/libvpx-0.9.1 -E -o /tmp/vpx-conf-7115-9880.o /tmp/vpx-conf-7115-8747.c
111# ./configure --child --prefix=/opt/local --enable-vp8 --enable-psnr --enable-postproc --enable-multithread --enable-runtime-cpu-detect --disable-install-docs
112Configuring selected codecs
113  enabling vp8_encoder
114  enabling vp8_decoder
115  enabling ppc32
116  enabling altivec
117check_cflags -O3
118check_cc -O3
119BEGIN /tmp/vpx-conf-7294-17512.c
120    1   int x;
121END /tmp/vpx-conf-7294-17512.c
122/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -O3 -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
123cc1: error: invalid option 'altivec'
124lipo: can't figure out the architecture type of: /var/tmp//ccchAZW5.out
125check_cc
126BEGIN /tmp/vpx-conf-7294-17512.c
127    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
128END /tmp/vpx-conf-7294-17512.c
129/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
130cc1: error: invalid option 'altivec'
131lipo: can't figure out the architecture type of: /var/tmp//ccJoG7Pq.out
132check_header pthread.h
133check_cpp
134BEGIN /tmp/vpx-conf-7294-17512.c
135    1   #include "pthread.h"
136    2   int x;
137END /tmp/vpx-conf-7294-17512.c
138/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -E -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
139gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
140check_cflags -Wall
141check_cc -Wall
142BEGIN /tmp/vpx-conf-7294-17512.c
143    1   int x;
144END /tmp/vpx-conf-7294-17512.c
145/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wall -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
146cc1: error: invalid option 'altivec'
147lipo: can't figure out the architecture type of: /var/tmp//cczPl8XV.out
148check_cflags -Wdeclaration-after-statement
149check_cc -Wdeclaration-after-statement
150BEGIN /tmp/vpx-conf-7294-17512.c
151    1   int x;
152END /tmp/vpx-conf-7294-17512.c
153/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wdeclaration-after-statement -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
154cc1: error: invalid option 'altivec'
155lipo: can't figure out the architecture type of: /var/tmp//ccN5Zo4j.out
156check_cflags -Wdisabled-optimization
157check_cc -Wdisabled-optimization
158BEGIN /tmp/vpx-conf-7294-17512.c
159    1   int x;
160END /tmp/vpx-conf-7294-17512.c
161/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wdisabled-optimization -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
162cc1: error: invalid option 'altivec'
163lipo: can't figure out the architecture type of: /var/tmp//ccmOSXLU.out
164check_cflags -Wpointer-arith
165check_cc -Wpointer-arith
166BEGIN /tmp/vpx-conf-7294-17512.c
167    1   int x;
168END /tmp/vpx-conf-7294-17512.c
169/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wpointer-arith -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
170cc1: error: invalid option 'altivec'
171lipo: can't figure out the architecture type of: /var/tmp//ccDa5XXC.out
172check_cflags -Wtype-limits
173check_cc -Wtype-limits
174BEGIN /tmp/vpx-conf-7294-17512.c
175    1   int x;
176END /tmp/vpx-conf-7294-17512.c
177/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wtype-limits -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
178cc1: error: invalid option 'altivec'
179cc1: error: unrecognized command line option "-Wtype-limits"
180cc1: error: unrecognized command line option "-Wtype-limits"
181lipo: can't figure out the architecture type of: /var/tmp//ccb6h7kZ.out
182check_cflags -Wcast-qual
183check_cc -Wcast-qual
184BEGIN /tmp/vpx-conf-7294-17512.c
185    1   int x;
186END /tmp/vpx-conf-7294-17512.c
187/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wcast-qual -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
188cc1: error: invalid option 'altivec'
189lipo: can't figure out the architecture type of: /var/tmp//ccGGeqK2.out
190check_cflags -Wno-unused
191check_cc -Wno-unused
192BEGIN /tmp/vpx-conf-7294-17512.c
193    1   int x;
194END /tmp/vpx-conf-7294-17512.c
195/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -Wno-unused -c -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
196cc1: error: invalid option 'altivec'
197lipo: can't figure out the architecture type of: /var/tmp//ccKBBgoa.out
198  enabling postproc
199check_header stdio.h
200check_cpp
201BEGIN /tmp/vpx-conf-7294-17512.c
202    1   #include "stdio.h"
203    2   int x;
204END /tmp/vpx-conf-7294-17512.c
205/usr/bin/gcc-4.0 -O2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -maltivec -faltivec -arch ppc -m32 -fasm-blocks -E -o /tmp/vpx-conf-7294-122.o /tmp/vpx-conf-7294-17512.c
206gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags