Advertisement
Guest User

Binutils mingw

a guest
Jul 3rd, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.60 KB | None | 0 0
  1.  
  2. Kim@Kim-PC ~
  3. $ cd /c
  4.  
  5. Kim@Kim-PC /c
  6. $ cd binutils-2.23.1
  7.  
  8. Kim@Kim-PC /c/binutils-2.23.1
  9. $ ./configure --prefix=C:/MinGW
  10. checking build system type... i686-pc-mingw32
  11. checking host system type... i686-pc-mingw32
  12. checking target system type... i686-pc-mingw32
  13. checking for a BSD-compatible install... /bin/install -c
  14. checking whether ln works... yes
  15. checking whether ln -s works... no, using cp -p
  16. checking for a sed that does not truncate output... /usr/local/bin/sed
  17. checking for gawk... gawk
  18. checking for gcc... gcc
  19. checking for C compiler default output file name... a.exe
  20. checking whether the C compiler works... yes
  21. checking whether we are cross compiling... no
  22. checking for suffix of executables... .exe
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking for g++... g++
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether g++ accepts -g... yes
  30. checking for gnatbind... no
  31. checking for gnatmake... no
  32. checking whether compiler driver understands Ada... no
  33. checking how to compare bootstrapped objects... tail +16c $$f1 > tmp-foo1; tail
  34. +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2
  35. checking for objdir... .libs
  36. checking for PWL_handle_timeout in -lpwl... no
  37. checking for version 0.11 (revision 0 or later) of PPL... no
  38. checking for default BUILD_CONFIG...
  39. checking for bison... bison -y
  40. checking for bison... bison
  41. checking for gm4... no
  42. checking for gnum4... no
  43. checking for m4... m4
  44. checking for flex... flex
  45. checking for flex... flex
  46. checking for makeinfo... makeinfo
  47. checking for expect... no
  48. checking for runtest... no
  49. checking for ar... ar
  50. checking for as... as
  51. checking for dlltool... dlltool
  52. checking for ld... (cached) c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mi
  53. ngw32/bin/ld.exe
  54. checking for lipo... no
  55. checking for nm... nm
  56. checking for ranlib... ranlib
  57. checking for strip... strip
  58. checking for windres... windres
  59. checking for windmc... windmc
  60. checking for objcopy... objcopy
  61. checking for objdump... objdump
  62. checking for readelf... readelf
  63. checking for cc... cc
  64. checking for c++... c++
  65. checking for gcc... gcc
  66. checking for gcj... no
  67. checking for gfortran... no
  68. checking for gccgo... no
  69. checking for ar... ar
  70. checking for as... as
  71. checking for dlltool... dlltool
  72. checking for ld... ld
  73. checking for lipo... no
  74. checking for nm... nm
  75. checking for objdump... objdump
  76. checking for ranlib... ranlib
  77. checking for readelf... readelf
  78. checking for strip... strip
  79. checking for windres... windres
  80. checking for windmc... windmc
  81. checking where to find the target ar... just compiled
  82. checking where to find the target as... just compiled
  83. checking where to find the target cc... host tool
  84. checking where to find the target c++... host tool
  85. checking where to find the target c++ for libstdc++... host tool
  86. checking where to find the target dlltool... just compiled
  87. checking where to find the target gcc... host tool
  88. checking where to find the target gcj... host tool
  89. checking where to find the target gfortran... host tool
  90. checking where to find the target gccgo... host tool
  91. checking where to find the target ld... just compiled
  92. checking where to find the target lipo... host tool
  93. checking where to find the target nm... just compiled
  94. checking where to find the target objdump... just compiled
  95. checking where to find the target ranlib... just compiled
  96. checking where to find the target readelf... just compiled
  97. checking where to find the target strip... just compiled
  98. checking where to find the target windres... just compiled
  99. checking where to find the target windmc... just compiled
  100. checking whether to enable maintainer-specific portions of Makefiles... no
  101. checking whether -fkeep-inline-functions is supported... yes
  102. configure: creating ./config.status
  103. config.status: creating Makefile
  104.  
  105. Kim@Kim-PC /c/binutils-2.23.1
  106. $ make
  107. make[1]: Entering directory `c:/binutils-2.23.1'
  108. Configuring in ./libiberty
  109. configure: creating cache ./config.cache
  110. checking whether to enable maintainer-specific portions of Makefiles... no
  111. checking for makeinfo... makeinfo --split-size=5000000
  112. checking for perl... perl
  113. checking build system type... i686-pc-mingw32
  114. checking host system type... i686-pc-mingw32
  115. checking for i686-pc-mingw32-ar... ar
  116. checking for i686-pc-mingw32-ranlib... ranlib
  117. checking for i686-pc-mingw32-gcc... gcc
  118. checking for C compiler default output file name... a.exe
  119. checking whether the C compiler works... yes
  120. checking whether we are cross compiling... no
  121. checking for suffix of executables... .exe
  122. checking for suffix of object files... o
  123. checking whether we are using the GNU C compiler... yes
  124. checking whether gcc accepts -g... yes
  125. checking for gcc option to accept ISO C89... none needed
  126. checking for special C compiler options needed for large files... no
  127. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  128. checking for _LARGE_FILES value needed for large files... unknown
  129. checking how to run the C preprocessor... gcc -E
  130. checking whether gcc supports -W... yes
  131. checking whether gcc supports -Wall... yes
  132. checking whether gcc supports -Wwrite-strings... yes
  133. checking whether gcc supports -Wc++-compat... yes
  134. checking whether gcc supports -Wstrict-prototypes... yes
  135. checking whether gcc supports -pedantic ... yes
  136. checking whether gcc and cc understand -c and -o together... yes
  137. checking for an ANSI C-conforming const... yes
  138. checking for inline... inline
  139. checking for grep that handles long lines and -e... /usr/local/bin/grep
  140. checking for egrep... /usr/local/bin/grep -E
  141. checking for ANSI C header files... yes
  142. checking for sys/types.h... yes
  143. checking for sys/stat.h... yes
  144. checking for stdlib.h... yes
  145. checking for string.h... yes
  146. checking for memory.h... yes
  147. checking for strings.h... yes
  148. checking for inttypes.h... yes
  149. checking for stdint.h... yes
  150. checking for unistd.h... yes
  151. checking whether byte ordering is bigendian... no
  152. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  153. checking for sys/file.h... yes
  154. checking for sys/param.h... yes
  155. checking for limits.h... yes
  156. checking for stdlib.h... (cached) yes
  157. checking for malloc.h... yes
  158. checking for string.h... (cached) yes
  159. checking for unistd.h... (cached) yes
  160. checking for strings.h... (cached) yes
  161. checking for sys/time.h... yes
  162. checking for time.h... yes
  163. checking for sys/resource.h... no
  164. checking for sys/stat.h... (cached) yes
  165. checking for sys/mman.h... no
  166. checking for fcntl.h... yes
  167. checking for alloca.h... no
  168. checking for sys/pstat.h... no
  169. checking for sys/sysmp.h... no
  170. checking for sys/sysinfo.h... no
  171. checking for machine/hal_sysinfo.h... no
  172. checking for sys/table.h... no
  173. checking for sys/sysctl.h... no
  174. checking for sys/systemcfg.h... no
  175. checking for stdint.h... (cached) yes
  176. checking for stdio_ext.h... no
  177. checking for process.h... yes
  178. checking for sys/prctl.h... no
  179. checking for sys/wait.h that is POSIX.1 compatible... no
  180. checking whether time.h and sys/time.h may both be included... yes
  181. checking whether errno must be declared... no
  182. checking size of int... 4
  183. checking for a 64-bit type... uint64_t
  184. checking for intptr_t... yes
  185. checking for uintptr_t... yes
  186. checking for ssize_t... yes
  187. checking for pid_t... yes
  188. checking for library containing strerror... none required
  189. checking for asprintf... no
  190. checking for atexit... yes
  191. checking for basename... yes
  192. checking for bcmp... no
  193. checking for bcopy... no
  194. checking for bsearch... yes
  195. checking for bzero... no
  196. checking for calloc... yes
  197. checking for clock... yes
  198. checking for ffs... no
  199. checking for getcwd... yes
  200. checking for getpagesize... yes
  201. checking for gettimeofday... yes
  202. checking for index... no
  203. checking for insque... no
  204. checking for memchr... yes
  205. checking for memcmp... yes
  206. checking for memcpy... yes
  207. checking for memmem... no
  208. checking for memmove... yes
  209. checking for mempcpy... no
  210. checking for memset... yes
  211. checking for mkstemps... no
  212. checking for putenv... yes
  213. checking for random... no
  214. checking for rename... yes
  215. checking for rindex... no
  216. checking for setenv... no
  217. checking for snprintf... yes
  218. checking for sigsetmask... no
  219. checking for stpcpy... no
  220. checking for stpncpy... no
  221. checking for strcasecmp... yes
  222. checking for strchr... yes
  223. checking for strdup... yes
  224. checking for strncasecmp... yes
  225. checking for strndup... no
  226. checking for strrchr... yes
  227. checking for strstr... yes
  228. checking for strtod... yes
  229. checking for strtol... yes
  230. checking for strtoul... yes
  231. checking for strverscmp... no
  232. checking for tmpnam... yes
  233. checking for vasprintf... no
  234. checking for vfprintf... yes
  235. checking for vprintf... yes
  236. checking for vsnprintf... yes
  237. checking for vsprintf... yes
  238. checking for waitpid... no
  239. checking for setproctitle... no
  240. checking whether alloca needs Cray hooks... no
  241. checking stack direction for C alloca... -1
  242. checking for vfork.h... no
  243. checking for fork... no
  244. checking for vfork... no
  245. checking for _doprnt... no
  246. checking for sys_errlist... (cached) yes
  247. checking for sys_nerr... (cached) yes
  248. checking for sys_siglist... no
  249. checking for external symbol _system_configuration... no
  250. checking for __fsetlocking... no
  251. checking for canonicalize_file_name... no
  252. checking for dup3... no
  253. checking for getrlimit... no
  254. checking for getrusage... no
  255. checking for getsysinfo... no
  256. checking for gettimeofday... (cached) yes
  257. checking for on_exit... no
  258. checking for psignal... no
  259. checking for pstat_getdynamic... no
  260. checking for pstat_getstatic... no
  261. checking for realpath... no
  262. checking for setrlimit... no
  263. checking for sbrk... no
  264. checking for spawnve... yes
  265. checking for spawnvpe... yes
  266. checking for strerror... yes
  267. checking for strsignal... no
  268. checking for sysconf... no
  269. checking for sysctl... no
  270. checking for sysmp... no
  271. checking for table... no
  272. checking for times... no
  273. checking for wait3... no
  274. checking for wait4... no
  275. checking whether basename is declared... no
  276. checking whether ffs is declared... no
  277. checking whether asprintf is declared... no
  278. checking whether vasprintf is declared... no
  279. checking whether snprintf is declared... yes
  280. checking whether vsnprintf is declared... yes
  281. checking whether calloc is declared... yes
  282. checking whether getenv is declared... yes
  283. checking whether getopt is declared... yes
  284. checking whether malloc is declared... yes
  285. checking whether realloc is declared... yes
  286. checking whether sbrk is declared... no
  287. checking whether strverscmp is declared... no
  288. checking whether canonicalize_file_name must be declared... yes
  289. checking for stdlib.h... (cached) yes
  290. checking for unistd.h... (cached) yes
  291. checking for getpagesize... (cached) yes
  292. checking for working mmap... no
  293. checking for working strncmp... yes
  294. configure: updating cache ./config.cache
  295. configure: creating ./config.status
  296. config.status: creating Makefile
  297. config.status: creating testsuite/Makefile
  298. config.status: creating config.h
  299. config.status: executing default commands
  300. Configuring in ./intl
  301. configure: creating cache ./config.cache
  302. checking whether C:/MinGW/bin/make sets $(MAKE)... yes
  303. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  304. checking whether NLS is requested... yes
  305. checking for msgfmt... /usr/local/bin/msgfmt
  306. checking for gmsgfmt... /usr/local/bin/msgfmt
  307. checking for xgettext... /usr/local/bin/xgettext
  308. checking for msgmerge... /usr/local/bin/msgmerge
  309. checking for i686-pc-mingw32-gcc... gcc
  310. checking for C compiler default output file name... a.exe
  311. checking whether the C compiler works... yes
  312. checking whether we are cross compiling... no
  313. checking for suffix of executables... .exe
  314. checking for suffix of object files... o
  315. checking whether we are using the GNU C compiler... yes
  316. checking whether gcc accepts -g... yes
  317. checking for gcc option to accept ISO C89... none needed
  318. checking build system type... i686-pc-mingw32
  319. checking host system type... i686-pc-mingw32
  320. checking for i686-pc-mingw32-ranlib... ranlib
  321. checking for library containing strerror... none required
  322. checking how to run the C preprocessor... gcc -E
  323. checking for grep that handles long lines and -e... /usr/local/bin/grep
  324. checking for egrep... /usr/local/bin/grep -E
  325. checking for ANSI C header files... yes
  326. checking for an ANSI C-conforming const... yes
  327. checking for inline... inline
  328. checking for sys/types.h... yes
  329. checking for sys/stat.h... yes
  330. checking for stdlib.h... yes
  331. checking for string.h... yes
  332. checking for memory.h... yes
  333. checking for strings.h... yes
  334. checking for inttypes.h... yes
  335. checking for stdint.h... yes
  336. checking for unistd.h... yes
  337. checking for off_t... yes
  338. checking for size_t... yes
  339. checking for working alloca.h... no
  340. checking for alloca... yes
  341. checking for stdlib.h... (cached) yes
  342. checking for unistd.h... (cached) yes
  343. checking for getpagesize... yes
  344. checking for working mmap... no
  345. checking whether we are using the GNU C Library 2.1 or newer... no
  346. checking whether integer division by zero raises SIGFPE... yes
  347. checking for inttypes.h... yes
  348. checking for stdint.h... yes
  349. checking for unsigned long long... yes
  350. checking for inttypes.h... yes
  351. checking whether the inttypes.h PRIxNN macros are broken... no
  352. checking for ld used by GCC... c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../..
  353. /mingw32/bin/ld.exe
  354. checking if the linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw3
  355. 2/bin/ld.exe) is GNU ld... yes
  356. checking for shared library run path origin... done
  357. checking argz.h usability... no
  358. checking argz.h presence... no
  359. checking for argz.h... no
  360. checking limits.h usability... yes
  361. checking limits.h presence... yes
  362. checking for limits.h... yes
  363. checking locale.h usability... yes
  364. checking locale.h presence... yes
  365. checking for locale.h... yes
  366. checking nl_types.h usability... no
  367. checking nl_types.h presence... no
  368. checking for nl_types.h... no
  369. checking malloc.h usability... yes
  370. checking malloc.h presence... yes
  371. checking for malloc.h... yes
  372. checking stddef.h usability... yes
  373. checking stddef.h presence... yes
  374. checking for stddef.h... yes
  375. checking for stdlib.h... (cached) yes
  376. checking for string.h... (cached) yes
  377. checking for unistd.h... (cached) yes
  378. checking sys/param.h usability... yes
  379. checking sys/param.h presence... yes
  380. checking for sys/param.h... yes
  381. checking for feof_unlocked... no
  382. checking for fgets_unlocked... no
  383. checking for getc_unlocked... no
  384. checking for getcwd... yes
  385. checking for getegid... no
  386. checking for geteuid... no
  387. checking for getgid... no
  388. checking for getuid... no
  389. checking for mempcpy... no
  390. checking for munmap... no
  391. checking for putenv... yes
  392. checking for setenv... no
  393. checking for setlocale... yes
  394. checking for stpcpy... no
  395. checking for strcasecmp... yes
  396. checking for strdup... yes
  397. checking for strtoul... yes
  398. checking for tsearch... yes
  399. checking for __argz_count... no
  400. checking for __argz_stringify... no
  401. checking for __argz_next... no
  402. checking for __fsetlocking... no
  403. checking for iconv... yes
  404. checking how to link with libiconv... C:/MinGW/lib/libiconv.a
  405. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, cha
  406. r * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  407. checking for nl_langinfo and CODESET... no
  408. checking for LC_MESSAGES... no
  409. checking for bison... bison
  410. checking version of bison... 2.4.2, ok
  411. checking whether NLS is requested... yes
  412. checking whether included gettext is requested... no
  413. checking for GNU gettext in libc... no
  414. checking for GNU gettext in libintl... yes
  415. checking whether to use NLS... yes
  416. checking where the gettext function comes from... external libintl
  417. checking how to link with libintl... C:/MinGW/lib/libintl.a C:/MinGW/lib/libicon
  418. v.a
  419. checking for aclocal... aclocal
  420. checking for autoconf... no
  421. checking for autoheader... no
  422. configure: updating cache ./config.cache
  423. configure: creating ./config.status
  424. config.status: creating Makefile
  425. config.status: creating config.intl
  426. config.status: creating config.h
  427. config.status: executing default-1 commands
  428. Configuring in ./bfd
  429. configure: creating cache ./config.cache
  430. checking build system type... i686-pc-mingw32
  431. checking host system type... i686-pc-mingw32
  432. checking target system type... i686-pc-mingw32
  433. checking for i686-pc-mingw32-gcc... gcc
  434. checking for C compiler default output file name... a.exe
  435. checking whether the C compiler works... yes
  436. checking whether we are cross compiling... no
  437. checking for suffix of executables... .exe
  438. checking for suffix of object files... o
  439. checking whether we are using the GNU C compiler... yes
  440. checking whether gcc accepts -g... yes
  441. checking for gcc option to accept ISO C89... none needed
  442. checking for library containing strerror... none required
  443. checking for a BSD-compatible install... C:/MinGW/msys/1.0/bin/install -c
  444. checking whether build environment is sane... yes
  445. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  446. checking for gawk... gawk
  447. checking whether C:/MinGW/bin/make sets $(MAKE)... yes
  448. checking for style of include used by C:/MinGW/bin/make... GNU
  449. checking dependency style of gcc... gcc3
  450. checking for i686-pc-mingw32-ar... ar
  451. checking for i686-pc-mingw32-ranlib... ranlib
  452. checking for i686-pc-mingw32-gcc... (cached) gcc
  453. checking whether we are using the GNU C compiler... (cached) yes
  454. checking whether gcc accepts -g... (cached) yes
  455. checking for gcc option to accept ISO C89... (cached) none needed
  456. checking how to run the C preprocessor... gcc -E
  457. checking for grep that handles long lines and -e... /usr/local/bin/grep
  458. checking for egrep... /usr/local/bin/grep -E
  459. checking for ANSI C header files... yes
  460. checking for sys/types.h... yes
  461. checking for sys/stat.h... yes
  462. checking for stdlib.h... yes
  463. checking for string.h... yes
  464. checking for memory.h... yes
  465. checking for strings.h... yes
  466. checking for inttypes.h... yes
  467. checking for stdint.h... yes
  468. checking for unistd.h... yes
  469. checking minix/config.h usability... no
  470. checking minix/config.h presence... no
  471. checking for minix/config.h... no
  472. checking whether it is safe to define __EXTENSIONS__... yes
  473. checking how to print strings... printf
  474. checking for a sed that does not truncate output... C:/MinGW/bin/sed
  475. checking for fgrep... /usr/local/bin/grep -F
  476. checking for ld used by gcc... c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../..
  477. /mingw32/bin/ld.exe
  478. checking if the linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw3
  479. 2/bin/ld.exe) is GNU ld... yes
  480. checking for BSD- or MS-compatible name lister (nm)... nm
  481. checking the name lister (nm) interface... BSD nm
  482. checking whether ln -s works... no, using cp -p
  483. checking the maximum length of command line arguments... 8192
  484. checking whether the shell understands some XSI constructs... yes
  485. checking whether the shell understands "+="... yes
  486. checking for c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.ex
  487. e option to reload object files... -r
  488. checking for i686-pc-mingw32-objdump... objdump
  489. checking how to recognize dependent libraries... file_magic ^x86 archive import|
  490. ^x86 DLL
  491. checking for i686-pc-mingw32-ar... (cached) ar
  492. checking for i686-pc-mingw32-strip... no
  493. checking for strip... strip
  494. checking for i686-pc-mingw32-ranlib... (cached) ranlib
  495. checking command to parse nm output from gcc object... ok
  496. checking for dlfcn.h... no
  497. checking for objdir... .libs
  498. checking if gcc supports -fno-rtti -fno-exceptions... no
  499. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  500. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  501. checking if gcc static flag -static works... yes
  502. checking if gcc supports -c -o file.o... yes
  503. checking if gcc supports -c -o file.o... (cached) yes
  504. checking whether the gcc linker (c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../
  505. ../mingw32/bin/ld.exe) supports shared libraries... yes
  506. checking dynamic linker characteristics... Win32 ld.exe
  507. checking how to hardcode library paths into programs... immediate
  508. checking whether stripping libraries is possible... yes
  509. checking if libtool supports shared libraries... yes
  510. checking whether to build shared libraries... no
  511. checking whether to build static libraries... yes
  512. checking for special C compiler options needed for large files... no
  513. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  514. checking for _LARGE_FILES value needed for large files... unknown
  515. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshad
  516. ow -Wno-format -Werror
  517. checking whether to enable maintainer-specific portions of Makefiles... no
  518. checking whether to install libbfd... yes
  519. checking whether NLS is requested... yes
  520. checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr uk vi
  521. zh_CN da es fi fr id ja ro ru rw sv tr uk vi zh_CN
  522. checking whether NLS is requested... yes
  523. checking for msgfmt... /usr/local/bin/msgfmt
  524. checking for gmsgfmt... /usr/local/bin/msgfmt
  525. checking for xgettext... /usr/local/bin/xgettext
  526. checking for msgmerge... /usr/local/bin/msgmerge
  527. checking size of long long... 8
  528. checking size of void *... 4
  529. checking size of long... 4
  530. checking alloca.h usability... no
  531. checking alloca.h presence... no
  532. checking for alloca.h... no
  533. checking stddef.h usability... yes
  534. checking stddef.h presence... yes
  535. checking for stddef.h... yes
  536. checking for string.h... (cached) yes
  537. checking for strings.h... (cached) yes
  538. checking for stdlib.h... (cached) yes
  539. checking time.h usability... yes
  540. checking time.h presence... yes
  541. checking for time.h... yes
  542. checking for unistd.h... (cached) yes
  543. checking fcntl.h usability... yes
  544. checking fcntl.h presence... yes
  545. checking for fcntl.h... yes
  546. checking sys/file.h usability... yes
  547. checking sys/file.h presence... yes
  548. checking for sys/file.h... yes
  549. checking sys/time.h usability... yes
  550. checking sys/time.h presence... yes
  551. checking for sys/time.h... yes
  552. checking for sys/stat.h... (cached) yes
  553. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  554. checking for uintptr_t... yes
  555. checking for int_least32_t... yes
  556. checking for int_fast32_t... yes
  557. checking for uint64_t... yes
  558. checking what to include in bfd_stdint.h... stdint.h (already complete)
  559. checking whether time.h and sys/time.h may both be included... yes
  560. checking for dirent.h that defines DIR... yes
  561. checking for library containing opendir... none required
  562. checking windows.h usability... yes
  563. checking windows.h presence... yes
  564. checking for windows.h... yes
  565. checking for dlfcn.h... (cached) no
  566. checking whether string.h and strings.h may both be included... yes
  567. checking for fcntl... no
  568. checking for getpagesize... yes
  569. checking for setitimer... no
  570. checking for sysconf... no
  571. checking for fdopen... yes
  572. checking for getuid... no
  573. checking for getgid... no
  574. checking for fileno... yes
  575. checking for strtoull... yes
  576. checking whether basename is declared... no
  577. checking whether ftello is declared... no
  578. checking whether ftello64 is declared... yes
  579. checking whether fseeko is declared... no
  580. checking whether fseeko64 is declared... yes
  581. checking whether ffs is declared... no
  582. checking whether free is declared... yes
  583. checking whether getenv is declared... yes
  584. checking whether malloc is declared... yes
  585. checking whether realloc is declared... yes
  586. checking whether stpcpy is declared... no
  587. checking whether strstr is declared... yes
  588. checking whether snprintf is declared... yes
  589. checking whether vsnprintf is declared... yes
  590. checking for library containing zlibVersion... -lz
  591. checking zlib.h usability... yes
  592. checking zlib.h presence... yes
  593. checking for zlib.h... yes
  594. checking sys/procfs.h usability... no
  595. checking sys/procfs.h presence... no
  596. checking for sys/procfs.h... no
  597. checking linker --as-needed support... yes
  598. checking for cos in -lm... yes
  599. checking for ftello... no
  600. checking for ftello64... yes
  601. checking for fseeko... no
  602. checking for fseeko64... yes
  603. checking for fopen64... yes
  604. checking file_ptr type... BFD_HOST_64_BIT
  605. checking for stdlib.h... (cached) yes
  606. checking for unistd.h... (cached) yes
  607. checking for getpagesize... (cached) yes
  608. checking for working mmap... no
  609. checking for madvise... no
  610. checking for mprotect... yes
  611. configure: updating cache ./config.cache
  612. configure: creating ./config.status
  613. config.status: creating Makefile
  614. config.status: creating doc/Makefile
  615. config.status: creating bfd-in3.h
  616. config.status: creating po/Makefile.in
  617. config.status: creating config.h
  618. config.status: executing depfiles commands
  619. config.status: executing libtool commands
  620. config.status: executing default-1 commands
  621. config.status: executing bfd_stdint.h commands
  622. config.status: executing default commands
  623. make[2]: Entering directory `c:/binutils-2.23.1/libiberty'
  624. if [ x"" != x ] && [ ! -d pic ]; then \
  625. mkdir pic; \
  626. else true; fi
  627. touch stamp-picdir
  628. if [ x"" != x ]; then \
  629. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  630. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o pic
  631. /regex.o; \
  632. else true; fi
  633. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  634. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.
  635. o
  636. if [ x"" != x ]; then \
  637. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  638. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o
  639. pic/cplus-dem.o; \
  640. else true; fi
  641. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  642. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cp
  643. lus-dem.o
  644. if [ x"" != x ]; then \
  645. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  646. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c
  647. -o pic/cp-demangle.o; \
  648. else true; fi
  649. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  650. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o
  651. cp-demangle.o
  652. if [ x"" != x ]; then \
  653. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  654. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o pic/m
  655. d5.o; \
  656. else true; fi
  657. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  658. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o
  659. if [ x"" != x ]; then \
  660. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  661. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o pic/
  662. sha1.o; \
  663. else true; fi
  664. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  665. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o sha1.o
  666. if [ x"" != x ]; then \
  667. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  668. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o pi
  669. c/alloca.o; \
  670. else true; fi
  671. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  672. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloc
  673. a.o
  674. if [ x"" != x ]; then \
  675. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  676. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o pic/
  677. argv.o; \
  678. else true; fi
  679. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  680. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o
  681. if [ x"" != x ]; then \
  682. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  683. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c
  684. -o pic/choose-temp.o; \
  685. else true; fi
  686. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  687. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o
  688. choose-temp.o
  689. if [ x"" != x ]; then \
  690. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  691. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o pi
  692. c/concat.o; \
  693. else true; fi
  694. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  695. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o conca
  696. t.o
  697. if [ x"" != x ]; then \
  698. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  699. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o
  700. pic/cp-demint.o; \
  701. else true; fi
  702. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  703. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp
  704. -demint.o
  705. if [ x"" != x ]; then \
  706. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  707. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o pic
  708. /crc32.o; \
  709. else true; fi
  710. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  711. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o crc32.
  712. o
  713. if [ x"" != x ]; then \
  714. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  715. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dwarfnames.c -
  716. o pic/dwarfnames.o; \
  717. else true; fi
  718. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  719. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dwarfnames.c -o d
  720. warfnames.o
  721. if [ x"" != x ]; then \
  722. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  723. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -
  724. o pic/dyn-string.o; \
  725. else true; fi
  726. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  727. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o d
  728. yn-string.o
  729. if [ x"" != x ]; then \
  730. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  731. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o p
  732. ic/fdmatch.o; \
  733. else true; fi
  734. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  735. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdma
  736. tch.o
  737. if [ x"" != x ]; then \
  738. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  739. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o p
  740. ic/fibheap.o; \
  741. else true; fi
  742. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  743. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibh
  744. eap.o
  745. if [ x"" != x ]; then \
  746. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  747. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c
  748. -o pic/filename_cmp.o; \
  749. else true; fi
  750. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  751. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o
  752. filename_cmp.o
  753. if [ x"" != x ]; then \
  754. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  755. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c
  756. -o pic/floatformat.o; \
  757. else true; fi
  758. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  759. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o
  760. floatformat.o
  761. if [ x"" != x ]; then \
  762. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  763. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o p
  764. ic/fnmatch.o; \
  765. else true; fi
  766. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  767. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnma
  768. tch.o
  769. if [ x"" != x ]; then \
  770. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  771. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked
  772. .c -o pic/fopen_unlocked.o; \
  773. else true; fi
  774. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  775. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c
  776. -o fopen_unlocked.o
  777. if [ x"" != x ]; then \
  778. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  779. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o pi
  780. c/getopt.o; \
  781. else true; fi
  782. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  783. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getop
  784. t.o
  785. if [ x"" != x ]; then \
  786. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  787. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o p
  788. ic/getopt1.o; \
  789. else true; fi
  790. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  791. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o geto
  792. pt1.o
  793. if [ x"" != x ]; then \
  794. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  795. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o pi
  796. c/getpwd.o; \
  797. else true; fi
  798. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  799. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpw
  800. d.o
  801. if [ x"" != x ]; then \
  802. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  803. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -
  804. o pic/getruntime.o; \
  805. else true; fi
  806. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  807. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o g
  808. etruntime.o
  809. if [ x"" != x ]; then \
  810. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  811. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o p
  812. ic/hashtab.o; \
  813. else true; fi
  814. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  815. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hash
  816. tab.o
  817. if [ x"" != x ]; then \
  818. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  819. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o pic/h
  820. ex.o; \
  821. else true; fi
  822. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  823. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o
  824. if [ x"" != x ]; then \
  825. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  826. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o
  827. pic/lbasename.o; \
  828. else true; fi
  829. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  830. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lb
  831. asename.o
  832. if [ x"" != x ]; then \
  833. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  834. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o
  835. pic/lrealpath.o; \
  836. else true; fi
  837. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  838. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lr
  839. ealpath.o
  840. if [ x"" != x ]; then \
  841. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  842. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-
  843. prefix.c -o pic/make-relative-prefix.o; \
  844. else true; fi
  845. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  846. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-pre
  847. fix.c -o make-relative-prefix.o
  848. if [ x"" != x ]; then \
  849. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  850. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file
  851. .c -o pic/make-temp-file.o; \
  852. else true; fi
  853. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  854. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c
  855. -o make-temp-file.o
  856. if [ x"" != x ]; then \
  857. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  858. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o
  859. pic/objalloc.o; \
  860. else true; fi
  861. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  862. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o obj
  863. alloc.o
  864. if [ x"" != x ]; then \
  865. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  866. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o p
  867. ic/obstack.o; \
  868. else true; fi
  869. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  870. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obst
  871. ack.o
  872. if [ x"" != x ]; then \
  873. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  874. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o
  875. pic/partition.o; \
  876. else true; fi
  877. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  878. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o pa
  879. rtition.o
  880. if [ x"" != x ]; then \
  881. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  882. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o
  883. pic/pexecute.o; \
  884. else true; fi
  885. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  886. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pex
  887. ecute.o
  888. if [ x"" != x ]; then \
  889. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  890. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o p
  891. ic/physmem.o; \
  892. else true; fi
  893. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  894. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o phys
  895. mem.o
  896. if [ x"" != x ]; then \
  897. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  898. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -
  899. o pic/pex-common.o; \
  900. else true; fi
  901. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  902. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o p
  903. ex-common.o
  904. if [ x"" != x ]; then \
  905. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  906. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o p
  907. ic/pex-one.o; \
  908. else true; fi
  909. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  910. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-
  911. one.o
  912. if [ x"" != x ]; then \
  913. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  914. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-win32.c -o
  915. pic/pex-win32.o; \
  916. else true; fi
  917. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  918. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-win32.c -o pe
  919. x-win32.o
  920. if [ x"" != x ]; then \
  921. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  922. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -
  923. o pic/safe-ctype.o; \
  924. else true; fi
  925. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  926. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o s
  927. afe-ctype.o
  928. if [ x"" != x ]; then \
  929. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  930. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.
  931. c -o pic/simple-object.o; \
  932. else true; fi
  933. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  934. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -
  935. o simple-object.o
  936. if [ x"" != x ]; then \
  937. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  938. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-
  939. coff.c -o pic/simple-object-coff.o; \
  940. else true; fi
  941. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  942. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-cof
  943. f.c -o simple-object-coff.o
  944. if [ x"" != x ]; then \
  945. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  946. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-
  947. elf.c -o pic/simple-object-elf.o; \
  948. else true; fi
  949. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  950. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf
  951. .c -o simple-object-elf.o
  952. if [ x"" != x ]; then \
  953. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  954. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-
  955. mach-o.c -o pic/simple-object-mach-o.o; \
  956. else true; fi
  957. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  958. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mac
  959. h-o.c -o simple-object-mach-o.o
  960. if [ x"" != x ]; then \
  961. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  962. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o pic/
  963. sort.o; \
  964. else true; fi
  965. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  966. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o
  967. if [ x"" != x ]; then \
  968. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  969. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o pi
  970. c/spaces.o; \
  971. else true; fi
  972. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  973. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o space
  974. s.o
  975. if [ x"" != x ]; then \
  976. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  977. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -
  978. o pic/splay-tree.o; \
  979. else true; fi
  980. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  981. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o s
  982. play-tree.o
  983. if [ x"" != x ]; then \
  984. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  985. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stack-limit.c
  986. -o pic/stack-limit.o; \
  987. else true; fi
  988. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  989. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stack-limit.c -o
  990. stack-limit.o
  991. if [ x"" != x ]; then \
  992. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  993. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o
  994. pic/strerror.o; \
  995. else true; fi
  996. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  997. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o str
  998. error.o
  999. ./strerror.c:472:12: 警告: '_sys_nerr' は dllimport 属性無しで再宣言されました:
  1000. 前の dllimport は無視されます [-Wattributes]
  1001. ./strerror.c:473:14: 警告: '_sys_errlist' は dllimport 属性無しで再宣言されまし
  1002. た: 前の dllimport は無視されます [-Wattributes]
  1003. if [ x"" != x ]; then \
  1004. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1005. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o
  1006. pic/strsignal.o; \
  1007. else true; fi
  1008. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1009. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o st
  1010. rsignal.o
  1011. if [ x"" != x ]; then \
  1012. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1013. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./timeval-utils.
  1014. c -o pic/timeval-utils.o; \
  1015. else true; fi
  1016. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1017. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./timeval-utils.c -
  1018. o timeval-utils.o
  1019. if [ x"" != x ]; then \
  1020. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1021. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordi
  1022. nary.c -o pic/unlink-if-ordinary.o; \
  1023. else true; fi
  1024. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1025. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinar
  1026. y.c -o unlink-if-ordinary.o
  1027. if [ x"" != x ]; then \
  1028. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1029. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o p
  1030. ic/xatexit.o; \
  1031. else true; fi
  1032. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1033. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xate
  1034. xit.o
  1035. if [ x"" != x ]; then \
  1036. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1037. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o pic
  1038. /xexit.o; \
  1039. else true; fi
  1040. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1041. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.
  1042. o
  1043. if [ x"" != x ]; then \
  1044. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1045. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o p
  1046. ic/xmalloc.o; \
  1047. else true; fi
  1048. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1049. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmal
  1050. loc.o
  1051. if [ x"" != x ]; then \
  1052. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1053. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o p
  1054. ic/xmemdup.o; \
  1055. else true; fi
  1056. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1057. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmem
  1058. dup.o
  1059. if [ x"" != x ]; then \
  1060. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1061. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o p
  1062. ic/xstrdup.o; \
  1063. else true; fi
  1064. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1065. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstr
  1066. dup.o
  1067. if [ x"" != x ]; then \
  1068. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1069. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o
  1070. pic/xstrerror.o; \
  1071. else true; fi
  1072. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1073. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xs
  1074. trerror.o
  1075. if [ x"" != x ]; then \
  1076. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1077. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o
  1078. pic/xstrndup.o; \
  1079. else true; fi
  1080. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1081. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xst
  1082. rndup.o
  1083. if [ x"" != x ]; then \
  1084. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1085. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./asprintf.c -o
  1086. pic/asprintf.o; \
  1087. else true; fi
  1088. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1089. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./asprintf.c -o asp
  1090. rintf.o
  1091. if [ x"" != x ]; then \
  1092. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1093. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bcmp.c -o pic/
  1094. bcmp.o; \
  1095. else true; fi
  1096. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1097. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bcmp.c -o bcmp.o
  1098. if [ x"" != x ]; then \
  1099. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1100. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bcopy.c -o pic
  1101. /bcopy.o; \
  1102. else true; fi
  1103. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1104. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bcopy.c -o bcopy.
  1105. o
  1106. if [ x"" != x ]; then \
  1107. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1108. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bzero.c -o pic
  1109. /bzero.o; \
  1110. else true; fi
  1111. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1112. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./bzero.c -o bzero.
  1113. o
  1114. if [ x"" != x ]; then \
  1115. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1116. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./ffs.c -o pic/f
  1117. fs.o; \
  1118. else true; fi
  1119. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1120. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./ffs.c -o ffs.o
  1121. if [ x"" != x ]; then \
  1122. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1123. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./index.c -o pic
  1124. /index.o; \
  1125. else true; fi
  1126. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1127. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./index.c -o index.
  1128. o
  1129. if [ x"" != x ]; then \
  1130. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1131. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./insque.c -o pi
  1132. c/insque.o; \
  1133. else true; fi
  1134. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1135. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./insque.c -o insqu
  1136. e.o
  1137. if [ x"" != x ]; then \
  1138. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1139. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./memmem.c -o pi
  1140. c/memmem.o; \
  1141. else true; fi
  1142. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1143. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./memmem.c -o memme
  1144. m.o
  1145. if [ x"" != x ]; then \
  1146. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1147. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o p
  1148. ic/mempcpy.o; \
  1149. else true; fi
  1150. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1151. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o memp
  1152. cpy.o
  1153. if [ x"" != x ]; then \
  1154. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1155. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mkstemps.c -o
  1156. pic/mkstemps.o; \
  1157. else true; fi
  1158. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1159. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mkstemps.c -o mks
  1160. temps.o
  1161. if [ x"" != x ]; then \
  1162. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1163. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./random.c -o pi
  1164. c/random.o; \
  1165. else true; fi
  1166. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1167. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./random.c -o rando
  1168. m.o
  1169. if [ x"" != x ]; then \
  1170. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1171. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./rindex.c -o pi
  1172. c/rindex.o; \
  1173. else true; fi
  1174. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1175. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./rindex.c -o rinde
  1176. x.o
  1177. if [ x"" != x ]; then \
  1178. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1179. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setenv.c -o pi
  1180. c/setenv.o; \
  1181. else true; fi
  1182. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1183. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setenv.c -o seten
  1184. v.o
  1185. ./setenv.c:66:1: 警告: 関数宣言がプロトタイプではありません [-Wstrict-prototypes
  1186. ]
  1187. if [ x"" != x ]; then \
  1188. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1189. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sigsetmask.c -
  1190. o pic/sigsetmask.o; \
  1191. else true; fi
  1192. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1193. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sigsetmask.c -o s
  1194. igsetmask.o
  1195. if [ x"" != x ]; then \
  1196. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1197. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stpcpy.c -o pi
  1198. c/stpcpy.o; \
  1199. else true; fi
  1200. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1201. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stpcpy.c -o stpcp
  1202. y.o
  1203. if [ x"" != x ]; then \
  1204. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1205. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stpncpy.c -o p
  1206. ic/stpncpy.o; \
  1207. else true; fi
  1208. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1209. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stpncpy.c -o stpn
  1210. cpy.o
  1211. if [ x"" != x ]; then \
  1212. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1213. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strndup.c -o p
  1214. ic/strndup.o; \
  1215. else true; fi
  1216. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1217. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strndup.c -o strn
  1218. dup.o
  1219. if [ x"" != x ]; then \
  1220. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1221. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -
  1222. o pic/strverscmp.o; \
  1223. else true; fi
  1224. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1225. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o s
  1226. trverscmp.o
  1227. if [ x"" != x ]; then \
  1228. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1229. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./vasprintf.c -o
  1230. pic/vasprintf.o; \
  1231. else true; fi
  1232. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1233. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./vasprintf.c -o va
  1234. sprintf.o
  1235. if [ x"" != x ]; then \
  1236. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1237. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./waitpid.c -o p
  1238. ic/waitpid.o; \
  1239. else true; fi
  1240. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1241. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./waitpid.c -o wait
  1242. pid.o
  1243. ./waitpid.c: 関数 'waitpid' 内:
  1244. ./waitpid.c:31:7: 警告: 関数 'wait' の暗黙的な宣言です [-Wimplicit-function-decl
  1245. aration]
  1246. if [ x"" != x ]; then \
  1247. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1248. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c
  1249. -o pic/setproctitle.o; \
  1250. else true; fi
  1251. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1252. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o
  1253. setproctitle.o
  1254. if [ x"" != x ]; then \
  1255. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wa
  1256. ll -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./vfork.c -o pic
  1257. /vfork.o; \
  1258. else true; fi
  1259. gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS -I. -I./../include -W -Wall
  1260. -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./vfork.c -o vfork.
  1261. o
  1262. rm -f ./libiberty.a pic/./libiberty.a
  1263. ar rc ./libiberty.a \
  1264. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o .
  1265. /choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o
  1266. ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unl
  1267. ocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./l
  1268. basename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.
  1269. o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o
  1270. ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-o
  1271. bject-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-
  1272. limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xa
  1273. texit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o
  1274. ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memme
  1275. m.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./s
  1276. tpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o ./setpr
  1277. octitle.o ./vfork.o
  1278. ranlib ./libiberty.a
  1279. if [ x"" != x ]; then \
  1280. cd pic; \
  1281. ar rc ./libiberty.a \
  1282. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o
  1283. ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.
  1284. o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_u
  1285. nlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o .
  1286. /lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objallo
  1287. c.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.
  1288. o ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple
  1289. -object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stac
  1290. k-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./
  1291. xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup
  1292. .o ./asprintf.o ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./mem
  1293. mem.o ./mempcpy.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o .
  1294. /stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./waitpid.o ./set
  1295. proctitle.o ./vfork.o; \
  1296. ranlib ./libiberty.a; \
  1297. cd ..; \
  1298. else true; fi
  1299. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.
  1300. o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string
  1301. .o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_
  1302. unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o
  1303. ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objall
  1304. oc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one
  1305. .o ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simpl
  1306. e-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./sta
  1307. ck-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o .
  1308. /xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndu
  1309. p.o > required-list
  1310. make[3]: Entering directory `c:/binutils-2.23.1/libiberty/testsuite'
  1311. make[3]: Nothing to be done for `all'.
  1312. make[3]: Leaving directory `c:/binutils-2.23.1/libiberty/testsuite'
  1313. make[2]: Leaving directory `c:/binutils-2.23.1/libiberty'
  1314. make[2]: Entering directory `c:/binutils-2.23.1/intl'
  1315. make[2]: Nothing to be done for `all'.
  1316. make[2]: Leaving directory `c:/binutils-2.23.1/intl'
  1317. make[2]: Entering directory `c:/binutils-2.23.1/bfd'
  1318. creating bfdver.h
  1319. rm -f elf32-target.h
  1320. sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
  1321. mv -f elf32-target.new elf32-target.h
  1322. rm -f elf64-target.h
  1323. sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new
  1324. mv -f elf64-target.new elf64-target.h
  1325. rm -f targmatch.h
  1326. sed -f ./targmatch.sed < ./config.bfd > targmatch.new
  1327. mv -f targmatch.new targmatch.h
  1328. Making info in doc
  1329. make[3]: Entering directory `c:/binutils-2.23.1/bfd/doc'
  1330. make[3]: Nothing to be done for `info'.
  1331. make[3]: Leaving directory `c:/binutils-2.23.1/bfd/doc'
  1332. Making info in po
  1333. make[3]: Entering directory `c:/binutils-2.23.1/bfd/po'
  1334. ( if test 'x.' != 'x.'; then \
  1335. posrcprefix='../'; \
  1336. else \
  1337. posrcprefix="../"; \
  1338. fi; \
  1339. rm -f SRC-POTFILES-t SRC-POTFILES \
  1340. && (sed -e '/^#/d' \
  1341. -e '/^[ ]*$/d' \
  1342. -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \
  1343. | sed -e '$s/\\$//') > SRC-POTFILES-t \
  1344. && chmod a-w SRC-POTFILES-t \
  1345. && mv SRC-POTFILES-t SRC-POTFILES )
  1346. sed: -e expression #3, char 13: unterminated `s' command
  1347. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  1348. && (sed -e '/^#/d' \
  1349. -e '/^[ ]*$/d' \
  1350. -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \
  1351. | sed -e '$s/\\$//') > BLD-POTFILES-t \
  1352. && chmod a-w BLD-POTFILES-t \
  1353. && mv BLD-POTFILES-t BLD-POTFILES )
  1354. sed: -e expression #3, char 13: unterminated `s' command
  1355. cd .. \
  1356. && CONFIG_FILES=po/Makefile.in:po/Make-in \
  1357. CONFIG_HEADERS= C:/MinGW/msys/1.0/bin/sh.exe ./config.status
  1358. config.status: creating po/Makefile.in
  1359. config.status: executing depfiles commands
  1360. config.status: executing libtool commands
  1361. config.status: executing default-1 commands
  1362. config.status: executing bfd_stdint.h commands
  1363. config.status: executing default commands
  1364. make[3]: Leaving directory `c:/binutils-2.23.1/bfd/po'
  1365. make[3]: Entering directory `c:/binutils-2.23.1/bfd/po'
  1366. make[3]: Nothing to be done for `info'.
  1367. make[3]: Leaving directory `c:/binutils-2.23.1/bfd/po'
  1368. make[3]: Entering directory `c:/binutils-2.23.1/bfd'
  1369. make[3]: Nothing to be done for `info-am'.
  1370. make[3]: Leaving directory `c:/binutils-2.23.1/bfd'
  1371. C:/MinGW/bin/make all-recursive
  1372. make[3]: Entering directory `c:/binutils-2.23.1/bfd'
  1373. Making all in doc
  1374. make[4]: Entering directory `c:/binutils-2.23.1/bfd/doc'
  1375. make[4]: Nothing to be done for `all'.
  1376. make[4]: Leaving directory `c:/binutils-2.23.1/bfd/doc'
  1377. Making all in po
  1378. make[4]: Entering directory `c:/binutils-2.23.1/bfd/po'
  1379. make[4]: Nothing to be done for `all'.
  1380. make[4]: Leaving directory `c:/binutils-2.23.1/bfd/po'
  1381. make[4]: Entering directory `c:/binutils-2.23.1/bfd'
  1382. rm -f bfd-tmp.h
  1383. cp bfd-in3.h bfd-tmp.h
  1384. C:/MinGW/msys/1.0/bin/sh.exe ./../move-if-change bfd-tmp.h bfd.h
  1385. rm -f bfd-tmp.h
  1386. touch stmp-bfd-h
  1387. C:/MinGW/msys/1.0/bin/sh.exe ./libtool --tag=CC --mode=compile gcc -DHAVE_CONF
  1388. IG_H -I. -D__USE_MINGW_FSEEK -I. -I. -I./../include -DHAVE_i386pe_vec -DHAVE
  1389. _i386pei_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAV
  1390. E_bfd_elf32_big_generic_vec -DBINDIR='"C;C:MinGWbin"' -W -Wall -Wstrict-protot
  1391. ypes -Wmissing-prototypes -Wshadow -Wno-format -Werror -g -O2 -D__USE_MINGW_ACCE
  1392. SS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c
  1393. Xarchive.Tpo -c -o archive.lo archive.lo
  1394. libtool: compile: warning: libobj name `archive.Tpo -c -o archive.lo archive.lo'
  1395. may not contain shell special characters.
  1396. rm: invalid option -- c
  1397. Try `rm --help' for more information.
  1398. libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__USE_MINGW_FSEEK -I. -I. -I./../in
  1399. clude -DHAVE_i386pe_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_
  1400. elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec "-DBINDIR=\\C;C:MinGWb
  1401. in\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wno-format -Wer
  1402. ror -g -O2 -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c
  1403. -o archive.lo archive.c" -o archive.Tpo -c -o archive.lo archive.o
  1404. gcc.exe: エラー: archive.o: No such file or directory
  1405. gcc.exe: 致命的エラー: 入力ファイルがありません
  1406. RpC~オワオスB
  1407. rm: invalid option -- c
  1408. Try `rm --help' for more information.
  1409. make[4]: *** [archive.lo] Error 1
  1410. make[4]: Leaving directory `c:/binutils-2.23.1/bfd'
  1411. make[3]: *** [all-recursive] Error 1
  1412. make[3]: Leaving directory `c:/binutils-2.23.1/bfd'
  1413. make[2]: *** [all] Error 2
  1414. make[2]: Leaving directory `c:/binutils-2.23.1/bfd'
  1415. make[1]: *** [all-bfd] Error 2
  1416. make[1]: Leaving directory `c:/binutils-2.23.1'
  1417. make: *** [all] Error 2
  1418.  
  1419. Kim@Kim-PC /c/binutils-2.23.1
  1420. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement