Ticket #2458: gcclog.txt

File gcclog.txt, 245.2 KB (added by mt, 6 months ago)

gcc build log

Line 
1
2Welcome to the Haiku shell.
3
4~> mkdir gcc-obj
5~> cd gcc-obj
6~/gcc-obj> CFLAGS="-O2" CXXFLAGS="-O2" ../gcc/configure --prefix=/boot/develop/t
7ools/gnupro  --disable-nls --enable-shared=yes --enable-languages=c,c++
8creating cache ./config.cache
9checking host system type... i586-pc-haiku
10checking target system type... i586-pc-haiku
11checking build system type... i586-pc-haiku
12checking for a BSD compatible install... /bin/install -c
13checking whether ln works... no, using cp
14checking whether ln -s works... yes
15checking for gcc... gcc
16checking whether the C compiler (gcc -O2 ) works... yes
17checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
18checking whether we are using GNU C... yes
19checking whether gcc accepts -g... yes
20checking for gnatbind... no
21checking whether compiler driver understands Ada... no
22checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f
232
24checking for correct version of gmp.h... no
25*** This configuration is not supported in the following subdirectories:
26     target-libmudflap target-libiberty
27    (Any other directories should still work fine.)
28checking for bison... bison -y
29checking for bison... bison
30checking for gm4... no
31checking for gnum4... no
32checking for m4... m4
33checking for flex... flex
34checking for flex... flex
35checking for makeinfo... makeinfo
36checking for expect... no
37checking for runtest... no
38checking for i586-pc-haiku-ar... no
39checking for ar... ar
40checking for i586-pc-haiku-as... no
41checking for as... as
42checking for i586-pc-haiku-dlltool... no
43checking for dlltool... no
44checking for i586-pc-haiku-ld... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld
45checking for i586-pc-haiku-lipo... no
46checking for lipo... no
47checking for i586-pc-haiku-nm... no
48checking for nm... nm
49checking for i586-pc-haiku-ranlib... no
50checking for ranlib... ranlib
51checking for i586-pc-haiku-strip... no
52checking for strip... strip
53checking for i586-pc-haiku-windres... no
54checking for windres... no
55checking for i586-pc-haiku-objcopy... no
56checking for objcopy... objcopy
57checking for i586-pc-haiku-objdump... no
58checking for objdump... objdump
59checking for i586-pc-haiku-ar... no
60checking for ar... ar
61checking for i586-pc-haiku-as... no
62checking for as... as
63checking for i586-pc-haiku-cc... no
64checking for cc... cc
65checking for i586-pc-haiku-c++... no
66checking for c++... c++
67checking for i586-pc-haiku-dlltool... no
68checking for dlltool... no
69checking for i586-pc-haiku-gcc... i586-pc-haiku-gcc
70checking for i586-pc-haiku-gcj... no
71checking for gcj... no
72checking for i586-pc-haiku-gfortran... no
73checking for gfortran... no
74checking for i586-pc-haiku-ld... no
75checking for ld... ld
76checking for i586-pc-haiku-lipo... no
77checking for lipo... no
78checking for i586-pc-haiku-nm... no
79checking for nm... nm
80checking for i586-pc-haiku-objdump... no
81checking for objdump... objdump
82checking for i586-pc-haiku-ranlib... no
83checking for ranlib... ranlib
84checking for i586-pc-haiku-strip... no
85checking for strip... strip
86checking for i586-pc-haiku-windres... no
87checking for windres... no
88checking where to find the target ar... host tool
89checking where to find the target as... host tool
90checking where to find the target cc... just compiled
91checking where to find the target c++... just compiled
92checking where to find the target c++ for libstdc++... just compiled
93checking where to find the target dlltool... host tool
94checking where to find the target gcc... just compiled
95checking where to find the target gcj... host tool
96checking where to find the target gfortran... host tool
97checking where to find the target ld... host tool
98checking where to find the target lipo... host tool
99checking where to find the target nm... host tool
100checking where to find the target objdump... host tool
101checking where to find the target ranlib... host tool
102checking where to find the target strip... host tool
103checking where to find the target windres... host tool
104checking whether to enable maintainer-specific portions of Makefiles... no
105checking if symbolic links between directories work... yes
106updating cache ./config.cache
107creating ./config.status
108creating Makefile
109~/gcc-obj> make bootstrap
110mkdir -p -- build-i586-pc-haiku/libiberty
111Configuring in build-i586-pc-haiku/libiberty
112configure: creating cache ../config.cache
113checking whether to enable maintainer-specific portions of Makefiles... no
114checking for makeinfo... /boot/home/gcc/missing makeinfo
115configure: WARNING:
116*** Makeinfo is missing. Info documentation will not be built.
117checking for perl... perl
118checking build system type... i586-pc-haiku
119checking host system type... i586-pc-haiku
120checking for i586-pc-haiku-ar... no
121checking for ar... ar
122checking for i586-pc-haiku-ranlib... no
123checking for ranlib... ranlib
124checking for i586-pc-haiku-gcc... gcc
125checking for C compiler default output file name... conftest
126checking whether the C compiler works... yes
127checking whether we are cross compiling... no
128checking for suffix of executables...
129checking for suffix of object files... o
130checking whether we are using the GNU C compiler... yes
131checking whether gcc accepts -g... yes
132checking for gcc option to accept ANSI C... none needed
133checking how to run the C preprocessor... gcc -E
134checking whether gcc and cc understand -c and -o together... yes
135checking for an ANSI C-conforming const... yes
136checking for inline... inline
137checking whether byte ordering is bigendian... no
138checking for a BSD-compatible install... /bin/install -c
139checking for sys/file.h... yes
140checking for sys/param.h... yes
141checking for limits.h... yes
142checking for stdlib.h... yes
143checking for malloc.h... yes
144checking for string.h... yes
145checking for unistd.h... yes
146checking for strings.h... yes
147checking for sys/time.h... yes
148checking for time.h... yes
149checking for sys/resource.h... yes
150checking for sys/stat.h... yes
151checking for sys/mman.h... yes
152checking for fcntl.h... yes
153checking for alloca.h... yes
154checking for sys/pstat.h... no
155checking for sys/sysmp.h... no
156checking for sys/sysinfo.h... no
157checking for machine/hal_sysinfo.h... no
158checking for sys/table.h... no
159checking for sys/sysctl.h... no
160checking for sys/systemcfg.h... no
161checking for stdint.h... yes
162checking for stdio_ext.h... no
163checking for sys/wait.h that is POSIX.1 compatible... yes
164checking whether time.h and sys/time.h may both be included... yes
165checking whether errno must be declared... no
166checking for egrep... grep -E
167checking for ANSI C header files... yes
168checking for sys/types.h... yes
169checking for sys/stat.h... (cached) yes
170checking for stdlib.h... (cached) yes
171checking for string.h... (cached) yes
172checking for memory.h... yes
173checking for strings.h... (cached) yes
174checking for inttypes.h... yes
175checking for stdint.h... (cached) yes
176checking for unistd.h... (cached) yes
177checking for int... yes
178checking size of int... 4
179checking for uintptr_t... yes
180checking for a 64-bit type... uint64_t
181checking for pid_t... yes
182checking for library containing strerror... none required
183checking for asprintf... yes
184checking for atexit... yes
185checking for basename... no
186checking for bcmp... yes
187checking for bcopy... yes
188checking for bsearch... yes
189checking for bzero... yes
190checking for calloc... yes
191checking for clock... yes
192checking for ffs... yes
193checking for getcwd... yes
194checking for getpagesize... yes
195checking for gettimeofday... yes
196checking for index... yes
197checking for insque... no
198checking for memchr... yes
199checking for memcmp... yes
200checking for memcpy... yes
201checking for memmove... yes
202checking for mempcpy... no
203checking for memset... yes
204checking for mkstemps... no
205checking for putenv... yes
206checking for random... yes
207checking for rename... yes
208checking for rindex... yes
209checking for setenv... yes
210checking for snprintf... yes
211checking for sigsetmask... no
212checking for stpcpy... yes
213checking for stpncpy... no
214checking for strcasecmp... yes
215checking for strchr... yes
216checking for strdup... yes
217checking for strncasecmp... yes
218checking for strndup... no
219checking for strrchr... yes
220checking for strstr... yes
221checking for strtod... yes
222checking for strtol... yes
223checking for strtoul... yes
224checking for strverscmp... no
225checking for tmpnam... yes
226checking for vasprintf... yes
227checking for vfprintf... yes
228checking for vprintf... yes
229checking for vsnprintf... yes
230checking for vsprintf... yes
231checking for waitpid... yes
232checking whether alloca needs Cray hooks... no
233checking stack direction for C alloca... -1
234checking for unistd.h... (cached) yes
235checking for vfork.h... no
236checking for fork... yes
237checking for vfork... yes
238checking for working fork... yes
239checking for working vfork... (cached) yes
240checking for _doprnt... no
241checking for sys_errlist... no
242checking for sys_nerr... no
243checking for sys_siglist... yes
244checking for external symbol _system_configuration... no
245checking for getrusage... yes
246checking for on_exit... no
247checking for psignal... no
248checking for strerror... yes
249checking for strsignal... yes
250checking for sysconf... yes
251checking for times... yes
252checking for sbrk... yes
253checking for gettimeofday... (cached) yes
254checking for realpath... yes
255checking for canonicalize_file_name... no
256checking for pstat_getstatic... no
257checking for pstat_getdynamic... no
258checking for sysmp... no
259checking for getsysinfo... no
260checking for table... no
261checking for sysctl... no
262checking for wait3... no
263checking for wait4... no
264checking for __fsetlocking... yes
265checking whether basename is declared... no
266checking whether ffs is declared... yes
267checking whether asprintf is declared... yes
268checking whether vasprintf is declared... yes
269checking whether snprintf is declared... yes
270checking whether vsnprintf is declared... yes
271checking whether calloc is declared... yes
272checking whether getenv is declared... yes
273checking whether getopt is declared... yes
274checking whether malloc is declared... yes
275checking whether realloc is declared... yes
276checking whether sbrk is declared... yes
277checking whether strverscmp is declared... no
278checking whether canonicalize_file_name must be declared... yes
279checking for stdlib.h... (cached) yes
280checking for unistd.h... (cached) yes
281checking for getpagesize... (cached) yes
282checking for working mmap... yes
283checking for working strncmp... yes
284updating cache ../config.cache
285configure: creating ./config.status
286config.status: creating Makefile
287config.status: creating testsuite/Makefile
288config.status: creating config.h
289config.status: executing default commands
290make[1]: Entering directory `/boot/home/gcc-obj/build-i586-pc-haiku/libiberty'
291if [ x"" != x ] && [ ! -d pic ]; then \
292          mkdir pic; \
293        else true; fi
294touch stamp-picdir
295if [ x"" != x ]; then \
296          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
297W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/re
298gex.c -o pic/regex.o; \
299        else true; fi
300gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
301edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/regex.c -o re
302gex.o
303if [ x"" != x ]; then \
304          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
305W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/cp
306lus-dem.c -o pic/cplus-dem.o; \
307        else true; fi
308gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
309edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/cplus-dem.c -
310o cplus-dem.o
311if [ x"" != x ]; then \
312          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
313W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/cp
314-demangle.c -o pic/cp-demangle.o; \
315        else true; fi
316gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
317edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/cp-demangle.c
318 -o cp-demangle.o
319if [ x"" != x ]; then \
320          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
321W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/md
3225.c -o pic/md5.o; \
323        else true; fi
324gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
325edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/md5.c -o md5.
326o
327if [ x"" != x ]; then \
328          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
329W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/al
330loca.c -o pic/alloca.o; \
331        else true; fi
332gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
333edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/alloca.c -o a
334lloca.o
335if [ x"" != x ]; then \
336          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
337W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ar
338gv.c -o pic/argv.o; \
339        else true; fi
340gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
341edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/argv.c -o arg
342v.o
343if [ x"" != x ]; then \
344          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
345W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ch
346oose-temp.c -o pic/choose-temp.o; \
347        else true; fi
348gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
349edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/choose-temp.c
350 -o choose-temp.o
351if [ x"" != x ]; then \
352          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
353W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/co
354ncat.c -o pic/concat.o; \
355        else true; fi
356gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
357edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/concat.c -o c
358oncat.o
359if [ x"" != x ]; then \
360          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
361W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/cp
362-demint.c -o pic/cp-demint.o; \
363        else true; fi
364gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
365edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/cp-demint.c -
366o cp-demint.o
367if [ x"" != x ]; then \
368          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
369W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/dy
370n-string.c -o pic/dyn-string.o; \
371        else true; fi
372gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
373edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/dyn-string.c
374-o dyn-string.o
375if [ x"" != x ]; then \
376          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
377W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/fd
378match.c -o pic/fdmatch.o; \
379        else true; fi
380gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
381edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/fdmatch.c -o
382fdmatch.o
383if [ x"" != x ]; then \
384          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
385W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/fi
386bheap.c -o pic/fibheap.o; \
387        else true; fi
388gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
389edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/fibheap.c -o
390fibheap.o
391if [ x"" != x ]; then \
392          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
393W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/fl
394oatformat.c -o pic/floatformat.o; \
395        else true; fi
396gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
397edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/floatformat.c
398 -o floatformat.o
399/boot/home/gcc/libiberty/floatformat.c: In function `floatformat_to_double':
400/boot/home/gcc/libiberty/floatformat.c:352: warning: ANSI C forbids specifying s
401tructure member to initialize
402/boot/home/gcc/libiberty/floatformat.c:352: warning: ANSI C forbids constructor
403expressions
404/boot/home/gcc/libiberty/floatformat.c:354: warning: ANSI C forbids specifying s
405tructure member to initialize
406/boot/home/gcc/libiberty/floatformat.c:354: warning: ANSI C forbids constructor
407expressions
408if [ x"" != x ]; then \
409          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
410W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/fn
411match.c -o pic/fnmatch.o; \
412        else true; fi
413gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
414edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/fnmatch.c -o
415fnmatch.o
416if [ x"" != x ]; then \
417          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
418W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/fo
419pen_unlocked.c -o pic/fopen_unlocked.o; \
420        else true; fi
421gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
422edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/fopen_unlocke
423d.c -o fopen_unlocked.o
424if [ x"" != x ]; then \
425          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
426W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ge
427topt.c -o pic/getopt.o; \
428        else true; fi
429gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
430edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/getopt.c -o g
431etopt.o
432if [ x"" != x ]; then \
433          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
434W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ge
435topt1.c -o pic/getopt1.o; \
436        else true; fi
437gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
438edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/getopt1.c -o
439getopt1.o
440if [ x"" != x ]; then \
441          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
442W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ge
443tpwd.c -o pic/getpwd.o; \
444        else true; fi
445gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
446edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/getpwd.c -o g
447etpwd.o
448if [ x"" != x ]; then \
449          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
450W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ge
451truntime.c -o pic/getruntime.o; \
452        else true; fi
453gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
454edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/getruntime.c
455-o getruntime.o
456if [ x"" != x ]; then \
457          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
458W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ha
459shtab.c -o pic/hashtab.o; \
460        else true; fi
461gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
462edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/hashtab.c -o
463hashtab.o
464if [ x"" != x ]; then \
465          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
466W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/he
467x.c -o pic/hex.o; \
468        else true; fi
469gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
470edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/hex.c -o hex.
471o
472if [ x"" != x ]; then \
473          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
474W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/lb
475asename.c -o pic/lbasename.o; \
476        else true; fi
477gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
478edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/lbasename.c -
479o lbasename.o
480if [ x"" != x ]; then \
481          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
482W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/lr
483ealpath.c -o pic/lrealpath.o; \
484        else true; fi
485gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
486edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/lrealpath.c -
487o lrealpath.o
488if [ x"" != x ]; then \
489          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
490W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ma
491ke-relative-prefix.c -o pic/make-relative-prefix.o; \
492        else true; fi
493gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
494edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/make-relative
495-prefix.c -o make-relative-prefix.o
496if [ x"" != x ]; then \
497          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
498W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ma
499ke-temp-file.c -o pic/make-temp-file.o; \
500        else true; fi
501gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
502edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/make-temp-fil
503e.c -o make-temp-file.o
504if [ x"" != x ]; then \
505          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
506W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ob
507jalloc.c -o pic/objalloc.o; \
508        else true; fi
509gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
510edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/objalloc.c -o
511 objalloc.o
512if [ x"" != x ]; then \
513          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
514W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ob
515stack.c -o pic/obstack.o; \
516        else true; fi
517gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
518edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/obstack.c -o
519obstack.o
520if [ x"" != x ]; then \
521          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
522W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/pa
523rtition.c -o pic/partition.o; \
524        else true; fi
525gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
526edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/partition.c -
527o partition.o
528if [ x"" != x ]; then \
529          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
530W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/pe
531xecute.c -o pic/pexecute.o; \
532        else true; fi
533gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
534edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/pexecute.c -o
535 pexecute.o
536if [ x"" != x ]; then \
537          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
538W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ph
539ysmem.c -o pic/physmem.o; \
540        else true; fi
541gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
542edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/physmem.c -o
543physmem.o
544if [ x"" != x ]; then \
545          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
546W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/pe
547x-common.c -o pic/pex-common.o; \
548        else true; fi
549gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
550edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/pex-common.c
551-o pex-common.o
552if [ x"" != x ]; then \
553          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
554W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/pe
555x-one.c -o pic/pex-one.o; \
556        else true; fi
557gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
558edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/pex-one.c -o
559pex-one.o
560if [ x"" != x ]; then \
561          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
562W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/pe
563x-unix.c -o pic/pex-unix.o; \
564        else true; fi
565gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
566edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/pex-unix.c -o
567 pex-unix.o
568/boot/home/gcc/libiberty/pex-unix.c: In function `pex_child_error':
569/boot/home/gcc/libiberty/pex-unix.c:349: warning: `noreturn' function does retur
570n
571if [ x"" != x ]; then \
572          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
573W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/sa
574fe-ctype.c -o pic/safe-ctype.o; \
575        else true; fi
576gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
577edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/safe-ctype.c
578-o safe-ctype.o
579if [ x"" != x ]; then \
580          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
581W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/so
582rt.c -o pic/sort.o; \
583        else true; fi
584gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
585edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/sort.c -o sor
586t.o
587if [ x"" != x ]; then \
588          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
589W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/sp
590aces.c -o pic/spaces.o; \
591        else true; fi
592gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
593edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/spaces.c -o s
594paces.o
595if [ x"" != x ]; then \
596          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
597W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/sp
598lay-tree.c -o pic/splay-tree.o; \
599        else true; fi
600gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
601edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/splay-tree.c
602-o splay-tree.o
603if [ x"" != x ]; then \
604          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
605W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/st
606rerror.c -o pic/strerror.o; \
607        else true; fi
608gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
609edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/strerror.c -o
610 strerror.o
611if [ x"" != x ]; then \
612          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
613W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/st
614rsignal.c -o pic/strsignal.o; \
615        else true; fi
616gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
617edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/strsignal.c -
618o strsignal.o
619/boot/home/gcc/libiberty/strsignal.c: In function `psignal':
620/boot/home/gcc/libiberty/strsignal.c:558: warning: comparison between signed and
621 unsigned
622if [ x"" != x ]; then \
623          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
624W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/te
625rnary.c -o pic/ternary.o; \
626        else true; fi
627gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
628edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/ternary.c -o
629ternary.o
630if [ x"" != x ]; then \
631          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
632W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/un
633link-if-ordinary.c -o pic/unlink-if-ordinary.o; \
634        else true; fi
635gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
636edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/unlink-if-ord
637inary.c -o unlink-if-ordinary.o
638if [ x"" != x ]; then \
639          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
640W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xa
641texit.c -o pic/xatexit.o; \
642        else true; fi
643gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
644edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xatexit.c -o
645xatexit.o
646if [ x"" != x ]; then \
647          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
648W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xe
649xit.c -o pic/xexit.o; \
650        else true; fi
651gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
652edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xexit.c -o xe
653xit.o
654if [ x"" != x ]; then \
655          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
656W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xm
657alloc.c -o pic/xmalloc.o; \
658        else true; fi
659gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
660edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xmalloc.c -o
661xmalloc.o
662if [ x"" != x ]; then \
663          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
664W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xm
665emdup.c -o pic/xmemdup.o; \
666        else true; fi
667gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
668edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xmemdup.c -o
669xmemdup.o
670if [ x"" != x ]; then \
671          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
672W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xs
673trdup.c -o pic/xstrdup.o; \
674        else true; fi
675gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
676edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xstrdup.c -o
677xstrdup.o
678if [ x"" != x ]; then \
679          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
680W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xs
681trerror.c -o pic/xstrerror.o; \
682        else true; fi
683gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
684edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xstrerror.c -
685o xstrerror.o
686if [ x"" != x ]; then \
687          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
688W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/xs
689trndup.c -o pic/xstrndup.o; \
690        else true; fi
691gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
692edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/xstrndup.c -o
693 xstrndup.o
694if [ x"" != x ]; then \
695          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
696W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/ba
697sename.c -o pic/basename.o; \
698        else true; fi
699gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
700edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/basename.c -o
701 basename.o
702if [ x"" != x ]; then \
703          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
704W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/in
705sque.c -o pic/insque.o; \
706        else true; fi
707gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
708edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/insque.c -o i
709nsque.o
710if [ x"" != x ]; then \
711          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
712W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/me
713mpcpy.c -o pic/mempcpy.o; \
714        else true; fi
715gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
716edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/mempcpy.c -o
717mempcpy.o
718if [ x"" != x ]; then \
719          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
720W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/mk
721stemps.c -o pic/mkstemps.o; \
722        else true; fi
723gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
724edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/mkstemps.c -o
725 mkstemps.o
726if [ x"" != x ]; then \
727          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
728W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/si
729gsetmask.c -o pic/sigsetmask.o; \
730        else true; fi
731gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
732edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/sigsetmask.c
733-o sigsetmask.o
734if [ x"" != x ]; then \
735          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
736W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/st
737pncpy.c -o pic/stpncpy.o; \
738        else true; fi
739gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
740edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/stpncpy.c -o
741stpncpy.o
742if [ x"" != x ]; then \
743          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
744W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/st
745rndup.c -o pic/strndup.o; \
746        else true; fi
747gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
748edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/strndup.c -o
749strndup.o
750if [ x"" != x ]; then \
751          gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -
752W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../gcc/libiberty/st
753rverscmp.c -o pic/strverscmp.o; \
754        else true; fi
755gcc -c -DHAVE_CONFIG_H -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall -p
756edantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/strverscmp.c
757-o strverscmp.o
758rm -f ./libiberty.a pic/./libiberty.a
759ar rc ./libiberty.a \
760          ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./
761choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./
762floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o .
763/getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-pr
764efix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./
765physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spac
766es.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.
767o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstr
768ndup.o  ./basename.o ./insque.o ./mempcpy.o ./mkstemps.o ./sigsetmask.o ./stpncp
769y.o ./strndup.o ./strverscmp.o
770ranlib ./libiberty.a
771if [ x"" != x ]; then \
772          cd pic; \
773          ar rc ./libiberty.a \
774            ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
775./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
776./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o
777 ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
778prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o
779./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./sp
780aces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinar
781y.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xs
782trndup.o  ./basename.o ./insque.o ./mempcpy.o ./mkstemps.o ./sigsetmask.o ./stpn
783cpy.o ./strndup.o ./strverscmp.o; \
784          ranlib ./libiberty.a; \
785          cd ..; \
786        else true; fi
787rm -f needed-list; touch needed-list; \
788        for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr
789 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork wa
790itpid bcmp bcopy bzero; do \
791          for g in ./basename.o ./insque.o ./mempcpy.o ./mkstemps.o ./sigsetmask
792.o ./stpncpy.o ./strndup.o ./strverscmp.o ; do \
793            case "$g" in \
794              *$f*) echo $g >> needed-list ;; \
795            esac; \
796          done; \
797        done
798echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choos
799e-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./float
800format.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getr
801untime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.
802o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physm
803em.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o
804./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./x
805atexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.
806o > required-list
807make[2]: Entering directory `/boot/home/gcc-obj/build-i586-pc-haiku/libiberty/te
808stsuite'
809make[2]: Nothing to be done for `all'.
810make[2]: Leaving directory `/boot/home/gcc-obj/build-i586-pc-haiku/libiberty/tes
811tsuite'
812make[1]: Leaving directory `/boot/home/gcc-obj/build-i586-pc-haiku/libiberty'
813mkdir -p -- build-i586-pc-haiku/fixincludes
814Configuring in build-i586-pc-haiku/fixincludes
815configure: loading cache ../config.cache
816checking build system type... (cached) i586-pc-haiku
817checking host system type... (cached) i586-pc-haiku
818checking target system type... i586-pc-haiku
819checking for i586-pc-haiku-gcc... (cached) gcc
820checking for C compiler default output file name... conftest
821checking whether the C compiler works... yes
822checking whether we are cross compiling... no
823checking for suffix of executables...
824checking for suffix of object files... (cached) o
825checking whether we are using the GNU C compiler... (cached) yes
826checking whether gcc accepts -g... (cached) yes
827checking for gcc option to accept ANSI C... (cached) none needed
828checking whether gcc supports -W... yes
829checking whether gcc supports -Wall... yes
830checking whether gcc supports -Wwrite-strings... yes
831checking whether gcc supports -Wstrict-prototypes... yes
832checking whether gcc supports -Wmissing-prototypes... yes
833checking whether gcc supports -Wold-style-definition... no
834checking whether gcc supports -Wmissing-format-attribute... no
835checking whether gcc supports -pedantic -Wno-long-long... yes
836checking how to run the C preprocessor... (cached) gcc -E
837checking for egrep... (cached) grep -E
838checking for ANSI C header files... (cached) yes
839checking for sys/types.h... (cached) yes
840checking for sys/stat.h... (cached) yes
841checking for stdlib.h... (cached) yes
842checking for string.h... (cached) yes
843checking for memory.h... (cached) yes
844checking for strings.h... (cached) yes
845checking for inttypes.h... (cached) yes
846checking for stdint.h... (cached) yes
847checking for unistd.h... (cached) yes
848checking stddef.h usability... yes
849checking stddef.h presence... yes
850checking for stddef.h... yes
851checking for stdlib.h... (cached) yes
852checking for strings.h... (cached) yes
853checking for unistd.h... (cached) yes
854checking for fcntl.h... (cached) yes
855checking for sys/file.h... (cached) yes
856checking for sys/stat.h... (cached) yes
857checking for clearerr_unlocked... yes
858checking for feof_unlocked... yes
859checking for ferror_unlocked... yes
860checking for fflush_unlocked... yes
861checking for fgetc_unlocked... yes
862checking for fgets_unlocked... yes
863checking for fileno_unlocked... yes
864checking for fprintf_unlocked... no
865checking for fputc_unlocked... yes
866checking for fputs_unlocked... yes
867checking for fread_unlocked... yes
868checking for fwrite_unlocked... yes
869checking for getchar_unlocked... yes
870checking for getc_unlocked... yes
871checking for putchar_unlocked... yes
872checking for putc_unlocked... yes
873checking whether abort is declared... yes
874checking whether errno is declared... no
875checking whether clearerr_unlocked is declared... yes
876checking whether feof_unlocked is declared... yes
877checking whether ferror_unlocked is declared... yes
878checking whether fflush_unlocked is declared... yes
879checking whether fgetc_unlocked is declared... no
880checking whether fgets_unlocked is declared... no
881checking whether fileno_unlocked is declared... yes
882checking whether fprintf_unlocked is declared... no
883checking whether fputc_unlocked is declared... yes
884checking whether fputs_unlocked is declared... no
885checking whether fread_unlocked is declared... no
886checking whether fwrite_unlocked is declared... no
887checking whether getchar_unlocked is declared... yes
888checking whether getc_unlocked is declared... yes
889checking whether putchar_unlocked is declared... yes
890checking whether putc_unlocked is declared... yes
891checking for an ANSI C-conforming const... (cached) yes
892checking for sys/mman.h... (cached) yes
893checking for mmap... yes
894checking whether read-only mmap of a plain file works... yes
895checking whether mmap from /dev/zero works... yes
896checking for MAP_ANON(YMOUS)... yes
897checking whether mmap with MAP_ANON(YMOUS) works... yes
898checking whether to enable maintainer-specific portions of Makefiles... no
899updating cache ../config.cache
900configure: creating ./config.status
901config.status: creating Makefile
902config.status: creating mkheaders.almost
903config.status: creating config.h
904make[1]: Entering directory `/boot/home/gcc-obj/build-i586-pc-haiku/fixincludes'
905gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
906es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
907./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/fixincl
908.c
909gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
910es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
911./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/fixtest
912s.c
913gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
914es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
915./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/fixfixe
916s.c
917gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
918es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
919./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/server.
920c
921gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
922es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
923./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/procope
924n.c
925gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
926es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
927./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/fixlib.
928c
929gcc -c  -O0 -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
930es -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gcc/fixincludes -I.
931./include -I../../../gcc/fixincludes/../include ../../../gcc/fixincludes/fixopts
932.c
933gcc -O2   -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.
934o fixopts.o ../libiberty/libiberty.a
935echo timestamp > full-stamp
936srcdir="../../../gcc/fixincludes" /bin/sh ../../../gcc/fixincludes/mkfixinc.sh i
937586-pc-haiku
938sed -e 's/@gcc_version@/4.1.2/' < mkheaders.almost > mkheadersT
939mv -f mkheadersT mkheaders
940make[1]: Leaving directory `/boot/home/gcc-obj/build-i586-pc-haiku/fixincludes'
941mkdir -p -- ./intl
942Configuring in ./intl
943configure: creating cache ./config.cache
944checking whether make sets $(MAKE)... yes
945checking for a BSD-compatible install... /bin/install -c
946checking whether NLS is requested... no
947checking for msgfmt... no
948checking for gmsgfmt... :
949checking for xgettext... no
950checking for msgmerge... no
951checking for i586-pc-haiku-gcc... gcc
952checking for C compiler default output file name... conftest
953checking whether the C compiler works... yes
954checking whether we are cross compiling... no
955checking for suffix of executables...
956checking for suffix of object files... o
957checking whether we are using the GNU C compiler... yes
958checking whether gcc accepts -g... yes
959checking for gcc option to accept ANSI C... none needed
960checking build system type... i586-pc-haiku
961checking host system type... i586-pc-haiku
962checking for i586-pc-haiku-ranlib... ranlib
963checking for library containing strerror... none required
964checking how to run the C preprocessor... gcc -E
965checking for egrep... grep -E
966checking for ANSI C header files... yes
967checking for an ANSI C-conforming const... yes
968checking for inline... inline
969checking for sys/types.h... yes
970checking for sys/stat.h... yes
971checking for stdlib.h... yes
972checking for string.h... yes
973checking for memory.h... yes
974checking for strings.h... yes
975checking for inttypes.h... yes
976checking for stdint.h... yes
977checking for unistd.h... yes
978checking for off_t... yes
979checking for size_t... yes
980checking for working alloca.h... yes
981checking for alloca... yes
982checking for stdlib.h... (cached) yes
983checking for unistd.h... (cached) yes
984checking for getpagesize... yes
985checking for working mmap... yes
986checking whether we are using the GNU C Library 2.1 or newer... no
987checking whether integer division by zero raises SIGFPE... yes
988checking for inttypes.h... yes
989checking for stdint.h... yes
990checking for unsigned long long... yes
991checking for inttypes.h... yes
992checking whether the inttypes.h PRIxNN macros are broken... no
993checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld
994checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU
995ld... yes
996checking for shared library run path origin... done
997checking argz.h usability... no
998checking argz.h presence... no
999checking for argz.h... no
1000checking limits.h usability... yes
1001checking limits.h presence... yes
1002checking for limits.h... yes
1003checking locale.h usability... yes
1004checking locale.h presence... yes
1005checking for locale.h... yes
1006checking nl_types.h usability... yes
1007checking nl_types.h presence... yes
1008checking for nl_types.h... yes
1009checking malloc.h usability... yes
1010checking malloc.h presence... yes
1011checking for malloc.h... yes
1012checking stddef.h usability... yes
1013checking stddef.h presence... yes
1014checking for stddef.h... yes
1015checking for stdlib.h... (cached) yes
1016checking for string.h... (cached) yes
1017checking for unistd.h... (cached) yes
1018checking sys/param.h usability... yes
1019checking sys/param.h presence... yes
1020checking for sys/param.h... yes
1021checking for feof_unlocked... yes
1022checking for fgets_unlocked... yes
1023checking for getc_unlocked... yes
1024checking for getcwd... yes
1025checking for getegid... yes
1026checking for geteuid... yes
1027checking for getgid... yes
1028checking for getuid... yes
1029checking for mempcpy... no
1030checking for munmap... yes
1031checking for putenv... yes
1032checking for setenv... yes
1033checking for setlocale... yes
1034checking for stpcpy... yes
1035checking for strcasecmp... yes
1036checking for strdup... yes
1037checking for strtoul... yes
1038checking for tsearch... yes
1039checking for __argz_count... no
1040checking for __argz_stringify... no
1041checking for __argz_next... no
1042checking for __fsetlocking... yes
1043checking for iconv... no, consider installing GNU libiconv
1044checking for nl_langinfo and CODESET... no
1045checking for LC_MESSAGES... yes
1046checking for bison... bison
1047checking version of bison... 2.3, ok
1048checking whether NLS is requested... no
1049checking whether to use NLS... no
1050checking for aclocal... aclocal
1051checking for autoconf... autoconf
1052checking for autoheader... autoheader
1053updating cache ./config.cache
1054configure: creating ./config.status
1055config.status: creating Makefile
1056config.status: creating config.intl
1057config.status: creating config.h
1058config.status: executing default-1 commands
1059make[1]: Entering directory `/boot/home/gcc-obj/intl'
1060make[1]: Nothing to be done for `all'.
1061make[1]: Leaving directory `/boot/home/gcc-obj/intl'
1062mkdir -p -- ./libiberty
1063Configuring in ./libiberty
1064configure: creating cache ./config.cache
1065checking whether to enable maintainer-specific portions of Makefiles... no
1066checking for makeinfo... /boot/home/gcc/missing makeinfo
1067configure: WARNING:
1068*** Makeinfo is missing. Info documentation will not be built.
1069checking for perl... perl
1070checking build system type... i586-pc-haiku
1071checking host system type... i586-pc-haiku
1072checking for i586-pc-haiku-ar... ar
1073checking for i586-pc-haiku-ranlib... ranlib
1074checking for i586-pc-haiku-gcc... gcc
1075checking for C compiler default output file name... conftest
1076checking whether the C compiler works... yes
1077checking whether we are cross compiling... no
1078checking for suffix of executables...
1079checking for suffix of object files... o
1080checking whether we are using the GNU C compiler... yes
1081checking whether gcc accepts -g... yes
1082checking for gcc option to accept ANSI C... none needed
1083checking how to run the C preprocessor... gcc -E
1084checking whether gcc and cc understand -c and -o together... yes
1085checking for an ANSI C-conforming const... yes
1086checking for inline... inline
1087checking whether byte ordering is bigendian... no
1088checking for a BSD-compatible install... /bin/install -c
1089Appending ../../gcc/libiberty/../config/mh-x86pic to xhost-mkfrag
1090checking for sys/file.h... yes
1091checking for sys/param.h... yes
1092checking for limits.h... yes
1093checking for stdlib.h... yes
1094checking for malloc.h... yes
1095checking for string.h... yes
1096checking for unistd.h... yes
1097checking for strings.h... yes
1098checking for sys/time.h... yes
1099checking for time.h... yes
1100checking for sys/resource.h... yes
1101checking for sys/stat.h... yes
1102checking for sys/mman.h... yes
1103checking for fcntl.h... yes
1104checking for alloca.h... yes
1105checking for sys/pstat.h... no
1106checking for sys/sysmp.h... no
1107checking for sys/sysinfo.h... no
1108checking for machine/hal_sysinfo.h... no
1109checking for sys/table.h... no
1110checking for sys/sysctl.h... no
1111checking for sys/systemcfg.h... no
1112checking for stdint.h... yes
1113checking for stdio_ext.h... no
1114checking for sys/wait.h that is POSIX.1 compatible... yes
1115checking whether time.h and sys/time.h may both be included... yes
1116checking whether errno must be declared... no
1117checking for egrep... grep -E
1118checking for ANSI C header files... yes
1119checking for sys/types.h... yes
1120checking for sys/stat.h... (cached) yes
1121checking for stdlib.h... (cached) yes
1122checking for string.h... (cached) yes
1123checking for memory.h... yes
1124checking for strings.h... (cached) yes
1125checking for inttypes.h... yes
1126checking for stdint.h... (cached) yes
1127checking for unistd.h... (cached) yes
1128checking for int... yes
1129checking size of int... 4
1130checking for uintptr_t... yes
1131checking for a 64-bit type... uint64_t
1132checking for pid_t... yes
1133checking for library containing strerror... none required
1134checking for asprintf... yes
1135checking for atexit... yes
1136checking for basename... no
1137checking for bcmp... yes
1138checking for bcopy... yes
1139checking for bsearch... yes
1140checking for bzero... yes
1141checking for calloc... yes
1142checking for clock... yes
1143checking for ffs... yes
1144checking for getcwd... yes
1145checking for getpagesize... yes
1146checking for gettimeofday... yes
1147checking for index... yes
1148checking for insque... no
1149checking for memchr... yes
1150checking for memcmp... yes
1151checking for memcpy... yes
1152checking for memmove... yes
1153checking for mempcpy... no
1154checking for memset... yes
1155checking for mkstemps... no
1156checking for putenv... yes
1157checking for random... yes
1158checking for rename... yes
1159checking for rindex... yes
1160checking for setenv... yes
1161checking for snprintf... yes
1162checking for sigsetmask... no
1163checking for stpcpy... yes
1164checking for stpncpy... no
1165checking for strcasecmp... yes
1166checking for strchr... yes
1167checking for strdup... yes
1168checking for strncasecmp... yes
1169checking for strndup... no
1170checking for strrchr... yes
1171checking for strstr... yes
1172checking for strtod... yes
1173checking for strtol... yes
1174checking for strtoul... yes
1175checking for strverscmp... no
1176checking for tmpnam... yes
1177checking for vasprintf... yes
1178checking for vfprintf... yes
1179checking for vprintf... yes
1180checking for vsnprintf... yes
1181checking for vsprintf... yes
1182checking for waitpid... yes
1183checking whether alloca needs Cray hooks... no
1184checking stack direction for C alloca... -1
1185checking for unistd.h... (cached) yes
1186checking for vfork.h... no
1187checking for fork... yes
1188checking for vfork... yes
1189checking for working fork... yes
1190checking for working vfork... (cached) yes
1191checking for _doprnt... no
1192checking for sys_errlist... no
1193checking for sys_nerr... no
1194checking for sys_siglist... yes
1195checking for external symbol _system_configuration... no
1196checking for getrusage... yes
1197checking for on_exit... no
1198checking for psignal... no
1199checking for strerror... yes
1200checking for strsignal... yes
1201checking for sysconf... yes
1202checking for times... yes
1203checking for sbrk... yes
1204checking for gettimeofday... (cached) yes
1205checking for realpath... yes
1206checking for canonicalize_file_name... no
1207checking for pstat_getstatic... no
1208checking for pstat_getdynamic... no
1209checking for sysmp... no
1210checking for getsysinfo... no
1211checking for table... no
1212checking for sysctl... no
1213checking for wait3... no
1214checking for wait4... no
1215checking for __fsetlocking... yes
1216checking whether basename is declared... no
1217checking whether ffs is declared... yes
1218checking whether asprintf is decl