Ticket #15752: config.log

File config.log, 35.3 KB (added by vaneijck@…, 16 years ago)

config.log from the macports tree: firefox-x11 (mozilla subdir)

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:964: checking host system type
5configure:985: checking target system type
6configure:1003: checking build system type
7configure:1078: checking for gawk
8configure:1176: checking for nsinstall
9configure:2232: checking for gcc
10configure:2345: checking whether the C compiler (/usr/bin/gcc-4.0 -O2 -L/opt/local/lib) works
11configure:2361: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  1>&5
12configure:2387: checking whether the C compiler (/usr/bin/gcc-4.0 -O2 -L/opt/local/lib) is a cross-compiler
13configure:2392: checking whether we are using GNU C
14configure:2401: /usr/bin/gcc-4.0 -E conftest.c
15configure:2420: checking whether /usr/bin/gcc-4.0 accepts -g
16configure:2456: checking for c++
17configure:2488: checking whether the C++ compiler (/usr/bin/g++-4.0 -O2 -L/opt/local/lib) works
18configure:2504: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.C  1>&5
19configure:2530: checking whether the C++ compiler (/usr/bin/g++-4.0 -O2 -L/opt/local/lib) is a cross-compiler
20configure:2535: checking whether we are using GNU C++
21configure:2544: /usr/bin/g++-4.0 -E conftest.C
22configure:2563: checking whether /usr/bin/g++-4.0 accepts -g
23configure:2612: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c 1>&5
24configure:2629: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c 1>&5
25configure: In function 'main':
26configure:2625: warning: incompatible implicit declaration of built-in function 'exit'
27configure:2648: checking for ranlib
28configure:2680: checking for as
29configure:2721: checking for ar
30configure:2756: checking for ld
31configure:2791: checking for strip
32configure:2826: checking for windres
33configure:3248: checking whether /usr/bin/gcc-4.0 and cc understand -c and -o together
34configure:3263: /usr/bin/gcc-4.0 -c conftest.c -o conftest.o 1>&5
35configure:3264: /usr/bin/gcc-4.0 -c conftest.c -o conftest.o 1>&5
36configure:3269: cc -c conftest.c 1>&5
37configure:3271: cc -c conftest.c -o conftest.o 1>&5
38configure:3272: cc -c conftest.c -o conftest.o 1>&5
39configure:3308: checking how to run the C preprocessor
40configure:3388: checking how to run the C++ preprocessor
41configure:3406: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.C >/dev/null 2>conftest.out
42configure:3453: checking for a BSD compatible install
43configure:3506: checking whether ln -s works
44configure:3531: checking for perl5
45configure:3531: checking for perl
46configure:3571: checking for minimum required perl version >= 5.004
47configure:3581: checking for full perl installation
48configure:3594: checking for doxygen
49configure:3630: checking for whoami
50configure:3666: checking for autoconf
51configure:3702: checking for unzip
52configure:3740: checking for zip
53configure:3781: checking for makedepend
54configure:3816: checking for xargs
55configure:3879: checking for pbbuild
56configure:3879: checking for xcodebuild
57configure:3929: checking for sdp
58configure:4145: checking for gmake
59configure:4213: checking for X
60configure:4280: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
61configure:4356: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXt  1>&5
62ld: library not found for -lXt
63collect2: ld returned 1 exit status
64configure: failed program was:
65#line 4349 "configure"
66#include "confdefs.h"
67
68int main() {
69XtMalloc()
70; return 0; }
71configure:5489: checking whether ld has archive extraction flags
72configure:5513: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5
73ld: unknown option: --whole-archive
74collect2: ld returned 1 exit status
75configure: failed program was:
76#line 5506 "configure"
77#include "confdefs.h"
78
79int main() {
80
81; return 0; }
82configure:5513: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -Wl,-z -Wl,allextract conftest.c -Wl,-z -Wl,defaultextract 1>&5
83ld: unknown option: -z
84collect2: ld returned 1 exit status
85configure: failed program was:
86#line 5506 "configure"
87#include "confdefs.h"
88
89int main() {
90
91; return 0; }
92configure:5513: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -Wl,-all conftest.c -Wl,-none 1>&5
93ld: unknown option: -all
94collect2: ld returned 1 exit status
95configure: failed program was:
96#line 5506 "configure"
97#include "confdefs.h"
98
99int main() {
100
101; return 0; }
102configure:5546: checking that static assertion macros used in autoconf tests work
103configure:5567: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c 1>&5
104configure:5584: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c 1>&5
105configure: In function 'main':
106configure:5585: error: size of array 'static_assert_line_5584' is negative
107configure: failed program was:
108#line 5577 "configure"
109#include "confdefs.h"
110
111#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
112#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
113#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
114
115int main() {
116CONFIGURE_STATIC_ASSERT(0)
117; return 0; }
118configure:5607: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include conftest.C 1>&5
119configure:5624: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include conftest.C 1>&5
120configure: In function 'int main()':
121configure:5624: error: size of array 'static_assert_line_5624' is negative
122configure: failed program was:
123#line 5617 "configure"
124#include "confdefs.h"
125
126#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
127#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
128#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
129
130int main() {
131CONFIGURE_STATIC_ASSERT(0)
132; return 0; }
133configure:5659: checking for 64-bit OS
134configure:5668: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c 1>&5
135configure: In function 'main':
136configure:5669: error: size of array 'static_assert_line_5668' is negative
137configure: failed program was:
138#line 5661 "configure"
139#include "confdefs.h"
140
141#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
142#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
143#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
144
145int main() {
146CONFIGURE_STATIC_ASSERT(sizeof(long) == 8)
147; return 0; }
148configure:6046: checking for -dead_strip option to ld
149configure:6057: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib -Wl,-dead_strip conftest.C  1>&5
150configure:7129: checking for ANSI C header files
151configure:7142: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
152configure:7209: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib conftest.c  1>&5
153configure: In function 'main':
154configure:7204: warning: incompatible implicit declaration of built-in function 'exit'
155configure:7233: checking for working const
156configure:7287: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
157configure:7308: checking for mode_t
158configure:7341: checking for off_t
159configure:7374: checking for pid_t
160configure:7407: checking for size_t
161configure:7440: checking for st_blksize in struct stat
162configure:7453: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
163configure:7474: checking for siginfo_t
164configure:7487: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
165configure:7521: checking for int16_t
166configure:7534: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
167configure:7556: checking for int32_t
168configure:7569: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
169configure:7591: checking for int64_t
170configure:7604: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
171configure:7626: checking for int64
172configure:7639: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
173configure: In function 'main':
174configure:7635: error: 'int64' undeclared (first use in this function)
175configure:7635: error: (Each undeclared identifier is reported only once
176configure:7635: error: for each function it appears in.)
177configure:7635: error: syntax error before 'foo'
178configure: failed program was:
179#line 7631 "configure"
180#include "confdefs.h"
181#include <stdio.h>
182                  #include <sys/types.h>
183int main() {
184int64 foo = 0;
185; return 0; }
186configure:7661: checking for uint
187configure:7674: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
188configure:7696: checking for uint_t
189configure:7709: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
190configure: In function 'main':
191configure:7705: error: 'uint_t' undeclared (first use in this function)
192configure:7705: error: (Each undeclared identifier is reported only once
193configure:7705: error: for each function it appears in.)
194configure:7705: error: syntax error before 'foo'
195configure: failed program was:
196#line 7701 "configure"
197#include "confdefs.h"
198#include <stdio.h>
199                  #include <sys/types.h>
200int main() {
201uint_t foo = 0;
202; return 0; }
203configure:7731: checking for uint16_t
204configure:7744: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
205configure: In function 'main':
206configure:7740: error: 'uint16_t' undeclared (first use in this function)
207configure:7740: error: (Each undeclared identifier is reported only once
208configure:7740: error: for each function it appears in.)
209configure:7740: error: syntax error before 'foo'
210configure: failed program was:
211#line 7736 "configure"
212#include "confdefs.h"
213#include <stdio.h>
214                  #include <sys/types.h>
215int main() {
216uint16_t foo = 0;
217; return 0; }
218configure:7775: checking for uname.domainname
219configure:7788: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.C 1>&5
220configure: In function 'int main()':
221configure:7784: error: 'struct utsname' has no member named 'domainname'
222configure: failed program was:
223#line 7780 "configure"
224#include "confdefs.h"
225#include <sys/utsname.h>
226int main() {
227 struct utsname *res; char *domain;
228            (void)uname(res);  if (res != 0) { domain = res->domainname; }
229; return 0; }
230configure:7812: checking for uname.__domainname
231configure:7825: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.C 1>&5
232configure: In function 'int main()':
233configure:7821: error: 'struct utsname' has no member named '__domainname'
234configure: failed program was:
235#line 7817 "configure"
236#include "confdefs.h"
237#include <sys/utsname.h>
238int main() {
239 struct utsname *res; char *domain;
240            (void)uname(res);  if (res != 0) { domain = res->__domainname; }
241; return 0; }
242configure:7858: checking for usable wchar_t (2 bytes, unsigned)
243configure:7872: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
244configure: In function 'main':
245configure:7871: error: size of array 'static_assert_line_7871' is negative
246configure:7873: error: size of array 'static_assert_line_7872' is negative
247configure: failed program was:
248#line 7863 "configure"
249#include "confdefs.h"
250#include <stddef.h>
251                     
252#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
253#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
254#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
255
256int main() {
257CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2);
258                     CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0)
259; return 0; }
260configure:7905: checking for compiler -fshort-wchar option
261configure:7919: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -I/opt/local/include conftest.C 1>&5
262configure:7953: checking for visibility(hidden) attribute
263configure:7978: checking for visibility(default) attribute
264configure:8003: checking for visibility pragma support
265configure:8104: checking for dirent.h that defines DIR
266configure:8117: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include conftest.c 1>&5
267configure:8142: checking for opendir in -ldir
268configure:8161: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib conftest.c -ldir   1>&5
269ld: library not found for -ldir
270collect2: ld returned 1 exit status
271configure: failed program was:
272#line 8150 "configure"
273#include "confdefs.h"
274/* Override any gcc2 internal prototype to avoid an error.  */
275/* We use char because int might match the return type of a gcc2
276    builtin and then its argument prototype would still apply.  */
277char opendir();
278
279int main() {
280opendir()
281; return 0; }
282configure:8234: checking for sys/byteorder.h
283configure:8244: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
284configure:8240:27: error: sys/byteorder.h: No such file or directory
285configure: failed program was:
286#line 8239 "configure"
287#include "confdefs.h"
288#include <sys/byteorder.h>
289configure:8234: checking for compat.h
290configure:8244: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
291configure:8240:20: error: compat.h: No such file or directory
292configure: failed program was:
293#line 8239 "configure"
294#include "confdefs.h"
295#include <compat.h>
296configure:8234: checking for getopt.h
297configure:8244: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
298configure:8274: checking for sys/bitypes.h
299configure:8284: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
300configure:8280:25: error: sys/bitypes.h: No such file or directory
301configure: failed program was:
302#line 8279 "configure"
303#include "confdefs.h"
304#include <sys/bitypes.h>
305configure:8274: checking for memory.h
306configure:8284: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
307configure:8274: checking for unistd.h
308configure:8284: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
309configure:8314: checking for gnu/libc-version.h
310configure:8324: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
311configure:8320:30: error: gnu/libc-version.h: No such file or directory
312configure: failed program was:
313#line 8319 "configure"
314#include "confdefs.h"
315#include <gnu/libc-version.h>
316configure:8314: checking for nl_types.h
317configure:8324: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
318configure:8354: checking for malloc.h
319configure:8364: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
320configure:8360:20: error: malloc.h: No such file or directory
321configure: failed program was:
322#line 8359 "configure"
323#include "confdefs.h"
324#include <malloc.h>
325configure:8394: checking for X11/XKBlib.h
326configure:8404: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
327configure:8435: checking for sys/statvfs.h
328configure:8445: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
329configure:8435: checking for sys/statfs.h
330configure:8445: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
331configure:8441:24: error: sys/statfs.h: No such file or directory
332configure: failed program was:
333#line 8440 "configure"
334#include "confdefs.h"
335#include <sys/statfs.h>
336configure:8435: checking for sys/vfs.h
337configure:8445: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
338configure:8441:21: error: sys/vfs.h: No such file or directory
339configure: failed program was:
340#line 8440 "configure"
341#include "confdefs.h"
342#include <sys/vfs.h>
343configure:8435: checking for sys/mount.h
344configure:8445: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
345configure:8476: checking for mmintrin.h
346configure:8486: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
347configure:8523: checking for new
348configure:8533: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.C >/dev/null 2>conftest.out
349configure:8574: checking for sys/cdefs.h
350configure:8584: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c >/dev/null 2>conftest.out
351configure:8618: checking for gethostbyname_r in -lc_r
352configure:8637: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib conftest.c -lc_r   1>&5
353ld: library not found for -lc_r
354collect2: ld returned 1 exit status
355configure: failed program was:
356#line 8626 "configure"
357#include "confdefs.h"
358/* Override any gcc2 internal prototype to avoid an error.  */
359/* We use char because int might match the return type of a gcc2
360    builtin and then its argument prototype would still apply.  */
361char gethostbyname_r();
362
363int main() {
364gethostbyname_r()
365; return 0; }
366configure:8667: checking for atan in -lm
367configure:8686: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib conftest.c -lm   1>&5
368configure:8679: warning: conflicting types for built-in function 'atan'
369configure:8901: checking for socket in -lsocket
370configure:8920: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -L/opt/local/lib conftest.c -lsocket  -lm  1>&5
371ld: library not found for -lsocket
372collect2: ld returned 1 exit status
373configure: failed program was:
374#line 8909 "configure"
375#include "confdefs.h"
376/* Override any gcc2 internal prototype to avoid an error.  */
377/* We use char because int might match the return type of a gcc2
378    builtin and then its argument prototype would still apply.  */
379char socket();
380
381int main() {
382socket()
383; return 0; }
384configure:9664: checking for pthread_create in -lpthreads
385/usr/bin/gcc-4.0 -o dummy dummy.c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -lpthreads -L/opt/local/lib -lm
386dummy.c: In function 'main':
387dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
388ld: library not found for -lpthreads
389collect2: ld returned 1 exit status
390configure:9686: checking for pthread_create in -lpthread
391/usr/bin/gcc-4.0 -o dummy dummy.c -O2 -fpascal-strings -no-cpp-precomp -fno-common -I/opt/local/include -lpthread -L/opt/local/lib -lm
392dummy.c: In function 'main':
393dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
394configure:9786: checking whether /usr/bin/gcc-4.0 accepts -pthread
395configure:9904: checking whether mmap() sees write()s
396configure:9947: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
397configure:9972: checking whether /usr/bin/gcc-4.0 needs -traditional
398configure:9997:20: error: termio.h: No such file or directory
399configure:10018: checking for 8-bit clean memcmp
400configure:10036: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
401configure: In function 'main':
402configure:10031: warning: incompatible implicit declaration of built-in function 'exit'
403configure:10056: checking for random
404configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
405configure:10056: checking for strerror
406configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
407configure:10056: checking for lchown
408configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
409configure:10056: checking for fchmod
410configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
411configure:10056: checking for snprintf
412configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
413configure:10068: warning: conflicting types for built-in function 'snprintf'
414configure:10056: checking for statvfs
415configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
416configure:10056: checking for memmove
417configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
418configure:10068: warning: conflicting types for built-in function 'memmove'
419configure:10056: checking for rint
420configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
421configure:10068: warning: conflicting types for built-in function 'rint'
422configure:10056: checking for stat64
423configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
424configure:10056: checking for lstat64
425configure:10084: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
426configure:10111: checking for flockfile
427configure:10139: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
428configure:10111: checking for getpagesize
429configure:10139: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
430configure:10168: checking for localtime_r
431configure:10196: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
432configure:10168: checking for strtok_r
433configure:10196: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
434configure:10232: checking for wcrtomb
435configure:10244: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
436configure:10264: checking for mbrtowc
437configure:10276: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
438configure:10305: checking for res_ninit()
439configure:10322: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
440Undefined symbols:
441  "_res_9_ninit", referenced from:
442      _main in ccXpuesj.o
443ld: symbol(s) not found
444collect2: ld returned 1 exit status
445configure: failed program was:
446#line 10310 "configure"
447#include "confdefs.h"
448
449        #ifdef linux
450        #define _BSD_SOURCE 1
451        #endif
452        #include <resolv.h>
453       
454int main() {
455int foo = res_ninit(&_res);
456; return 0; }
457configure:10352: checking for gnu_get_libc_version()
458configure:10368: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
459configure: In function 'int main()':
460configure:10364: error: 'gnu_get_libc_version' was not declared in this scope
461configure: failed program was:
462#line 10357 "configure"
463#include "confdefs.h"
464
465        #ifdef HAVE_GNU_LIBC_VERSION_H
466        #include <gnu/libc-version.h>
467        #endif
468       
469int main() {
470const char *glibc_version = gnu_get_libc_version();
471; return 0; }
472configure:10620: checking for nl_langinfo and CODESET
473configure:10632: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
474configure:10664: checking for an implementation of va_copy()
475configure:10688: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
476configure: In function 'f':
477configure:10682: warning: incompatible implicit declaration of built-in function 'exit'
478configure:10705: checking for an implementation of __va_copy()
479configure:10729: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
480configure: In function 'f':
481configure:10723: warning: incompatible implicit declaration of built-in function 'exit'
482configure:10746: checking whether va_lists can be copied by value
483configure:10770: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib conftest.c -lm  1>&5
484configure: In function 'f':
485configure:10764: warning: incompatible implicit declaration of built-in function 'exit'
486configure:10869: checking for C++ exceptions flag
487configure:10904: checking for gcc 3.0 ABI
488configure:10922: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
489configure:10946: checking for C++ "explicit" keyword
490configure:10961: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
491configure:10982: checking for C++ "typename" keyword
492configure:11006: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
493configure:11027: checking for modern C++ template specialization syntax support
494configure:11042: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
495configure:11064: checking whether partial template specialization works
496configure:11077: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
497configure:11098: checking whether operators must be re-defined for templates derived from templates
498configure:11115: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
499configure:11137: checking whether we need to cast a derived template to pass as its base class
500configure:11151: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
501configure:11172: checking whether the compiler can resolve const ambiguities for templates
502configure:11198: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
503configure:11220: checking whether the C++ "using" keyword can change access
504configure:11233: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
505configure:11244: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
506configure: In function 'int main()':
507configure:11237: error: 'int A::foo()' is inaccessible
508configure:11240: error: within this context
509configure: failed program was:
510#line 11236 "configure"
511#include "confdefs.h"
512class A { public: int foo() { return 1; } };
513                       class B : public A { private: using A::foo; };
514int main() {
515B b; return b.foo();
516; return 0; }
517configure:11272: checking whether the C++ "using" keyword resolves ambiguity
518configure:11293: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
519configure:11314: checking for "std::" namespace
520configure:11326: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
521configure:11347: checking whether standard template operator!=() is ambiguous
522configure:11362: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
523configure:11384: checking for C++ reinterpret_cast
524configure:11397: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
525configure:11418: checking for C++ dynamic_cast to void*
526configure:11442: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
527configure:11466: checking whether C++ requires implementation of unused virtual methods
528configure:11478: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
529configure:11501: checking for trouble comparing to zero near std::operator!=()
530configure:11517: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include conftest.C 1>&5
531configure:11549: checking for LC_MESSAGES
532configure:11561: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include conftest.c 1>&5
533configure:11642: checking for nspr-config
534configure:11677: checking for NSPR - version >= 4.0.0 (skipping)
535configure:11887: checking for jpeg_destroy_compress in -ljpeg
536configure:11906: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -ljpeg  -lm  1>&5
537configure:11949: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -ljpeg  -lm  1>&5
538configure: In function 'main':
539configure:11941: warning: incompatible implicit declaration of built-in function 'exit'
540configure:11990: checking for gzread in -lz
541configure:12009: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -lz  -lm  1>&5
542configure:12058: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -lz  -lm  1>&5
543configure: In function 'main':
544configure:12048: warning: incompatible implicit declaration of built-in function 'exit'
545configure:12101: checking for png_get_valid in -lpng
546configure:12120: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib -lz  -lz -L/opt/local/lib conftest.c -lpng  -lm  1>&5
547configure:12162: /usr/bin/gcc-4.0 -o conftest -I/opt/local/include -I/opt/local/include -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include -L/opt/local/lib -L/opt/local/lib -lz  -lz -L/opt/local/lib conftest.c -lpng  -lm  1>&5
548configure: In function 'main':
549configure:12154: warning: incompatible implicit declaration of built-in function 'exit'
550configure:12645: checking for pkg-config
551configure:12689: checking for gtk+-2.0 >= 1.3.7
552configure:12696: checking MOZ_GTK2_CFLAGS
553configure:12701: checking MOZ_GTK2_LIBS
554configure:13556: checking for xft
555configure:13563: checking MOZ_XFT_CFLAGS
556configure:13568: checking MOZ_XFT_LIBS
557configure:13647: checking for pango >= 1.1.0
558configure:13654: checking _PANGOCHK_CFLAGS
559configure:13659: checking _PANGOCHK_LIBS
560configure:13843: checking for XpGetPrinterList in -lXp
561configure:13862: /usr/bin/gcc-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -I/opt/local/include  -L/opt/local/lib conftest.c -lXp   -lm  1>&5
562ld: library not found for -lXp
563collect2: ld returned 1 exit status
564configure: failed program was:
565#line 13851 "configure"
566#include "confdefs.h"
567/* Override any gcc2 internal prototype to avoid an error.  */
568/* We use char because int might match the return type of a gcc2
569    builtin and then its argument prototype would still apply.  */
570char XpGetPrinterList();
571
572int main() {
573XpGetPrinterList()
574; return 0; }
575configure:13979: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0
576configure:13986: checking MOZ_GNOMEVFS_CFLAGS
577configure:13991: checking MOZ_GNOMEVFS_LIBS
578configure:14086: checking for gconf-2.0 >= 1.2.1
579configure:14093: checking MOZ_GCONF_CFLAGS
580configure:14098: checking MOZ_GCONF_LIBS
581configure:14189: checking for libgnome-2.0 >= 2.0
582configure:14323: checking for libgnomeui-2.0 >= 2.2.0
583configure:15721: checking for valid optimization flags
584configure:15732: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -O2 -I/opt/local/include conftest.c 1>&5
585configure:16343: checking for __cxa_demangle
586configure:16374: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
587configure:16512: checking for gcc -pipe support
588dummy-hello.c: In function 'main':
589dummy-hello.c:2: error: missing terminating " character
590dummy-hello.c:3: error: missing terminating " character
591dummy-hello.c:3: error: syntax error at end of input
592configure:16534: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -pipe -I/opt/local/include conftest.c 1>&5
593configure:16576: checking whether compiler supports -Wno-long-long
594configure:16585: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -pipe -Wno-long-long -I/opt/local/include conftest.c 1>&5
595configure:16606: checking whether C compiler supports -fprofile-generate
596configure:16615: /usr/bin/gcc-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -pipe -fprofile-generate -I/opt/local/include conftest.c 1>&5
597configure:16722: checking for correct temporary object destruction order
598configure:16747: /usr/bin/g++-4.0 -o conftest -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -pipe -I/opt/local/include -L/opt/local/lib conftest.C -lm  1>&5
599configure:16768: checking for correct overload resolution with const and templates
600configure:16803: /usr/bin/g++-4.0 -c -O2 -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -pthread -pipe  -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -I/opt/local/include conftest.C 1>&5
601configure: In function 'int main()':
602configure:16798: warning: 'bar' is used uninitialized in this function
603configure:17139: checking for libIDL-2.0 >= 0.8.0
604configure:17146: checking LIBIDL_CFLAGS
605configure:17151: checking LIBIDL_LIBS
606configure:18535: checking for glib-2.0 >= 1.3.7
607configure:18542: checking GLIB_CFLAGS
608configure:18547: checking GLIB_LIBS
609configure:19293: checking for cairo >= 0.3.0
610configure:19300: checking CAIRO_CFLAGS
611configure:19305: checking CAIRO_LIBS
612configure:19976: /usr/bin/gcc-4.0 -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O2 -fpascal-strings -no-cpp-precomp -fno-common -pthread -pipe  -I/opt/local/include conftest.c 1>&5
613configure: In function 'main':
614configure:19970: warning: implicit declaration of function 'exit'
615configure:19970: warning: incompatible implicit declaration of built-in function 'exit'