Advertisement
Guest User

Binutils mingw

a guest
Jul 4th, 2013
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.80 KB | None | 0 0
  1. Kim@Kim-PC /c
  2. $ export PATH=.:/mingw/bin:/bin
  3.  
  4. Kim@Kim-PC /c
  5. $ cd binutils-2.23.1
  6.  
  7. Kim@Kim-PC /c/binutils-2.23.1
  8. $ rm -rf binutils-2.23.1
  9.  
  10. Kim@Kim-PC /c/binutils-2.23.1
  11. $ tar axf ../binutils-2.23.1.tar.bz2
  12.  
  13. Kim@Kim-PC /c/binutils-2.23.1
  14. $ mkdir bld
  15.  
  16. Kim@Kim-PC /c/binutils-2.23.1
  17. $ cd bld
  18.  
  19. Kim@Kim-PC /c/binutils-2.23.1/bld
  20. $ ../binutils-2.23.1/configure --prefix=/mingw
  21. checking build system type... i686-pc-mingw32
  22. checking host system type... i686-pc-mingw32
  23. checking target system type... i686-pc-mingw32
  24. checking for a BSD-compatible install... /bin/install -c
  25. checking whether ln works... yes
  26. checking whether ln -s works... no, using cp -p
  27. checking for a sed that does not truncate output... /mingw/bin/sed
  28. checking for gawk... gawk
  29. checking for gcc... gcc
  30. checking for C compiler default output file name... a.exe
  31. checking whether the C compiler works... yes
  32. checking whether we are cross compiling... no
  33. checking for suffix of executables... .exe
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking for g++... g++
  39. checking whether we are using the GNU C++ compiler... yes
  40. checking whether g++ accepts -g... yes
  41. checking for gnatbind... no
  42. checking for gnatmake... no
  43. checking whether compiler driver understands Ada... no
  44. checking how to compare bootstrapped objects... tail +16c $$f1 > tmp-foo1; tail
  45. +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2
  46. checking for objdir... .libs
  47. checking for PWL_handle_timeout in -lpwl... no
  48. checking for version 0.11 (revision 0 or later) of PPL... no
  49. checking for default BUILD_CONFIG...
  50. checking for bison... bison -y
  51. checking for bison... bison
  52. checking for gm4... no
  53. checking for gnum4... no
  54. checking for m4... m4
  55. checking for flex... flex
  56. checking for flex... flex
  57. checking for makeinfo... makeinfo
  58. checking for expect... no
  59. checking for runtest... no
  60. checking for ar... ar
  61. checking for as... as
  62. checking for dlltool... dlltool
  63. checking for ld... (cached) c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mi
  64. ngw32/bin/ld.exe
  65. checking for lipo... no
  66. checking for nm... nm
  67. checking for ranlib... ranlib
  68. checking for strip... strip
  69. checking for windres... windres
  70. checking for windmc... windmc
  71. checking for objcopy... objcopy
  72. checking for objdump... objdump
  73. checking for readelf... readelf
  74. checking for cc... cc
  75. checking for c++... c++
  76. checking for gcc... gcc
  77. checking for gcj... no
  78. checking for gfortran... no
  79. checking for gccgo... no
  80. checking for ar... ar
  81. checking for as... as
  82. checking for dlltool... dlltool
  83. checking for ld... ld
  84. checking for lipo... no
  85. checking for nm... nm
  86. checking for objdump... objdump
  87. checking for ranlib... ranlib
  88. checking for readelf... readelf
  89. checking for strip... strip
  90. checking for windres... windres
  91. checking for windmc... windmc
  92. checking where to find the target ar... just compiled
  93. checking where to find the target as... just compiled
  94. checking where to find the target cc... host tool
  95. checking where to find the target c++... host tool
  96. checking where to find the target c++ for libstdc++... host tool
  97. checking where to find the target dlltool... just compiled
  98. checking where to find the target gcc... host tool
  99. checking where to find the target gcj... host tool
  100. checking where to find the target gfortran... host tool
  101. checking where to find the target gccgo... host tool
  102. checking where to find the target ld... just compiled
  103. checking where to find the target lipo... host tool
  104. checking where to find the target nm... just compiled
  105. checking where to find the target objdump... just compiled
  106. checking where to find the target ranlib... just compiled
  107. checking where to find the target readelf... just compiled
  108. checking where to find the target strip... just compiled
  109. checking where to find the target windres... just compiled
  110. checking where to find the target windmc... just compiled
  111. checking whether to enable maintainer-specific portions of Makefiles... no
  112. checking whether -fkeep-inline-functions is supported... yes
  113. configure: creating ./config.status
  114. config.status: creating Makefile
  115.  
  116. Kim@Kim-PC /c/binutils-2.23.1/bld
  117. $ make
  118. make[1]: Entering directory `c:/binutils-2.23.1/bld'
  119. mkdir -p -- ./libiberty
  120. Configuring in ./libiberty
  121. configure: creating cache ./config.cache
  122. checking whether to enable maintainer-specific portions of Makefiles... no
  123. checking for makeinfo... makeinfo --split-size=5000000
  124. checking for perl... perl
  125. checking build system type... i686-pc-mingw32
  126. checking host system type... i686-pc-mingw32
  127. checking for i686-pc-mingw32-ar... ar
  128. checking for i686-pc-mingw32-ranlib... ranlib
  129. checking for i686-pc-mingw32-gcc... gcc
  130. checking for C compiler default output file name... a.exe
  131. checking whether the C compiler works... yes
  132. checking whether we are cross compiling... no
  133. checking for suffix of executables... .exe
  134. checking for suffix of object files... o
  135. checking whether we are using the GNU C compiler... yes
  136. checking whether gcc accepts -g... yes
  137. checking for gcc option to accept ISO C89... none needed
  138. checking for special C compiler options needed for large files... no
  139. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  140. checking for _LARGE_FILES value needed for large files... unknown
  141. checking how to run the C preprocessor... gcc -E
  142. checking whether gcc supports -W... yes
  143. checking whether gcc supports -Wall... yes
  144. checking whether gcc supports -Wwrite-strings... yes
  145. checking whether gcc supports -Wc++-compat... yes
  146. checking whether gcc supports -Wstrict-prototypes... yes
  147. checking whether gcc supports -pedantic ... yes
  148. checking whether gcc and cc understand -c and -o together... yes
  149. checking for an ANSI C-conforming const... yes
  150. checking for inline... inline
  151. checking for grep that handles long lines and -e... /usr/local/bin/grep
  152. checking for egrep... /usr/local/bin/grep -E
  153. checking for ANSI C header files... yes
  154. checking for sys/types.h... yes
  155. checking for sys/stat.h... yes
  156. checking for stdlib.h... yes
  157. checking for string.h... yes
  158. checking for memory.h... yes
  159. checking for strings.h... yes
  160. checking for inttypes.h... yes
  161. checking for stdint.h... yes
  162. checking for unistd.h... yes
  163. checking whether byte ordering is bigendian... no
  164. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  165. checking for sys/file.h... yes
  166. checking for sys/param.h... yes
  167. checking for limits.h... yes
  168. checking for stdlib.h... (cached) yes
  169. checking for malloc.h... yes
  170. checking for string.h... (cached) yes
  171. checking for unistd.h... (cached) yes
  172. checking for strings.h... (cached) yes
  173. checking for sys/time.h... yes
  174. checking for time.h... yes
  175. checking for sys/resource.h... no
  176. checking for sys/stat.h... (cached) yes
  177. checking for sys/mman.h... no
  178. checking for fcntl.h... yes
  179. checking for alloca.h... no
  180. checking for sys/pstat.h... no
  181. checking for sys/sysmp.h... no
  182. checking for sys/sysinfo.h... no
  183. checking for machine/hal_sysinfo.h... no
  184. checking for sys/table.h... no
  185. checking for sys/sysctl.h... no
  186. checking for sys/systemcfg.h... no
  187. checking for stdint.h... (cached) yes
  188. checking for stdio_ext.h... no
  189. checking for process.h... yes
  190. checking for sys/prctl.h... no
  191. checking for sys/wait.h that is POSIX.1 compatible... no
  192. checking whether time.h and sys/time.h may both be included... yes
  193. checking whether errno must be declared... no
  194. checking size of int... 4
  195. checking for a 64-bit type... uint64_t
  196. checking for intptr_t... yes
  197. checking for uintptr_t... yes
  198. checking for ssize_t... yes
  199. checking for pid_t... yes
  200. checking for library containing strerror... none required
  201. checking for asprintf... no
  202. checking for atexit... yes
  203. checking for basename... yes
  204. checking for bcmp... no
  205. checking for bcopy... no
  206. checking for bsearch... yes
  207. checking for bzero... no
  208. checking for calloc... yes
  209. checking for clock... yes
  210. checking for ffs... no
  211. checking for getcwd... yes
  212. checking for getpagesize... yes
  213. checking for gettimeofday... yes
  214. checking for index... no
  215. checking for insque... no
  216. checking for memchr... yes
  217. checking for memcmp... yes
  218. checking for memcpy... yes
  219. checking for memmem... no
  220. checking for memmove... yes
  221. checking for mempcpy... no
  222. checking for memset... yes
  223. checking for mkstemps... no
  224. checking for putenv... yes
  225. checking for random... no
  226. checking for rename... yes
  227. checking for rindex... no
  228. checking for setenv... no
  229. checking for snprintf... yes
  230. checking for sigsetmask... no
  231. checking for stpcpy... no
  232. checking for stpncpy... no
  233. checking for strcasecmp... yes
  234. checking for strchr... yes
  235. checking for strdup... yes
  236. checking for strncasecmp... yes
  237. checking for strndup... no
  238. checking for strrchr... yes
  239. checking for strstr... yes
  240. checking for strtod... yes
  241. checking for strtol... yes
  242. checking for strtoul... yes
  243. checking for strverscmp... no
  244. checking for tmpnam... yes
  245. checking for vasprintf... no
  246. checking for vfprintf... yes
  247. checking for vprintf... yes
  248. checking for vsnprintf... yes
  249. checking for vsprintf... yes
  250. checking for waitpid... no
  251. checking for setproctitle... no
  252. checking whether alloca needs Cray hooks... no
  253. checking stack direction for C alloca... -1
  254. checking for vfork.h... no
  255. checking for fork... no
  256. checking for vfork... no
  257. checking for _doprnt... no
  258. checking for sys_errlist... (cached) yes
  259. checking for sys_nerr... (cached) yes
  260. checking for sys_siglist... no
  261. checking for external symbol _system_configuration... no
  262. checking for __fsetlocking... no
  263. checking for canonicalize_file_name... no
  264. checking for dup3... no
  265. checking for getrlimit... no
  266. checking for getrusage... no
  267. checking for getsysinfo... no
  268. checking for gettimeofday... (cached) yes
  269. checking for on_exit... no
  270. checking for psignal... no
  271. checking for pstat_getdynamic... no
  272. checking for pstat_getstatic... no
  273. checking for realpath... no
  274. checking for setrlimit... no
  275. checking for sbrk... no
  276. checking for spawnve... yes
  277. checking for spawnvpe... yes
  278. checking for strerror... yes
  279. checking for strsignal... no
  280. checking for sysconf... no
  281. checking for sysctl... no
  282. checking for sysmp... no
  283. checking for table... no
  284. checking for times... no
  285. checking for wait3... no
  286. checking for wait4... no
  287. checking whether basename is declared... no
  288. checking whether ffs is declared... no
  289. checking whether asprintf is declared... no
  290. checking whether vasprintf is declared... no
  291. checking whether snprintf is declared... yes
  292. checking whether vsnprintf is declared... yes
  293. checking whether calloc is declared... yes
  294. checking whether getenv is declared... yes
  295. checking whether getopt is declared... yes
  296. checking whether malloc is declared... yes
  297. checking whether realloc is declared... yes
  298. checking whether sbrk is declared... no
  299. checking whether strverscmp is declared... no
  300. checking whether canonicalize_file_name must be declared... yes
  301. checking for stdlib.h... (cached) yes
  302. checking for unistd.h... (cached) yes
  303. checking for getpagesize... (cached) yes
  304. checking for working mmap... no
  305. checking for working strncmp... yes
  306. configure: updating cache ./config.cache
  307. configure: creating ./config.status
  308. config.status: creating Makefile
  309. config.status: creating testsuite/Makefile
  310. config.status: creating config.h
  311. config.status: executing default commands
  312. mkdir -p -- ./intl
  313. Configuring in ./intl
  314. configure: creating cache ./config.cache
  315. checking whether C:/MinGW/bin/make sets $(MAKE)... yes
  316. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  317. checking whether NLS is requested... yes
  318. checking for msgfmt... /usr/local/bin/msgfmt
  319. checking for gmsgfmt... /usr/local/bin/msgfmt
  320. checking for xgettext... /usr/local/bin/xgettext
  321. checking for msgmerge... /usr/local/bin/msgmerge
  322. checking for i686-pc-mingw32-gcc... gcc
  323. checking for C compiler default output file name... a.exe
  324. checking whether the C compiler works... yes
  325. checking whether we are cross compiling... no
  326. checking for suffix of executables... .exe
  327. checking for suffix of object files... o
  328. checking whether we are using the GNU C compiler... yes
  329. checking whether gcc accepts -g... yes
  330. checking for gcc option to accept ISO C89... none needed
  331. checking build system type... i686-pc-mingw32
  332. checking host system type... i686-pc-mingw32
  333. checking for i686-pc-mingw32-ranlib... ranlib
  334. checking for library containing strerror... none required
  335. checking how to run the C preprocessor... gcc -E
  336. checking for grep that handles long lines and -e... /usr/local/bin/grep
  337. checking for egrep... /usr/local/bin/grep -E
  338. checking for ANSI C header files... yes
  339. checking for an ANSI C-conforming const... yes
  340. checking for inline... inline
  341. checking for sys/types.h... yes
  342. checking for sys/stat.h... yes
  343. checking for stdlib.h... yes
  344. checking for string.h... yes
  345. checking for memory.h... yes
  346. checking for strings.h... yes
  347. checking for inttypes.h... yes
  348. checking for stdint.h... yes
  349. checking for unistd.h... yes
  350. checking for off_t... yes
  351. checking for size_t... yes
  352. checking for working alloca.h... no
  353. checking for alloca... yes
  354. checking for stdlib.h... (cached) yes
  355. checking for unistd.h... (cached) yes
  356. checking for getpagesize... yes
  357. checking for working mmap... no
  358. checking whether we are using the GNU C Library 2.1 or newer... no
  359. checking whether integer division by zero raises SIGFPE... yes
  360. checking for inttypes.h... yes
  361. checking for stdint.h... yes
  362. checking for unsigned long long... yes
  363. checking for inttypes.h... yes
  364. checking whether the inttypes.h PRIxNN macros are broken... no
  365. checking for ld used by GCC... c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../..
  366. /mingw32/bin/ld.exe
  367. checking if the linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw3
  368. 2/bin/ld.exe) is GNU ld... yes
  369. checking for shared library run path origin... done
  370. checking argz.h usability... no
  371. checking argz.h presence... no
  372. checking for argz.h... no
  373. checking limits.h usability... yes
  374. checking limits.h presence... yes
  375. checking for limits.h... yes
  376. checking locale.h usability... yes
  377. checking locale.h presence... yes
  378. checking for locale.h... yes
  379. checking nl_types.h usability... no
  380. checking nl_types.h presence... no
  381. checking for nl_types.h... no
  382. checking malloc.h usability... yes
  383. checking malloc.h presence... yes
  384. checking for malloc.h... yes
  385. checking stddef.h usability... yes
  386. checking stddef.h presence... yes
  387. checking for stddef.h... yes
  388. checking for stdlib.h... (cached) yes
  389. checking for string.h... (cached) yes
  390. checking for unistd.h... (cached) yes
  391. checking sys/param.h usability... yes
  392. checking sys/param.h presence... yes
  393. checking for sys/param.h... yes
  394. checking for feof_unlocked... no
  395. checking for fgets_unlocked... no
  396. checking for getc_unlocked... no
  397. checking for getcwd... yes
  398. checking for getegid... no
  399. checking for geteuid... no
  400. checking for getgid... no
  401. checking for getuid... no
  402. checking for mempcpy... no
  403. checking for munmap... no
  404. checking for putenv... yes
  405. checking for setenv... no
  406. checking for setlocale... yes
  407. checking for stpcpy... no
  408. checking for strcasecmp... yes
  409. checking for strdup... yes
  410. checking for strtoul... yes
  411. checking for tsearch... yes
  412. checking for __argz_count... no
  413. checking for __argz_stringify... no
  414. checking for __argz_next... no
  415. checking for __fsetlocking... no
  416. checking for iconv... yes
  417. checking how to link with libiconv... /mingw/lib/libiconv.a
  418. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, cha
  419. r * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  420. checking for nl_langinfo and CODESET... no
  421. checking for LC_MESSAGES... no
  422. checking for bison... bison
  423. checking version of bison... 2.4.2, ok
  424. checking whether NLS is requested... yes
  425. checking whether included gettext is requested... no
  426. checking for GNU gettext in libc... no
  427. checking for GNU gettext in libintl... yes
  428. checking whether to use NLS... yes
  429. checking where the gettext function comes from... external libintl
  430. checking how to link with libintl... /mingw/lib/libintl.a /mingw/lib/libiconv.a
  431. checking for aclocal... aclocal
  432. checking for autoconf... no
  433. checking for autoheader... no
  434. configure: updating cache ./config.cache
  435. configure: creating ./config.status
  436. config.status: creating Makefile
  437. config.status: creating config.intl
  438. config.status: creating config.h
  439. config.status: executing default-1 commands
  440. mkdir -p -- ./bfd
  441. Configuring in ./bfd
  442. configure: creating cache ./config.cache
  443. checking build system type... i686-pc-mingw32
  444. checking host system type... i686-pc-mingw32
  445. checking target system type... i686-pc-mingw32
  446. checking for i686-pc-mingw32-gcc... gcc
  447. checking for C compiler default output file name... a.exe
  448. checking whether the C compiler works... yes
  449. checking whether we are cross compiling... no
  450. checking for suffix of executables... .exe
  451. checking for suffix of object files... o
  452. checking whether we are using the GNU C compiler... yes
  453. checking whether gcc accepts -g... yes
  454. checking for gcc option to accept ISO C89... none needed
  455. checking for library containing strerror... none required
  456. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  457. checking whether build environment is sane... yes
  458. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  459. checking for gawk... gawk
  460. checking whether C:/MinGW/bin/make sets $(MAKE)... yes
  461. checking for style of include used by C:/MinGW/bin/make... GNU
  462. checking dependency style of gcc... gcc3
  463. checking for i686-pc-mingw32-ar... ar
  464. checking for i686-pc-mingw32-ranlib... ranlib
  465. checking for i686-pc-mingw32-gcc... (cached) gcc
  466. checking whether we are using the GNU C compiler... (cached) yes
  467. checking whether gcc accepts -g... (cached) yes
  468. checking for gcc option to accept ISO C89... (cached) none needed
  469. checking how to run the C preprocessor... gcc -E
  470. checking for grep that handles long lines and -e... /usr/local/bin/grep
  471. checking for egrep... /usr/local/bin/grep -E
  472. checking for ANSI C header files... yes
  473. checking for sys/types.h... yes
  474. checking for sys/stat.h... yes
  475. checking for stdlib.h... yes
  476. checking for string.h... yes
  477. checking for memory.h... yes
  478. checking for strings.h... yes
  479. checking for inttypes.h... yes
  480. checking for stdint.h... yes
  481. checking for unistd.h... yes
  482. checking minix/config.h usability... no
  483. checking minix/config.h presence... no
  484. checking for minix/config.h... no
  485. checking whether it is safe to define __EXTENSIONS__... yes
  486. checking how to print strings... printf
  487. checking for a sed that does not truncate output... C:/MinGW/bin/sed
  488. checking for fgrep... /usr/local/bin/grep -F
  489. checking for ld used by gcc... c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../..
  490. /mingw32/bin/ld.exe
  491. checking if the linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw3
  492. 2/bin/ld.exe) is GNU ld... yes
  493. checking for BSD- or MS-compatible name lister (nm)... nm
  494. checking the name lister (nm) interface... BSD nm
  495. checking whether ln -s works... no, using cp -p
  496. checking the maximum length of command line arguments... 8192
  497. checking whether the shell understands some XSI constructs... yes
  498. checking whether the shell understands "+="... yes
  499. checking for c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.ex
  500. e option to reload object files... -r
  501. checking for i686-pc-mingw32-objdump... objdump
  502. checking how to recognize dependent libraries... file_magic ^x86 archive import|
  503. ^x86 DLL
  504. checking for i686-pc-mingw32-ar... (cached) ar
  505. checking for i686-pc-mingw32-strip... no
  506. checking for strip... strip
  507. checking for i686-pc-mingw32-ranlib... (cached) ranlib
  508. checking command to parse nm output from gcc object... ok
  509. checking for dlfcn.h... no
  510. checking for objdir... .libs
  511. checking if gcc supports -fno-rtti -fno-exceptions... no
  512. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  513. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  514. checking if gcc static flag -static works... yes
  515. checking if gcc supports -c -o file.o... yes
  516. checking if gcc supports -c -o file.o... (cached) yes
  517. checking whether the gcc linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../
  518. ../mingw32/bin/ld.exe) supports shared libraries... yes
  519. checking dynamic linker characteristics... Win32 ld.exe
  520. checking how to hardcode library paths into programs... immediate
  521. checking whether stripping libraries is possible... yes
  522. checking if libtool supports shared libraries... yes
  523. checking whether to build shared libraries... no
  524. checking whether to build static libraries... yes
  525. checking for special C compiler options needed for large files... no
  526. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  527. checking for _LARGE_FILES value needed for large files... unknown
  528. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshad
  529. ow -Wno-format -Werror
  530. checking whether to enable maintainer-specific portions of Makefiles... no
  531. checking whether to install libbfd... yes
  532. checking whether NLS is requested... yes
  533. checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr uk vi
  534. zh_CN da es fi fr id ja ro ru rw sv tr uk vi zh_CN
  535. checking whether NLS is requested... yes
  536. checking for msgfmt... /usr/local/bin/msgfmt
  537. checking for gmsgfmt... /usr/local/bin/msgfmt
  538. checking for xgettext... /usr/local/bin/xgettext
  539. checking for msgmerge... /usr/local/bin/msgmerge
  540. checking size of long long... 8
  541. checking size of void *... 4
  542. checking size of long... 4
  543. checking alloca.h usability... no
  544. checking alloca.h presence... no
  545. checking for alloca.h... no
  546. checking stddef.h usability... yes
  547. checking stddef.h presence... yes
  548. checking for stddef.h... yes
  549. checking for string.h... (cached) yes
  550. checking for strings.h... (cached) yes
  551. checking for stdlib.h... (cached) yes
  552. checking time.h usability... yes
  553. checking time.h presence... yes
  554. checking for time.h... yes
  555. checking for unistd.h... (cached) yes
  556. checking fcntl.h usability... yes
  557. checking fcntl.h presence... yes
  558. checking for fcntl.h... yes
  559. checking sys/file.h usability... yes
  560. checking sys/file.h presence... yes
  561. checking for sys/file.h... yes
  562. checking sys/time.h usability... yes
  563. checking sys/time.h presence... yes
  564. checking for sys/time.h... yes
  565. checking for sys/stat.h... (cached) yes
  566. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  567. checking for uintptr_t... yes
  568. checking for int_least32_t... yes
  569. checking for int_fast32_t... yes
  570. checking for uint64_t... yes
  571. checking what to include in bfd_stdint.h... stdint.h (already complete)
  572. checking whether time.h and sys/time.h may both be included... yes
  573. checking for dirent.h that defines DIR... yes
  574. checking for library containing opendir... none required
  575. checking windows.h usability... yes
  576. checking windows.h presence... yes
  577. checking for windows.h... yes
  578. checking for dlfcn.h... (cached) no
  579. checking whether string.h and strings.h may both be included... yes
  580. checking for fcntl... no
  581. checking for getpagesize... yes
  582. checking for setitimer... no
  583. checking for sysconf... no
  584. checking for fdopen... yes
  585. checking for getuid... no
  586. checking for getgid... no
  587. checking for fileno... yes
  588. checking for strtoull... yes
  589. checking whether basename is declared... no
  590. checking whether ftello is declared... no
  591. checking whether ftello64 is declared... yes
  592. checking whether fseeko is declared... no
  593. checking whether fseeko64 is declared... yes
  594. checking whether ffs is declared... no
  595. checking whether free is declared... yes
  596. checking whether getenv is declared... yes
  597. checking whether malloc is declared... yes
  598. checking whether realloc is declared... yes
  599. checking whether stpcpy is declared... no
  600. checking whether strstr is declared... yes
  601. checking whether snprintf is declared... yes
  602. checking whether vsnprintf is declared... yes
  603. checking for library containing zlibVersion... -lz
  604. checking zlib.h usability... yes
  605. checking zlib.h presence... yes
  606. checking for zlib.h... yes
  607. checking sys/procfs.h usability... no
  608. checking sys/procfs.h presence... no
  609. checking for sys/procfs.h... no
  610. checking linker --as-needed support... yes
  611. checking for cos in -lm... yes
  612. checking for ftello... no
  613. checking for ftello64... yes
  614. checking for fseeko... no
  615. checking for fseeko64... yes
  616. checking for fopen64... yes
  617. checking file_ptr type... BFD_HOST_64_BIT
  618. checking for stdlib.h... (cached) yes
  619. checking for unistd.h... (cached) yes
  620. checking for getpagesize... (cached) yes
  621. checking for working mmap... no
  622. checking for madvise... no
  623. checking for mprotect... yes
  624. configure: updating cache ./config.cache
  625. configure: creating ./config.status
  626. config.status: creating Makefile
  627. config.status: creating doc/Makefile
  628. config.status: creating bfd-in3.h
  629. config.status: creating po/Makefile.in
  630. config.status: creating config.h
  631. config.status: executing depfiles commands
  632. config.status: executing libtool commands
  633. config.status: executing default-1 commands
  634. config.status: executing bfd_stdint.h commands
  635. config.status: executing default commands
  636. make[2]: Entering directory `c:/binutils-2.23.1/bld/libiberty'
  637. if [ x"" != x ] && [ ! -d pic ]; then \
  638. mkdir pic; \
  639. else true; fi
  640. touch stamp-picdir
  641. if [ x"" != x ]; then \
  642. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  643. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  644. s -pedantic ../../binutils-2.23.1/libiberty/regex.c -o pic/regex.o; \
  645. else true; fi
  646. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  647. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  648. -pedantic ../../binutils-2.23.1/libiberty/regex.c -o regex.o
  649. if [ x"" != x ]; then \
  650. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  651. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  652. s -pedantic ../../binutils-2.23.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  653. else true; fi
  654. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  655. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  656. -pedantic ../../binutils-2.23.1/libiberty/cplus-dem.c -o cplus-dem.o
  657. if [ x"" != x ]; then \
  658. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  659. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  660. s -pedantic ../../binutils-2.23.1/libiberty/cp-demangle.c -o pic/cp-demangle.o
  661. ; \
  662. else true; fi
  663. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  664. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  665. -pedantic ../../binutils-2.23.1/libiberty/cp-demangle.c -o cp-demangle.o
  666. if [ x"" != x ]; then \
  667. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  668. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  669. s -pedantic ../../binutils-2.23.1/libiberty/md5.c -o pic/md5.o; \
  670. else true; fi
  671. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  672. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  673. -pedantic ../../binutils-2.23.1/libiberty/md5.c -o md5.o
  674. if [ x"" != x ]; then \
  675. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  676. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  677. s -pedantic ../../binutils-2.23.1/libiberty/sha1.c -o pic/sha1.o; \
  678. else true; fi
  679. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  680. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  681. -pedantic ../../binutils-2.23.1/libiberty/sha1.c -o sha1.o
  682. if [ x"" != x ]; then \
  683. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  684. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  685. s -pedantic ../../binutils-2.23.1/libiberty/alloca.c -o pic/alloca.o; \
  686. else true; fi
  687. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  688. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  689. -pedantic ../../binutils-2.23.1/libiberty/alloca.c -o alloca.o
  690. if [ x"" != x ]; then \
  691. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  692. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  693. s -pedantic ../../binutils-2.23.1/libiberty/argv.c -o pic/argv.o; \
  694. else true; fi
  695. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  696. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  697. -pedantic ../../binutils-2.23.1/libiberty/argv.c -o argv.o
  698. if [ x"" != x ]; then \
  699. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  700. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  701. s -pedantic ../../binutils-2.23.1/libiberty/choose-temp.c -o pic/choose-temp.o
  702. ; \
  703. else true; fi
  704. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  705. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  706. -pedantic ../../binutils-2.23.1/libiberty/choose-temp.c -o choose-temp.o
  707. if [ x"" != x ]; then \
  708. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  709. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  710. s -pedantic ../../binutils-2.23.1/libiberty/concat.c -o pic/concat.o; \
  711. else true; fi
  712. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  713. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  714. -pedantic ../../binutils-2.23.1/libiberty/concat.c -o concat.o
  715. if [ x"" != x ]; then \
  716. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  717. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  718. s -pedantic ../../binutils-2.23.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
  719. else true; fi
  720. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  721. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  722. -pedantic ../../binutils-2.23.1/libiberty/cp-demint.c -o cp-demint.o
  723. if [ x"" != x ]; then \
  724. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  725. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  726. s -pedantic ../../binutils-2.23.1/libiberty/crc32.c -o pic/crc32.o; \
  727. else true; fi
  728. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  729. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  730. -pedantic ../../binutils-2.23.1/libiberty/crc32.c -o crc32.o
  731. if [ x"" != x ]; then \
  732. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  733. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  734. s -pedantic ../../binutils-2.23.1/libiberty/dwarfnames.c -o pic/dwarfnames.o;
  735. \
  736. else true; fi
  737. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  738. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  739. -pedantic ../../binutils-2.23.1/libiberty/dwarfnames.c -o dwarfnames.o
  740. if [ x"" != x ]; then \
  741. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  742. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  743. s -pedantic ../../binutils-2.23.1/libiberty/dyn-string.c -o pic/dyn-string.o;
  744. \
  745. else true; fi
  746. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  747. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  748. -pedantic ../../binutils-2.23.1/libiberty/dyn-string.c -o dyn-string.o
  749. if [ x"" != x ]; then \
  750. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  751. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  752. s -pedantic ../../binutils-2.23.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
  753. else true; fi
  754. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  755. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  756. -pedantic ../../binutils-2.23.1/libiberty/fdmatch.c -o fdmatch.o
  757. if [ x"" != x ]; then \
  758. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  759. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  760. s -pedantic ../../binutils-2.23.1/libiberty/fibheap.c -o pic/fibheap.o; \
  761. else true; fi
  762. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  763. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  764. -pedantic ../../binutils-2.23.1/libiberty/fibheap.c -o fibheap.o
  765. if [ x"" != x ]; then \
  766. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  767. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  768. s -pedantic ../../binutils-2.23.1/libiberty/filename_cmp.c -o pic/filename_cmp
  769. .o; \
  770. else true; fi
  771. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  772. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  773. -pedantic ../../binutils-2.23.1/libiberty/filename_cmp.c -o filename_cmp.o
  774. if [ x"" != x ]; then \
  775. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  776. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  777. s -pedantic ../../binutils-2.23.1/libiberty/floatformat.c -o pic/floatformat.o
  778. ; \
  779. else true; fi
  780. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  781. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  782. -pedantic ../../binutils-2.23.1/libiberty/floatformat.c -o floatformat.o
  783. if [ x"" != x ]; then \
  784. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  785. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  786. s -pedantic ../../binutils-2.23.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
  787. else true; fi
  788. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  789. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  790. -pedantic ../../binutils-2.23.1/libiberty/fnmatch.c -o fnmatch.o
  791. if [ x"" != x ]; then \
  792. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  793. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  794. s -pedantic ../../binutils-2.23.1/libiberty/fopen_unlocked.c -o pic/fopen_unlo
  795. cked.o; \
  796. else true; fi
  797. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  798. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  799. -pedantic ../../binutils-2.23.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  800. if [ x"" != x ]; then \
  801. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  802. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  803. s -pedantic ../../binutils-2.23.1/libiberty/getopt.c -o pic/getopt.o; \
  804. else true; fi
  805. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  806. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  807. -pedantic ../../binutils-2.23.1/libiberty/getopt.c -o getopt.o
  808. if [ x"" != x ]; then \
  809. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  810. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  811. s -pedantic ../../binutils-2.23.1/libiberty/getopt1.c -o pic/getopt1.o; \
  812. else true; fi
  813. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  814. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  815. -pedantic ../../binutils-2.23.1/libiberty/getopt1.c -o getopt1.o
  816. if [ x"" != x ]; then \
  817. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  818. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  819. s -pedantic ../../binutils-2.23.1/libiberty/getpwd.c -o pic/getpwd.o; \
  820. else true; fi
  821. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  822. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  823. -pedantic ../../binutils-2.23.1/libiberty/getpwd.c -o getpwd.o
  824. if [ x"" != x ]; then \
  825. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  826. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  827. s -pedantic ../../binutils-2.23.1/libiberty/getruntime.c -o pic/getruntime.o;
  828. \
  829. else true; fi
  830. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  831. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  832. -pedantic ../../binutils-2.23.1/libiberty/getruntime.c -o getruntime.o
  833. if [ x"" != x ]; then \
  834. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  835. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  836. s -pedantic ../../binutils-2.23.1/libiberty/hashtab.c -o pic/hashtab.o; \
  837. else true; fi
  838. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  839. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  840. -pedantic ../../binutils-2.23.1/libiberty/hashtab.c -o hashtab.o
  841. if [ x"" != x ]; then \
  842. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  843. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  844. s -pedantic ../../binutils-2.23.1/libiberty/hex.c -o pic/hex.o; \
  845. else true; fi
  846. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  847. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  848. -pedantic ../../binutils-2.23.1/libiberty/hex.c -o hex.o
  849. if [ x"" != x ]; then \
  850. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  851. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  852. s -pedantic ../../binutils-2.23.1/libiberty/lbasename.c -o pic/lbasename.o; \
  853. else true; fi
  854. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  855. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  856. -pedantic ../../binutils-2.23.1/libiberty/lbasename.c -o lbasename.o
  857. if [ x"" != x ]; then \
  858. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  859. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  860. s -pedantic ../../binutils-2.23.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
  861. else true; fi
  862. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  863. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  864. -pedantic ../../binutils-2.23.1/libiberty/lrealpath.c -o lrealpath.o
  865. if [ x"" != x ]; then \
  866. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  867. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  868. s -pedantic ../../binutils-2.23.1/libiberty/make-relative-prefix.c -o pic/make
  869. -relative-prefix.o; \
  870. else true; fi
  871. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  872. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  873. -pedantic ../../binutils-2.23.1/libiberty/make-relative-prefix.c -o make-relati
  874. ve-prefix.o
  875. if [ x"" != x ]; then \
  876. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  877. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  878. s -pedantic ../../binutils-2.23.1/libiberty/make-temp-file.c -o pic/make-temp-
  879. file.o; \
  880. else true; fi
  881. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  882. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  883. -pedantic ../../binutils-2.23.1/libiberty/make-temp-file.c -o make-temp-file.o
  884. if [ x"" != x ]; then \
  885. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  886. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  887. s -pedantic ../../binutils-2.23.1/libiberty/objalloc.c -o pic/objalloc.o; \
  888. else true; fi
  889. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  890. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  891. -pedantic ../../binutils-2.23.1/libiberty/objalloc.c -o objalloc.o
  892. if [ x"" != x ]; then \
  893. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  894. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  895. s -pedantic ../../binutils-2.23.1/libiberty/obstack.c -o pic/obstack.o; \
  896. else true; fi
  897. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  898. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  899. -pedantic ../../binutils-2.23.1/libiberty/obstack.c -o obstack.o
  900. if [ x"" != x ]; then \
  901. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  902. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  903. s -pedantic ../../binutils-2.23.1/libiberty/partition.c -o pic/partition.o; \
  904. else true; fi
  905. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  906. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  907. -pedantic ../../binutils-2.23.1/libiberty/partition.c -o partition.o
  908. if [ x"" != x ]; then \
  909. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  910. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  911. s -pedantic ../../binutils-2.23.1/libiberty/pexecute.c -o pic/pexecute.o; \
  912. else true; fi
  913. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  914. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  915. -pedantic ../../binutils-2.23.1/libiberty/pexecute.c -o pexecute.o
  916. if [ x"" != x ]; then \
  917. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  918. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  919. s -pedantic ../../binutils-2.23.1/libiberty/physmem.c -o pic/physmem.o; \
  920. else true; fi
  921. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  922. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  923. -pedantic ../../binutils-2.23.1/libiberty/physmem.c -o physmem.o
  924. if [ x"" != x ]; then \
  925. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  926. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  927. s -pedantic ../../binutils-2.23.1/libiberty/pex-common.c -o pic/pex-common.o;
  928. \
  929. else true; fi
  930. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  931. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  932. -pedantic ../../binutils-2.23.1/libiberty/pex-common.c -o pex-common.o
  933. if [ x"" != x ]; then \
  934. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  935. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  936. s -pedantic ../../binutils-2.23.1/libiberty/pex-one.c -o pic/pex-one.o; \
  937. else true; fi
  938. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  939. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  940. -pedantic ../../binutils-2.23.1/libiberty/pex-one.c -o pex-one.o
  941. if [ x"" != x ]; then \
  942. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  943. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  944. s -pedantic ../../binutils-2.23.1/libiberty/pex-win32.c -o pic/pex-win32.o; \
  945. else true; fi
  946. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  947. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  948. -pedantic ../../binutils-2.23.1/libiberty/pex-win32.c -o pex-win32.o
  949. if [ x"" != x ]; then \
  950. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  951. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  952. s -pedantic ../../binutils-2.23.1/libiberty/safe-ctype.c -o pic/safe-ctype.o;
  953. \
  954. else true; fi
  955. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  956. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  957. -pedantic ../../binutils-2.23.1/libiberty/safe-ctype.c -o safe-ctype.o
  958. if [ x"" != x ]; then \
  959. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  960. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  961. s -pedantic ../../binutils-2.23.1/libiberty/simple-object.c -o pic/simple-obje
  962. ct.o; \
  963. else true; fi
  964. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  965. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  966. -pedantic ../../binutils-2.23.1/libiberty/simple-object.c -o simple-object.o
  967. if [ x"" != x ]; then \
  968. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  969. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  970. s -pedantic ../../binutils-2.23.1/libiberty/simple-object-coff.c -o pic/simple
  971. -object-coff.o; \
  972. else true; fi
  973. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  974. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  975. -pedantic ../../binutils-2.23.1/libiberty/simple-object-coff.c -o simple-object
  976. -coff.o
  977. if [ x"" != x ]; then \
  978. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  979. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  980. s -pedantic ../../binutils-2.23.1/libiberty/simple-object-elf.c -o pic/simple-
  981. object-elf.o; \
  982. else true; fi
  983. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  984. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  985. -pedantic ../../binutils-2.23.1/libiberty/simple-object-elf.c -o simple-object-
  986. elf.o
  987. if [ x"" != x ]; then \
  988. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  989. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  990. s -pedantic ../../binutils-2.23.1/libiberty/simple-object-mach-o.c -o pic/simp
  991. le-object-mach-o.o; \
  992. else true; fi
  993. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  994. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  995. -pedantic ../../binutils-2.23.1/libiberty/simple-object-mach-o.c -o simple-obje
  996. ct-mach-o.o
  997. if [ x"" != x ]; then \
  998. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  999. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1000. s -pedantic ../../binutils-2.23.1/libiberty/sort.c -o pic/sort.o; \
  1001. else true; fi
  1002. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1003. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1004. -pedantic ../../binutils-2.23.1/libiberty/sort.c -o sort.o
  1005. if [ x"" != x ]; then \
  1006. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1007. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1008. s -pedantic ../../binutils-2.23.1/libiberty/spaces.c -o pic/spaces.o; \
  1009. else true; fi
  1010. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1011. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1012. -pedantic ../../binutils-2.23.1/libiberty/spaces.c -o spaces.o
  1013. if [ x"" != x ]; then \
  1014. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1015. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1016. s -pedantic ../../binutils-2.23.1/libiberty/splay-tree.c -o pic/splay-tree.o;
  1017. \
  1018. else true; fi
  1019. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1020. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1021. -pedantic ../../binutils-2.23.1/libiberty/splay-tree.c -o splay-tree.o
  1022. if [ x"" != x ]; then \
  1023. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1024. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1025. s -pedantic ../../binutils-2.23.1/libiberty/stack-limit.c -o pic/stack-limit.o
  1026. ; \
  1027. else true; fi
  1028. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1029. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1030. -pedantic ../../binutils-2.23.1/libiberty/stack-limit.c -o stack-limit.o
  1031. if [ x"" != x ]; then \
  1032. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1033. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1034. s -pedantic ../../binutils-2.23.1/libiberty/strerror.c -o pic/strerror.o; \
  1035. else true; fi
  1036. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1037. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1038. -pedantic ../../binutils-2.23.1/libiberty/strerror.c -o strerror.o
  1039. ../../binutils-2.23.1/libiberty/strerror.c:472:12: 警告: '_sys_nerr' は dllimpor
  1040. t 属性無しで再宣言されました: 前の dllimport は無視されます [-Wattributes]
  1041. ../../binutils-2.23.1/libiberty/strerror.c:473:14: 警告: '_sys_errlist' は dllim
  1042. port 属性無しで再宣言されました: 前の dllimport は無視されます [-Wattributes]
  1043. if [ x"" != x ]; then \
  1044. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1045. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1046. s -pedantic ../../binutils-2.23.1/libiberty/strsignal.c -o pic/strsignal.o; \
  1047. else true; fi
  1048. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1049. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1050. -pedantic ../../binutils-2.23.1/libiberty/strsignal.c -o strsignal.o
  1051. if [ x"" != x ]; then \
  1052. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1053. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1054. s -pedantic ../../binutils-2.23.1/libiberty/timeval-utils.c -o pic/timeval-uti
  1055. ls.o; \
  1056. else true; fi
  1057. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1058. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1059. -pedantic ../../binutils-2.23.1/libiberty/timeval-utils.c -o timeval-utils.o
  1060. if [ x"" != x ]; then \
  1061. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1062. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1063. s -pedantic ../../binutils-2.23.1/libiberty/unlink-if-ordinary.c -o pic/unlink
  1064. -if-ordinary.o; \
  1065. else true; fi
  1066. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1067. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1068. -pedantic ../../binutils-2.23.1/libiberty/unlink-if-ordinary.c -o unlink-if-ord
  1069. inary.o
  1070. if [ x"" != x ]; then \
  1071. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1072. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1073. s -pedantic ../../binutils-2.23.1/libiberty/xatexit.c -o pic/xatexit.o; \
  1074. else true; fi
  1075. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1076. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1077. -pedantic ../../binutils-2.23.1/libiberty/xatexit.c -o xatexit.o
  1078. if [ x"" != x ]; then \
  1079. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1080. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1081. s -pedantic ../../binutils-2.23.1/libiberty/xexit.c -o pic/xexit.o; \
  1082. else true; fi
  1083. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1084. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1085. -pedantic ../../binutils-2.23.1/libiberty/xexit.c -o xexit.o
  1086. if [ x"" != x ]; then \
  1087. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1088. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1089. s -pedantic ../../binutils-2.23.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
  1090. else true; fi
  1091. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1092. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1093. -pedantic ../../binutils-2.23.1/libiberty/xmalloc.c -o xmalloc.o
  1094. if [ x"" != x ]; then \
  1095. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1096. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1097. s -pedantic ../../binutils-2.23.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
  1098. else true; fi
  1099. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1100. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1101. -pedantic ../../binutils-2.23.1/libiberty/xmemdup.c -o xmemdup.o
  1102. if [ x"" != x ]; then \
  1103. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1104. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1105. s -pedantic ../../binutils-2.23.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
  1106. else true; fi
  1107. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1108. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1109. -pedantic ../../binutils-2.23.1/libiberty/xstrdup.c -o xstrdup.o
  1110. if [ x"" != x ]; then \
  1111. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1112. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1113. s -pedantic ../../binutils-2.23.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
  1114. else true; fi
  1115. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1116. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1117. -pedantic ../../binutils-2.23.1/libiberty/xstrerror.c -o xstrerror.o
  1118. if [ x"" != x ]; then \
  1119. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1120. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1121. s -pedantic ../../binutils-2.23.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
  1122. else true; fi
  1123. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1124. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1125. -pedantic ../../binutils-2.23.1/libiberty/xstrndup.c -o xstrndup.o
  1126. if [ x"" != x ]; then \
  1127. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1128. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1129. s -pedantic ../../binutils-2.23.1/libiberty/asprintf.c -o pic/asprintf.o; \
  1130. else true; fi
  1131. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1132. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1133. -pedantic ../../binutils-2.23.1/libiberty/asprintf.c -o asprintf.o
  1134. if [ x"" != x ]; then \
  1135. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1136. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1137. s -pedantic ../../binutils-2.23.1/libiberty/bcmp.c -o pic/bcmp.o; \
  1138. else true; fi
  1139. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1140. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1141. -pedantic ../../binutils-2.23.1/libiberty/bcmp.c -o bcmp.o
  1142. if [ x"" != x ]; then \
  1143. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1144. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1145. s -pedantic ../../binutils-2.23.1/libiberty/bcopy.c -o pic/bcopy.o; \
  1146. else true; fi
  1147. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1148. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1149. -pedantic ../../binutils-2.23.1/libiberty/bcopy.c -o bcopy.o
  1150. if [ x"" != x ]; then \
  1151. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1152. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1153. s -pedantic ../../binutils-2.23.1/libiberty/bzero.c -o pic/bzero.o; \
  1154. else true; fi
  1155. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1156. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1157. -pedantic ../../binutils-2.23.1/libiberty/bzero.c -o bzero.o
  1158. if [ x"" != x ]; then \
  1159. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1160. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1161. s -pedantic ../../binutils-2.23.1/libiberty/ffs.c -o pic/ffs.o; \
  1162. else true; fi
  1163. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1164. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1165. -pedantic ../../binutils-2.23.1/libiberty/ffs.c -o ffs.o
  1166. if [ x"" != x ]; then \
  1167. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1168. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1169. s -pedantic ../../binutils-2.23.1/libiberty/index.c -o pic/index.o; \
  1170. else true; fi
  1171. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1172. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1173. -pedantic ../../binutils-2.23.1/libiberty/index.c -o index.o
  1174. if [ x"" != x ]; then \
  1175. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1176. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1177. s -pedantic ../../binutils-2.23.1/libiberty/insque.c -o pic/insque.o; \
  1178. else true; fi
  1179. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1180. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1181. -pedantic ../../binutils-2.23.1/libiberty/insque.c -o insque.o
  1182. if [ x"" != x ]; then \
  1183. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1184. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1185. s -pedantic ../../binutils-2.23.1/libiberty/memmem.c -o pic/memmem.o; \
  1186. else true; fi
  1187. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1188. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1189. -pedantic ../../binutils-2.23.1/libiberty/memmem.c -o memmem.o
  1190. if [ x"" != x ]; then \
  1191. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1192. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1193. s -pedantic ../../binutils-2.23.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
  1194. else true; fi
  1195. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1196. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1197. -pedantic ../../binutils-2.23.1/libiberty/mempcpy.c -o mempcpy.o
  1198. if [ x"" != x ]; then \
  1199. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1200. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1201. s -pedantic ../../binutils-2.23.1/libiberty/mkstemps.c -o pic/mkstemps.o; \
  1202. else true; fi
  1203. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1204. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1205. -pedantic ../../binutils-2.23.1/libiberty/mkstemps.c -o mkstemps.o
  1206. if [ x"" != x ]; then \
  1207. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1208. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1209. s -pedantic ../../binutils-2.23.1/libiberty/random.c -o pic/random.o; \
  1210. else true; fi
  1211. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1212. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1213. -pedantic ../../binutils-2.23.1/libiberty/random.c -o random.o
  1214. if [ x"" != x ]; then \
  1215. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1216. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1217. s -pedantic ../../binutils-2.23.1/libiberty/rindex.c -o pic/rindex.o; \
  1218. else true; fi
  1219. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1220. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1221. -pedantic ../../binutils-2.23.1/libiberty/rindex.c -o rindex.o
  1222. if [ x"" != x ]; then \
  1223. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1224. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1225. s -pedantic ../../binutils-2.23.1/libiberty/setenv.c -o pic/setenv.o; \
  1226. else true; fi
  1227. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1228. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1229. -pedantic ../../binutils-2.23.1/libiberty/setenv.c -o setenv.o
  1230. ../../binutils-2.23.1/libiberty/setenv.c:66:1: 警告: 関数宣言がプロトタイプでは
  1231. ありません [-Wstrict-prototypes]
  1232. if [ x"" != x ]; then \
  1233. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1234. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1235. s -pedantic ../../binutils-2.23.1/libiberty/sigsetmask.c -o pic/sigsetmask.o;
  1236. \
  1237. else true; fi
  1238. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1239. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1240. -pedantic ../../binutils-2.23.1/libiberty/sigsetmask.c -o sigsetmask.o
  1241. if [ x"" != x ]; then \
  1242. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1243. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1244. s -pedantic ../../binutils-2.23.1/libiberty/stpcpy.c -o pic/stpcpy.o; \
  1245. else true; fi
  1246. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1247. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1248. -pedantic ../../binutils-2.23.1/libiberty/stpcpy.c -o stpcpy.o
  1249. if [ x"" != x ]; then \
  1250. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1251. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1252. s -pedantic ../../binutils-2.23.1/libiberty/stpncpy.c -o pic/stpncpy.o; \
  1253. else true; fi
  1254. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1255. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1256. -pedantic ../../binutils-2.23.1/libiberty/stpncpy.c -o stpncpy.o
  1257. if [ x"" != x ]; then \
  1258. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1259. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1260. s -pedantic ../../binutils-2.23.1/libiberty/strndup.c -o pic/strndup.o; \
  1261. else true; fi
  1262. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1263. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1264. -pedantic ../../binutils-2.23.1/libiberty/strndup.c -o strndup.o
  1265. if [ x"" != x ]; then \
  1266. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1267. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1268. s -pedantic ../../binutils-2.23.1/libiberty/strverscmp.c -o pic/strverscmp.o;
  1269. \
  1270. else true; fi
  1271. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1272. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1273. -pedantic ../../binutils-2.23.1/libiberty/strverscmp.c -o strverscmp.o
  1274. if [ x"" != x ]; then \
  1275. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1276. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1277. s -pedantic ../../binutils-2.23.1/libiberty/vasprintf.c -o pic/vasprintf.o; \
  1278. else true; fi
  1279. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1280. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1281. -pedantic ../../binutils-2.23.1/libiberty/vasprintf.c -o vasprintf.o
  1282. if [ x"" != x ]; then \
  1283. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1284. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1285. s -pedantic ../../binutils-2.23.1/libiberty/waitpid.c -o pic/waitpid.o; \
  1286. else true; fi
  1287. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1288. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1289. -pedantic ../../binutils-2.23.1/libiberty/waitpid.c -o waitpid.o
  1290. ../../binutils-2.23.1/libiberty/waitpid.c: 関数 'waitpid' 内:
  1291. ../../binutils-2.23.1/libiberty/waitpid.c:31:7: 警告: 関数 'wait' の暗黙的な宣言
  1292. です [-Wimplicit-function-declaration]
  1293. if [ x"" != x ]; then \
  1294. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1295. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1296. s -pedantic ../../binutils-2.23.1/libiberty/setproctitle.c -o pic/setproctitle
  1297. .o; \
  1298. else true; fi
  1299. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1300. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1301. -pedantic ../../binutils-2.23.1/libiberty/setproctitle.c -o setproctitle.o
  1302. if [ x"" != x ]; then \
  1303. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.
  1304. 1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototype
  1305. s -pedantic ../../binutils-2.23.1/libiberty/vfork.c -o pic/vfork.o; \
  1306. else true; fi
  1307. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I../../binutils-2.23.1/
  1308. libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
  1309. -pedantic ../../binutils-2.23.1/libiberty/vfork.c -o vfork.o
  1310. rm -f ./libiberty.a pic/./libiberty.a
  1311. ar rc ./libiberty.a \
  1312. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o .
  1313. /choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o
  1314. ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unl
  1315. ocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./l
  1316. basename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.
  1317. o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o
  1318. ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-o
  1319. bject-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-
  1320. limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xa
  1321. texit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o
  1322. ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memme
  1323. m.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./s
  1324. tpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o ./setpr
  1325. octitle.o ./vfork.o
  1326. ranlib ./libiberty.a
  1327. if [ x"" != x ]; then \
  1328. cd pic; \
  1329. ar rc ./libiberty.a \
  1330. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o
  1331. ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.
  1332. o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_u
  1333. nlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o .
  1334. /lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objallo
  1335. c.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.
  1336. o ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple
  1337. -object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stac
  1338. k-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./
  1339. xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup
  1340. .o ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./mem
  1341. mem.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o .
  1342. /stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o ./set
  1343. proctitle.o ./vfork.o; \
  1344. ranlib ./libiberty.a; \
  1345. cd ..; \
  1346. else true; fi
  1347. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.
  1348. o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string
  1349. .o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_
  1350. unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o
  1351. ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objall
  1352. oc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one
  1353. .o ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simpl
  1354. e-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./sta
  1355. ck-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o .
  1356. /xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndu
  1357. p.o > required-list
  1358. make[3]: Entering directory `c:/binutils-2.23.1/bld/libiberty/testsuite'
  1359. make[3]: Nothing to be done for `all'.
  1360. make[3]: Leaving directory `c:/binutils-2.23.1/bld/libiberty/testsuite'
  1361. make[2]: Leaving directory `c:/binutils-2.23.1/bld/libiberty'
  1362. make[2]: Entering directory `c:/binutils-2.23.1/bld/intl'
  1363. make[2]: Nothing to be done for `all'.
  1364. make[2]: Leaving directory `c:/binutils-2.23.1/bld/intl'
  1365. make[2]: Entering directory `c:/binutils-2.23.1/bld/bfd'
  1366. creating bfdver.h
  1367. rm -f elf32-target.h
  1368. sed -e s/NN/32/g < ../../binutils-2.23.1/bfd/elfxx-target.h > elf32-target.new
  1369. mv -f elf32-target.new elf32-target.h
  1370. rm -f elf64-target.h
  1371. sed -e s/NN/64/g < ../../binutils-2.23.1/bfd/elfxx-target.h > elf64-target.new
  1372. mv -f elf64-target.new elf64-target.h
  1373. rm -f targmatch.h
  1374. sed -f ../../binutils-2.23.1/bfd/targmatch.sed < ../../binutils-2.23.1/bfd/confi
  1375. g.bfd > targmatch.new
  1376. mv -f targmatch.new targmatch.h
  1377. Making info in doc
  1378. make[3]: Entering directory `c:/binutils-2.23.1/bld/bfd/doc'
  1379. make[3]: Nothing to be done for `info'.
  1380. make[3]: Leaving directory `c:/binutils-2.23.1/bld/bfd/doc'
  1381. Making info in po
  1382. make[3]: Entering directory `c:/binutils-2.23.1/bld/bfd/po'
  1383. ( if test 'x../../../binutils-2.23.1/bfd/po' != 'x.'; then \
  1384. posrcprefix='../../../binutils-2.23.1/bfd/'; \
  1385. else \
  1386. posrcprefix="../"; \
  1387. fi; \
  1388. rm -f SRC-POTFILES-t SRC-POTFILES \
  1389. && (sed -e '/^#/d' \
  1390. -e '/^[ ]*$/d' \
  1391. -e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.23.1/bfd/po/S
  1392. RC-POTFILES.in \
  1393. | sed -e '$s/\\$//') > SRC-POTFILES-t \
  1394. && chmod a-w SRC-POTFILES-t \
  1395. && mv SRC-POTFILES-t SRC-POTFILES )
  1396. sed: -e expression #3, char 39: unterminated `s' command
  1397. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  1398. && (sed -e '/^#/d' \
  1399. -e '/^[ ]*$/d' \
  1400. -e "s@.*@ ../& \\\\@" < ../../../binutils-2.23.1/bfd/po/BLD-POTFIL
  1401. ES.in \
  1402. | sed -e '$s/\\$//') > BLD-POTFILES-t \
  1403. && chmod a-w BLD-POTFILES-t \
  1404. && mv BLD-POTFILES-t BLD-POTFILES )
  1405. sed: -e expression #3, char 13: unterminated `s' command
  1406. cd .. \
  1407. && CONFIG_FILES=po/Makefile.in:po/Make-in \
  1408. CONFIG_HEADERS= C:/MinGW/msys/1.0/bin/sh.exe ./config.status
  1409. config.status: creating po/Makefile.in
  1410. config.status: executing depfiles commands
  1411. config.status: executing libtool commands
  1412. config.status: executing default-1 commands
  1413. config.status: executing bfd_stdint.h commands
  1414. config.status: executing default commands
  1415. make[3]: Leaving directory `c:/binutils-2.23.1/bld/bfd/po'
  1416. make[3]: Entering directory `c:/binutils-2.23.1/bld/bfd/po'
  1417. make[3]: Nothing to be done for `info'.
  1418. make[3]: Leaving directory `c:/binutils-2.23.1/bld/bfd/po'
  1419. make[3]: Entering directory `c:/binutils-2.23.1/bld/bfd'
  1420. make[3]: Nothing to be done for `info-am'.
  1421. make[3]: Leaving directory `c:/binutils-2.23.1/bld/bfd'
  1422. C:/MinGW/bin/make all-recursive
  1423. make[3]: Entering directory `c:/binutils-2.23.1/bld/bfd'
  1424. Making all in doc
  1425. make[4]: Entering directory `c:/binutils-2.23.1/bld/bfd/doc'
  1426. make[4]: Nothing to be done for `all'.
  1427. make[4]: Leaving directory `c:/binutils-2.23.1/bld/bfd/doc'
  1428. Making all in po
  1429. make[4]: Entering directory `c:/binutils-2.23.1/bld/bfd/po'
  1430. make[4]: Nothing to be done for `all'.
  1431. make[4]: Leaving directory `c:/binutils-2.23.1/bld/bfd/po'
  1432. make[4]: Entering directory `c:/binutils-2.23.1/bld/bfd'
  1433. rm -f bfd-tmp.h
  1434. cp bfd-in3.h bfd-tmp.h
  1435. C:/MinGW/msys/1.0/bin/sh.exe ../../binutils-2.23.1/bfd/../move-if-change bfd-tmp
  1436. .h bfd.h
  1437. rm -f bfd-tmp.h
  1438. touch stmp-bfd-h
  1439. C:/MinGW/msys/1.0/bin/sh.exe ./libtool --tag=CC --mode=compile gcc -DHAVE_CONF
  1440. IG_H -I. -I../../binutils-2.23.1/bfd -D__USE_MINGW_FSEEK -I. -I../../binutils
  1441. -2.23.1/bfd -I../../binutils-2.23.1/bfd/../include -DHAVE_i386pe_vec -DHAVE_i38
  1442. 6pei_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bf
  1443. d_elf32_big_generic_vec -DBINDIR='"C;C:MinGWbin"' -W -Wall -Wstrict-prototypes
  1444. -Wmissing-prototypes -Wshadow -Wno-format -Werror -g -O2 -D__USE_MINGW_ACCESS -
  1445. MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-2.23
  1446. .1/bfd/archive.c
  1447. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.23.1/bfd -D__USE_M
  1448. INGW_FSEEK -I. -I../../binutils-2.23.1/bfd -I../../binutils-2.23.1/bfd/../includ
  1449. e -DHAVE_i386pe_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf3
  1450. 2_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec "-DBINDIR=\\C;C:MinGWbin\"
  1451. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wno-format -Werror
  1452. -g -O2 -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o a
  1453. rchive.lo ../../binutils-2.23.1/bfd/archive.c" -o archive.o
  1454. gcc.exe: Error: No input file
  1455. make[4]: *** [archive.lo] Error 1
  1456. make[4]: Leaving directory `c:/binutils-2.23.1/bld/bfd'
  1457. make[3]: *** [all-recursive] Error 1
  1458. make[3]: Leaving directory `c:/binutils-2.23.1/bld/bfd'
  1459. make[2]: *** [all] Error 2
  1460. make[2]: Leaving directory `c:/binutils-2.23.1/bld/bfd'
  1461. make[1]: *** [all-bfd] Error 2
  1462. make[1]: Leaving directory `c:/binutils-2.23.1/bld'
  1463. make: *** [all] Error 2
  1464.  
  1465. Kim@Kim-PC /c/binutils-2.23.1/bld
  1466. $ set
  1467. !::='::\'
  1468. !C:='C:\MinGW\msys\1.0\bin'
  1469. ADSK_3DSMAX_X64_2012='C:\Program Files\Autodesk\3ds Max 2012\;H:\Program Files\A
  1470. utodesk\3ds Max 2012\'
  1471. ADSK_3DSMAX_X64_2013='C:\Program Files\Autodesk\3ds Max 2013\'
  1472. ALLUSERSPROFILE='C:\ProgramData'
  1473. AMDAPPSDKROOT='C:\Program Files (x86)\AMD APP\'
  1474. APPDATA='C:\Users\Kim\AppData\Roaming'
  1475. ASL.LOG=Destination=file
  1476. AWE_DIR='C:\Program Files (x86)\Awesomium Technologies LLC\Awesomium SDK\1.7.0.5
  1477. \'
  1478. BASH=/usr/bin/sh
  1479. BASH_ARGC=()
  1480. BASH_ARGV=()
  1481. BASH_LINENO=()
  1482. BASH_SOURCE=()
  1483. BASH_VERSINFO=([0]="3" [1]="1" [2]="17" [3]="1" [4]="release" [5]="i686-pc-msys"
  1484. )
  1485. BASH_VERSION='3.1.17(1)-release'
  1486. CM2012DIR='C:\Program Files (x86)\Common Files\Autodesk Shared\Materials\'
  1487. CM2013DIR='C:\Program Files (x86)\Common Files\Autodesk Shared\Materials\'
  1488. COLUMNS=80
  1489. COMMONPROGRAMFILES='C:\Program Files (x86)\Common Files'
  1490. COMMONPROGRAMFILES(X86)='C:\Program Files (x86)\Common Files'
  1491. COMMONPROGRAMW6432='C:\Program Files\Common Files'
  1492. COMPUTERNAME=KIM-PC
  1493. COMSPEC='C:\Windows\SysWOW64\cmd.exe'
  1494. C_EM64T_REDIST12='C:\Program Files (x86)\Common Files\Intel\Shared Libraries\'
  1495. C_IA32_REDIST12='C:\Program Files (x86)\Common Files\Intel\Shared Libraries\'
  1496. DIRSTACK=()
  1497. DXSDK_DIR='C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\'
  1498. EUID=500
  1499. FP_NO_HOST_CHECK=NO
  1500. FXC2_DIR='C:\Program Files (x86)\NVIDIA Corporation\FX Composer 2.5'
  1501. F_EM64T_REDIST12='C:\Program Files (x86)\Common Files\Intel\Shared Libraries\'
  1502. F_IA32_REDIST12='C:\Program Files (x86)\Common Files\Intel\Shared Libraries\'
  1503. GROUPS=()
  1504. HAXEPATH='C:\HaxeToolkit\haxe\'
  1505. HISTFILE=/home/Kim/.bash_history
  1506. HISTFILESIZE=500
  1507. HISTSIZE=500
  1508. HOME=/home/Kim
  1509. HOMEDRIVE=C:
  1510. HOMEPATH='\'
  1511. HOSTNAME=Kim-PC
  1512. HOSTTYPE=i686
  1513. ICPP_COMPILER12='C:\Program Files (x86)\Intel\Composer XE 2011 SP1\'
  1514. IFORT_COMPILER12='C:\Program Files (x86)\Intel\Composer XE 2011 SP1\'
  1515. IFS='
  1516. '
  1517. ILBDIR='C:\Program Files (x86)\Common Files\Autodesk Shared\Materials\'
  1518. ILLDIR='C:\Program Files (x86)\Common Files\Autodesk Shared\Materials\'
  1519. ILMDIR='C:\Program Files (x86)\Common Files\Autodesk Shared\Materials\'
  1520. INSPECTOR_XE_2011_DIR='C:\Program Files (x86)\Intel\Inspector XE 2011\'
  1521. INTEL_LICENSE_FILE='C:\Program Files (x86)\Common Files\Intel\Licenses'
  1522. JAVA_HOME='C:\Program Files\Java\jdk1.7.0_03\bin\'
  1523. LINES=35
  1524. LOCALAPPDATA='C:\Users\Kim\AppData\Local'
  1525. LOGNAME=Kim
  1526. LOGONSERVER='\\KIM-PC'
  1527. MACHTYPE=i686-pc-msys
  1528. MAILCHECK=60
  1529. MAKE_MODE=unix
  1530. MAYA_SCRIPT_PATH='C:\PROGRAM FILES (X86)\NATURALMOTION\ENDORPHIN 2.5.2\RESOURCES
  1531. \THIRD PARTY\SCRIPTS\MAYA'
  1532. MOZ_PLUGIN_PATH='C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\'
  1533. MSYSCON=sh.exe
  1534. MSYSTEM=MINGW32
  1535. NEKO_INSTPATH='C:\HaxeToolkit\neko'
  1536. NUMBER_OF_PROCESSORS=8
  1537. OLDPWD=/c/binutils-2.23.1
  1538. OPTERR=1
  1539. OPTIND=1
  1540. OS=Windows_NT
  1541. OSTYPE=msys
  1542. PATH=.:/mingw/bin:/bin
  1543. PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
  1544. PIPESTATUS=([0]="2")
  1545. POSIXLY_CORRECT=y
  1546. PPID=1
  1547. PROCESSOR_ARCHITECTURE=x86
  1548. PROCESSOR_ARCHITEW6432=AMD64
  1549. PROCESSOR_IDENTIFIER='Intel64 Family 6 Model 58 Stepping 9, GenuineIntel'
  1550. PROCESSOR_LEVEL=6
  1551. PROCESSOR_REVISION=3a09
  1552. PROGRAMDATA='C:\ProgramData'
  1553. PROGRAMFILES='C:\Program Files (x86)'
  1554. PROGRAMFILES(X86)='C:\Program Files (x86)'
  1555. PROGRAMW6432='C:\Program Files'
  1556. PROMPT='$P$G'
  1557. PS1='\[\033]0;$MSYSTEM:\w\007
  1558. \033[32m\]\u@\h \[\033[33m\w\033[0m\]
  1559. $ '
  1560. PS2='> '
  1561. PS4='+ '
  1562. PSMODULEPATH='C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
  1563. PUBLIC='C:\Users\Public'
  1564. PWD=/c/binutils-2.23.1/bld
  1565. PYTHON_ROOT='C:\Python24\'
  1566. SESSIONNAME=Console
  1567. SHELL=/bin/sh
  1568. SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:moni
  1569. tor:posix
  1570. SHLVL=1
  1571. SYSTEMDRIVE=C:
  1572. SYSTEMROOT='C:\Windows'
  1573. TEMP=/tmp
  1574. TERM=cygwin
  1575. TMP=/tmp
  1576. UID=500
  1577. USERDOMAIN=Kim-PC
  1578. USERNAME=Kim
  1579. USERPROFILE='C:\Users\Kim'
  1580. VBOX_INSTALL_PATH='C:\Program Files\Oracle\VirtualBox\'
  1581. VRAY_RT_FOR_3DSMAX2012_MAIN_X64='C:\Program Files\Chaos Group\V-Ray\RT for 3ds M
  1582. ax 2012 for x64/bin'
  1583. VRAY_RT_FOR_3DSMAX2012_PLUGINS_X64='C:\Program Files\Chaos Group\V-Ray\RT for 3d
  1584. s Max 2012 for x64/bin/plugins'
  1585. VS100COMNTOOLS='C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tool
  1586. s\'
  1587. VS110COMNTOOLS='C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tool
  1588. s\'
  1589. VTUNE_AMPLIFIER_XE_2011_DIR='C:\Program Files (x86)\Intel\VTune Amplifier XE 201
  1590. 1\'
  1591. WINDIR='C:\Windows'
  1592. _=make
  1593. i='/etc/profile.d/*.sh'
  1594.  
  1595. Kim@Kim-PC /c/binutils-2.23.1/bld
  1596. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement