Advertisement
Guest User

Untitled

a guest
Dec 24th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 93.58 KB | None | 0 0
  1. steve-summerss-macbook:build-binutils marcus$ sudo ../binutils-2.22/configure --target=$TARGET --prefix=$PREFIX --disable-nls
  2. checking build system type... i386-apple-darwin9.8.0
  3. checking host system type... i386-apple-darwin9.8.0
  4. checking target system type... i586-pc-elf
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether ln works... yes
  7. checking whether ln -s works... yes
  8. checking for a sed that does not truncate output... /usr/bin/sed
  9. checking for gawk... no
  10. checking for mawk... no
  11. checking for nawk... no
  12. checking for awk... awk
  13. checking for gcc... gcc
  14. checking for C compiler default output file name... a.out
  15. checking whether the C compiler works... yes
  16. checking whether we are cross compiling... no
  17. checking for suffix of executables...
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking for gnatbind... no
  26. checking for gnatmake... no
  27. checking whether compiler driver understands Ada... no
  28. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  29. checking for objdir... .libs
  30. checking for PWL_handle_timeout in -lpwl... no
  31. checking for version 0.11 (revision 0 or later) of PPL... no
  32. rm: conftest.dSYM: is a directory
  33. checking for default BUILD_CONFIG...
  34. *** removing intl/Makefile to force reconfigure
  35. *** removing libiberty/Makefile to force reconfigure
  36. *** removing opcodes/Makefile to force reconfigure
  37. *** removing bfd/Makefile to force reconfigure
  38. *** removing binutils/Makefile to force reconfigure
  39. *** removing gas/Makefile to force reconfigure
  40. *** removing ld/Makefile to force reconfigure
  41. *** removing gprof/Makefile to force reconfigure
  42. *** removing etc/Makefile to force reconfigure
  43. checking for bison... bison -y
  44. checking for bison... bison
  45. checking for gm4... gm4
  46. checking for flex... flex
  47. checking for flex... flex
  48. checking for makeinfo... makeinfo
  49. checking for expect... expect
  50. checking for runtest... no
  51. checking for ar... ar
  52. checking for as... as
  53. checking for dlltool... no
  54. checking for ld... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  55. checking for lipo... lipo
  56. checking for nm... nm
  57. checking for ranlib... ranlib
  58. checking for strip... strip
  59. checking for windres... no
  60. checking for windmc... no
  61. checking for objcopy... no
  62. checking for objdump... no
  63. checking for i586-elf-cc... no
  64. checking for i586-elf-gcc... no
  65. checking for i586-elf-c++... no
  66. checking for i586-elf-g++... no
  67. checking for i586-elf-cxx... no
  68. checking for i586-elf-gxx... no
  69. checking for i586-elf-gcc... no
  70. checking for i586-elf-gcj... no
  71. checking for i586-elf-gfortran... no
  72. checking for i586-elf-gccgo... no
  73. checking for i586-elf-ar... no
  74. checking for i586-elf-as... no
  75. checking for i586-elf-dlltool... no
  76. checking for i586-elf-ld... no
  77. checking for i586-elf-lipo... no
  78. checking for i586-elf-nm... no
  79. checking for i586-elf-objdump... no
  80. checking for i586-elf-ranlib... no
  81. checking for i586-elf-strip... no
  82. checking for i586-elf-windres... no
  83. checking for i586-elf-windmc... no
  84. checking where to find the target ar... just compiled
  85. checking where to find the target as... just compiled
  86. checking where to find the target cc... pre-installed
  87. checking where to find the target c++... pre-installed
  88. checking where to find the target c++ for libstdc++... pre-installed
  89. checking where to find the target dlltool... just compiled
  90. checking where to find the target gcc... pre-installed
  91. checking where to find the target gcj... pre-installed
  92. checking where to find the target gfortran... pre-installed
  93. checking where to find the target gccgo... pre-installed
  94. checking where to find the target ld... just compiled
  95. checking where to find the target lipo... pre-installed
  96. checking where to find the target nm... just compiled
  97. checking where to find the target objdump... just compiled
  98. checking where to find the target ranlib... just compiled
  99. checking where to find the target strip... just compiled
  100. checking where to find the target windres... just compiled
  101. checking where to find the target windmc... just compiled
  102. checking whether to enable maintainer-specific portions of Makefiles... no
  103. checking whether -fkeep-inline-functions is supported... yes
  104. configure: creating ./config.status
  105. config.status: creating Makefile
  106. steve-summerss-macbook:build-binutils marcus$ make all
  107. Configuring in ./intl
  108. /usr/src/binutils-2.22/intl/configure: line 1820: config.log: Permission denied
  109. /usr/src/binutils-2.22/intl/configure: line 1830: config.log: Permission denied
  110. make[1]: *** [configure-intl] Error 1
  111. make: *** [all] Error 2
  112. steve-summerss-macbook:build-binutils marcus$ sudo make all
  113. Configuring in ./intl
  114. configure: loading cache ./config.cache
  115. checking whether make sets $(MAKE)... (cached) yes
  116. checking for a BSD-compatible install... /usr/bin/install -c
  117. checking whether NLS is requested... no
  118. checking for msgfmt... (cached) no
  119. checking for gmsgfmt... (cached) :
  120. checking for xgettext... (cached) no
  121. checking for msgmerge... (cached) no
  122. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  123. checking for C compiler default output file name... a.out
  124. checking whether the C compiler works... yes
  125. checking whether we are cross compiling... no
  126. checking for suffix of executables...
  127. checking for suffix of object files... (cached) o
  128. checking whether we are using the GNU C compiler... (cached) yes
  129. checking whether gcc accepts -g... (cached) yes
  130. checking for gcc option to accept ISO C89... (cached) none needed
  131. checking build system type... (cached) i386-apple-darwin9.8.0
  132. checking host system type... (cached) i386-apple-darwin9.8.0
  133. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  134. checking for library containing strerror... (cached) none required
  135. checking how to run the C preprocessor... (cached) gcc -E
  136. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  137. checking for egrep... (cached) /usr/bin/grep -E
  138. checking for ANSI C header files... (cached) yes
  139. checking for an ANSI C-conforming const... (cached) yes
  140. checking for inline... (cached) inline
  141. checking for sys/types.h... (cached) yes
  142. checking for sys/stat.h... (cached) yes
  143. checking for stdlib.h... (cached) yes
  144. checking for string.h... (cached) yes
  145. checking for memory.h... (cached) yes
  146. checking for strings.h... (cached) yes
  147. checking for inttypes.h... (cached) yes
  148. checking for stdint.h... (cached) yes
  149. checking for unistd.h... (cached) yes
  150. checking for off_t... (cached) yes
  151. checking for size_t... (cached) yes
  152. checking for working alloca.h... (cached) yes
  153. checking for alloca... (cached) yes
  154. checking for stdlib.h... (cached) yes
  155. checking for unistd.h... (cached) yes
  156. checking for getpagesize... (cached) yes
  157. checking for working mmap... (cached) yes
  158. checking whether we are using the GNU C Library 2.1 or newer... (cached) no
  159. checking whether integer division by zero raises SIGFPE... (cached) yes
  160. checking for inttypes.h... (cached) yes
  161. checking for stdint.h... (cached) yes
  162. checking for unsigned long long... (cached) yes
  163. checking for inttypes.h... (cached) yes
  164. checking whether the inttypes.h PRIxNN macros are broken... (cached) no
  165. checking for ld used by GCC... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  166. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  167. checking for shared library run path origin... (cached) done
  168. checking for argz.h... (cached) no
  169. checking for limits.h... (cached) yes
  170. checking for locale.h... (cached) yes
  171. checking for nl_types.h... (cached) yes
  172. checking for malloc.h... (cached) no
  173. checking for stddef.h... (cached) yes
  174. checking for stdlib.h... (cached) yes
  175. checking for string.h... (cached) yes
  176. checking for unistd.h... (cached) yes
  177. checking for sys/param.h... (cached) yes
  178. checking for feof_unlocked... (cached) yes
  179. checking for fgets_unlocked... (cached) no
  180. checking for getc_unlocked... (cached) yes
  181. checking for getcwd... (cached) yes
  182. checking for getegid... (cached) yes
  183. checking for geteuid... (cached) yes
  184. checking for getgid... (cached) yes
  185. checking for getuid... (cached) yes
  186. checking for mempcpy... (cached) no
  187. checking for munmap... (cached) yes
  188. checking for putenv... (cached) yes
  189. checking for setenv... (cached) yes
  190. checking for setlocale... (cached) yes
  191. checking for stpcpy... (cached) yes
  192. checking for strcasecmp... (cached) yes
  193. checking for strdup... (cached) yes
  194. checking for strtoul... (cached) yes
  195. checking for tsearch... (cached) yes
  196. checking for __argz_count... (cached) no
  197. checking for __argz_stringify... (cached) no
  198. checking for __argz_next... (cached) no
  199. checking for __fsetlocking... (cached) no
  200. checking for iconv... (cached) yes
  201. checking how to link with libiconv... -liconv
  202. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  203. checking for nl_langinfo and CODESET... (cached) yes
  204. checking for LC_MESSAGES... (cached) yes
  205. checking for bison... (cached) bison
  206. checking version of bison... 2.3, ok
  207. checking whether NLS is requested... no
  208. checking whether to use NLS... no
  209. checking for aclocal... (cached) aclocal
  210. checking for autoconf... (cached) autoconf
  211. checking for autoheader... (cached) autoheader
  212. configure: creating ./config.status
  213. config.status: creating Makefile
  214. config.status: creating config.intl
  215. config.status: creating config.h
  216. config.status: config.h is unchanged
  217. config.status: executing default-1 commands
  218. Configuring in ./libiberty
  219. configure: loading cache ./config.cache
  220. checking whether to enable maintainer-specific portions of Makefiles... no
  221. checking for makeinfo... (cached) makeinfo --split-size=5000000
  222. checking for perl... (cached) perl
  223. checking build system type... (cached) i386-apple-darwin9.8.0
  224. checking host system type... (cached) i386-apple-darwin9.8.0
  225. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  226. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  227. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  228. checking for C compiler default output file name... a.out
  229. checking whether the C compiler works... yes
  230. checking whether we are cross compiling... no
  231. checking for suffix of executables...
  232. checking for suffix of object files... (cached) o
  233. checking whether we are using the GNU C compiler... (cached) yes
  234. checking whether gcc accepts -g... (cached) yes
  235. checking for gcc option to accept ISO C89... (cached) none needed
  236. checking for special C compiler options needed for large files... (cached) no
  237. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  238. checking how to run the C preprocessor... (cached) gcc -E
  239. checking whether gcc supports -W... (cached) yes
  240. checking whether gcc supports -Wall... (cached) yes
  241. checking whether gcc supports -Wwrite-strings... (cached) yes
  242. checking whether gcc supports -Wc++-compat... (cached) no
  243. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  244. checking whether gcc supports -pedantic ... (cached) yes
  245. checking whether gcc and cc understand -c and -o together... (cached) yes
  246. checking for an ANSI C-conforming const... (cached) yes
  247. checking for inline... (cached) inline
  248. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  249. checking for egrep... (cached) /usr/bin/grep -E
  250. checking for ANSI C header files... (cached) yes
  251. checking for sys/types.h... (cached) yes
  252. checking for sys/stat.h... (cached) yes
  253. checking for stdlib.h... (cached) yes
  254. checking for string.h... (cached) yes
  255. checking for memory.h... (cached) yes
  256. checking for strings.h... (cached) yes
  257. checking for inttypes.h... (cached) yes
  258. checking for stdint.h... (cached) yes
  259. checking for unistd.h... (cached) yes
  260. checking whether byte ordering is bigendian... (cached) no
  261. checking for a BSD-compatible install... /usr/bin/install -c
  262. checking for sys/file.h... (cached) yes
  263. checking for sys/param.h... (cached) yes
  264. checking for limits.h... (cached) yes
  265. checking for stdlib.h... (cached) yes
  266. checking for malloc.h... (cached) no
  267. checking for string.h... (cached) yes
  268. checking for unistd.h... (cached) yes
  269. checking for strings.h... (cached) yes
  270. checking for sys/time.h... (cached) yes
  271. checking for time.h... (cached) yes
  272. checking for sys/resource.h... (cached) yes
  273. checking for sys/stat.h... (cached) yes
  274. checking for sys/mman.h... (cached) yes
  275. checking for fcntl.h... (cached) yes
  276. checking for alloca.h... (cached) yes
  277. checking for sys/pstat.h... (cached) no
  278. checking for sys/sysmp.h... (cached) no
  279. checking for sys/sysinfo.h... (cached) no
  280. checking for machine/hal_sysinfo.h... (cached) no
  281. checking for sys/table.h... (cached) no
  282. checking for sys/sysctl.h... (cached) yes
  283. checking for sys/systemcfg.h... (cached) no
  284. checking for stdint.h... (cached) yes
  285. checking for stdio_ext.h... (cached) no
  286. checking for process.h... (cached) no
  287. checking for sys/prctl.h... (cached) no
  288. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  289. checking whether time.h and sys/time.h may both be included... (cached) yes
  290. checking whether errno must be declared... (cached) no
  291. checking size of int... (cached) 4
  292. checking for a 64-bit type... (cached) uint64_t
  293. checking for intptr_t... (cached) yes
  294. checking for uintptr_t... (cached) yes
  295. checking for ssize_t... (cached) yes
  296. checking for pid_t... (cached) yes
  297. checking for library containing strerror... (cached) none required
  298. checking for asprintf... (cached) yes
  299. checking for atexit... (cached) yes
  300. checking for basename... (cached) yes
  301. checking for bcmp... (cached) yes
  302. checking for bcopy... (cached) yes
  303. checking for bsearch... (cached) yes
  304. checking for bzero... (cached) yes
  305. checking for calloc... (cached) yes
  306. checking for clock... (cached) yes
  307. checking for ffs... (cached) yes
  308. checking for getcwd... (cached) yes
  309. checking for getpagesize... (cached) yes
  310. checking for gettimeofday... (cached) yes
  311. checking for index... (cached) yes
  312. checking for insque... (cached) yes
  313. checking for memchr... (cached) yes
  314. checking for memcmp... (cached) yes
  315. checking for memcpy... (cached) yes
  316. checking for memmem... (cached) no
  317. checking for memmove... (cached) yes
  318. checking for mempcpy... (cached) no
  319. checking for memset... (cached) yes
  320. checking for mkstemps... (cached) yes
  321. checking for putenv... (cached) yes
  322. checking for random... (cached) yes
  323. checking for rename... (cached) yes
  324. checking for rindex... (cached) yes
  325. checking for setenv... (cached) yes
  326. checking for snprintf... (cached) yes
  327. checking for sigsetmask... (cached) yes
  328. checking for stpcpy... (cached) yes
  329. checking for stpncpy... (cached) no
  330. checking for strcasecmp... (cached) yes
  331. checking for strchr... (cached) yes
  332. checking for strdup... (cached) yes
  333. checking for strncasecmp... (cached) yes
  334. checking for strndup... (cached) no
  335. checking for strrchr... (cached) yes
  336. checking for strstr... (cached) yes
  337. checking for strtod... (cached) yes
  338. checking for strtol... (cached) yes
  339. checking for strtoul... (cached) yes
  340. checking for strverscmp... (cached) no
  341. checking for tmpnam... (cached) yes
  342. checking for vasprintf... (cached) yes
  343. checking for vfprintf... (cached) yes
  344. checking for vprintf... (cached) yes
  345. checking for vsnprintf... (cached) yes
  346. checking for vsprintf... (cached) yes
  347. checking for waitpid... (cached) yes
  348. checking for setproctitle... (cached) no
  349. checking whether alloca needs Cray hooks... (cached) no
  350. checking stack direction for C alloca... (cached) -1
  351. checking for vfork.h... (cached) no
  352. checking for fork... (cached) yes
  353. checking for vfork... (cached) yes
  354. checking for working fork... (cached) yes
  355. checking for working vfork... (cached) yes
  356. checking for _doprnt... (cached) no
  357. checking for sys_errlist... (cached) yes
  358. checking for sys_nerr... (cached) yes
  359. checking for sys_siglist... (cached) yes
  360. checking for external symbol _system_configuration... no
  361. checking for __fsetlocking... (cached) no
  362. checking for canonicalize_file_name... (cached) no
  363. checking for dup3... (cached) no
  364. checking for getrlimit... (cached) yes
  365. checking for getrusage... (cached) yes
  366. checking for getsysinfo... (cached) no
  367. checking for gettimeofday... (cached) yes
  368. checking for on_exit... (cached) no
  369. checking for psignal... (cached) yes
  370. checking for pstat_getdynamic... (cached) no
  371. checking for pstat_getstatic... (cached) no
  372. checking for realpath... (cached) yes
  373. checking for setrlimit... (cached) yes
  374. checking for sbrk... (cached) yes
  375. checking for spawnve... (cached) no
  376. checking for spawnvpe... (cached) no
  377. checking for strerror... (cached) yes
  378. checking for strsignal... (cached) yes
  379. checking for sysconf... (cached) yes
  380. checking for sysctl... (cached) yes
  381. checking for sysmp... (cached) no
  382. checking for table... (cached) yes
  383. checking for times... (cached) yes
  384. checking for wait3... (cached) yes
  385. checking for wait4... (cached) yes
  386. checking whether basename is declared... (cached) no
  387. checking whether ffs is declared... (cached) yes
  388. checking whether asprintf is declared... (cached) yes
  389. checking whether vasprintf is declared... (cached) yes
  390. checking whether snprintf is declared... (cached) yes
  391. checking whether vsnprintf is declared... (cached) yes
  392. checking whether calloc is declared... (cached) yes
  393. checking whether getenv is declared... (cached) yes
  394. checking whether getopt is declared... (cached) yes
  395. checking whether malloc is declared... (cached) yes
  396. checking whether realloc is declared... (cached) yes
  397. checking whether sbrk is declared... (cached) yes
  398. checking whether strverscmp is declared... (cached) no
  399. checking whether canonicalize_file_name must be declared... (cached) yes
  400. checking for stdlib.h... (cached) yes
  401. checking for unistd.h... (cached) yes
  402. checking for getpagesize... (cached) yes
  403. checking for working mmap... (cached) yes
  404. checking for working strncmp... (cached) yes
  405. configure: creating ./config.status
  406. config.status: creating Makefile
  407. config.status: creating testsuite/Makefile
  408. config.status: creating config.h
  409. config.status: config.h is unchanged
  410. config.status: executing default commands
  411. Configuring in ./bfd
  412. configure: loading cache ./config.cache
  413. checking build system type... (cached) i386-apple-darwin9.8.0
  414. checking host system type... (cached) i386-apple-darwin9.8.0
  415. checking target system type... (cached) i586-pc-elf
  416. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  417. checking for C compiler default output file name... a.out
  418. checking whether the C compiler works... yes
  419. checking whether we are cross compiling... no
  420. checking for suffix of executables...
  421. checking for suffix of object files... (cached) o
  422. checking whether we are using the GNU C compiler... (cached) yes
  423. checking whether gcc accepts -g... (cached) yes
  424. checking for gcc option to accept ISO C89... (cached) none needed
  425. checking for library containing strerror... (cached) none required
  426. checking for a BSD-compatible install... /usr/bin/install -c
  427. checking whether build environment is sane... yes
  428. checking for a thread-safe mkdir -p... ../../binutils-2.22/bfd/../install-sh -c -d
  429. checking for gawk... (cached) awk
  430. checking whether make sets $(MAKE)... (cached) yes
  431. checking for style of include used by make... GNU
  432. checking dependency style of gcc... (cached) gcc3
  433. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  434. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  435. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  436. checking whether we are using the GNU C compiler... (cached) yes
  437. checking whether gcc accepts -g... (cached) yes
  438. checking for gcc option to accept ISO C89... (cached) none needed
  439. checking how to run the C preprocessor... (cached) gcc -E
  440. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  441. checking for egrep... (cached) /usr/bin/grep -E
  442. checking for ANSI C header files... (cached) yes
  443. checking for sys/types.h... (cached) yes
  444. checking for sys/stat.h... (cached) yes
  445. checking for stdlib.h... (cached) yes
  446. checking for string.h... (cached) yes
  447. checking for memory.h... (cached) yes
  448. checking for strings.h... (cached) yes
  449. checking for inttypes.h... (cached) yes
  450. checking for stdint.h... (cached) yes
  451. checking for unistd.h... (cached) yes
  452. checking for minix/config.h... (cached) no
  453. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  454. checking how to print strings... printf
  455. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  456. checking for fgrep... (cached) /usr/bin/grep -F
  457. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  458. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  459. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  460. checking the name lister (nm) interface... (cached) BSD nm
  461. checking whether ln -s works... yes
  462. checking the maximum length of command line arguments... (cached) 196608
  463. checking whether the shell understands some XSI constructs... yes
  464. checking whether the shell understands "+="... yes
  465. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  466. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  467. checking how to recognize dependent libraries... (cached) pass_all
  468. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  469. checking for i386-apple-darwin9.8.0-strip... no
  470. checking for strip... (cached) strip
  471. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  472. checking command to parse nm output from gcc object... (cached) ok
  473. checking for i386-apple-darwin9.8.0-dsymutil... no
  474. checking for dsymutil... (cached) dsymutil
  475. checking for i386-apple-darwin9.8.0-nmedit... no
  476. checking for nmedit... (cached) nmedit
  477. checking for i386-apple-darwin9.8.0-lipo... no
  478. checking for lipo... (cached) lipo
  479. checking for i386-apple-darwin9.8.0-otool... no
  480. checking for otool... (cached) otool
  481. checking for i386-apple-darwin9.8.0-otool64... no
  482. checking for otool64... no
  483. checking for -single_module linker flag... (cached) yes
  484. checking for -exported_symbols_list linker flag... (cached) yes
  485. checking for -force_load linker flag... (cached) no
  486. checking for dlfcn.h... (cached) yes
  487. checking for objdir... (cached) .libs
  488. rm: conftest.dSYM: is a directory
  489. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  490. checking for gcc option to produce PIC... -fno-common -DPIC
  491. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  492. checking if gcc static flag -static works... (cached) no
  493. checking if gcc supports -c -o file.o... (cached) yes
  494. checking if gcc supports -c -o file.o... (cached) yes
  495. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  496. checking dynamic linker characteristics... darwin9.8.0 dyld
  497. checking how to hardcode library paths into programs... immediate
  498. checking for dlopen in -ldl... (cached) yes
  499. checking whether a program can dlopen itself... (cached) yes
  500. checking whether a statically linked program can dlopen itself... (cached) yes
  501. checking whether stripping libraries is possible... yes
  502. checking if libtool supports shared libraries... yes
  503. checking whether to build shared libraries... no
  504. checking whether to build static libraries... yes
  505. checking for special C compiler options needed for large files... (cached) no
  506. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  507. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  508. checking whether to enable maintainer-specific portions of Makefiles... no
  509. checking whether to install libbfd... no
  510. checking whether NLS is requested... no
  511. checking whether NLS is requested... no
  512. checking for msgfmt... (cached) no
  513. checking for gmsgfmt... (cached) :
  514. checking for xgettext... (cached) no
  515. checking for msgmerge... (cached) no
  516. checking size of long long... (cached) 8
  517. checking size of void *... (cached) 4
  518. checking size of long... (cached) 4
  519. checking for alloca.h... (cached) yes
  520. checking for stddef.h... (cached) yes
  521. checking for string.h... (cached) yes
  522. checking for strings.h... (cached) yes
  523. checking for stdlib.h... (cached) yes
  524. checking for time.h... (cached) yes
  525. checking for unistd.h... (cached) yes
  526. checking for fcntl.h... (cached) yes
  527. checking for sys/file.h... (cached) yes
  528. checking for sys/time.h... (cached) yes
  529. checking for sys/stat.h... (cached) yes
  530. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  531. checking for uintptr_t... yes
  532. checking for int_least32_t... yes
  533. checking for int_fast32_t... yes
  534. checking for uint64_t... yes
  535. checking what to include in bfd_stdint.h... stdint.h (already complete)
  536. checking whether time.h and sys/time.h may both be included... (cached) yes
  537. checking for dirent.h that defines DIR... (cached) yes
  538. checking for library containing opendir... (cached) none required
  539. checking whether string.h and strings.h may both be included... (cached) yes
  540. checking for fcntl... (cached) yes
  541. checking for getpagesize... (cached) yes
  542. checking for setitimer... (cached) yes
  543. checking for sysconf... (cached) yes
  544. checking for fdopen... (cached) yes
  545. checking for getuid... (cached) yes
  546. checking for getgid... (cached) yes
  547. checking for fileno... (cached) yes
  548. checking for strtoull... (cached) yes
  549. checking whether basename is declared... (cached) no
  550. checking whether ftello is declared... (cached) yes
  551. checking whether ftello64 is declared... (cached) no
  552. checking whether fseeko is declared... (cached) yes
  553. checking whether fseeko64 is declared... (cached) no
  554. checking whether ffs is declared... (cached) yes
  555. checking whether free is declared... (cached) yes
  556. checking whether getenv is declared... (cached) yes
  557. checking whether malloc is declared... (cached) yes
  558. checking whether realloc is declared... (cached) yes
  559. checking whether stpcpy is declared... (cached) yes
  560. checking whether strstr is declared... (cached) yes
  561. checking whether snprintf is declared... (cached) yes
  562. checking whether vsnprintf is declared... (cached) yes
  563. checking for library containing zlibVersion... (cached) -lz
  564. checking for zlib.h... (cached) yes
  565. checking linker --as-needed support... (cached) no
  566. checking for ftello... (cached) yes
  567. checking for ftello64... (cached) no
  568. checking for fseeko... (cached) yes
  569. checking for fseeko64... (cached) no
  570. checking for fopen64... (cached) no
  571. checking size of off_t... (cached) 8
  572. checking file_ptr type... BFD_HOST_64_BIT
  573. checking for stdlib.h... (cached) yes
  574. checking for unistd.h... (cached) yes
  575. checking for getpagesize... (cached) yes
  576. checking for working mmap... (cached) yes
  577. checking for madvise... (cached) yes
  578. checking for mprotect... (cached) yes
  579. configure: creating ./config.status
  580. config.status: creating Makefile
  581. config.status: creating doc/Makefile
  582. config.status: creating bfd-in3.h
  583. config.status: creating po/Makefile.in
  584. config.status: creating config.h
  585. config.status: config.h is unchanged
  586. config.status: executing depfiles commands
  587. config.status: executing libtool commands
  588. config.status: executing default-1 commands
  589. config.status: executing bfd_stdint.h commands
  590. config.status: executing default commands
  591. 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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.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
  592. make[3]: Nothing to be done for `all'.
  593. make[2]: Nothing to be done for `all'.
  594. Making info in doc
  595. make[3]: Nothing to be done for `info'.
  596. Making info in po
  597. make[3]: Nothing to be done for `info'.
  598. make[3]: Nothing to be done for `info-am'.
  599. make  all-recursive
  600. Making all in doc
  601. make[4]: Nothing to be done for `all'.
  602. Making all in po
  603. make[4]: Nothing to be done for `all'.
  604. rm -f bfd-tmp.h
  605. cp bfd-in3.h bfd-tmp.h
  606. /bin/sh ../../binutils-2.22/bfd/../move-if-change bfd-tmp.h bfd.h
  607. rm -f bfd-tmp.h
  608. touch stmp-bfd-h
  609. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include  -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec  -DBINDIR='"/usr/local/cross/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../binutils-2.22/bfd/archures.c
  610. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/cross/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../binutils-2.22/bfd/archures.c -o archures.o
  611. mv -f .deps/archures.Tpo .deps/archures.Plo
  612. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include  -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec  -DBINDIR='"/usr/local/cross/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../binutils-2.22/bfd/targets.c
  613. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/cross/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../binutils-2.22/bfd/targets.c -o targets.o
  614. mv -f .deps/targets.Tpo .deps/targets.Plo
  615. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include  -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec  -DBINDIR='"/usr/local/cross/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/cross/lib/debug\" ../../binutils-2.22/bfd/dwarf2.c
  616. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/bfd -I. -I../../binutils-2.22/bfd -I../../binutils-2.22/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/cross/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/cross/lib/debug\" ../../binutils-2.22/bfd/dwarf2.c -o dwarf2.o
  617. mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
  618. rm -f tofiles
  619. f=""; \
  620.     for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo coff-i386.lo cofflink.lo elf32-gen.lo cpu-i386.lo   ; do \
  621.       case " $f " in \
  622.         *" $i "*) ;; \
  623.         *) f="$f $i" ;; \
  624.       esac ; \
  625.     done ; \
  626.     echo $f > tofiles
  627. /bin/sh ../../binutils-2.22/bfd/../move-if-change tofiles ofiles
  628. touch stamp-ofiles
  629. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -rpath /usr/local/cross/i386-apple-darwin9.8.0/i586-elf/lib -release `cat libtool-soversion`   -o libbfd.la  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles`   -lz
  630. libtool: link: rm -fr  .libs/libbfd.a .libs/libbfd.la .libs/libbfd.lai
  631. libtool: link: ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o coff-i386.o cofflink.o elf32-gen.o cpu-i386.o
  632. ranlib: file: .libs/libbfd.a(bfdwin.o) has no symbols
  633. libtool: link: ranlib .libs/libbfd.a
  634. ranlib: file: .libs/libbfd.a(bfdwin.o) has no symbols
  635. libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
  636. libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  637.     if [ -f $libtooldir/libbfd.a ]; then \
  638.       cp $libtooldir/libbfd.a libbfd.tmp; \
  639.       ranlib libbfd.tmp; \
  640.       /bin/sh ../../binutils-2.22/bfd/../move-if-change libbfd.tmp libbfd.a; \
  641.     else true; fi
  642. ranlib: file: libbfd.tmp(bfdwin.o) has no symbols
  643. touch stamp-lib
  644. Configuring in ./opcodes
  645. configure: loading cache ./config.cache
  646. checking build system type... (cached) i386-apple-darwin9.8.0
  647. checking host system type... (cached) i386-apple-darwin9.8.0
  648. checking target system type... (cached) i586-pc-elf
  649. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  650. checking for C compiler default output file name... a.out
  651. checking whether the C compiler works... yes
  652. checking whether we are cross compiling... no
  653. checking for suffix of executables...
  654. checking for suffix of object files... (cached) o
  655. checking whether we are using the GNU C compiler... (cached) yes
  656. checking whether gcc accepts -g... (cached) yes
  657. checking for gcc option to accept ISO C89... (cached) none needed
  658. checking for library containing strerror... (cached) none required
  659. checking for a BSD-compatible install... /usr/bin/install -c
  660. checking whether build environment is sane... yes
  661. checking for a thread-safe mkdir -p... ../../binutils-2.22/opcodes/../install-sh -c -d
  662. checking for gawk... (cached) awk
  663. checking whether make sets $(MAKE)... (cached) yes
  664. checking for style of include used by make... GNU
  665. checking dependency style of gcc... (cached) gcc3
  666. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  667. checking whether we are using the GNU C compiler... (cached) yes
  668. checking whether gcc accepts -g... (cached) yes
  669. checking for gcc option to accept ISO C89... (cached) none needed
  670. checking how to run the C preprocessor... (cached) gcc -E
  671. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  672. checking for egrep... (cached) /usr/bin/grep -E
  673. checking for ANSI C header files... (cached) yes
  674. checking for sys/types.h... (cached) yes
  675. checking for sys/stat.h... (cached) yes
  676. checking for stdlib.h... (cached) yes
  677. checking for string.h... (cached) yes
  678. checking for memory.h... (cached) yes
  679. checking for strings.h... (cached) yes
  680. checking for inttypes.h... (cached) yes
  681. checking for stdint.h... (cached) yes
  682. checking for unistd.h... (cached) yes
  683. checking for minix/config.h... (cached) no
  684. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  685. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  686. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  687. checking how to print strings... printf
  688. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  689. checking for fgrep... (cached) /usr/bin/grep -F
  690. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  691. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  692. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  693. checking the name lister (nm) interface... (cached) BSD nm
  694. checking whether ln -s works... yes
  695. checking the maximum length of command line arguments... (cached) 196608
  696. checking whether the shell understands some XSI constructs... yes
  697. checking whether the shell understands "+="... yes
  698. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  699. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  700. checking how to recognize dependent libraries... (cached) pass_all
  701. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  702. checking for i386-apple-darwin9.8.0-strip... no
  703. checking for strip... (cached) strip
  704. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  705. checking command to parse nm output from gcc object... (cached) ok
  706. checking for i386-apple-darwin9.8.0-dsymutil... no
  707. checking for dsymutil... (cached) dsymutil
  708. checking for i386-apple-darwin9.8.0-nmedit... no
  709. checking for nmedit... (cached) nmedit
  710. checking for i386-apple-darwin9.8.0-lipo... no
  711. checking for lipo... (cached) lipo
  712. checking for i386-apple-darwin9.8.0-otool... no
  713. checking for otool... (cached) otool
  714. checking for i386-apple-darwin9.8.0-otool64... no
  715. checking for otool64... no
  716. checking for -single_module linker flag... (cached) yes
  717. checking for -exported_symbols_list linker flag... (cached) yes
  718. checking for -force_load linker flag... (cached) no
  719. checking for dlfcn.h... (cached) yes
  720. checking for objdir... (cached) .libs
  721. rm: conftest.dSYM: is a directory
  722. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  723. checking for gcc option to produce PIC... -fno-common -DPIC
  724. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  725. checking if gcc static flag -static works... (cached) no
  726. checking if gcc supports -c -o file.o... (cached) yes
  727. checking if gcc supports -c -o file.o... (cached) yes
  728. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  729. checking dynamic linker characteristics... darwin9.8.0 dyld
  730. checking how to hardcode library paths into programs... immediate
  731. checking whether stripping libraries is possible... yes
  732. checking if libtool supports shared libraries... yes
  733. checking whether to build shared libraries... no
  734. checking whether to build static libraries... yes
  735. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  736. checking whether to enable maintainer-specific portions of Makefiles... no
  737. checking whether to install libbfd... no
  738. checking whether NLS is requested... no
  739. checking whether NLS is requested... no
  740. checking for msgfmt... (cached) no
  741. checking for gmsgfmt... (cached) :
  742. checking for xgettext... (cached) no
  743. checking for msgmerge... (cached) no
  744. checking for string.h... (cached) yes
  745. checking for strings.h... (cached) yes
  746. checking for stdlib.h... (cached) yes
  747. checking for limits.h... (cached) yes
  748. checking whether basename is declared... (cached) no
  749. checking whether stpcpy is declared... (cached) yes
  750. checking linker --as-needed support... (cached) no
  751. configure: creating ./config.status
  752. config.status: creating Makefile
  753. config.status: creating po/Makefile.in
  754. config.status: creating config.h
  755. config.status: config.h is unchanged
  756. config.status: executing depfiles commands
  757. config.status: executing libtool commands
  758. config.status: executing default-1 commands
  759. config.status: creating po/POTFILES
  760. config.status: creating po/Makefile
  761. make  all-recursive
  762. Making all in .
  763. Making all in po
  764. make[4]: Nothing to be done for `all'.
  765. Configuring in ./binutils
  766. configure: loading cache ./config.cache
  767. checking build system type... (cached) i386-apple-darwin9.8.0
  768. checking host system type... (cached) i386-apple-darwin9.8.0
  769. checking target system type... (cached) i586-pc-elf
  770. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  771. checking for C compiler default output file name... a.out
  772. checking whether the C compiler works... yes
  773. checking whether we are cross compiling... no
  774. checking for suffix of executables...
  775. checking for suffix of object files... (cached) o
  776. checking whether we are using the GNU C compiler... (cached) yes
  777. checking whether gcc accepts -g... (cached) yes
  778. checking for gcc option to accept ISO C89... (cached) none needed
  779. checking for library containing strerror... (cached) none required
  780. checking for a BSD-compatible install... /usr/bin/install -c
  781. checking whether build environment is sane... yes
  782. checking for a thread-safe mkdir -p... ../../binutils-2.22/binutils/../install-sh -c -d
  783. checking for gawk... (cached) awk
  784. checking whether make sets $(MAKE)... (cached) yes
  785. checking for style of include used by make... GNU
  786. checking dependency style of gcc... (cached) gcc3
  787. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  788. checking whether we are using the GNU C compiler... (cached) yes
  789. checking whether gcc accepts -g... (cached) yes
  790. checking for gcc option to accept ISO C89... (cached) none needed
  791. checking how to run the C preprocessor... (cached) gcc -E
  792. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  793. checking for egrep... (cached) /usr/bin/grep -E
  794. checking for ANSI C header files... (cached) yes
  795. checking for sys/types.h... (cached) yes
  796. checking for sys/stat.h... (cached) yes
  797. checking for stdlib.h... (cached) yes
  798. checking for string.h... (cached) yes
  799. checking for memory.h... (cached) yes
  800. checking for strings.h... (cached) yes
  801. checking for inttypes.h... (cached) yes
  802. checking for stdint.h... (cached) yes
  803. checking for unistd.h... (cached) yes
  804. checking for minix/config.h... (cached) no
  805. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  806. checking for special C compiler options needed for large files... (cached) no
  807. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  808. checking how to print strings... printf
  809. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  810. checking for fgrep... (cached) /usr/bin/grep -F
  811. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  812. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  813. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  814. checking the name lister (nm) interface... (cached) BSD nm
  815. checking whether ln -s works... yes
  816. checking the maximum length of command line arguments... (cached) 196608
  817. checking whether the shell understands some XSI constructs... yes
  818. checking whether the shell understands "+="... yes
  819. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  820. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  821. checking how to recognize dependent libraries... (cached) pass_all
  822. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  823. checking for i386-apple-darwin9.8.0-strip... no
  824. checking for strip... (cached) strip
  825. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  826. checking command to parse nm output from gcc object... (cached) ok
  827. checking for i386-apple-darwin9.8.0-dsymutil... no
  828. checking for dsymutil... (cached) dsymutil
  829. checking for i386-apple-darwin9.8.0-nmedit... no
  830. checking for nmedit... (cached) nmedit
  831. checking for i386-apple-darwin9.8.0-lipo... no
  832. checking for lipo... (cached) lipo
  833. checking for i386-apple-darwin9.8.0-otool... no
  834. checking for otool... (cached) otool
  835. checking for i386-apple-darwin9.8.0-otool64... no
  836. checking for otool64... no
  837. checking for -single_module linker flag... (cached) yes
  838. checking for -exported_symbols_list linker flag... (cached) yes
  839. checking for -force_load linker flag... (cached) no
  840. checking for dlfcn.h... (cached) yes
  841. checking for objdir... (cached) .libs
  842. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  843. checking for gcc option to produce PIC... -fno-common -DPIC
  844. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  845. checking if gcc static flag -static works... (cached) no
  846. checking if gcc supports -c -o file.o... (cached) yes
  847. checking if gcc supports -c -o file.o... (cached) yes
  848. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  849. checking dynamic linker characteristics... darwin9.8.0 dyld
  850. checking how to hardcode library paths into programs... immediate
  851. checking whether stripping libraries is possible... yes
  852. checking if libtool supports shared libraries... yes
  853. checking whether to build shared libraries... yes
  854. checking whether to build static libraries... yes
  855. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  856. checking for bison... (cached) bison -y
  857. checking for flex... (cached) flex
  858. checking lex output file root... (cached) lex.yy
  859. checking lex library... (cached) -lfl
  860. checking whether yytext is a pointer... (cached) yes
  861. checking whether NLS is requested... no
  862. checking whether NLS is requested... no
  863. checking for msgfmt... (cached) no
  864. checking for gmsgfmt... (cached) :
  865. checking for xgettext... (cached) no
  866. checking for msgmerge... (cached) no
  867. checking whether to enable maintainer-specific portions of Makefiles... no
  868. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  869. checking for string.h... (cached) yes
  870. checking for strings.h... (cached) yes
  871. checking for stdlib.h... (cached) yes
  872. checking for unistd.h... (cached) yes
  873. checking for fcntl.h... (cached) yes
  874. checking for sys/file.h... (cached) yes
  875. checking for limits.h... (cached) yes
  876. checking for sys/param.h... (cached) yes
  877. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  878. checking for working alloca.h... (cached) yes
  879. checking for alloca... (cached) yes
  880. checking for sbrk... (cached) yes
  881. checking for utimes... (cached) yes
  882. checking for setmode... (cached) yes
  883. checking for getc_unlocked... (cached) yes
  884. checking for strcoll... (cached) yes
  885. checking for mkstemp... (cached) yes
  886. checking for mkdtemp... (cached) yes
  887. checking for library containing frexp... (cached) none required
  888. checking for time_t in time.h... (cached) yes
  889. checking for time_t in sys/types.h... (cached) yes
  890. checking for a known getopt prototype in unistd.h... (cached) yes
  891. checking for utime.h... (cached) yes
  892. checking whether fprintf is declared... (cached) yes
  893. checking whether stpcpy is declared... (cached) yes
  894. checking whether strstr is declared... (cached) yes
  895. checking whether sbrk is declared... (cached) yes
  896. checking whether getenv is declared... (cached) yes
  897. checking whether environ is declared... (cached) no
  898. checking whether getc_unlocked is declared... (cached) yes
  899. checking whether snprintf is declared... (cached) yes
  900. checking whether vsnprintf is declared... (cached) yes
  901. checking for library containing zlibVersion... (cached) -lz
  902. checking for zlib.h... (cached) yes
  903. checking for iconv.h... (cached) yes
  904. checking for ld used by GCC... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  905. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  906. checking for shared library run path origin... (cached) done
  907. checking for iconv... (cached) yes
  908. checking how to link with libiconv... -liconv
  909. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  910. configure: creating ./config.status
  911. config.status: creating Makefile
  912. config.status: creating doc/Makefile
  913. config.status: creating po/Makefile.in
  914. config.status: creating config.h
  915. config.status: config.h is unchanged
  916. config.status: executing depfiles commands
  917. config.status: executing libtool commands
  918. config.status: executing default-1 commands
  919. config.status: creating po/POTFILES
  920. config.status: creating po/Makefile
  921. Making info in doc
  922. if test -f cxxfilt.man; then \
  923.       man=cxxfilt.man; \
  924.     else \
  925.       man=../../../binutils-2.22/binutils/doc/cxxfilt.man; \
  926.     fi; \
  927.     sed -e 's/@PROGRAM@/c++filt/' \
  928.         -e 's/cxxfilt/c++filt/' < $man \
  929.         > c++filt.1
  930. Making info in po
  931. make[3]: Nothing to be done for `info'.
  932. make[3]: Nothing to be done for `info-am'.
  933. make  all-recursive
  934. Making all in doc
  935. make[4]: Nothing to be done for `all'.
  936. Making all in po
  937. make[4]: Nothing to be done for `all'.
  938. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  939. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o size size.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  940. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o  ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  941. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o  ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  942. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  -lz
  943. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz
  944. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  945. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o strings strings.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  946. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  -lz
  947. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz
  948. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  949. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  950. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  951. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  952. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  953. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  954. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  955. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  956. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lz
  957. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  958. Configuring in ./etc
  959. configure: loading cache ./config.cache
  960. checking for a BSD-compatible install... /usr/bin/install -c
  961. configure: creating ./config.status
  962. config.status: creating Makefile
  963. for f in standards.info configure.info; do \
  964.       if test -f ../../binutils-2.22/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  965.         if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  966.           true; \
  967.         else \
  968.           exit 1; \
  969.         fi; \
  970.       fi; \
  971.     done
  972. make[3]: `../../binutils-2.22/etc/standards.info' is up to date.
  973. make[3]: `../../binutils-2.22/etc/configure.info' is up to date.
  974. Configuring in ./gas
  975. configure: loading cache ./config.cache
  976. checking build system type... (cached) i386-apple-darwin9.8.0
  977. checking host system type... (cached) i386-apple-darwin9.8.0
  978. checking target system type... (cached) i586-pc-elf
  979. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  980. checking for C compiler default output file name... a.out
  981. checking whether the C compiler works... yes
  982. checking whether we are cross compiling... no
  983. checking for suffix of executables...
  984. checking for suffix of object files... (cached) o
  985. checking whether we are using the GNU C compiler... (cached) yes
  986. checking whether gcc accepts -g... (cached) yes
  987. checking for gcc option to accept ISO C89... (cached) none needed
  988. checking for library containing strerror... (cached) none required
  989. checking for a BSD-compatible install... /usr/bin/install -c
  990. checking whether build environment is sane... yes
  991. checking for a thread-safe mkdir -p... ../../binutils-2.22/gas/../install-sh -c -d
  992. checking for gawk... (cached) awk
  993. checking whether make sets $(MAKE)... (cached) yes
  994. checking for style of include used by make... GNU
  995. checking dependency style of gcc... (cached) gcc3
  996. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  997. checking whether we are using the GNU C compiler... (cached) yes
  998. checking whether gcc accepts -g... (cached) yes
  999. checking for gcc option to accept ISO C89... (cached) none needed
  1000. checking how to run the C preprocessor... (cached) gcc -E
  1001. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  1002. checking for egrep... (cached) /usr/bin/grep -E
  1003. checking for ANSI C header files... (cached) yes
  1004. checking for sys/types.h... (cached) yes
  1005. checking for sys/stat.h... (cached) yes
  1006. checking for stdlib.h... (cached) yes
  1007. checking for string.h... (cached) yes
  1008. checking for memory.h... (cached) yes
  1009. checking for strings.h... (cached) yes
  1010. checking for inttypes.h... (cached) yes
  1011. checking for stdint.h... (cached) yes
  1012. checking for unistd.h... (cached) yes
  1013. checking for minix/config.h... (cached) no
  1014. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  1015. checking for special C compiler options needed for large files... (cached) no
  1016. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  1017. checking how to print strings... printf
  1018. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  1019. checking for fgrep... (cached) /usr/bin/grep -F
  1020. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  1021. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  1022. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  1023. checking the name lister (nm) interface... (cached) BSD nm
  1024. checking whether ln -s works... yes
  1025. checking the maximum length of command line arguments... (cached) 196608
  1026. checking whether the shell understands some XSI constructs... yes
  1027. checking whether the shell understands "+="... yes
  1028. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  1029. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  1030. checking how to recognize dependent libraries... (cached) pass_all
  1031. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  1032. checking for i386-apple-darwin9.8.0-strip... no
  1033. checking for strip... (cached) strip
  1034. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  1035. checking command to parse nm output from gcc object... (cached) ok
  1036. checking for i386-apple-darwin9.8.0-dsymutil... no
  1037. checking for dsymutil... (cached) dsymutil
  1038. checking for i386-apple-darwin9.8.0-nmedit... no
  1039. checking for nmedit... (cached) nmedit
  1040. checking for i386-apple-darwin9.8.0-lipo... no
  1041. checking for lipo... (cached) lipo
  1042. checking for i386-apple-darwin9.8.0-otool... no
  1043. checking for otool... (cached) otool
  1044. checking for i386-apple-darwin9.8.0-otool64... no
  1045. checking for otool64... no
  1046. checking for -single_module linker flag... (cached) yes
  1047. checking for -exported_symbols_list linker flag... (cached) yes
  1048. checking for -force_load linker flag... (cached) no
  1049. checking for dlfcn.h... (cached) yes
  1050. checking for objdir... (cached) .libs
  1051. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  1052. checking for gcc option to produce PIC... -fno-common -DPIC
  1053. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  1054. checking if gcc static flag -static works... (cached) no
  1055. checking if gcc supports -c -o file.o... (cached) yes
  1056. checking if gcc supports -c -o file.o... (cached) yes
  1057. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  1058. checking dynamic linker characteristics... darwin9.8.0 dyld
  1059. checking how to hardcode library paths into programs... immediate
  1060. checking whether stripping libraries is possible... yes
  1061. checking if libtool supports shared libraries... yes
  1062. checking whether to build shared libraries... yes
  1063. checking whether to build static libraries... yes
  1064. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  1065. checking whether byte ordering is bigendian... (cached) no
  1066. checking for bison... (cached) bison -y
  1067. checking for flex... (cached) flex
  1068. checking lex output file root... (cached) lex.yy
  1069. checking lex library... (cached) -lfl
  1070. checking whether yytext is a pointer... (cached) yes
  1071. checking whether NLS is requested... no
  1072. checking whether NLS is requested... no
  1073. checking for msgfmt... (cached) no
  1074. checking for gmsgfmt... (cached) :
  1075. checking for xgettext... (cached) no
  1076. checking for msgmerge... (cached) no
  1077. checking whether to enable maintainer-specific portions of Makefiles... no
  1078. checking for string.h... (cached) yes
  1079. checking for stdlib.h... (cached) yes
  1080. checking for memory.h... (cached) yes
  1081. checking for strings.h... (cached) yes
  1082. checking for unistd.h... (cached) yes
  1083. checking for errno.h... (cached) yes
  1084. checking for sys/types.h... (cached) yes
  1085. checking for limits.h... (cached) yes
  1086. checking for time.h... (cached) yes
  1087. checking for sys/stat.h... (cached) yes
  1088. checking whether compiling a cross-assembler... yes
  1089. checking for working alloca.h... (cached) yes
  1090. checking for alloca... (cached) yes
  1091. checking for inline... (cached) inline
  1092. checking for unlink... (cached) yes
  1093. checking for sbrk... (cached) yes
  1094. checking for working assert macro... (cached) yes
  1095. checking whether declaration is required for errno... (cached) no
  1096. checking for a known getopt prototype in unistd.h... (cached) yes
  1097. checking whether declaration is required for environ... (cached) yes
  1098. checking whether declaration is required for ffs... (cached) no
  1099. checking whether declaration is required for free... (cached) no
  1100. checking whether declaration is required for malloc... (cached) no
  1101. checking whether declaration is required for sbrk... (cached) no
  1102. checking whether declaration is required for strstr... (cached) no
  1103. checking whether mempcpy is declared... (cached) no
  1104. checking whether vsnprintf is declared... (cached) yes
  1105. checking for library containing zlibVersion... (cached) -lz
  1106. checking for zlib.h... (cached) yes
  1107. checking for struct tm.tm_gmtoff in time.h... (cached) yes
  1108. checking for struct stat.st_mtim.tv_sec in sys/stat.h... (cached) no
  1109. checking for struct stat.st_mtim.tv_nsec in sys/stat.h... (cached) no
  1110. configure: creating ./config.status
  1111. config.status: creating .gdbinit
  1112. config.status: creating Makefile
  1113. config.status: creating doc/Makefile
  1114. config.status: creating po/Makefile.in
  1115. config.status: creating config.h
  1116. config.status: config.h is unchanged
  1117. config.status: executing depfiles commands
  1118. config.status: executing libtool commands
  1119. config.status: executing default-1 commands
  1120. config.status: creating po/POTFILES
  1121. config.status: creating po/Makefile
  1122. config.status: executing default commands
  1123. make  all-recursive
  1124. Making all in doc
  1125. make[4]: Nothing to be done for `all'.
  1126. Making all in po
  1127. make[4]: Nothing to be done for `all'.
  1128. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o ../../binutils-2.22/gas/app.c
  1129. mv -f .deps/app.Tpo .deps/app.Po
  1130. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o ../../binutils-2.22/gas/as.c
  1131. mv -f .deps/as.Tpo .deps/as.Po
  1132. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o ../../binutils-2.22/gas/atof-generic.c
  1133. mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po
  1134. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o ../../binutils-2.22/gas/cond.c
  1135. mv -f .deps/cond.Tpo .deps/cond.Po
  1136. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o ../../binutils-2.22/gas/depend.c
  1137. mv -f .deps/depend.Tpo .deps/depend.Po
  1138. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o ../../binutils-2.22/gas/dwarf2dbg.c
  1139. mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po
  1140. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o ../../binutils-2.22/gas/dw2gencfi.c
  1141. mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po
  1142. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ../../binutils-2.22/gas/ecoff.c
  1143. mv -f .deps/ecoff.Tpo .deps/ecoff.Po
  1144. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ../../binutils-2.22/gas/ehopt.c
  1145. mv -f .deps/ehopt.Tpo .deps/ehopt.Po
  1146. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o ../../binutils-2.22/gas/expr.c
  1147. mv -f .deps/expr.Tpo .deps/expr.Po
  1148. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o ../../binutils-2.22/gas/flonum-copy.c
  1149. mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po
  1150. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o ../../binutils-2.22/gas/frags.c
  1151. mv -f .deps/frags.Tpo .deps/frags.Po
  1152. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o ../../binutils-2.22/gas/hash.c
  1153. mv -f .deps/hash.Tpo .deps/hash.Po
  1154. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o ../../binutils-2.22/gas/input-file.c
  1155. mv -f .deps/input-file.Tpo .deps/input-file.Po
  1156. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o ../../binutils-2.22/gas/input-scrub.c
  1157. mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po
  1158. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o ../../binutils-2.22/gas/listing.c
  1159. mv -f .deps/listing.Tpo .deps/listing.Po
  1160. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o ../../binutils-2.22/gas/literal.c
  1161. mv -f .deps/literal.Tpo .deps/literal.Po
  1162. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o ../../binutils-2.22/gas/macro.c
  1163. mv -f .deps/macro.Tpo .deps/macro.Po
  1164. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o ../../binutils-2.22/gas/messages.c
  1165. mv -f .deps/messages.Tpo .deps/messages.Po
  1166. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o ../../binutils-2.22/gas/output-file.c
  1167. mv -f .deps/output-file.Tpo .deps/output-file.Po
  1168. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o ../../binutils-2.22/gas/read.c
  1169. mv -f .deps/read.Tpo .deps/read.Po
  1170. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o ../../binutils-2.22/gas/remap.c
  1171. mv -f .deps/remap.Tpo .deps/remap.Po
  1172. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o ../../binutils-2.22/gas/sb.c
  1173. mv -f .deps/sb.Tpo .deps/sb.Po
  1174. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../binutils-2.22/gas/stabs.c
  1175. mv -f .deps/stabs.Tpo .deps/stabs.Po
  1176. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o ../../binutils-2.22/gas/subsegs.c
  1177. mv -f .deps/subsegs.Tpo .deps/subsegs.Po
  1178. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o ../../binutils-2.22/gas/symbols.c
  1179. mv -f .deps/symbols.Tpo .deps/symbols.Po
  1180. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o ../../binutils-2.22/gas/write.c
  1181. mv -f .deps/write.Tpo .deps/write.Po
  1182. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT tc-i386.o -MD -MP -MF .deps/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '../../binutils-2.22/gas/'`config/tc-i386.c
  1183. mv -f .deps/tc-i386.Tpo .deps/tc-i386.Po
  1184. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '../../binutils-2.22/gas/'`config/obj-elf.c
  1185. mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po
  1186. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/gas  -I. -I../../binutils-2.22/gas -I../bfd -I../../binutils-2.22/gas/config -I../../binutils-2.22/gas/../include -I../../binutils-2.22/gas/.. -I../../binutils-2.22/gas/../bfd -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '../../binutils-2.22/gas/'`config/atof-ieee.c
  1187. mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po
  1188. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o  ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a   -lz
  1189. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o  ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  1190. Configuring in ./gprof
  1191. configure: loading cache ./config.cache
  1192. checking build system type... (cached) i386-apple-darwin9.8.0
  1193. checking host system type... (cached) i386-apple-darwin9.8.0
  1194. checking target system type... (cached) i586-pc-elf
  1195. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  1196. checking for C compiler default output file name... a.out
  1197. checking whether the C compiler works... yes
  1198. checking whether we are cross compiling... no
  1199. checking for suffix of executables...
  1200. checking for suffix of object files... (cached) o
  1201. checking whether we are using the GNU C compiler... (cached) yes
  1202. checking whether gcc accepts -g... (cached) yes
  1203. checking for gcc option to accept ISO C89... (cached) none needed
  1204. checking for library containing strerror... (cached) none required
  1205. checking for a BSD-compatible install... /usr/bin/install -c
  1206. checking whether build environment is sane... yes
  1207. checking for a thread-safe mkdir -p... ../../binutils-2.22/gprof/../install-sh -c -d
  1208. checking for gawk... (cached) awk
  1209. checking whether make sets $(MAKE)... (cached) yes
  1210. checking for style of include used by make... GNU
  1211. checking dependency style of gcc... (cached) gcc3
  1212. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  1213. checking whether we are using the GNU C compiler... (cached) yes
  1214. checking whether gcc accepts -g... (cached) yes
  1215. checking for gcc option to accept ISO C89... (cached) none needed
  1216. checking how to run the C preprocessor... (cached) gcc -E
  1217. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  1218. checking for egrep... (cached) /usr/bin/grep -E
  1219. checking for ANSI C header files... (cached) yes
  1220. checking for sys/types.h... (cached) yes
  1221. checking for sys/stat.h... (cached) yes
  1222. checking for stdlib.h... (cached) yes
  1223. checking for string.h... (cached) yes
  1224. checking for memory.h... (cached) yes
  1225. checking for strings.h... (cached) yes
  1226. checking for inttypes.h... (cached) yes
  1227. checking for stdint.h... (cached) yes
  1228. checking for unistd.h... (cached) yes
  1229. checking for minix/config.h... (cached) no
  1230. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  1231. checking for special C compiler options needed for large files... (cached) no
  1232. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  1233. checking how to print strings... printf
  1234. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  1235. checking for fgrep... (cached) /usr/bin/grep -F
  1236. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  1237. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  1238. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  1239. checking the name lister (nm) interface... (cached) BSD nm
  1240. checking whether ln -s works... yes
  1241. checking the maximum length of command line arguments... (cached) 196608
  1242. checking whether the shell understands some XSI constructs... yes
  1243. checking whether the shell understands "+="... yes
  1244. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  1245. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  1246. checking how to recognize dependent libraries... (cached) pass_all
  1247. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  1248. checking for i386-apple-darwin9.8.0-strip... no
  1249. checking for strip... (cached) strip
  1250. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  1251. checking command to parse nm output from gcc object... (cached) ok
  1252. checking for i386-apple-darwin9.8.0-dsymutil... no
  1253. checking for dsymutil... (cached) dsymutil
  1254. checking for i386-apple-darwin9.8.0-nmedit... no
  1255. checking for nmedit... (cached) nmedit
  1256. checking for i386-apple-darwin9.8.0-lipo... no
  1257. checking for lipo... (cached) lipo
  1258. checking for i386-apple-darwin9.8.0-otool... no
  1259. checking for otool... (cached) otool
  1260. checking for i386-apple-darwin9.8.0-otool64... no
  1261. checking for otool64... no
  1262. checking for -single_module linker flag... (cached) yes
  1263. checking for -exported_symbols_list linker flag... (cached) yes
  1264. checking for -force_load linker flag... (cached) no
  1265. checking for dlfcn.h... (cached) yes
  1266. checking for objdir... (cached) .libs
  1267. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  1268. checking for gcc option to produce PIC... -fno-common -DPIC
  1269. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  1270. checking if gcc static flag -static works... (cached) no
  1271. checking if gcc supports -c -o file.o... (cached) yes
  1272. checking if gcc supports -c -o file.o... (cached) yes
  1273. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  1274. checking dynamic linker characteristics... darwin9.8.0 dyld
  1275. checking how to hardcode library paths into programs... immediate
  1276. checking whether stripping libraries is possible... yes
  1277. checking if libtool supports shared libraries... yes
  1278. checking whether to build shared libraries... yes
  1279. checking whether to build static libraries... yes
  1280. checking for setmode... (cached) yes
  1281. checking whether NLS is requested... no
  1282. checking whether NLS is requested... no
  1283. checking for msgfmt... (cached) no
  1284. checking for gmsgfmt... (cached) :
  1285. checking for xgettext... (cached) no
  1286. checking for msgmerge... (cached) no
  1287. checking whether to enable maintainer-specific portions of Makefiles... no
  1288. checking for sys/gmon_out.h... (cached) no
  1289. checking for a known getopt prototype in unistd.h... (cached) yes
  1290. checking for library containing fabs... (cached) none required
  1291. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  1292. configure: creating ./config.status
  1293. config.status: creating Makefile
  1294. config.status: creating po/Makefile.in
  1295. config.status: creating gconfig.h
  1296. config.status: gconfig.h is unchanged
  1297. config.status: executing depfiles commands
  1298. config.status: executing libtool commands
  1299. config.status: executing default-1 commands
  1300. config.status: creating po/POTFILES
  1301. config.status: creating po/Makefile
  1302. make  all-recursive
  1303. Making all in po
  1304. make[4]: Nothing to be done for `all'.
  1305. /bin/sh ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2   -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a  
  1306. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o  ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
  1307. Configuring in ./ld
  1308. configure: loading cache ./config.cache
  1309. checking build system type... (cached) i386-apple-darwin9.8.0
  1310. checking host system type... (cached) i386-apple-darwin9.8.0
  1311. checking target system type... (cached) i586-pc-elf
  1312. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  1313. checking for C compiler default output file name... a.out
  1314. checking whether the C compiler works... yes
  1315. checking whether we are cross compiling... no
  1316. checking for suffix of executables...
  1317. checking for suffix of object files... (cached) o
  1318. checking whether we are using the GNU C compiler... (cached) yes
  1319. checking whether gcc accepts -g... (cached) yes
  1320. checking for gcc option to accept ISO C89... (cached) none needed
  1321. checking for library containing strerror... (cached) none required
  1322. checking for a BSD-compatible install... /usr/bin/install -c
  1323. checking whether build environment is sane... yes
  1324. checking for a thread-safe mkdir -p... ../../binutils-2.22/ld/../install-sh -c -d
  1325. checking for gawk... (cached) awk
  1326. checking whether make sets $(MAKE)... (cached) yes
  1327. checking for style of include used by make... GNU
  1328. checking dependency style of gcc... (cached) gcc3
  1329. checking whether to enable maintainer-specific portions of Makefiles... no
  1330. checking how to run the C preprocessor... (cached) gcc -E
  1331. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  1332. checking for egrep... (cached) /usr/bin/grep -E
  1333. rm: conftest.dSYM: is a directory
  1334. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  1335. checking for i386-apple-darwin9.8.0-gcc... (cached) gcc
  1336. checking whether we are using the GNU C compiler... (cached) yes
  1337. checking whether gcc accepts -g... (cached) yes
  1338. checking for gcc option to accept ISO C89... (cached) none needed
  1339. checking whether we are using the GNU C++ compiler... (cached) yes
  1340. checking whether g++ accepts -g... (cached) yes
  1341. checking dependency style of g++... (cached) gcc3
  1342. checking for ANSI C header files... (cached) yes
  1343. checking for sys/types.h... (cached) yes
  1344. checking for sys/stat.h... (cached) yes
  1345. checking for stdlib.h... (cached) yes
  1346. checking for string.h... (cached) yes
  1347. checking for memory.h... (cached) yes
  1348. checking for strings.h... (cached) yes
  1349. checking for inttypes.h... (cached) yes
  1350. checking for stdint.h... (cached) yes
  1351. checking for unistd.h... (cached) yes
  1352. checking for minix/config.h... (cached) no
  1353. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  1354. checking for special C compiler options needed for large files... (cached) no
  1355. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  1356. checking how to print strings... printf
  1357. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  1358. checking for fgrep... (cached) /usr/bin/grep -F
  1359. checking for ld used by gcc... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  1360. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  1361. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  1362. checking the name lister (nm) interface... (cached) BSD nm
  1363. checking whether ln -s works... yes
  1364. checking the maximum length of command line arguments... (cached) 196608
  1365. checking whether the shell understands some XSI constructs... yes
  1366. checking whether the shell understands "+="... yes
  1367. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... (cached) -r
  1368. checking for i386-apple-darwin9.8.0-objdump... (cached) objdump
  1369. checking how to recognize dependent libraries... (cached) pass_all
  1370. checking for i386-apple-darwin9.8.0-ar... (cached) ar
  1371. checking for i386-apple-darwin9.8.0-strip... no
  1372. checking for strip... (cached) strip
  1373. checking for i386-apple-darwin9.8.0-ranlib... (cached) ranlib
  1374. checking command to parse nm output from gcc object... (cached) ok
  1375. checking for i386-apple-darwin9.8.0-dsymutil... no
  1376. checking for dsymutil... (cached) dsymutil
  1377. checking for i386-apple-darwin9.8.0-nmedit... no
  1378. checking for nmedit... (cached) nmedit
  1379. checking for i386-apple-darwin9.8.0-lipo... no
  1380. checking for lipo... (cached) lipo
  1381. checking for i386-apple-darwin9.8.0-otool... no
  1382. checking for otool... (cached) otool
  1383. checking for i386-apple-darwin9.8.0-otool64... no
  1384. checking for otool64... no
  1385. checking for -single_module linker flag... (cached) yes
  1386. checking for -exported_symbols_list linker flag... (cached) yes
  1387. checking for -force_load linker flag... (cached) no
  1388. checking for dlfcn.h... (cached) yes
  1389. checking for objdir... (cached) .libs
  1390. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  1391. checking for gcc option to produce PIC... -fno-common -DPIC
  1392. checking if gcc PIC flag -fno-common -DPIC works... (cached) yes
  1393. checking if gcc static flag -static works... (cached) no
  1394. checking if gcc supports -c -o file.o... (cached) yes
  1395. checking if gcc supports -c -o file.o... (cached) yes
  1396. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  1397. checking dynamic linker characteristics... darwin9.8.0 dyld
  1398. checking how to hardcode library paths into programs... immediate
  1399. checking whether stripping libraries is possible... yes
  1400. checking if libtool supports shared libraries... yes
  1401. checking whether to build shared libraries... yes
  1402. checking whether to build static libraries... yes
  1403. checking how to run the C++ preprocessor... (cached) g++ -E
  1404. checking for ld used by g++... (cached) /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  1405. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... (cached) no
  1406. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  1407. checking for g++ option to produce PIC... -fno-common -DPIC
  1408. checking if g++ PIC flag -fno-common -DPIC works... (cached) yes
  1409. checking if g++ static flag -static works... (cached) no
  1410. checking if g++ supports -c -o file.o... (cached) yes
  1411. checking if g++ supports -c -o file.o... (cached) yes
  1412. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  1413. checking dynamic linker characteristics... darwin9.8.0 dyld
  1414. checking how to hardcode library paths into programs... immediate
  1415. checking whether NLS is requested... no
  1416. checking whether NLS is requested... no
  1417. checking for msgfmt... (cached) no
  1418. checking for gmsgfmt... (cached) :
  1419. checking for xgettext... (cached) no
  1420. checking for msgmerge... (cached) no
  1421. checking for bison... (cached) bison -y
  1422. checking for flex... (cached) flex
  1423. checking lex output file root... (cached) lex.yy
  1424. checking lex library... (cached) -lfl
  1425. checking whether yytext is a pointer... (cached) yes
  1426. checking whether to enable maintainer-specific portions of Makefiles... no
  1427. checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2
  1428. checking for string.h... (cached) yes
  1429. checking for strings.h... (cached) yes
  1430. checking for stdlib.h... (cached) yes
  1431. checking for unistd.h... (cached) yes
  1432. checking for elf-hints.h... (cached) no
  1433. checking for limits.h... (cached) yes
  1434. checking for sys/param.h... (cached) yes
  1435. checking for fcntl.h... (cached) yes
  1436. checking for sys/file.h... (cached) yes
  1437. checking for sys/time.h... (cached) yes
  1438. checking for sys/stat.h... (cached) yes
  1439. checking for glob... (cached) yes
  1440. checking for mkstemp... (cached) yes
  1441. checking for realpath... (cached) yes
  1442. checking for sbrk... (cached) yes
  1443. checking for waitpid... (cached) yes
  1444. checking for open... (cached) yes
  1445. checking for lseek... (cached) yes
  1446. checking for close... (cached) yes
  1447. checking for dirent.h that defines DIR... (cached) yes
  1448. checking for library containing opendir... (cached) none required
  1449. checking for dlfcn.h... (cached) yes
  1450. checking for library containing dlopen... (cached) none required
  1451. checking for dlopen... (cached) yes
  1452. checking for dlsym... (cached) yes
  1453. checking for dlclose... (cached) yes
  1454. checking for .preinit_array/.init_array/.fini_array support... (cached) no
  1455. checking for a known getopt prototype in unistd.h... (cached) yes
  1456. checking whether strstr is declared... (cached) yes
  1457. checking whether free is declared... (cached) yes
  1458. checking whether sbrk is declared... (cached) yes
  1459. checking whether getenv is declared... (cached) yes
  1460. checking whether environ is declared... (cached) no
  1461. checking for library containing zlibVersion... (cached) -lz
  1462. checking for zlib.h... (cached) yes
  1463. checking whether ANSI C string concatenation works... (cached) yes
  1464. configure: creating ./config.status
  1465. config.status: creating Makefile
  1466. config.status: creating po/Makefile.in
  1467. config.status: creating config.h
  1468. config.status: config.h is unchanged
  1469. config.status: executing depfiles commands
  1470. config.status: executing libtool commands
  1471. config.status: executing default-1 commands
  1472. config.status: creating po/POTFILES
  1473. config.status: creating po/Makefile
  1474. (echo "/* This file is automatically generated.  DO NOT EDIT! */";\
  1475.     for f in `echo " " eelf_i386.o "" \
  1476.      | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
  1477.         echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \
  1478.     done;\
  1479.     echo "";\
  1480.     echo "#define EMULATION_LIST \\";\
  1481.     for f in `echo " " eelf_i386.o "" \
  1482.      | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
  1483.         echo "  &ld_${f}_emulation, \\"; \
  1484.     done;\
  1485.     echo "  0") >ldemul-tmp.h
  1486. mv ldemul-tmp.h ldemul-list.h
  1487. make  all-recursive
  1488. Making all in po
  1489. make[4]: Nothing to be done for `all'.
  1490. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/ld  -I. -I../../binutils-2.22/ld -I../bfd -I../../binutils-2.22/ld/../bfd -I../../binutils-2.22/ld/../include  -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/cross/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../binutils-2.22/ld/ldlang.c
  1491. cc1: warnings being treated as errors
  1492. In file included from ../../binutils-2.22/ld/ldlang.c:44:
  1493. ../../binutils-2.22/ld/../bfd/libbfd.h:2503: warning: declaration of ‘link_info’ shadows a global declaration
  1494. ../../binutils-2.22/ld/ldmain.h:42: warning: shadowed declaration is here
  1495. make[4]: *** [ldlang.o] Error 1
  1496. make[3]: *** [all-recursive] Error 1
  1497. make[2]: *** [all] Error 2
  1498. make[1]: *** [all-ld] Error 2
  1499. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement