comparison CbC-MAKELOG @ 57:326d9e06c2e3

modify c-parser.c
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2010 00:54:17 +0900
parents
children 3aaf117db171
comparison
equal deleted inserted replaced
54:f62c169bbc24 57:326d9e06c2e3
1 mkdir ./fixincludes
2 Configuring in ./fixincludes
3 configure: creating cache ./config.cache
4 checking build system type... i386-apple-darwin9.8.0
5 checking host system type... i386-apple-darwin9.8.0
6 checking target system type... i386-apple-darwin9.8.0
7 checking for i386-apple-darwin9.8.0-gcc... gcc
8 checking for C compiler default output file name... a.out
9 checking whether the C compiler works... yes
10 checking whether we are cross compiling... no
11 checking for suffix of executables...
12 checking for suffix of object files... o
13 checking whether we are using the GNU C compiler... yes
14 checking whether gcc accepts -g... yes
15 checking for gcc option to accept ISO C89... none needed
16 checking for a sed that does not truncate output... /opt/local/bin/gsed
17 checking whether gcc supports -W... yes
18 checking whether gcc supports -Wall... yes
19 checking whether gcc supports -Wwrite-strings... yes
20 checking whether gcc supports -Wstrict-prototypes... yes
21 checking whether gcc supports -Wmissing-prototypes... yes
22 checking whether gcc supports -Wold-style-definition... yes
23 checking whether gcc supports -Wmissing-format-attribute... yes
24 checking whether gcc supports -Wno-overlength-strings... no
25 checking whether gcc supports -pedantic -Wno-long-long... yes
26 checking how to run the C preprocessor... gcc -E
27 checking for grep that handles long lines and -e... /usr/bin/grep
28 checking for egrep... /usr/bin/grep -E
29 checking for ANSI C header files... rm: conftest.dSYM: is a directory
30 rm: conftest.dSYM: is a directory
31 yes
32 checking for sys/types.h... yes
33 checking for sys/stat.h... yes
34 checking for stdlib.h... yes
35 checking for string.h... yes
36 checking for memory.h... yes
37 checking for strings.h... yes
38 checking for inttypes.h... yes
39 checking for stdint.h... yes
40 checking for unistd.h... yes
41 checking stddef.h usability... yes
42 checking stddef.h presence... yes
43 checking for stddef.h... yes
44 checking for stdlib.h... (cached) yes
45 checking for strings.h... (cached) yes
46 checking for unistd.h... (cached) yes
47 checking fcntl.h usability... yes
48 checking fcntl.h presence... yes
49 checking for fcntl.h... yes
50 checking sys/file.h usability... yes
51 checking sys/file.h presence... yes
52 checking for sys/file.h... yes
53 checking for sys/stat.h... (cached) yes
54 checking for clearerr_unlocked... yes
55 checking for feof_unlocked... yes
56 checking for ferror_unlocked... yes
57 checking for fflush_unlocked... no
58 checking for fgetc_unlocked... no
59 checking for fgets_unlocked... no
60 checking for fileno_unlocked... yes
61 checking for fprintf_unlocked... no
62 checking for fputc_unlocked... no
63 checking for fputs_unlocked... no
64 checking for fread_unlocked... no
65 checking for fwrite_unlocked... no
66 checking for getchar_unlocked... yes
67 checking for getc_unlocked... yes
68 checking for putchar_unlocked... yes
69 checking for putc_unlocked... yes
70 checking whether abort is declared... yes
71 checking whether asprintf is declared... yes
72 checking whether basename is declared... no
73 checking whether errno is declared... no
74 checking whether vasprintf is declared... yes
75 checking whether clearerr_unlocked is declared... yes
76 checking whether feof_unlocked is declared... yes
77 checking whether ferror_unlocked is declared... yes
78 checking whether fflush_unlocked is declared... no
79 checking whether fgetc_unlocked is declared... no
80 checking whether fgets_unlocked is declared... no
81 checking whether fileno_unlocked is declared... yes
82 checking whether fprintf_unlocked is declared... no
83 checking whether fputc_unlocked is declared... no
84 checking whether fputs_unlocked is declared... no
85 checking whether fread_unlocked is declared... no
86 checking whether fwrite_unlocked is declared... no
87 checking whether getchar_unlocked is declared... yes
88 checking whether getc_unlocked is declared... yes
89 checking whether putchar_unlocked is declared... yes
90 checking whether putc_unlocked is declared... yes
91 checking for an ANSI C-conforming const... yes
92 checking sys/mman.h usability... yes
93 checking sys/mman.h presence... yes
94 checking for sys/mman.h... yes
95 checking for mmap... yes
96 checking whether read-only mmap of a plain file works... yes
97 checking whether mmap from /dev/zero works... no
98 checking for MAP_ANON(YMOUS)... yes
99 checking whether mmap with MAP_ANON(YMOUS) works... yes
100 checking whether to enable maintainer-specific portions of Makefiles... no
101 configure: updating cache ./config.cache
102 configure: creating ./config.status
103 config.status: creating Makefile
104 config.status: creating mkheaders.almost
105 config.status: creating config.h
106 mkdir ./libiberty
107 Configuring in ./libiberty
108 configure: creating cache ./config.cache
109 checking whether to enable maintainer-specific portions of Makefiles... no
110 checking for makeinfo... makeinfo --split-size=5000000
111 checking for perl... perl
112 checking build system type... i386-apple-darwin9.8.0
113 checking host system type... i386-apple-darwin9.8.0
114 checking for i386-apple-darwin9.8.0-ar... ar
115 checking for i386-apple-darwin9.8.0-ranlib... ranlib
116 checking for i386-apple-darwin9.8.0-gcc... gcc
117 checking for C compiler default output file name... a.out
118 checking whether the C compiler works... yes
119 checking whether we are cross compiling... no
120 checking for suffix of executables...
121 checking for suffix of object files... o
122 checking whether we are using the GNU C compiler... yes
123 checking whether gcc accepts -g... yes
124 checking for gcc option to accept ISO C89... none needed
125 checking for special C compiler options needed for large files... no
126 checking for _FILE_OFFSET_BITS value needed for large files... no
127 checking how to run the C preprocessor... gcc -E
128 checking whether gcc supports -W... yes
129 checking whether gcc supports -Wall... yes
130 checking whether gcc supports -Wwrite-strings... yes
131 checking whether gcc supports -Wc++-compat... no
132 checking whether gcc supports -Wstrict-prototypes... yes
133 checking whether gcc supports -pedantic ... yes
134 checking whether gcc and cc understand -c and -o together... yes
135 checking for an ANSI C-conforming const... yes
136 checking for inline... inline
137 checking for grep that handles long lines and -e... /usr/bin/grep
138 checking for egrep... /usr/bin/grep -E
139 checking for ANSI C header files... yes
140 checking for sys/types.h... yes
141 checking for sys/stat.h... yes
142 checking for stdlib.h... yes
143 checking for string.h... yes
144 checking for memory.h... yes
145 checking for strings.h... yes
146 checking for inttypes.h... yes
147 checking for stdint.h... yes
148 checking for unistd.h... yes
149 checking whether byte ordering is bigendian... no
150 checking for a BSD-compatible install... /opt/local/bin/ginstall -c
151 checking for sys/file.h... yes
152 checking for sys/param.h... yes
153 checking for limits.h... yes
154 checking for stdlib.h... (cached) yes
155 checking for malloc.h... no
156 checking for string.h... (cached) yes
157 checking for unistd.h... (cached) yes
158 checking for strings.h... (cached) yes
159 checking for sys/time.h... yes
160 checking for time.h... yes
161 checking for sys/resource.h... yes
162 checking for sys/stat.h... (cached) yes
163 checking for sys/mman.h... yes
164 checking for fcntl.h... yes
165 checking for alloca.h... yes
166 checking for sys/pstat.h... no
167 checking for sys/sysmp.h... no
168 checking for sys/sysinfo.h... no
169 checking for machine/hal_sysinfo.h... no
170 checking for sys/table.h... no
171 checking for sys/sysctl.h... yes
172 checking for sys/systemcfg.h... no
173 checking for stdint.h... (cached) yes
174 checking for stdio_ext.h... no
175 checking for sys/wait.h that is POSIX.1 compatible... yes
176 checking whether time.h and sys/time.h may both be included... yes
177 checking whether errno must be declared... no
178 checking size of int... 4
179 checking for a 64-bit type... uint64_t
180 checking for intptr_t... yes
181 checking for uintptr_t... yes
182 checking for pid_t... yes
183 checking for library containing strerror... none required
184 checking for asprintf... yes
185 checking for atexit... yes
186 checking for basename... yes
187 checking for bcmp... yes
188 checking for bcopy... yes
189 checking for bsearch... yes
190 checking for bzero... yes
191 checking for calloc... yes
192 checking for clock... yes
193 checking for ffs... yes
194 checking for getcwd... yes
195 checking for getpagesize... yes
196 checking for gettimeofday... yes
197 checking for index... yes
198 checking for insque... yes
199 checking for memchr... yes
200 checking for memcmp... yes
201 checking for memcpy... yes
202 checking for memmem... no
203 checking for memmove... yes
204 checking for mempcpy... no
205 checking for memset... yes
206 checking for mkstemps... yes
207 checking for putenv... yes
208 checking for random... yes
209 checking for rename... yes
210 checking for rindex... yes
211 checking for setenv... yes
212 checking for snprintf... yes
213 checking for sigsetmask... yes
214 checking for stpcpy... yes
215 checking for stpncpy... no
216 checking for strcasecmp... yes
217 checking for strchr... yes
218 checking for strdup... yes
219 checking for strncasecmp... yes
220 checking for strndup... no
221 checking for strrchr... yes
222 checking for strstr... yes
223 checking for strtod... yes
224 checking for strtol... yes
225 checking for strtoul... yes
226 checking for strverscmp... no
227 checking for tmpnam... yes
228 checking for vasprintf... yes
229 checking for vfprintf... yes
230 checking for vprintf... yes
231 checking for vsnprintf... yes
232 checking for vsprintf... yes
233 checking for waitpid... yes
234 checking whether alloca needs Cray hooks... no
235 checking stack direction for C alloca... -1
236 checking for vfork.h... no
237 checking for fork... yes
238 checking for vfork... yes
239 checking for working fork... yes
240 checking for working vfork... (cached) yes
241 checking for _doprnt... no
242 checking for sys_errlist... yes
243 checking for sys_nerr... yes
244 checking for sys_siglist... yes
245 checking for external symbol _system_configuration... no
246 checking for getrusage... yes
247 checking for on_exit... no
248 checking for psignal... yes
249 checking for strerror... yes
250 checking for strsignal... yes
251 checking for sysconf... yes
252 checking for times... yes
253 checking for sbrk... yes
254 checking for gettimeofday... (cached) yes
255 checking for realpath... yes
256 checking for canonicalize_file_name... no
257 checking for pstat_getstatic... no
258 checking for pstat_getdynamic... no
259 checking for sysmp... no
260 checking for getsysinfo... no
261 checking for table... yes
262 checking for sysctl... yes
263 checking for wait3... yes
264 checking for wait4... yes
265 checking for __fsetlocking... no
266 checking whether basename is declared... no
267 checking whether ffs is declared... yes
268 checking whether asprintf is declared... yes
269 checking whether vasprintf is declared... yes
270 checking whether snprintf is declared... yes
271 checking whether vsnprintf is declared... yes
272 checking whether calloc is declared... yes
273 checking whether getenv is declared... yes
274 checking whether getopt is declared... yes
275 checking whether malloc is declared... yes
276 checking whether realloc is declared... yes
277 checking whether sbrk is declared... yes
278 checking whether strverscmp is declared... no
279 checking whether canonicalize_file_name must be declared... yes
280 checking for stdlib.h... (cached) yes
281 checking for unistd.h... (cached) yes
282 checking for getpagesize... (cached) yes
283 checking for working mmap... yes
284 checking for working strncmp... yes
285 configure: updating cache ./config.cache
286 configure: creating ./config.status
287 config.status: creating Makefile
288 config.status: creating testsuite/Makefile
289 config.status: creating config.h
290 config.status: executing default commands
291 if [ x"" != x ] && [ ! -d pic ]; then \
292 mkdir pic; \
293 else true; fi
294 touch stamp-picdir
295 if [ x"" != x ]; then \
296 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/regex.c -o pic/regex.o; \
297 else true; fi
298 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/regex.c -o regex.o
299 if [ x"" != x ]; then \
300 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
301 else true; fi
302 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cplus-dem.c -o cplus-dem.o
303 if [ x"" != x ]; then \
304 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
305 else true; fi
306 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cp-demangle.c -o cp-demangle.o
307 if [ x"" != x ]; then \
308 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/md5.c -o pic/md5.o; \
309 else true; fi
310 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/md5.c -o md5.o
311 if [ x"" != x ]; then \
312 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/sha1.c -o pic/sha1.o; \
313 else true; fi
314 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/sha1.c -o sha1.o
315 if [ x"" != x ]; then \
316 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/alloca.c -o pic/alloca.o; \
317 else true; fi
318 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/alloca.c -o alloca.o
319 if [ x"" != x ]; then \
320 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/argv.c -o pic/argv.o; \
321 else true; fi
322 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/argv.c -o argv.o
323 if [ x"" != x ]; then \
324 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/choose-temp.c -o pic/choose-temp.o; \
325 else true; fi
326 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/choose-temp.c -o choose-temp.o
327 if [ x"" != x ]; then \
328 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/concat.c -o pic/concat.o; \
329 else true; fi
330 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/concat.c -o concat.o
331 if [ x"" != x ]; then \
332 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cp-demint.c -o pic/cp-demint.o; \
333 else true; fi
334 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/cp-demint.c -o cp-demint.o
335 if [ x"" != x ]; then \
336 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/crc32.c -o pic/crc32.o; \
337 else true; fi
338 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/crc32.c -o crc32.o
339 if [ x"" != x ]; then \
340 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/dyn-string.c -o pic/dyn-string.o; \
341 else true; fi
342 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/dyn-string.c -o dyn-string.o
343 if [ x"" != x ]; then \
344 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fdmatch.c -o pic/fdmatch.o; \
345 else true; fi
346 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fdmatch.c -o fdmatch.o
347 if [ x"" != x ]; then \
348 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fibheap.c -o pic/fibheap.o; \
349 else true; fi
350 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fibheap.c -o fibheap.o
351 if [ x"" != x ]; then \
352 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
353 else true; fi
354 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/filename_cmp.c -o filename_cmp.o
355 if [ x"" != x ]; then \
356 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/floatformat.c -o pic/floatformat.o; \
357 else true; fi
358 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/floatformat.c -o floatformat.o
359 if [ x"" != x ]; then \
360 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fnmatch.c -o pic/fnmatch.o; \
361 else true; fi
362 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fnmatch.c -o fnmatch.o
363 if [ x"" != x ]; then \
364 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
365 else true; fi
366 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/fopen_unlocked.c -o fopen_unlocked.o
367 if [ x"" != x ]; then \
368 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getopt.c -o pic/getopt.o; \
369 else true; fi
370 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getopt.c -o getopt.o
371 if [ x"" != x ]; then \
372 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getopt1.c -o pic/getopt1.o; \
373 else true; fi
374 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getopt1.c -o getopt1.o
375 if [ x"" != x ]; then \
376 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getpwd.c -o pic/getpwd.o; \
377 else true; fi
378 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getpwd.c -o getpwd.o
379 if [ x"" != x ]; then \
380 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getruntime.c -o pic/getruntime.o; \
381 else true; fi
382 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/getruntime.c -o getruntime.o
383 if [ x"" != x ]; then \
384 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/hashtab.c -o pic/hashtab.o; \
385 else true; fi
386 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/hashtab.c -o hashtab.o
387 if [ x"" != x ]; then \
388 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/hex.c -o pic/hex.o; \
389 else true; fi
390 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/hex.c -o hex.o
391 if [ x"" != x ]; then \
392 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/lbasename.c -o pic/lbasename.o; \
393 else true; fi
394 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/lbasename.c -o lbasename.o
395 if [ x"" != x ]; then \
396 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/lrealpath.c -o pic/lrealpath.o; \
397 else true; fi
398 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/lrealpath.c -o lrealpath.o
399 if [ x"" != x ]; then \
400 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
401 else true; fi
402 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/make-relative-prefix.c -o make-relative-prefix.o
403 if [ x"" != x ]; then \
404 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
405 else true; fi
406 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/make-temp-file.c -o make-temp-file.o
407 if [ x"" != x ]; then \
408 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/objalloc.c -o pic/objalloc.o; \
409 else true; fi
410 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/objalloc.c -o objalloc.o
411 if [ x"" != x ]; then \
412 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/obstack.c -o pic/obstack.o; \
413 else true; fi
414 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/obstack.c -o obstack.o
415 if [ x"" != x ]; then \
416 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/partition.c -o pic/partition.o; \
417 else true; fi
418 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/partition.c -o partition.o
419 if [ x"" != x ]; then \
420 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pexecute.c -o pic/pexecute.o; \
421 else true; fi
422 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pexecute.c -o pexecute.o
423 if [ x"" != x ]; then \
424 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/physmem.c -o pic/physmem.o; \
425 else true; fi
426 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/physmem.c -o physmem.o
427 if [ x"" != x ]; then \
428 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-common.c -o pic/pex-common.o; \
429 else true; fi
430 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-common.c -o pex-common.o
431 if [ x"" != x ]; then \
432 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-one.c -o pic/pex-one.o; \
433 else true; fi
434 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-one.c -o pex-one.o
435 if [ x"" != x ]; then \
436 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-unix.c -o pic/pex-unix.o; \
437 else true; fi
438 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/pex-unix.c -o pex-unix.o
439 if [ x"" != x ]; then \
440 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
441 else true; fi
442 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/safe-ctype.c -o safe-ctype.o
443 if [ x"" != x ]; then \
444 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/sort.c -o pic/sort.o; \
445 else true; fi
446 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/sort.c -o sort.o
447 if [ x"" != x ]; then \
448 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/spaces.c -o pic/spaces.o; \
449 else true; fi
450 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/spaces.c -o spaces.o
451 if [ x"" != x ]; then \
452 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/splay-tree.c -o pic/splay-tree.o; \
453 else true; fi
454 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/splay-tree.c -o splay-tree.o
455 if [ x"" != x ]; then \
456 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strerror.c -o pic/strerror.o; \
457 else true; fi
458 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strerror.c -o strerror.o
459 if [ x"" != x ]; then \
460 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strsignal.c -o pic/strsignal.o; \
461 else true; fi
462 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strsignal.c -o strsignal.o
463 if [ x"" != x ]; then \
464 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
465 else true; fi
466 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
467 if [ x"" != x ]; then \
468 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xatexit.c -o pic/xatexit.o; \
469 else true; fi
470 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xatexit.c -o xatexit.o
471 if [ x"" != x ]; then \
472 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xexit.c -o pic/xexit.o; \
473 else true; fi
474 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xexit.c -o xexit.o
475 if [ x"" != x ]; then \
476 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xmalloc.c -o pic/xmalloc.o; \
477 else true; fi
478 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xmalloc.c -o xmalloc.o
479 if [ x"" != x ]; then \
480 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xmemdup.c -o pic/xmemdup.o; \
481 else true; fi
482 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xmemdup.c -o xmemdup.o
483 if [ x"" != x ]; then \
484 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrdup.c -o pic/xstrdup.o; \
485 else true; fi
486 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrdup.c -o xstrdup.o
487 if [ x"" != x ]; then \
488 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrerror.c -o pic/xstrerror.o; \
489 else true; fi
490 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrerror.c -o xstrerror.o
491 if [ x"" != x ]; then \
492 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrndup.c -o pic/xstrndup.o; \
493 else true; fi
494 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/xstrndup.c -o xstrndup.o
495 if [ x"" != x ]; then \
496 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/memmem.c -o pic/memmem.o; \
497 else true; fi
498 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/memmem.c -o memmem.o
499 if [ x"" != x ]; then \
500 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/mempcpy.c -o pic/mempcpy.o; \
501 else true; fi
502 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/mempcpy.c -o mempcpy.o
503 if [ x"" != x ]; then \
504 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/stpncpy.c -o pic/stpncpy.o; \
505 else true; fi
506 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/stpncpy.c -o stpncpy.o
507 if [ x"" != x ]; then \
508 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strndup.c -o pic/strndup.o; \
509 else true; fi
510 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strndup.c -o strndup.o
511 if [ x"" != x ]; then \
512 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strverscmp.c -o pic/strverscmp.o; \
513 else true; fi
514 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../GCC/libiberty/strverscmp.c -o strverscmp.o
515 rm -f ./libiberty.a pic/./libiberty.a
516 ar rc ./libiberty.a \
517 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./memmem.o ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o
518 ranlib ./libiberty.a
519 if [ x"" != x ]; then \
520 cd pic; \
521 ar rc ./libiberty.a \
522 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./memmem.o ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o; \
523 ranlib ./libiberty.a; \
524 cd ..; \
525 else true; fi
526 echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
527 make[3]: Nothing to be done for `all'.
528 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/fixincl.c
529 In file included from ../../GCC/fixincludes/fixincl.c:102:
530 ../../GCC/fixincludes/fixincl.x:79: warning: string length ‘667’ is greater than the length ‘509’ ISO C89 compilers are required to support
531 ../../GCC/fixincludes/fixincl.x:135: warning: string length ‘4756’ is greater than the length ‘509’ ISO C89 compilers are required to support
532 ../../GCC/fixincludes/fixincl.x:293: warning: string length ‘552’ is greater than the length ‘509’ ISO C89 compilers are required to support
533 ../../GCC/fixincludes/fixincl.x:338: warning: string length ‘532’ is greater than the length ‘509’ ISO C89 compilers are required to support
534 ../../GCC/fixincludes/fixincl.x:382: warning: string length ‘808’ is greater than the length ‘509’ ISO C89 compilers are required to support
535 ../../GCC/fixincludes/fixincl.x:3218: warning: string length ‘729’ is greater than the length ‘509’ ISO C89 compilers are required to support
536 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/fixtests.c
537 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/fixfixes.c
538 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/server.c
539 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/procopen.c
540 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/fixlib.c
541 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../GCC/fixincludes -I../include -I../../GCC/fixincludes/../include ../../GCC/fixincludes/fixopts.c
542 gcc -g3 -O0 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
543 echo timestamp > full-stamp
544 srcdir="../../GCC/fixincludes" /bin/sh ../../GCC/fixincludes/mkfixinc.sh i386-apple-darwin9.8.0
545 sed -e 's/@gcc_version@/4.5.0/' < mkheaders.almost > mkheadersT
546 mv -f mkheadersT mkheaders
547 mkdir ./intl
548 Configuring in ./intl
549 configure: creating cache ./config.cache
550 checking whether make sets $(MAKE)... yes
551 checking for a BSD-compatible install... /opt/local/bin/ginstall -c
552 checking whether NLS is requested... no
553 checking for msgfmt... /opt/local/bin/msgfmt
554 checking for gmsgfmt... /opt/local/bin/msgfmt
555 checking for xgettext... /opt/local/bin/xgettext
556 checking for msgmerge... /opt/local/bin/msgmerge
557 checking for i386-apple-darwin9.8.0-gcc... gcc
558 checking for C compiler default output file name... a.out
559 checking whether the C compiler works... yes
560 checking whether we are cross compiling... no
561 checking for suffix of executables...
562 checking for suffix of object files... o
563 checking whether we are using the GNU C compiler... yes
564 checking whether gcc accepts -g... yes
565 checking for gcc option to accept ISO C89... none needed
566 checking build system type... i386-apple-darwin9.8.0
567 checking host system type... i386-apple-darwin9.8.0
568 checking for i386-apple-darwin9.8.0-ranlib... ranlib
569 checking for library containing strerror... none required
570 checking how to run the C preprocessor... gcc -E
571 checking for grep that handles long lines and -e... /usr/bin/grep
572 checking for egrep... /usr/bin/grep -E
573 checking for ANSI C header files... yes
574 checking for an ANSI C-conforming const... yes
575 checking for inline... inline
576 checking for sys/types.h... yes
577 checking for sys/stat.h... yes
578 checking for stdlib.h... yes
579 checking for string.h... yes
580 checking for memory.h... yes
581 checking for strings.h... yes
582 checking for inttypes.h... yes
583 checking for stdint.h... yes
584 checking for unistd.h... yes
585 checking for off_t... yes
586 checking for size_t... yes
587 checking for working alloca.h... yes
588 checking for alloca... yes
589 checking for stdlib.h... (cached) yes
590 checking for unistd.h... (cached) yes
591 checking for getpagesize... yes
592 checking for working mmap... yes
593 checking whether we are using the GNU C Library 2.1 or newer... no
594 checking whether integer division by zero raises SIGFPE... yes
595 checking for inttypes.h... yes
596 checking for stdint.h... yes
597 checking for unsigned long long... yes
598 checking for inttypes.h... yes
599 checking whether the inttypes.h PRIxNN macros are broken... no
600 checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
601 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
602 checking for shared library run path origin... done
603 checking argz.h usability... no
604 checking argz.h presence... no
605 checking for argz.h... no
606 checking limits.h usability... yes
607 checking limits.h presence... yes
608 checking for limits.h... yes
609 checking locale.h usability... yes
610 checking locale.h presence... yes
611 checking for locale.h... yes
612 checking nl_types.h usability... yes
613 checking nl_types.h presence... yes
614 checking for nl_types.h... yes
615 checking malloc.h usability... no
616 checking malloc.h presence... no
617 checking for malloc.h... no
618 checking stddef.h usability... yes
619 checking stddef.h presence... yes
620 checking for stddef.h... yes
621 checking for stdlib.h... (cached) yes
622 checking for string.h... (cached) yes
623 checking for unistd.h... (cached) yes
624 checking sys/param.h usability... yes
625 checking sys/param.h presence... yes
626 checking for sys/param.h... yes
627 checking for feof_unlocked... yes
628 checking for fgets_unlocked... no
629 checking for getc_unlocked... yes
630 checking for getcwd... yes
631 checking for getegid... yes
632 checking for geteuid... yes
633 checking for getgid... yes
634 checking for getuid... yes
635 checking for mempcpy... no
636 checking for munmap... yes
637 checking for putenv... yes
638 checking for setenv... yes
639 checking for setlocale... yes
640 checking for stpcpy... yes
641 checking for strcasecmp... yes
642 checking for strdup... yes
643 checking for strtoul... yes
644 checking for tsearch... yes
645 checking for __argz_count... no
646 checking for __argz_stringify... no
647 checking for __argz_next... no
648 checking for __fsetlocking... no
649 checking for iconv... yes
650 checking how to link with libiconv... -liconv
651 checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
652 checking for nl_langinfo and CODESET... yes
653 checking for LC_MESSAGES... yes
654 checking for bison... bison
655 checking version of bison... 2.4.1, ok
656 checking whether NLS is requested... no
657 checking whether to use NLS... no
658 checking for aclocal... aclocal
659 checking for autoconf... autoconf
660 checking for autoheader... autoheader
661 configure: updating cache ./config.cache
662 configure: creating ./config.status
663 config.status: creating Makefile
664 config.status: creating config.intl
665 config.status: creating config.h
666 config.status: executing default-1 commands
667 mkdir ./gcc
668 Configuring in ./gcc
669 configure: creating cache ./config.cache
670 checking build system type... i386-apple-darwin9.8.0
671 checking host system type... i386-apple-darwin9.8.0
672 checking target system type... i386-apple-darwin9.8.0
673 checking LIBRARY_PATH variable... ok
674 checking GCC_EXEC_PREFIX variable... ok
675 checking whether to place generated files in the source directory... no
676 checking whether a default linker was specified... no
677 checking whether a default assembler was specified... no
678 checking for i386-apple-darwin9.8.0-gcc... gcc
679 checking for C compiler default output file name... a.out
680 checking whether the C compiler works... yes
681 checking whether we are cross compiling... no
682 checking for suffix of executables...
683 checking for suffix of object files... o
684 checking whether we are using the GNU C compiler... yes
685 checking whether gcc accepts -g... yes
686 checking for gcc option to accept ISO C89... none needed
687 checking whether gcc and cc understand -c and -o together... rm: conftest.dSYM: is a directory
688 yes
689 checking whether we are using the GNU C++ compiler... yes
690 checking whether g++ accepts -g... yes
691 checking for i386-apple-darwin9.8.0-gnatbind... no
692 checking for i386-apple-darwin9.8.0-gnatmake... no
693 checking whether compiler driver understands Ada... rm: conftest.dSYM: is a directory
694 no
695 checking how to run the C preprocessor... gcc -E
696 checking for grep that handles long lines and -e... /usr/bin/grep
697 checking for egrep... /usr/bin/grep -E
698 checking for ANSI C header files... rm: conftest.dSYM: is a directory
699 rm: conftest.dSYM: is a directory
700 yes
701 checking for sys/types.h... yes
702 checking for sys/stat.h... yes
703 checking for stdlib.h... yes
704 checking for string.h... yes
705 checking for memory.h... yes
706 checking for strings.h... yes
707 checking for inttypes.h... yes
708 checking for stdint.h... yes
709 checking for unistd.h... yes
710 checking minix/config.h usability... no
711 checking minix/config.h presence... no
712 checking for minix/config.h... no
713 checking whether it is safe to define __EXTENSIONS__... yes
714 checking how to run the C preprocessor... gcc -E
715 checking for inline... inline
716 checking size of void *... 4
717 checking size of short... 2
718 checking size of int... 4
719 checking size of long... 4
720 checking for long long... yes
721 checking size of long long... 8
722 checking for __int64... no
723 checking for int8_t... yes
724 checking for int16_t... yes
725 checking for int32_t... yes
726 checking for int64_t... yes
727 checking for long long int... yes
728 checking for intmax_t... yes
729 checking for intptr_t... yes
730 checking for uint8_t... yes
731 checking for uint16_t... yes
732 checking for uint32_t... yes
733 checking for uint64_t... yes
734 checking for unsigned long long int... yes
735 checking for uintmax_t... yes
736 checking for uintptr_t... yes
737 checking whether gcc supports -W... yes
738 checking whether gcc supports -Wall... yes
739 checking whether gcc supports -Wwrite-strings... yes
740 checking whether gcc supports -Wcast-qual... yes
741 checking whether gcc supports -Wstrict-prototypes... yes
742 checking whether gcc supports -Wmissing-prototypes... yes
743 checking whether gcc supports -Wmissing-format-attribute... yes
744 checking whether gcc supports -Wold-style-definition... yes
745 checking whether gcc supports -Wc++-compat... no
746 checking whether gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... no
747 checking valgrind.h usability... no
748 checking valgrind.h presence... no
749 checking for valgrind.h... no
750 configure: WARNING: decimal float is not supported for this target
751 configure: WARNING: fixed-point is not supported for this target
752 checking whether make sets $(MAKE)... yes
753 checking for gawk... gawk
754 checking whether ln -s works... yes
755 checking whether ln works... yes
756 checking for i386-apple-darwin9.8.0-ranlib... ranlib
757 checking for a BSD compatible install... /opt/local/bin/ginstall -c
758 checking for cmp's capabilities... gnucompare
759 checking for mktemp... yes
760 checking for makeinfo... makeinfo --split-size=5000000
761 checking for modern makeinfo... yes
762 checking for recent Pod::Man... yes
763 checking for flex... flex
764 checking for bison... bison
765 checking for nm... nm
766 checking for ar... ar
767 checking for ANSI C header files... (cached) yes
768 checking whether time.h and sys/time.h may both be included... yes
769 checking whether string.h and strings.h may both be included... yes
770 checking for sys/wait.h that is POSIX.1 compatible... yes
771 checking for limits.h... yes
772 checking for stddef.h... yes
773 checking for string.h... (cached) yes
774 checking for strings.h... (cached) yes
775 checking for stdlib.h... (cached) yes
776 checking for time.h... yes
777 checking for iconv.h... yes
778 checking for fcntl.h... yes
779 checking for unistd.h... (cached) yes
780 checking for sys/file.h... yes
781 checking for sys/time.h... yes
782 checking for sys/mman.h... yes
783 checking for sys/resource.h... yes
784 checking for sys/param.h... yes
785 checking for sys/times.h... yes
786 checking for sys/stat.h... (cached) yes
787 checking for direct.h... no
788 checking for malloc.h... no
789 checking for langinfo.h... yes
790 checking for ldfcn.h... no
791 checking for locale.h... yes
792 checking for wchar.h... yes
793 checking for thread.h... no
794 checking for pthread.h... yes
795 checking for CHAR_BIT... yes
796 checking whether byte ordering is bigendian... no
797 checking for collect2 libraries... none required
798 checking for library containing exc_resume... no
799 checking for library containing ldexp... none required
800 checking for inttypes.h... yes
801 checking for times... yes
802 checking for clock... yes
803 checking for kill... yes
804 checking for getrlimit... yes
805 checking for setrlimit... yes
806 checking for atoll... yes
807 checking for atoq... no
808 checking for sysconf... yes
809 checking for strsignal... yes
810 checking for getrusage... yes
811 checking for nl_langinfo... yes
812 checking for gettimeofday... yes
813 checking for mbstowcs... yes
814 checking for wcswidth... yes
815 checking for mmap... yes
816 checking for mincore... yes
817 checking for setlocale... yes
818 checking for clearerr_unlocked... yes
819 checking for feof_unlocked... yes
820 checking for ferror_unlocked... yes
821 checking for fflush_unlocked... no
822 checking for fgetc_unlocked... no
823 checking for fgets_unlocked... no
824 checking for fileno_unlocked... yes
825 checking for fprintf_unlocked... no
826 checking for fputc_unlocked... no
827 checking for fputs_unlocked... no
828 checking for fread_unlocked... no
829 checking for fwrite_unlocked... no
830 checking for getchar_unlocked... yes
831 checking for getc_unlocked... yes
832 checking for putchar_unlocked... yes
833 checking for putc_unlocked... yes
834 checking whether mbstowcs works... yes
835 checking for ssize_t... yes
836 checking for caddr_t... yes
837 checking for sys/mman.h... (cached) yes
838 checking for mmap... (cached) yes
839 checking whether read-only mmap of a plain file works... yes
840 checking whether mmap from /dev/zero works... no
841 checking for MAP_ANON(YMOUS)... yes
842 checking whether mmap with MAP_ANON(YMOUS) works... yes
843 checking for pid_t... yes
844 checking for vfork.h... no
845 checking for fork... yes
846 checking for vfork... yes
847 checking for working fork... yes
848 checking for working vfork... (cached) yes
849 checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
850 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
851 checking for shared library run path origin... done
852 checking for iconv... yes
853 checking how to link with libiconv... -liconv
854 checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
855 checking for LC_MESSAGES... yes
856 checking for nl_langinfo and CODESET... yes
857 checking whether getenv is declared... yes
858 checking whether atol is declared... yes
859 checking whether asprintf is declared... yes
860 checking whether sbrk is declared... yes
861 checking whether abort is declared... yes
862 checking whether atof is declared... yes
863 checking whether getcwd is declared... yes
864 checking whether getwd is declared... yes
865 checking whether strsignal is declared... yes
866 checking whether strstr is declared... yes
867 checking whether strverscmp is declared... no
868 checking whether errno is declared... yes
869 checking whether snprintf is declared... yes
870 checking whether vsnprintf is declared... yes
871 checking whether vasprintf is declared... yes
872 checking whether malloc is declared... yes
873 checking whether realloc is declared... yes
874 checking whether calloc is declared... yes
875 checking whether free is declared... yes
876 checking whether basename is declared... no
877 checking whether getopt is declared... yes
878 checking whether clock is declared... yes
879 checking whether getpagesize is declared... yes
880 checking whether clearerr_unlocked is declared... yes
881 checking whether feof_unlocked is declared... yes
882 checking whether ferror_unlocked is declared... yes
883 checking whether fflush_unlocked is declared... no
884 checking whether fgetc_unlocked is declared... no
885 checking whether fgets_unlocked is declared... no
886 checking whether fileno_unlocked is declared... yes
887 checking whether fprintf_unlocked is declared... no
888 checking whether fputc_unlocked is declared... no
889 checking whether fputs_unlocked is declared... no
890 checking whether fread_unlocked is declared... no
891 checking whether fwrite_unlocked is declared... no
892 checking whether getchar_unlocked is declared... yes
893 checking whether getc_unlocked is declared... yes
894 checking whether putchar_unlocked is declared... yes
895 checking whether putc_unlocked is declared... yes
896 checking whether getrlimit is declared... yes
897 checking whether setrlimit is declared... yes
898 checking whether getrusage is declared... yes
899 checking whether ldgetname is declared... no
900 checking whether times is declared... yes
901 checking whether sigaltstack is declared... yes
902 checking for struct tms... yes
903 checking for clock_t... yes
904 checking for .preinit_array/.init_array/.fini_array support... no
905 checking if mkdir takes one argument... no
906 Using `../../GCC/gcc/config/i386/i386.c' for machine-specific logic.
907 Using `../../GCC/gcc/config/i386/i386.md' as machine description file.
908 Using the following target machine macro files:
909 ../../GCC/gcc/config/vxworks-dummy.h
910 ../../GCC/gcc/config/i386/i386.h
911 ../../GCC/gcc/config/darwin.h
912 ../../GCC/gcc/config/darwin9.h
913 ../../GCC/gcc/config/i386/darwin.h
914 Using host-darwin.o host-i386-darwin.o for host machine hooks.
915 checking for __cxa_atexit... yes
916 checking whether NLS is requested... no
917 checking how to print strings... printf
918 checking for a sed that does not truncate output... /opt/local/bin/gsed
919 checking for fgrep... /usr/bin/grep -F
920 checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
921 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
922 checking for BSD- or MS-compatible name lister (nm)... nm
923 checking the name lister (nm) interface... BSD nm
924 checking whether ln -s works... yes
925 checking the maximum length of command line arguments... 196608
926 checking whether the shell understands some XSI constructs... yes
927 checking whether the shell understands "+="... yes
928 checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
929 checking for i386-apple-darwin9.8.0-objdump... objdump
930 checking how to recognize dependent libraries... pass_all
931 checking for i386-apple-darwin9.8.0-ar... (cached) ar
932 checking for i386-apple-darwin9.8.0-strip... no
933 checking for strip... strip
934 checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
935 checking command to parse nm output from gcc object... ok
936 checking for i386-apple-darwin9.8.0-dsymutil... no
937 checking for dsymutil... dsymutil
938 checking for i386-apple-darwin9.8.0-nmedit... no
939 checking for nmedit... nmedit
940 checking for i386-apple-darwin9.8.0-lipo... no
941 checking for lipo... lipo
942 checking for i386-apple-darwin9.8.0-otool... no
943 checking for otool... otool
944 checking for i386-apple-darwin9.8.0-otool64... no
945 checking for otool64... no
946 checking for -single_module linker flag... yes
947 checking for -exported_symbols_list linker flag... yes
948 checking for -force_load linker flag... no
949 checking for dlfcn.h... yes
950 checking for objdir... .libs
951 checking if gcc supports -fno-rtti -fno-exceptions... no
952 checking for gcc option to produce PIC... -fno-common -DPIC
953 checking if gcc PIC flag -fno-common -DPIC works... yes
954 checking if gcc static flag -static works... no
955 checking if gcc supports -c -o file.o... yes
956 checking if gcc supports -c -o file.o... (cached) yes
957 checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
958 checking dynamic linker characteristics... darwin9.8.0 dyld
959 checking how to hardcode library paths into programs... immediate
960 checking whether stripping libraries is possible... yes
961 checking if libtool supports shared libraries... yes
962 checking whether to build shared libraries... yes
963 checking whether to build static libraries... yes
964 checking how to run the C++ preprocessor... g++ -E
965 checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
966 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
967 checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
968 checking for g++ option to produce PIC... -fno-common -DPIC
969 checking if g++ PIC flag -fno-common -DPIC works... yes
970 checking if g++ static flag -static works... no
971 checking if g++ supports -c -o file.o... yes
972 checking if g++ supports -c -o file.o... (cached) yes
973 checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
974 checking dynamic linker characteristics... darwin9.8.0 dyld
975 checking how to hardcode library paths into programs... immediate
976 checking for as... /usr/bin/as
977 checking what assembler to use... /usr/bin/as
978 checking what linker to use... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
979 checking for nm... /usr/bin/nm
980 checking what nm to use... /usr/bin/nm
981 checking for objdump... no
982 checking what objdump to use... not found
983 checking for readelf... no
984 checking what readelf to use... not found
985 checking assembler flags...
986 checking assembler for .balign and .p2align... yes
987 checking assembler for .p2align with maximum skip... yes
988 checking assembler for .literal16... yes
989 checking assembler for working .subsection -1... no
990 checking assembler for .weak... no
991 checking assembler for .weakref... no
992 checking assembler for .nsubspa comdat... no
993 checking assembler for .hidden... no
994 checking linker for .hidden support... no
995 checking linker read-only and read-write section mixing... unknown
996 checking assembler for .sleb128 and .uleb128... no
997 checking assembler for cfi directives... no
998 checking assembler for cfi personality directive... no
999 checking assembler for cfi sections directive... no
1000 checking assembler for eh_frame optimization... no
1001 checking assembler for section merging support... no
1002 checking assembler for section merging support... (cached) no
1003 checking assembler for COMDAT group support... no
1004 checking assembler for COMDAT group support... no
1005 checking assembler for line table discriminator support... no
1006 checking assembler for thread-local storage support... no
1007 checking linker -Bstatic/-Bdynamic option... no
1008 checking assembler for filds and fists mnemonics... yes
1009 checking assembler for fildq and fistpq mnemonics... yes
1010 checking assembler for cmov syntax... no
1011 checking assembler for ffreep mnemonic... yes
1012 checking assembler for sahf mnemonic... yes
1013 checking assembler for swap suffix... no
1014 checking assembler for different section symbol subtraction... no
1015 checking assembler for GOTOFF in data... no
1016 checking assembler for dwarf2 debug_line support... no
1017 checking assembler for buggy dwarf2 .file directive... no
1018 checking assembler for --gdwarf2 option... no
1019 checking assembler for --gstabs option... yes
1020 checking assembler for --debug-prefix-map option... no
1021 checking assembler for .lcomm with alignment... yes
1022 checking assembler for gnu_unique_object... no
1023 checking assembler for tolerance to line number 0... yes
1024 checking linker PT_GNU_EH_FRAME support... no
1025 checking linker position independent executable support... no
1026 checking linker EH-compatible garbage collection of sections... no
1027 checking linker --as-needed support... no
1028 checking linker --build-id support... no
1029 checking linker --sysroot support... no
1030 checking __stack_chk_fail in target C library... checking for __stack_chk_fail... yes
1031 yes
1032 Using ggc-page for garbage collection.
1033 checking whether to enable maintainer-specific portions of Makefiles... no
1034 Links are now set up to build a native compiler for i386-apple-darwin9.8.0.
1035 checking for -rdynamic... yes
1036 checking for library containing dlopen... none required
1037 checking for -fPIC -shared... no
1038 configure: updating cache ./config.cache
1039 configure: creating ./config.status
1040 config.status: creating as
1041 config.status: creating collect-ld
1042 config.status: creating nm
1043 config.status: creating Makefile
1044 config.status: creating gccbug
1045 config.status: creating auto-host.h
1046 config.status: executing default commands
1047 make[2]: Nothing to be done for `all'.
1048 mkdir build-i386-apple-darwin9.8.0
1049 mkdir build-i386-apple-darwin9.8.0/libiberty
1050 Configuring in build-i386-apple-darwin9.8.0/libiberty
1051 configure: creating cache ../config.cache
1052 checking whether to enable maintainer-specific portions of Makefiles... no
1053 checking for makeinfo... makeinfo --split-size=5000000
1054 checking for perl... perl
1055 checking build system type... i386-apple-darwin9.8.0
1056 checking host system type... i386-apple-darwin9.8.0
1057 checking for i386-apple-darwin9.8.0-ar... ar
1058 checking for i386-apple-darwin9.8.0-ranlib... ranlib
1059 checking for i386-apple-darwin9.8.0-gcc... gcc
1060 checking for C compiler default output file name... a.out
1061 checking whether the C compiler works... yes
1062 checking whether we are cross compiling... no
1063 checking for suffix of executables...
1064 checking for suffix of object files... o
1065 checking whether we are using the GNU C compiler... yes
1066 checking whether gcc accepts -g... yes
1067 checking for gcc option to accept ISO C89... none needed
1068 checking for special C compiler options needed for large files... no
1069 checking for _FILE_OFFSET_BITS value needed for large files... no
1070 checking how to run the C preprocessor... gcc -E
1071 checking whether gcc supports -W... yes
1072 checking whether gcc supports -Wall... yes
1073 checking whether gcc supports -Wwrite-strings... yes
1074 checking whether gcc supports -Wc++-compat... no
1075 checking whether gcc supports -Wstrict-prototypes... yes
1076 checking whether gcc supports -pedantic ... yes
1077 checking whether gcc and cc understand -c and -o together... yes
1078 checking for an ANSI C-conforming const... yes
1079 checking for inline... inline
1080 checking for grep that handles long lines and -e... /usr/bin/grep
1081 checking for egrep... /usr/bin/grep -E
1082 checking for ANSI C header files... yes
1083 checking for sys/types.h... yes
1084 checking for sys/stat.h... yes
1085 checking for stdlib.h... yes
1086 checking for string.h... yes
1087 checking for memory.h... yes
1088 checking for strings.h... yes
1089 checking for inttypes.h... yes
1090 checking for stdint.h... yes
1091 checking for unistd.h... yes
1092 checking whether byte ordering is bigendian... no
1093 checking for a BSD-compatible install... /opt/local/bin/ginstall -c
1094 checking for sys/file.h... yes
1095 checking for sys/param.h... yes
1096 checking for limits.h... yes
1097 checking for stdlib.h... (cached) yes
1098 checking for malloc.h... no
1099 checking for string.h... (cached) yes
1100 checking for unistd.h... (cached) yes
1101 checking for strings.h... (cached) yes
1102 checking for sys/time.h... yes
1103 checking for time.h... yes
1104 checking for sys/resource.h... yes
1105 checking for sys/stat.h... (cached) yes
1106 checking for sys/mman.h... yes
1107 checking for fcntl.h... yes
1108 checking for alloca.h... yes
1109 checking for sys/pstat.h... no
1110 checking for sys/sysmp.h... no
1111 checking for sys/sysinfo.h... no
1112 checking for machine/hal_sysinfo.h... no
1113 checking for sys/table.h... no
1114 checking for sys/sysctl.h... yes
1115 checking for sys/systemcfg.h... no
1116 checking for stdint.h... (cached) yes
1117 checking for stdio_ext.h... no
1118 checking for sys/wait.h that is POSIX.1 compatible... yes
1119 checking whether time.h and sys/time.h may both be included... yes
1120 checking whether errno must be declared... no
1121 checking size of int... 4
1122 checking for a 64-bit type... uint64_t
1123 checking for intptr_t... yes
1124 checking for uintptr_t... yes
1125 checking for pid_t... yes
1126 checking for library containing strerror... none required
1127 checking for asprintf... yes
1128 checking for atexit... yes
1129 checking for basename... yes
1130 checking for bcmp... yes
1131 checking for bcopy... yes
1132 checking for bsearch... yes
1133 checking for bzero... yes
1134 checking for calloc... yes
1135 checking for clock... yes
1136 checking for ffs... yes
1137 checking for getcwd... yes
1138 checking for getpagesize... yes
1139 checking for gettimeofday... yes
1140 checking for index... yes
1141 checking for insque... yes
1142 checking for memchr... yes
1143 checking for memcmp... yes
1144 checking for memcpy... yes
1145 checking for memmem... no
1146 checking for memmove... yes
1147 checking for mempcpy... no
1148 checking for memset... yes
1149 checking for mkstemps... yes
1150 checking for putenv... yes
1151 checking for random... yes
1152 checking for rename... yes
1153 checking for rindex... yes
1154 checking for setenv... yes
1155 checking for snprintf... yes
1156 checking for sigsetmask... yes
1157 checking for stpcpy... yes
1158 checking for stpncpy... no
1159 checking for strcasecmp... yes
1160 checking for strchr... yes
1161 checking for strdup... yes
1162 checking for strncasecmp... yes
1163 checking for strndup... no
1164 checking for strrchr... yes
1165 checking for strstr... yes
1166 checking for strtod... yes
1167 checking for strtol... yes
1168 checking for strtoul... yes
1169 checking for strverscmp... no
1170 checking for tmpnam... yes
1171 checking for vasprintf... yes
1172 checking for vfprintf... yes
1173 checking for vprintf... yes
1174 checking for vsnprintf... yes
1175 checking for vsprintf... yes
1176 checking for waitpid... yes
1177 checking whether alloca needs Cray hooks... no
1178 checking stack direction for C alloca... -1
1179 checking for vfork.h... no
1180 checking for fork... yes
1181 checking for vfork... yes
1182 checking for working fork... yes
1183 checking for working vfork... (cached) yes
1184 checking for _doprnt... no
1185 checking for sys_errlist... yes
1186 checking for sys_nerr... yes
1187 checking for sys_siglist... yes
1188 checking for external symbol _system_configuration... no
1189 checking for getrusage... yes
1190 checking for on_exit... no
1191 checking for psignal... yes
1192 checking for strerror... yes
1193 checking for strsignal... yes
1194 checking for sysconf... yes
1195 checking for times... yes
1196 checking for sbrk... yes
1197 checking for gettimeofday... (cached) yes
1198 checking for realpath... yes
1199 checking for canonicalize_file_name... no
1200 checking for pstat_getstatic... no
1201 checking for pstat_getdynamic... no
1202 checking for sysmp... no
1203 checking for getsysinfo... no
1204 checking for table... yes
1205 checking for sysctl... yes
1206 checking for wait3... yes
1207 checking for wait4... yes
1208 checking for __fsetlocking... no
1209 checking whether basename is declared... no
1210 checking whether ffs is declared... yes
1211 checking whether asprintf is declared... yes
1212 checking whether vasprintf is declared... yes
1213 checking whether snprintf is declared... yes
1214 checking whether vsnprintf is declared... yes
1215 checking whether calloc is declared... yes
1216 checking whether getenv is declared... yes
1217 checking whether getopt is declared... yes
1218 checking whether malloc is declared... yes
1219 checking whether realloc is declared... yes
1220 checking whether sbrk is declared... yes
1221 checking whether strverscmp is declared... no
1222 checking whether canonicalize_file_name must be declared... yes
1223 checking for stdlib.h... (cached) yes
1224 checking for unistd.h... (cached) yes
1225 checking for getpagesize... (cached) yes
1226 checking for working mmap... yes
1227 checking for working strncmp... yes
1228 configure: updating cache ../config.cache
1229 configure: creating ./config.status
1230 config.status: creating Makefile
1231 config.status: creating testsuite/Makefile
1232 config.status: creating config.h
1233 config.status: executing default commands
1234 if [ x"" != x ] && [ ! -d pic ]; then \
1235 mkdir pic; \
1236 else true; fi
1237 touch stamp-picdir
1238 if [ x"" != x ]; then \
1239 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/regex.c -o pic/regex.o; \
1240 else true; fi
1241 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/regex.c -o regex.o
1242 if [ x"" != x ]; then \
1243 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
1244 else true; fi
1245 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cplus-dem.c -o cplus-dem.o
1246 if [ x"" != x ]; then \
1247 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
1248 else true; fi
1249 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cp-demangle.c -o cp-demangle.o
1250 if [ x"" != x ]; then \
1251 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/md5.c -o pic/md5.o; \
1252 else true; fi
1253 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/md5.c -o md5.o
1254 if [ x"" != x ]; then \
1255 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/sha1.c -o pic/sha1.o; \
1256 else true; fi
1257 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/sha1.c -o sha1.o
1258 if [ x"" != x ]; then \
1259 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/alloca.c -o pic/alloca.o; \
1260 else true; fi
1261 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/alloca.c -o alloca.o
1262 if [ x"" != x ]; then \
1263 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/argv.c -o pic/argv.o; \
1264 else true; fi
1265 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/argv.c -o argv.o
1266 if [ x"" != x ]; then \
1267 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/choose-temp.c -o pic/choose-temp.o; \
1268 else true; fi
1269 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/choose-temp.c -o choose-temp.o
1270 if [ x"" != x ]; then \
1271 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/concat.c -o pic/concat.o; \
1272 else true; fi
1273 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/concat.c -o concat.o
1274 if [ x"" != x ]; then \
1275 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cp-demint.c -o pic/cp-demint.o; \
1276 else true; fi
1277 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/cp-demint.c -o cp-demint.o
1278 if [ x"" != x ]; then \
1279 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/crc32.c -o pic/crc32.o; \
1280 else true; fi
1281 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/crc32.c -o crc32.o
1282 if [ x"" != x ]; then \
1283 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/dyn-string.c -o pic/dyn-string.o; \
1284 else true; fi
1285 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/dyn-string.c -o dyn-string.o
1286 if [ x"" != x ]; then \
1287 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fdmatch.c -o pic/fdmatch.o; \
1288 else true; fi
1289 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fdmatch.c -o fdmatch.o
1290 if [ x"" != x ]; then \
1291 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fibheap.c -o pic/fibheap.o; \
1292 else true; fi
1293 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fibheap.c -o fibheap.o
1294 if [ x"" != x ]; then \
1295 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
1296 else true; fi
1297 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/filename_cmp.c -o filename_cmp.o
1298 if [ x"" != x ]; then \
1299 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/floatformat.c -o pic/floatformat.o; \
1300 else true; fi
1301 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/floatformat.c -o floatformat.o
1302 if [ x"" != x ]; then \
1303 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fnmatch.c -o pic/fnmatch.o; \
1304 else true; fi
1305 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fnmatch.c -o fnmatch.o
1306 if [ x"" != x ]; then \
1307 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
1308 else true; fi
1309 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/fopen_unlocked.c -o fopen_unlocked.o
1310 if [ x"" != x ]; then \
1311 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getopt.c -o pic/getopt.o; \
1312 else true; fi
1313 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getopt.c -o getopt.o
1314 if [ x"" != x ]; then \
1315 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getopt1.c -o pic/getopt1.o; \
1316 else true; fi
1317 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getopt1.c -o getopt1.o
1318 if [ x"" != x ]; then \
1319 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getpwd.c -o pic/getpwd.o; \
1320 else true; fi
1321 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getpwd.c -o getpwd.o
1322 if [ x"" != x ]; then \
1323 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getruntime.c -o pic/getruntime.o; \
1324 else true; fi
1325 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/getruntime.c -o getruntime.o
1326 if [ x"" != x ]; then \
1327 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/hashtab.c -o pic/hashtab.o; \
1328 else true; fi
1329 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/hashtab.c -o hashtab.o
1330 if [ x"" != x ]; then \
1331 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/hex.c -o pic/hex.o; \
1332 else true; fi
1333 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/hex.c -o hex.o
1334 if [ x"" != x ]; then \
1335 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/lbasename.c -o pic/lbasename.o; \
1336 else true; fi
1337 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/lbasename.c -o lbasename.o
1338 if [ x"" != x ]; then \
1339 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/lrealpath.c -o pic/lrealpath.o; \
1340 else true; fi
1341 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/lrealpath.c -o lrealpath.o
1342 if [ x"" != x ]; then \
1343 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
1344 else true; fi
1345 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/make-relative-prefix.c -o make-relative-prefix.o
1346 if [ x"" != x ]; then \
1347 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
1348 else true; fi
1349 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/make-temp-file.c -o make-temp-file.o
1350 if [ x"" != x ]; then \
1351 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/objalloc.c -o pic/objalloc.o; \
1352 else true; fi
1353 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/objalloc.c -o objalloc.o
1354 if [ x"" != x ]; then \
1355 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/obstack.c -o pic/obstack.o; \
1356 else true; fi
1357 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/obstack.c -o obstack.o
1358 if [ x"" != x ]; then \
1359 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/partition.c -o pic/partition.o; \
1360 else true; fi
1361 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/partition.c -o partition.o
1362 if [ x"" != x ]; then \
1363 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pexecute.c -o pic/pexecute.o; \
1364 else true; fi
1365 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pexecute.c -o pexecute.o
1366 if [ x"" != x ]; then \
1367 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/physmem.c -o pic/physmem.o; \
1368 else true; fi
1369 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/physmem.c -o physmem.o
1370 if [ x"" != x ]; then \
1371 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-common.c -o pic/pex-common.o; \
1372 else true; fi
1373 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-common.c -o pex-common.o
1374 if [ x"" != x ]; then \
1375 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-one.c -o pic/pex-one.o; \
1376 else true; fi
1377 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-one.c -o pex-one.o
1378 if [ x"" != x ]; then \
1379 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-unix.c -o pic/pex-unix.o; \
1380 else true; fi
1381 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/pex-unix.c -o pex-unix.o
1382 if [ x"" != x ]; then \
1383 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
1384 else true; fi
1385 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/safe-ctype.c -o safe-ctype.o
1386 if [ x"" != x ]; then \
1387 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/sort.c -o pic/sort.o; \
1388 else true; fi
1389 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/sort.c -o sort.o
1390 if [ x"" != x ]; then \
1391 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/spaces.c -o pic/spaces.o; \
1392 else true; fi
1393 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/spaces.c -o spaces.o
1394 if [ x"" != x ]; then \
1395 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/splay-tree.c -o pic/splay-tree.o; \
1396 else true; fi
1397 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/splay-tree.c -o splay-tree.o
1398 if [ x"" != x ]; then \
1399 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strerror.c -o pic/strerror.o; \
1400 else true; fi
1401 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strerror.c -o strerror.o
1402 if [ x"" != x ]; then \
1403 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strsignal.c -o pic/strsignal.o; \
1404 else true; fi
1405 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strsignal.c -o strsignal.o
1406 if [ x"" != x ]; then \
1407 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
1408 else true; fi
1409 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
1410 if [ x"" != x ]; then \
1411 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xatexit.c -o pic/xatexit.o; \
1412 else true; fi
1413 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xatexit.c -o xatexit.o
1414 if [ x"" != x ]; then \
1415 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xexit.c -o pic/xexit.o; \
1416 else true; fi
1417 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xexit.c -o xexit.o
1418 if [ x"" != x ]; then \
1419 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xmalloc.c -o pic/xmalloc.o; \
1420 else true; fi
1421 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xmalloc.c -o xmalloc.o
1422 if [ x"" != x ]; then \
1423 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xmemdup.c -o pic/xmemdup.o; \
1424 else true; fi
1425 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xmemdup.c -o xmemdup.o
1426 if [ x"" != x ]; then \
1427 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrdup.c -o pic/xstrdup.o; \
1428 else true; fi
1429 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrdup.c -o xstrdup.o
1430 if [ x"" != x ]; then \
1431 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrerror.c -o pic/xstrerror.o; \
1432 else true; fi
1433 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrerror.c -o xstrerror.o
1434 if [ x"" != x ]; then \
1435 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrndup.c -o pic/xstrndup.o; \
1436 else true; fi
1437 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/xstrndup.c -o xstrndup.o
1438 if [ x"" != x ]; then \
1439 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/memmem.c -o pic/memmem.o; \
1440 else true; fi
1441 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/memmem.c -o memmem.o
1442 if [ x"" != x ]; then \
1443 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/mempcpy.c -o pic/mempcpy.o; \
1444 else true; fi
1445 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/mempcpy.c -o mempcpy.o
1446 if [ x"" != x ]; then \
1447 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/stpncpy.c -o pic/stpncpy.o; \
1448 else true; fi
1449 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/stpncpy.c -o stpncpy.o
1450 if [ x"" != x ]; then \
1451 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strndup.c -o pic/strndup.o; \
1452 else true; fi
1453 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strndup.c -o strndup.o
1454 if [ x"" != x ]; then \
1455 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strverscmp.c -o pic/strverscmp.o; \
1456 else true; fi
1457 gcc -c -DHAVE_CONFIG_H -g3 -O0 -I. -I../../../GCC/libiberty/../include -W -Wall -Wwrite-strings -Wstrict-prototypes -pedantic ../../../GCC/libiberty/strverscmp.c -o strverscmp.o
1458 rm -f ./libiberty.a pic/./libiberty.a
1459 ar rc ./libiberty.a \
1460 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./memmem.o ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o
1461 ranlib ./libiberty.a
1462 if [ x"" != x ]; then \
1463 cd pic; \
1464 ar rc ./libiberty.a \
1465 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./memmem.o ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o; \
1466 ranlib ./libiberty.a; \
1467 cd ..; \
1468 else true; fi
1469 echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
1470 make[3]: Nothing to be done for `all'.
1471 mkdir build-i386-apple-darwin9.8.0/fixincludes
1472 Configuring in build-i386-apple-darwin9.8.0/fixincludes
1473 configure: loading cache ../config.cache
1474 checking build system type... (cached) i386-apple-darwin9.8.0
1475 checking host system type... (cached) i386-apple-darwin9.8.0
1476 checking target system type... i386-apple-darwin9.8.0
1477 checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
1478 checking for C compiler default output file name... a.out
1479 checking whether the C compiler works... yes
1480 checking whether we are cross compiling... no
1481 checking for suffix of executables...
1482 checking for suffix of object files... (cached) o
1483 checking whether we are using the GNU C compiler... (cached) yes
1484 checking whether gcc accepts -g... (cached) yes
1485 checking for gcc option to accept ISO C89... (cached) none needed
1486 checking for a sed that does not truncate output... /opt/local/bin/gsed
1487 checking whether gcc supports -W... (cached) yes
1488 checking whether gcc supports -Wall... (cached) yes
1489 checking whether gcc supports -Wwrite-strings... (cached) yes
1490 checking whether gcc supports -Wstrict-prototypes... (cached) yes
1491 checking whether gcc supports -Wmissing-prototypes... yes
1492 checking whether gcc supports -Wold-style-definition... yes
1493 checking whether gcc supports -Wmissing-format-attribute... yes
1494 checking whether gcc supports -Wno-overlength-strings... no
1495 checking whether gcc supports -pedantic -Wno-long-long... yes
1496 checking how to run the C preprocessor... (cached) gcc -E
1497 checking for grep that handles long lines and -e... (cached) /usr/bin/grep
1498 checking for egrep... (cached) /usr/bin/grep -E
1499 checking for ANSI C header files... (cached) yes
1500 checking for sys/types.h... (cached) yes
1501 checking for sys/stat.h... (cached) yes
1502 checking for stdlib.h... (cached) yes
1503 checking for string.h... (cached) yes
1504 checking for memory.h... (cached) yes
1505 checking for strings.h... (cached) yes
1506 checking for inttypes.h... (cached) yes
1507 checking for stdint.h... (cached) yes
1508 checking for unistd.h... (cached) yes
1509 checking stddef.h usability... yes
1510 checking stddef.h presence... yes
1511 checking for stddef.h... yes
1512 checking for stdlib.h... (cached) yes
1513 checking for strings.h... (cached) yes
1514 checking for unistd.h... (cached) yes
1515 checking for fcntl.h... (cached) yes
1516 checking for sys/file.h... (cached) yes
1517 checking for sys/stat.h... (cached) yes
1518 checking for clearerr_unlocked... yes
1519 checking for feof_unlocked... yes
1520 checking for ferror_unlocked... yes
1521 checking for fflush_unlocked... no
1522 checking for fgetc_unlocked... no
1523 checking for fgets_unlocked... no
1524 checking for fileno_unlocked... yes
1525 checking for fprintf_unlocked... no
1526 checking for fputc_unlocked... no
1527 checking for fputs_unlocked... no
1528 checking for fread_unlocked... no
1529 checking for fwrite_unlocked... no
1530 checking for getchar_unlocked... yes
1531 checking for getc_unlocked... yes
1532 checking for putchar_unlocked... yes
1533 checking for putc_unlocked... yes
1534 checking whether abort is declared... yes
1535 checking whether asprintf is declared... (cached) yes
1536 checking whether basename is declared... (cached) no
1537 checking whether errno is declared... no
1538 checking whether vasprintf is declared... (cached) yes
1539 checking whether clearerr_unlocked is declared... yes
1540 checking whether feof_unlocked is declared... yes
1541 checking whether ferror_unlocked is declared... yes
1542 checking whether fflush_unlocked is declared... no
1543 checking whether fgetc_unlocked is declared... no
1544 checking whether fgets_unlocked is declared... no
1545 checking whether fileno_unlocked is declared... yes
1546 checking whether fprintf_unlocked is declared... no
1547 checking whether fputc_unlocked is declared... no
1548 checking whether fputs_unlocked is declared... no
1549 checking whether fread_unlocked is declared... no
1550 checking whether fwrite_unlocked is declared... no
1551 checking whether getchar_unlocked is declared... yes
1552 checking whether getc_unlocked is declared... yes
1553 checking whether putchar_unlocked is declared... yes
1554 checking whether putc_unlocked is declared... yes
1555 checking for an ANSI C-conforming const... (cached) yes
1556 checking for sys/mman.h... (cached) yes
1557 checking for mmap... yes
1558 checking whether read-only mmap of a plain file works... yes
1559 checking whether mmap from /dev/zero works... no
1560 checking for MAP_ANON(YMOUS)... yes
1561 checking whether mmap with MAP_ANON(YMOUS) works... yes
1562 checking whether to enable maintainer-specific portions of Makefiles... no
1563 configure: updating cache ../config.cache
1564 configure: creating ./config.status
1565 config.status: creating Makefile
1566 config.status: creating mkheaders.almost
1567 config.status: creating config.h
1568 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/fixincl.c
1569 In file included from ../../../GCC/fixincludes/fixincl.c:102:
1570 ../../../GCC/fixincludes/fixincl.x:79: warning: string length ‘667’ is greater than the length ‘509’ ISO C89 compilers are required to support
1571 ../../../GCC/fixincludes/fixincl.x:135: warning: string length ‘4756’ is greater than the length ‘509’ ISO C89 compilers are required to support
1572 ../../../GCC/fixincludes/fixincl.x:293: warning: string length ‘552’ is greater than the length ‘509’ ISO C89 compilers are required to support
1573 ../../../GCC/fixincludes/fixincl.x:338: warning: string length ‘532’ is greater than the length ‘509’ ISO C89 compilers are required to support
1574 ../../../GCC/fixincludes/fixincl.x:382: warning: string length ‘808’ is greater than the length ‘509’ ISO C89 compilers are required to support
1575 ../../../GCC/fixincludes/fixincl.x:3218: warning: string length ‘729’ is greater than the length ‘509’ ISO C89 compilers are required to support
1576 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/fixtests.c
1577 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/fixfixes.c
1578 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/server.c
1579 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/procopen.c
1580 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/fixlib.c
1581 gcc -c -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../GCC/fixincludes -I../include -I../../../GCC/fixincludes/../include ../../../GCC/fixincludes/fixopts.c
1582 gcc -g3 -O0 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
1583 echo timestamp > full-stamp
1584 srcdir="../../../GCC/fixincludes" /bin/sh ../../../GCC/fixincludes/mkfixinc.sh i386-apple-darwin9.8.0
1585 sed -e 's/@gcc_version@/4.5.0/' < mkheaders.almost > mkheadersT
1586 mv -f mkheadersT mkheaders
1587 mkdir ./zlib
1588 Configuring in ./zlib
1589 configure: creating cache ./config.cache
1590 checking build system type... i386-apple-darwin9.8.0
1591 checking host system type... i386-apple-darwin9.8.0
1592 checking target system type... i386-apple-darwin9.8.0
1593 checking for a BSD-compatible install... /opt/local/bin/ginstall -c
1594 checking whether build environment is sane... yes
1595 checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
1596 checking for gawk... gawk
1597 checking whether make sets $(MAKE)... yes
1598 checking whether to enable maintainer-specific portions of Makefiles... no
1599 checking for i386-apple-darwin9.8.0-gcc... gcc
1600 checking for C compiler default output file name... a.out
1601 checking whether the C compiler works... yes
1602 checking whether we are cross compiling... no
1603 checking for suffix of executables...
1604 checking for suffix of object files... o
1605 checking whether we are using the GNU C compiler... yes
1606 checking whether gcc accepts -g... yes
1607 checking for gcc option to accept ISO C89... none needed
1608 checking for style of include used by make... GNU
1609 checking dependency style of gcc... gcc3
1610 checking how to print strings... printf
1611 checking for a sed that does not truncate output... /opt/local/bin/gsed
1612 checking for grep that handles long lines and -e... /usr/bin/grep
1613 checking for egrep... /usr/bin/grep -E
1614 checking for fgrep... /usr/bin/grep -F
1615 checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
1616 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
1617 checking for BSD- or MS-compatible name lister (nm)... nm
1618 checking the name lister (nm) interface... rm: conftest.dSYM: is a directory
1619 BSD nm
1620 checking whether ln -s works... yes
1621 checking the maximum length of command line arguments... 196608
1622 checking whether the shell understands some XSI constructs... yes
1623 checking whether the shell understands "+="... yes
1624 checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
1625 checking for i386-apple-darwin9.8.0-objdump... objdump
1626 checking how to recognize dependent libraries... pass_all
1627 checking for i386-apple-darwin9.8.0-ar... ar
1628 checking for i386-apple-darwin9.8.0-strip... no
1629 checking for strip... strip
1630 checking for i386-apple-darwin9.8.0-ranlib... ranlib
1631 checking command to parse nm output from gcc object... rm: conftest.dSYM: is a directory
1632 ok
1633 checking for i386-apple-darwin9.8.0-dsymutil... no
1634 checking for dsymutil... dsymutil
1635 checking for i386-apple-darwin9.8.0-nmedit... no
1636 checking for nmedit... nmedit
1637 checking for i386-apple-darwin9.8.0-lipo... no
1638 checking for lipo... lipo
1639 checking for i386-apple-darwin9.8.0-otool... no
1640 checking for otool... otool
1641 checking for i386-apple-darwin9.8.0-otool64... no
1642 checking for otool64... no
1643 checking for -single_module linker flag... yes
1644 checking for -exported_symbols_list linker flag... yes
1645 checking for -force_load linker flag... no
1646 checking how to run the C preprocessor... gcc -E
1647 checking for ANSI C header files... yes
1648 checking for sys/types.h... yes
1649 checking for sys/stat.h... yes
1650 checking for stdlib.h... yes
1651 checking for string.h... yes
1652 checking for memory.h... yes
1653 checking for strings.h... yes
1654 checking for inttypes.h... yes
1655 checking for stdint.h... yes
1656 checking for unistd.h... yes
1657 checking for dlfcn.h... yes
1658 checking for objdir... .libs
1659 checking if gcc supports -fno-rtti -fno-exceptions... no
1660 checking for gcc option to produce PIC... -fno-common -DPIC
1661 checking if gcc PIC flag -fno-common -DPIC works... yes
1662 checking if gcc static flag -static works... no
1663 checking if gcc supports -c -o file.o... yes
1664 checking if gcc supports -c -o file.o... (cached) yes
1665 checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
1666 checking dynamic linker characteristics... darwin9.8.0 dyld
1667 checking how to hardcode library paths into programs... immediate
1668 checking whether stripping libraries is possible... yes
1669 checking if libtool supports shared libraries... yes
1670 checking whether to build shared libraries... yes
1671 checking whether to build static libraries... yes
1672 checking how to run the C preprocessor... gcc -E
1673 checking for stdlib.h... (cached) yes
1674 checking for unistd.h... (cached) yes
1675 checking for getpagesize... yes
1676 checking for working mmap... yes
1677 checking for memcpy... yes
1678 checking for strerror... yes
1679 checking for unistd.h... (cached) yes
1680 configure: updating cache ./config.cache
1681 configure: creating ./config.status
1682 config.status: creating Makefile
1683 config.status: executing default-1 commands
1684 config.status: executing depfiles commands
1685 config.status: executing libtool commands
1686 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../GCC/zlib/'`adler32.c
1687 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../GCC/zlib/'`compress.c
1688 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../GCC/zlib/'`crc32.c
1689 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../GCC/zlib/'`deflate.c
1690 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '../../GCC/zlib/'`gzio.c
1691 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../GCC/zlib/'`infback.c
1692 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../GCC/zlib/'`inffast.c
1693 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../GCC/zlib/'`inflate.c
1694 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../GCC/zlib/'`inftrees.c
1695 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../GCC/zlib/'`trees.c
1696 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../GCC/zlib/'`uncompr.c
1697 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../GCC/zlib -g3 -O0 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../GCC/zlib/'`zutil.c
1698 rm -f libz.a
1699 ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
1700 ranlib libz.a
1701 true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g3 -O0" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g3 -O0" "CFLAGS_FOR_TARGET=-O2 -g3 -O0" "INSTALL=/opt/local/bin/ginstall -c" "INSTALL_DATA=/opt/local/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/opt/local/bin/ginstall -c" "INSTALL_SCRIPT=/opt/local/bin/ginstall -c" "LDFLAGS=" "LIBCFLAGS=-g3 -O0" "LIBCFLAGS_FOR_TARGET=-O2 -g3 -O0" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR" "infodir=/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR/share/info" "libdir=/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR/lib" "prefix=/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR" "tooldir=/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR/i386-apple-darwin9.8.0" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld" "LIBCFLAGS=-g3 -O0" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
1702 mkdir ./libcpp
1703 Configuring in ./libcpp
1704 configure: creating cache ./config.cache
1705 checking build system type... i386-apple-darwin9.8.0
1706 checking host system type... i386-apple-darwin9.8.0
1707 checking target system type... i386-apple-darwin9.8.0
1708 checking whether make sets $(MAKE)... yes
1709 checking for a BSD-compatible install... /opt/local/bin/ginstall -c
1710 checking for i386-apple-darwin9.8.0-gcc... gcc
1711 checking for C compiler default output file name... a.out
1712 checking whether the C compiler works... yes
1713 checking whether we are cross compiling... no
1714 checking for suffix of executables...
1715 checking for suffix of object files... o
1716 checking whether we are using the GNU C compiler... yes
1717 checking whether gcc accepts -g... yes
1718 checking for gcc option to accept ISO C89... none needed
1719 checking whether we are using the GNU C++ compiler... yes
1720 checking whether g++ accepts -g... yes
1721 checking for i386-apple-darwin9.8.0-ranlib... ranlib
1722 checking for aclocal... aclocal
1723 checking for autoconf... autoconf
1724 checking for autoheader... autoheader
1725 checking whether gcc supports -W... yes
1726 checking whether gcc supports -Wall... yes
1727 checking whether gcc supports -Wwrite-strings... yes
1728 checking whether gcc supports -Wmissing-format-attribute... yes
1729 checking whether gcc supports -Wstrict-prototypes... yes
1730 checking whether gcc supports -Wmissing-prototypes... yes
1731 checking whether gcc supports -Wold-style-definition... yes
1732 checking whether gcc supports -Wc++-compat... no
1733 checking whether gcc supports -pedantic -Wno-long-long... yes
1734 checking dependency style of gcc... gcc3
1735 checking whether time.h and sys/time.h may both be included... yes
1736 checking whether string.h and strings.h may both be included... yes
1737 checking how to run the C preprocessor... gcc -E
1738 checking for grep that handles long lines and -e... /usr/bin/grep
1739 checking for egrep... /usr/bin/grep -E
1740 checking for ANSI C header files... rm: conftest.dSYM: is a directory
1741 rm: conftest.dSYM: is a directory
1742 yes
1743 checking for sys/types.h... yes
1744 checking for sys/stat.h... yes
1745 checking for stdlib.h... yes
1746 checking for string.h... yes
1747 checking for memory.h... yes
1748 checking for strings.h... yes
1749 checking for inttypes.h... yes
1750 checking for stdint.h... yes
1751 checking for unistd.h... yes
1752 checking locale.h usability... yes
1753 checking locale.h presence... yes
1754 checking for locale.h... yes
1755 checking fcntl.h usability... yes
1756 checking fcntl.h presence... yes
1757 checking for fcntl.h... yes
1758 checking limits.h usability... yes
1759 checking limits.h presence... yes
1760 checking for limits.h... yes
1761 checking stddef.h usability... yes
1762 checking stddef.h presence... yes
1763 checking for stddef.h... yes
1764 checking for stdlib.h... (cached) yes
1765 checking for strings.h... (cached) yes
1766 checking for string.h... (cached) yes
1767 checking sys/file.h usability... yes
1768 checking sys/file.h presence... yes
1769 checking for sys/file.h... yes
1770 checking for unistd.h... (cached) yes
1771 checking for an ANSI C-conforming const... yes
1772 checking for inline... inline
1773 checking for obstacks... no
1774 checking for off_t... yes
1775 checking for size_t... yes
1776 checking for ssize_t... yes
1777 checking whether struct tm is in sys/time.h or time.h... time.h
1778 checking size of int... 4
1779 checking size of long... 4
1780 checking for clearerr_unlocked... yes
1781 checking for feof_unlocked... yes
1782 checking for ferror_unlocked... yes
1783 checking for fflush_unlocked... no
1784 checking for fgetc_unlocked... no
1785 checking for fgets_unlocked... no
1786 checking for fileno_unlocked... yes
1787 checking for fprintf_unlocked... no
1788 checking for fputc_unlocked... no
1789 checking for fputs_unlocked... no
1790 checking for fread_unlocked... no
1791 checking for fwrite_unlocked... no
1792 checking for getchar_unlocked... yes
1793 checking for getc_unlocked... yes
1794 checking for putchar_unlocked... yes
1795 checking for putc_unlocked... yes
1796 checking whether abort is declared... yes
1797 checking whether asprintf is declared... yes
1798 checking whether basename is declared... no
1799 checking whether errno is declared... no
1800 checking whether getopt is declared... yes
1801 checking whether clearerr_unlocked is declared... yes
1802 checking whether feof_unlocked is declared... yes
1803 checking whether ferror_unlocked is declared... yes
1804 checking whether fflush_unlocked is declared... no
1805 checking whether fgetc_unlocked is declared... no
1806 checking whether fgets_unlocked is declared... no
1807 checking whether fileno_unlocked is declared... yes
1808 checking whether fprintf_unlocked is declared... no
1809 checking whether fputc_unlocked is declared... no
1810 checking whether fputs_unlocked is declared... no
1811 checking whether fread_unlocked is declared... no
1812 checking whether fwrite_unlocked is declared... no
1813 checking whether getchar_unlocked is declared... yes
1814 checking whether getc_unlocked is declared... yes
1815 checking whether putchar_unlocked is declared... yes
1816 checking whether putc_unlocked is declared... yes
1817 checking whether vasprintf is declared... yes
1818 checking for working alloca.h... yes
1819 checking for alloca... yes
1820 checking for ANSI C header files... (cached) yes
1821 checking for nl_langinfo and CODESET... yes
1822 checking whether NLS is requested... no
1823 checking for uchar...
1824 checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
1825 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
1826 checking for shared library run path origin... done
1827 checking for iconv... yes
1828 checking how to link with libiconv... -liconv
1829 checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1830 configure: updating cache ./config.cache
1831 configure: creating ./config.status
1832 config.status: creating Makefile
1833 config.status: creating config.h
1834 config.status: executing depdir commands
1835 mkdir .deps
1836 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../GCC/libcpp/charset.c
1837 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../GCC/libcpp/directives.c
1838 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../GCC/libcpp/directives-only.c
1839 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../GCC/libcpp/errors.c
1840 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../GCC/libcpp/expr.c
1841 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../GCC/libcpp/files.c
1842 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../GCC/libcpp/identifiers.c
1843 echo "#define LOCALEDIR \"/Users/e075725/ln/lec/game/CbC/build-cbc-gcc-4.4.5/INSTALL_DIR/share/locale\"" > localedir.new
1844 ../../GCC/libcpp/../move-if-change localedir.new localedir.h
1845 echo timestamp > localedir.hs
1846 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../GCC/libcpp/init.c
1847 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../GCC/libcpp/lex.c
1848 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../GCC/libcpp/line-map.c
1849 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../GCC/libcpp/macro.c
1850 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../GCC/libcpp/mkdeps.c
1851 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../GCC/libcpp/pch.c
1852 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../GCC/libcpp/symtab.c
1853 gcc -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -g3 -O0 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../GCC/libcpp -I. -I../../GCC/libcpp/../include -I../../GCC/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../GCC/libcpp/traditional.c
1854 rm -f libcpp.a
1855 ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
1856 ranlib libcpp.a
1857 mkdir ./libdecnumber
1858 Configuring in ./libdecnumber
1859 configure: creating cache ./config.cache
1860 checking whether make sets $(MAKE)... yes
1861 checking for i386-apple-darwin9.8.0-gcc... gcc
1862 checking for C compiler default output file name... a.out
1863 checking whether the C compiler works... yes
1864 checking whether we are cross compiling... no
1865 checking for suffix of executables...
1866 checking for suffix of object files... o
1867 checking whether we are using the GNU C compiler... yes
1868 checking whether gcc accepts -g... yes
1869 checking for gcc option to accept ISO C89... none needed
1870 checking for i386-apple-darwin9.8.0-ranlib... ranlib
1871 checking for aclocal... aclocal
1872 checking for autoconf... autoconf
1873 checking for autoheader... autoheader
1874 checking whether gcc supports -W... yes
1875 checking whether gcc supports -Wall... yes
1876 checking whether gcc supports -Wwrite-strings... yes
1877 checking whether gcc supports -Wstrict-prototypes... yes
1878 checking whether gcc supports -Wmissing-prototypes... yes
1879 checking whether gcc supports -Wold-style-definition... yes
1880 checking whether gcc supports -Wmissing-format-attribute... yes
1881 checking whether gcc supports -Wcast-qual... yes
1882 checking whether gcc supports -pedantic -Wno-long-long... yes
1883 checking how to run the C preprocessor... gcc -E
1884 checking for grep that handles long lines and -e... /usr/bin/grep
1885 checking for egrep... /usr/bin/grep -E
1886 checking for ANSI C header files... rm: conftest.dSYM: is a directory
1887 rm: conftest.dSYM: is a directory
1888 yes
1889 checking for sys/types.h... yes
1890 checking for sys/stat.h... yes
1891 checking for stdlib.h... yes
1892 checking for string.h... yes
1893 checking for memory.h... yes
1894 checking for strings.h... yes
1895 checking for inttypes.h... yes
1896 checking for stdint.h... yes
1897 checking for unistd.h... yes
1898 checking ctype.h usability... yes
1899 checking ctype.h presence... yes
1900 checking for ctype.h... yes
1901 checking stddef.h usability... yes
1902 checking stddef.h presence... yes
1903 checking for stddef.h... yes
1904 checking for string.h... (cached) yes
1905 checking stdio.h usability... yes
1906 checking stdio.h presence... yes
1907 checking for stdio.h... yes
1908 looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
1909 checking for uintptr_t... yes
1910 checking for int_least32_t... yes
1911 checking for int_fast32_t... yes
1912 checking for uint64_t... yes
1913 checking what to include in gstdint.h... stdint.h (already complete)
1914 checking for an ANSI C-conforming const... yes
1915 checking for off_t... yes
1916 checking size of int... 4
1917 checking size of long... 4
1918 checking for ANSI C header files... (cached) yes
1919 checking build system type... i386-apple-darwin9.8.0
1920 checking host system type... i386-apple-darwin9.8.0
1921 checking target system type... i386-apple-darwin9.8.0
1922 checking for decimal floating point... dpd
1923 checking whether byte ordering is bigendian... no
1924 configure: updating cache ./config.cache
1925 configure: creating ./config.status
1926 config.status: creating Makefile
1927 config.status: creating config.h
1928 config.status: executing gstdint.h commands
1929 source='../../GCC/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../GCC/libdecnumber -I. -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../GCC/libdecnumber -I. -c ../../GCC/libdecnumber/decNumber.c
1930 source='../../GCC/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../GCC/libdecnumber -I. -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../GCC/libdecnumber -I. -c ../../GCC/libdecnumber/decContext.c
1931 source='../../GCC/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I../../GCC/libdecnumber -I. -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../GCC/libdecnumber -I. -c ../../GCC/libdecnumber/dpd/decimal32.c
1932 source='../../GCC/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I../../GCC/libdecnumber -I. -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../GCC/libdecnumber -I. -c ../../GCC/libdecnumber/dpd/decimal64.c
1933 source='../../GCC/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I../../GCC/libdecnumber -I. -g3 -O0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../GCC/libdecnumber -I. -c ../../GCC/libdecnumber/dpd/decimal128.c
1934 rm -f libdecnumber.a
1935 ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
1936 ranlib libdecnumber.a
1937 Makefile:3644: warning: overriding commands for target `gt-darwin.h'
1938 ../../GCC/gcc/config/t-darwin:38: warning: ignoring old commands for target `gt-darwin.h'
1939 TARGET_CPU_DEFAULT="" \
1940 HEADERS="auto-host.h ansidecl.h" DEFINES="" \
1941 /bin/sh ../../GCC/gcc/mkconfig.sh config.h
1942 TARGET_CPU_DEFAULT="" \
1943 HEADERS="options.h config/vxworks-dummy.h config/i386/i386.h config/darwin.h config/darwin9.h config/i386/darwin.h defaults.h" DEFINES="" \
1944 /bin/sh ../../GCC/gcc/mkconfig.sh tm.h
1945 gawk -f ../../GCC/gcc/opt-gather.awk ../../GCC/gcc/lto/lang.opt ../../GCC/gcc/c.opt ../../GCC/gcc/common.opt ../../GCC/gcc/config/i386/i386.opt ../../GCC/gcc/config/darwin.opt > tmp-optionlist
1946 /bin/sh ../../GCC/gcc/../move-if-change tmp-optionlist optionlist
1947 echo timestamp > s-options
1948 gawk -f ../../GCC/gcc/opt-functions.awk -f ../../GCC/gcc/opth-gen.awk \
1949 < optionlist > tmp-options.h
1950 /bin/sh ../../GCC/gcc/../move-if-change tmp-options.h options.h
1951 echo timestamp > s-options-h
1952 TARGET_CPU_DEFAULT="" \
1953 HEADERS="auto-host.h ansidecl.h" DEFINES="" \
1954 /bin/sh ../../GCC/gcc/mkconfig.sh bconfig.h
1955 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1956 -o build/genmodes.o ../../GCC/gcc/genmodes.c
1957 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1958 -o build/errors.o ../../GCC/gcc/errors.c
1959 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \
1960 build/genmodes.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
1961 build/genmodes -h > tmp-modes.h
1962 /bin/sh ../../GCC/gcc/../move-if-change tmp-modes.h insn-modes.h
1963 echo timestamp > s-modes-h
1964 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1965 -o build/genconstants.o ../../GCC/gcc/genconstants.c
1966 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1967 -o build/gengenrtl.o ../../GCC/gcc/gengenrtl.c
1968 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \
1969 build/gengenrtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
1970 build/gengenrtl -h > tmp-genrtl.h
1971 /bin/sh ../../GCC/gcc/../move-if-change tmp-genrtl.h genrtl.h
1972 echo timestamp > s-genrtl-h
1973 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1974 -o build/gengtype.o ../../GCC/gcc/gengtype.c
1975 ../../GCC/gcc/gengtype.c: In function ‘read_input_list’:
1976 ../../GCC/gcc/gengtype.c:453: warning: cast discards qualifiers from pointer target type
1977 ../../GCC/gcc/gengtype.c: In function ‘adjust_field_type’:
1978 ../../GCC/gcc/gengtype.c:1298: warning: cast discards qualifiers from pointer target type
1979 ../../GCC/gcc/gengtype.c:1300: warning: cast discards qualifiers from pointer target type
1980 ../../GCC/gcc/gengtype.c: In function ‘process_gc_options’:
1981 ../../GCC/gcc/gengtype.c:1349: warning: cast discards qualifiers from pointer target type
1982 flex -ogengtype-lex.c ../../GCC/gcc/gengtype-lex.l
1983 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1984 -o build/gengtype-lex.o gengtype-lex.c
1985 gengtype-lex.c: In function ‘yy_get_next_buffer’:
1986 gengtype-lex.c:1875: warning: comparison between signed and unsigned
1987 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
1988 -o build/gengtype-parse.o ../../GCC/gcc/gengtype-parse.c
1989 ../../GCC/gcc/gengtype-parse.c: In function ‘string_seq’:
1990 ../../GCC/gcc/gengtype-parse.c:202: warning: cast discards qualifiers from pointer target type
1991 ../../GCC/gcc/gengtype-parse.c:204: warning: cast discards qualifiers from pointer target type
1992 ../../GCC/gcc/gengtype-parse.c: In function ‘typedef_name’:
1993 ../../GCC/gcc/gengtype-parse.c:226: warning: cast discards qualifiers from pointer target type
1994 ../../GCC/gcc/gengtype-parse.c:227: warning: cast discards qualifiers from pointer target type
1995 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \
1996 build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
1997 /bin/sh ../../GCC/gcc/../move-if-change tmp-gi.list gtyp-input.list
1998 echo timestamp > s-gtyp-input
1999 build/gengtype ../../GCC/gcc gtyp-input.list
2000 echo timestamp > s-gtype
2001 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2002 -o build/rtl.o ../../GCC/gcc/rtl.c
2003 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2004 -o build/read-rtl.o ../../GCC/gcc/read-rtl.c
2005 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2006 -o build/ggc-none.o ../../GCC/gcc/ggc-none.c
2007 echo "#define BUILDING_GCC_MAJOR `echo 4.5.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
2008 echo "#define BUILDING_GCC_MINOR `echo 4.5.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
2009 echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.5.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
2010 echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
2011 echo timestamp > s-bversion
2012 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2013 -o build/vec.o ../../GCC/gcc/vec.c
2014 build/genmodes -m > tmp-min-modes.c
2015 /bin/sh ../../GCC/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
2016 echo timestamp > s-modes-m
2017 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2018 -o build/min-insn-modes.o min-insn-modes.c
2019 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2020 -o build/gensupport.o ../../GCC/gcc/gensupport.c
2021 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2022 -o build/print-rtl.o ../../GCC/gcc/print-rtl.c
2023 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \
2024 build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2025 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2026 -o build/genmddeps.o ../../GCC/gcc/genmddeps.c
2027 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \
2028 build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2029 build/genmddeps ../../GCC/gcc/config/i386/i386.md > tmp-mddeps
2030 /bin/sh ../../GCC/gcc/../move-if-change tmp-mddeps mddeps.mk
2031 echo timestamp > s-mddeps
2032 build/genconstants ../../GCC/gcc/config/i386/i386.md \
2033 > tmp-constants.h
2034 /bin/sh ../../GCC/gcc/../move-if-change tmp-constants.h insn-constants.h
2035 echo timestamp > s-constants
2036 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2037 -o build/genflags.o ../../GCC/gcc/genflags.c
2038 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \
2039 build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2040 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2041 -o build/genconditions.o ../../GCC/gcc/genconditions.c
2042 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \
2043 build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2044 build/genconditions ../../GCC/gcc/config/i386/i386.md > tmp-condmd.c
2045 /bin/sh ../../GCC/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
2046 echo timestamp > s-conditions
2047 TARGET_CPU_DEFAULT="" \
2048 HEADERS="config/i386/i386-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \
2049 /bin/sh ../../GCC/gcc/mkconfig.sh tm_p.h
2050 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2051 -o build/genpreds.o ../../GCC/gcc/genpreds.c
2052 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \
2053 build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2054 build/genpreds -h ../../GCC/gcc/config/i386/i386.md > tmp-preds.h
2055 /bin/sh ../../GCC/gcc/../move-if-change tmp-preds.h tm-preds.h
2056 echo timestamp > s-preds-h
2057 rm -f tmp-all-tree.def
2058 echo '#include "tree.def"' > tmp-all-tree.def
2059 echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
2060 echo '#include "c-common.def"' >> tmp-all-tree.def
2061 ltf=""; for f in $ltf; do \
2062 echo "#include \"$f\""; \
2063 done | sed 's|../../GCC/gcc/||' >> tmp-all-tree.def
2064 /bin/sh ../../GCC/gcc/../move-if-change tmp-all-tree.def all-tree.def
2065 echo timestamp > s-alltree
2066 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2067 -o build/gencheck.o ../../GCC/gcc/gencheck.c
2068 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \
2069 build/gencheck.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2070 build/gencheck > tmp-check.h
2071 /bin/sh ../../GCC/gcc/../move-if-change tmp-check.h tree-check.h
2072 echo timestamp > s-check
2073 build/genpreds -c ../../GCC/gcc/config/i386/i386.md > tmp-constrs.h
2074 /bin/sh ../../GCC/gcc/../move-if-change tmp-constrs.h tm-constrs.h
2075 echo timestamp > s-constrs-h
2076 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2077 -o build/gencondmd.o build/gencondmd.c
2078 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \
2079 build/gencondmd.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2080 build/gencondmd > tmp-cond.md
2081 /bin/sh ../../GCC/gcc/../move-if-change tmp-cond.md insn-conditions.md
2082 echo timestamp > s-condmd
2083 build/genflags ../../GCC/gcc/config/i386/i386.md \
2084 insn-conditions.md > tmp-flags.h
2085 /bin/sh ../../GCC/gcc/../move-if-change tmp-flags.h insn-flags.h
2086 echo timestamp > s-flags
2087 if test yes = yes \
2088 || test -n ""; then \
2089 /bin/sh ../../GCC/gcc/genmultilib \
2090 "m64" \
2091 "x86_64" \
2092 "" \
2093 "" \
2094 "" \
2095 "" \
2096 "" \
2097 "yes" \
2098 > tmp-mlib.h; \
2099 else \
2100 /bin/sh ../../GCC/gcc/genmultilib '' '' '' '' '' '' '' no \
2101 > tmp-mlib.h; \
2102 fi
2103 /bin/sh ../../GCC/gcc/../move-if-change tmp-mlib.h multilib.h
2104 echo timestamp > s-mlib
2105 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2106 -o build/genattr.o ../../GCC/gcc/genattr.c
2107 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \
2108 build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2109 build/genattr ../../GCC/gcc/config/i386/i386.md \
2110 insn-conditions.md > tmp-attr.h
2111 /bin/sh ../../GCC/gcc/../move-if-change tmp-attr.h insn-attr.h
2112 echo timestamp > s-attr
2113 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2114 -o build/gencodes.o ../../GCC/gcc/gencodes.c
2115 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \
2116 build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2117 build/gencodes ../../GCC/gcc/config/i386/i386.md \
2118 insn-conditions.md > tmp-codes.h
2119 /bin/sh ../../GCC/gcc/../move-if-change tmp-codes.h insn-codes.h
2120 echo timestamp > s-codes
2121 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2122 -o build/genconfig.o ../../GCC/gcc/genconfig.c
2123 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \
2124 build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin9.8.0/libiberty/libiberty.a
2125 build/genconfig ../../GCC/gcc/config/i386/i386.md \
2126 insn-conditions.md > tmp-config.h
2127 /bin/sh ../../GCC/gcc/../move-if-change tmp-config.h insn-config.h
2128 echo timestamp > s-config
2129 lsf=""; for f in $lsf; do \
2130 echo "#include \"$f\""; \
2131 done | sed 's|../../GCC/gcc/||' > tmp-specs.h
2132 /bin/sh ../../GCC/gcc/../move-if-change tmp-specs.h specs.h
2133 echo timestamp > s-specs
2134 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../GCC/gcc -I../../GCC/gcc/build -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2135 -o build/gcov-iov.o ../../GCC/gcc/gcov-iov.c
2136 gcc -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE \
2137 build/gcov-iov.o -o build/gcov-iov
2138 build/gcov-iov '4.5.0' 'experimental' \
2139 > tmp-gcov-iov.h
2140 /bin/sh ../../GCC/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
2141 echo timestamp > s-iov
2142 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-lang.c -o c-lang.o
2143 In file included from ../../GCC/gcc/tree-inline.h:25,
2144 from ../../GCC/gcc/c-lang.c:33:
2145 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2146 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2147 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2148 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2149 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/stub-objc.c -o stub-objc.o
2150 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/attribs.c -o attribs.o
2151 ../../GCC/gcc/attribs.c: In function ‘register_attribute’:
2152 ../../GCC/gcc/attribs.c:206: warning: cast discards qualifiers from pointer target type
2153 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-errors.c -o c-errors.o
2154 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-lex.c -o c-lex.o
2155 ../../GCC/gcc/c-lex.c: In function ‘lex_string’:
2156 ../../GCC/gcc/c-lex.c:962: warning: cast discards qualifiers from pointer target type
2157 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-pragma.c -o c-pragma.o
2158 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-decl.c -o c-decl.o
2159 In file included from ../../GCC/gcc/tree-inline.h:25,
2160 from ../../GCC/gcc/c-decl.c:36:
2161 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2162 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2163 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2164 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2165 ../../GCC/gcc/c-decl.c: In function ‘c_make_fname_decl’:
2166 ../../GCC/gcc/c-decl.c:3509: warning: cast discards qualifiers from pointer target type
2167 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-typeck.c -o c-typeck.o
2168 In file included from ../../GCC/gcc/c-typeck.c:46:
2169 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2170 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2171 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2172 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2173 ../../GCC/gcc/c-typeck.c: In function ‘free_all_tagged_tu_seen_up_to’:
2174 ../../GCC/gcc/c-typeck.c:1297: warning: cast discards qualifiers from pointer target type
2175 ../../GCC/gcc/c-typeck.c: In function ‘build_asm_expr’:
2176 ../../GCC/gcc/c-typeck.c:8175: warning: cast discards qualifiers from pointer target type
2177 ../../GCC/gcc/c-typeck.c:8221: warning: cast discards qualifiers from pointer target type
2178 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-convert.c -o c-convert.o
2179 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-aux-info.c -o c-aux-info.o
2180 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-common.c -o c-common.o
2181 In file included from ../../GCC/gcc/tree-inline.h:25,
2182 from ../../GCC/gcc/c-common.c:41:
2183 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2184 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2185 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2186 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2187 ../../GCC/gcc/c-common.c: In function ‘strict_aliasing_warning’:
2188 ../../GCC/gcc/c-common.c:1727: warning: cast discards qualifiers from pointer target type
2189 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2190 ../../GCC/gcc/c-opts.c -o c-opts.o
2191 In file included from ../../GCC/gcc/tree-inline.h:25,
2192 from ../../GCC/gcc/c-opts.c:32:
2193 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2194 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2195 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2196 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2197 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-format.c -o c-format.o
2198 ../../GCC/gcc/c-format.c: In function ‘check_format_arg’:
2199 ../../GCC/gcc/c-format.c:1331: warning: cast discards qualifiers from pointer target type
2200 ../../GCC/gcc/c-format.c:1332: warning: cast discards qualifiers from pointer target type
2201 ../../GCC/gcc/c-format.c: In function ‘check_format_types’:
2202 ../../GCC/gcc/c-format.c:2161: warning: cast discards qualifiers from pointer target type
2203 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-semantics.c -o c-semantics.o
2204 In file included from ../../GCC/gcc/tree-inline.h:25,
2205 from ../../GCC/gcc/c-semantics.c:43:
2206 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2207 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2208 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2209 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2210 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-ppoutput.c -o c-ppoutput.o
2211 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2212 -DBASEVER="\"4.5.0\"" ../../GCC/gcc/c-cppbuiltin.c -o c-cppbuiltin.o
2213 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-objc-common.c -o c-objc-common.o
2214 In file included from ../../GCC/gcc/tree-inline.h:25,
2215 from ../../GCC/gcc/c-objc-common.c:36:
2216 ../../GCC/gcc/gimple.h: In function ‘gimple_op’:
2217 ../../GCC/gcc/gimple.h:1635: warning: cast discards qualifiers from pointer target type
2218 ../../GCC/gcc/gimple.h: In function ‘gimple_op_ptr’:
2219 ../../GCC/gcc/gimple.h:1649: warning: cast discards qualifiers from pointer target type
2220 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-dump.c -o c-dump.o
2221 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber \
2222 -DHOST_MACHINE=\"i386-apple-darwin9.8.0\" -DTARGET_MACHINE=\"i386-apple-darwin9.8.0\" \
2223 ../../GCC/gcc/c-pch.c -o c-pch.o
2224 gcc -c -g3 -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../GCC/gcc -I../../GCC/gcc/. -I../../GCC/gcc/../include -I../../GCC/gcc/../libcpp/include -I/opt/local/include -I../../GCC/gcc/../libdecnumber -I../../GCC/gcc/../libdecnumber/dpd -I../libdecnumber ../../GCC/gcc/c-parser.c -o c-parser.o
2225 ../../GCC/gcc/c-parser.c: In function ‘c_parser_declspecs’:
2226 ../../GCC/gcc/c-parser.c:1612: warning: passing argument 1 of ‘declspecs_add_type’ makes integer from pointer without a cast
2227 ../../GCC/gcc/c-parser.c:1612: error: incompatible type for argument 2 of ‘declspecs_add_type’
2228 ../../GCC/gcc/c-parser.c:1612: error: too few arguments to function ‘declspecs_add_type’
2229 ../../GCC/gcc/c-parser.c:3853:64: error: macro "build_decl" requires 4 arguments, but only 3 given
2230 ../../GCC/gcc/c-parser.c: In function ‘cbc_replace_arguments’:
2231 ../../GCC/gcc/c-parser.c:3853: error: ‘build_decl’ undeclared (first use in this function)
2232 ../../GCC/gcc/c-parser.c:3853: error: (Each undeclared identifier is reported only once
2233 ../../GCC/gcc/c-parser.c:3853: error: for each function it appears in.)
2234 ../../GCC/gcc/c-parser.c:3856: warning: passing argument 3 of ‘build_modify_expr’ makes pointer from integer without a cast
2235 ../../GCC/gcc/c-parser.c:3856: error: incompatible type for argument 4 of ‘build_modify_expr’
2236 ../../GCC/gcc/c-parser.c:3856: error: too few arguments to function ‘build_modify_expr’
2237 ../../GCC/gcc/c-parser.c:3868:65: error: macro "build_decl" requires 4 arguments, but only 3 given
2238 ../../GCC/gcc/c-parser.c:3871: warning: passing argument 3 of ‘build_modify_expr’ makes pointer from integer without a cast
2239 ../../GCC/gcc/c-parser.c:3871: error: incompatible type for argument 4 of ‘build_modify_expr’
2240 ../../GCC/gcc/c-parser.c:3871: error: too few arguments to function ‘build_modify_expr’
2241 ../../GCC/gcc/c-parser.c: In function ‘c_parser_statement_after_labels’:
2242 ../../GCC/gcc/c-parser.c:3939: warning: passing argument 1 of ‘build_external_ref’ makes integer from pointer without a cast
2243 ../../GCC/gcc/c-parser.c:3939: warning: passing argument 2 of ‘build_external_ref’ makes pointer from integer without a cast
2244 ../../GCC/gcc/c-parser.c:3939: error: too few arguments to function ‘build_external_ref’
2245 ../../GCC/gcc/c-parser.c:3952: error: too few arguments to function ‘c_finish_return’
2246 ../../GCC/gcc/c-parser.c: In function ‘cbc_finish_labeled_goto’:
2247 ../../GCC/gcc/c-parser.c:5509: error: incompatible type for argument 2 of ‘build_stmt’
2248 ../../GCC/gcc/c-parser.c:5511: warning: passing argument 1 of ‘c_finish_return’ makes integer from pointer without a cast
2249 ../../GCC/gcc/c-parser.c:5511: error: too few arguments to function ‘c_finish_return’
2250 ../../GCC/gcc/c-parser.c:5515: warning: passing argument 1 of ‘c_end_compound_stmt’ makes integer from pointer without a cast
2251 ../../GCC/gcc/c-parser.c:5515: warning: passing argument 2 of ‘c_end_compound_stmt’ makes pointer from integer without a cast
2252 ../../GCC/gcc/c-parser.c:5515: error: too few arguments to function ‘c_end_compound_stmt’
2253 ../../GCC/gcc/c-parser.c:5547:93: error: macro "build_decl" requires 4 arguments, but only 3 given
2254 ../../GCC/gcc/c-parser.c: In function ‘cbc_finish_nested_function’:
2255 ../../GCC/gcc/c-parser.c:5547: error: ‘build_decl’ undeclared (first use in this function)
2256 ../../GCC/gcc/c-parser.c:5552: warning: passing argument 2 of ‘finish_decl’ makes integer from pointer without a cast
2257 ../../GCC/gcc/c-parser.c:5552: error: too few arguments to function ‘finish_decl’
2258 ../../GCC/gcc/c-parser.c:5554:80: error: macro "build_decl" requires 4 arguments, but only 3 given
2259 ../../GCC/gcc/c-parser.c:5559: warning: passing argument 2 of ‘finish_decl’ makes integer from pointer without a cast
2260 ../../GCC/gcc/c-parser.c:5559: error: too few arguments to function ‘finish_decl’
2261 ../../GCC/gcc/c-parser.c:5568: warning: passing argument 1 of ‘declspecs_add_type’ makes integer from pointer without a cast
2262 ../../GCC/gcc/c-parser.c:5568: error: incompatible type for argument 2 of ‘declspecs_add_type’
2263 ../../GCC/gcc/c-parser.c:5568: error: too few arguments to function ‘declspecs_add_type’
2264 ../../GCC/gcc/c-parser.c:5588: warning: passing argument 3 of ‘build_modify_expr’ makes pointer from integer without a cast
2265 ../../GCC/gcc/c-parser.c:5588: error: incompatible type for argument 4 of ‘build_modify_expr’
2266 ../../GCC/gcc/c-parser.c:5588: error: too few arguments to function ‘build_modify_expr’
2267 ../../GCC/gcc/c-parser.c:5589: warning: passing argument 1 of ‘c_finish_goto_label’ makes integer from pointer without a cast
2268 ../../GCC/gcc/c-parser.c:5589: error: too few arguments to function ‘c_finish_goto_label’
2269 ../../GCC/gcc/c-parser.c:5592: warning: passing argument 1 of ‘c_end_compound_stmt’ makes integer from pointer without a cast
2270 ../../GCC/gcc/c-parser.c:5592: warning: passing argument 2 of ‘c_end_compound_stmt’ makes pointer from integer without a cast
2271 ../../GCC/gcc/c-parser.c:5592: error: too few arguments to function ‘c_end_compound_stmt’
2272 ../../GCC/gcc/c-parser.c:5601: error: incompatible type for argument 2 of ‘build_stmt’
2273 ../../GCC/gcc/c-parser.c:5589: warning: unused variable ‘stmt’
2274 ../../GCC/gcc/c-parser.c:5538: warning: unused variable ‘ident’
2275 ../../GCC/gcc/c-parser.c: In function ‘c_parser_postfix_expression’:
2276 ../../GCC/gcc/c-parser.c:6009: warning: passing argument 1 of ‘build_external_ref’ makes integer from pointer without a cast
2277 ../../GCC/gcc/c-parser.c:6009: error: too few arguments to function ‘build_external_ref’
2278 ../../GCC/gcc/c-parser.c:6011: warning: passing argument 1 of ‘build_function_call’ makes integer from pointer without a cast
2279 ../../GCC/gcc/c-parser.c:6011: error: too few arguments to function ‘build_function_call’
2280 ../../GCC/gcc/c-parser.c:6149: error: incompatible type for argument 2 of ‘build_stmt’
2281 ../../GCC/gcc/c-parser.c:6154:56: error: macro "build_decl" requires 4 arguments, but only 3 given
2282 ../../GCC/gcc/c-parser.c:6153: error: ‘build_decl’ undeclared (first use in this function)
2283 ../../GCC/gcc/c-parser.c:6175: warning: passing argument 1 of ‘c_finish_stmt_expr’ makes integer from pointer without a cast
2284 ../../GCC/gcc/c-parser.c:6175: error: too few arguments to function ‘c_finish_stmt_expr’
2285 make[2]: *** [c-parser.o] Error 1
2286 make[1]: *** [all-gcc] Error 2
2287 make: *** [all] Error 2