Advertisement
Guest User

Untitled

a guest
May 5th, 2017
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 357.93 KB | None | 0 0
  1. head: cannot open ‘/home/dkasza/smartos-live/proto/buildstamp’ for reading: No such file or directory
  2. head: cannot open ‘/home/dkasza/smartos-live/proto/buildstamp’ for reading: No such file or directory
  3. (cd /home/dkasza/smartos-live/projects/illumos-extra && \
  4. gmake MAX_JOBS=8 STRAP=strap DESTDIR=/home/dkasza/smartos-live/proto.strap \
  5. install_strap)
  6. gmake[1]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra'
  7. (cd binutils && \
  8. PKG_CONFIG_LIBDIR="" \
  9. STRAP=strap \
  10. gmake DESTDIR=/home/dkasza/smartos-live/proto.strap install)
  11. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils'
  12. rm -rf binutils-2.25.1-32strap binutils-2.25.1-32strap
  13. mkdir -p .unpack32
  14. gtar x -C .unpack32 -j --no-same-owner -f binutils-2.25.1.tar.bz2
  15. for p in patches/*; do echo "Applying $p"; /opt/local/bin/gpatch -d .unpack32/binutils-2.25.1 -p1 < "$p" || exit 1; done
  16. Applying patches/stdio-limit.patch
  17. patching file bfd/cache.c
  18. mv -f .unpack32/binutils-2.25.1 ./binutils-2.25.1-32strap
  19. rmdir .unpack32
  20. chmod 755 binutils-2.25.1-32strap/configure
  21. touch binutils-2.25.1-32strap/configure
  22. (cd binutils-2.25.1-32strap; \
  23. env - PATH=/home/dkasza/smartos-live/proto.strap/usr/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/bin PKG_CONFIG_LIBDIR="" CC="/home/dkasza/smartos-live/proto.strap/usr/bin/gcc" CXX="/home/dkasza/smartos-live/proto.strap/usr/bin/g++" CPPFLAGS="-isystem /home/dkasza/smartos-live/proto.strap//usr/include" CFLAGS="" LDFLAGS="-L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib " LIBS="" CC=gcc CXX=g++ DESTDIR=/home/dkasza/smartos-live/proto.strap MAKE=gmake CONFIG_SHELL=/bin/bash \
  24. ./configure --prefix=/usr/gnu --enable-64-bit-bfd --program-prefix=g)
  25. checking build system type... i386-pc-solaris2.11
  26. checking host system type... i386-pc-solaris2.11
  27. checking target system type... i386-pc-solaris2.11
  28. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  29. checking whether ln works... yes
  30. checking whether ln -s works... yes
  31. checking for a sed that does not truncate output... /opt/local/bin/sed
  32. checking for gawk... gawk
  33. checking for gcc... gcc
  34. checking for C compiler default output file name... a.out
  35. checking whether the C compiler works... yes
  36. checking whether we are cross compiling... no
  37. checking for suffix of executables...
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether gcc accepts -g... yes
  41. checking for gcc option to accept ISO C89... none needed
  42. checking whether we are using the GNU C++ compiler... yes
  43. checking whether g++ accepts -g... yes
  44. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  45. checking for gnatbind... no
  46. checking for gnatmake... no
  47. checking whether compiler driver understands Ada... no
  48. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  49. checking for objdir... .libs
  50. checking for version 0.10 of ISL... no
  51. checking for version 0.11 of ISL... no
  52. checking for version 0.12 of ISL... no
  53. checking for default BUILD_CONFIG...
  54. checking for --enable-vtable-verify... no
  55. checking for bison... bison -y
  56. checking for bison... bison
  57. checking for gm4... gm4
  58. checking for flex... flex
  59. checking for flex... flex
  60. checking for makeinfo... no
  61. checking for expect... no
  62. checking for runtest... no
  63. checking for ar... ar
  64. checking for as... as
  65. checking for dlltool... no
  66. checking for ld... (cached) /usr/bin/ld
  67. checking for lipo... no
  68. checking for nm... nm
  69. checking for ranlib... ranlib
  70. checking for strip... strip
  71. checking for windres... no
  72. checking for windmc... no
  73. checking for objcopy... objcopy
  74. checking for objdump... objdump
  75. checking for readelf... readelf
  76. checking for cc... cc
  77. checking for c++... c++
  78. checking for gcc... gcc
  79. checking for gcj... no
  80. checking for gfortran... gfortran
  81. checking for gccgo... gccgo
  82. checking for ar... ar
  83. checking for as... as
  84. checking for dlltool... no
  85. checking for ld... ld
  86. checking for lipo... no
  87. checking for nm... nm
  88. checking for objdump... objdump
  89. checking for ranlib... ranlib
  90. checking for readelf... readelf
  91. checking for strip... strip
  92. checking for windres... no
  93. checking for windmc... no
  94. checking where to find the target ar... just compiled
  95. checking where to find the target as... just compiled
  96. checking where to find the target cc... host tool
  97. checking where to find the target c++... host tool
  98. checking where to find the target c++ for libstdc++... host tool
  99. checking where to find the target dlltool... just compiled
  100. checking where to find the target gcc... host tool
  101. checking where to find the target gcj... host tool
  102. checking where to find the target gfortran... host tool
  103. checking where to find the target gccgo... host tool
  104. checking where to find the target ld... just compiled
  105. checking where to find the target lipo... host tool
  106. checking where to find the target nm... just compiled
  107. checking where to find the target objdump... just compiled
  108. checking where to find the target ranlib... just compiled
  109. checking where to find the target readelf... just compiled
  110. checking where to find the target strip... just compiled
  111. checking where to find the target windres... just compiled
  112. checking where to find the target windmc... just compiled
  113. checking whether to enable maintainer-specific portions of Makefiles... no
  114. configure: creating ./config.status
  115. config.status: creating Makefile
  116. (cd binutils-2.25.1-32strap; \
  117. env - PATH=/home/dkasza/smartos-live/proto.strap/usr/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/bin gmake -j8 V=1 )
  118. gmake[1]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap'
  119. gmake[1]: Nothing to be done for 'all-target'.
  120. Configuring in ./libiberty
  121. Configuring in ./intl
  122. Configuring in ./etc
  123. configure: creating cache ./config.cache
  124. checking whether to enable maintainer-specific portions of Makefiles... no
  125. checking for makeinfo... /home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/missing makeinfo --split-size=5000000
  126. configure: WARNING:
  127. *** Makeinfo is missing. Info documentation will not be built.
  128. checking for perl... perl
  129. configure: creating cache ./config.cache
  130. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  131. checking build system type... configure: creating cache ./config.cache
  132. checking whether gmake sets $(MAKE)... i386-pc-solaris2.11
  133. checking host system type... configure: updating cache ./config.cache
  134. configure: creating ./config.status
  135. i386-pc-solaris2.11
  136. checking for i386-pc-solaris2.11-ar... ar
  137. checking for i386-pc-solaris2.11-ranlib... ranlib
  138. checking whether to install libiberty headers and static library... no
  139. configure: target_header_dir =
  140. checking for i386-pc-solaris2.11-gcc... gcc
  141. yes
  142. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  143. checking whether NLS is requested... yes
  144. checking for msgfmt... /opt/local/bin/msgfmt
  145. checking for gmsgfmt... /opt/local/bin/msgfmt
  146. checking for xgettext... /opt/local/bin/xgettext
  147. checking for C compiler default output file name... checking for msgmerge... /opt/local/bin/msgmerge
  148. a.out
  149. checking whether the C compiler works... yes
  150. checking for i386-pc-solaris2.11-gcc... gcc
  151. checking whether we are cross compiling... no
  152. checking for suffix of executables... config.status: creating Makefile
  153.  
  154. checking for suffix of object files... o
  155. checking whether we are using the GNU C compiler... gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/etc'
  156. gmake[2]: Nothing to be done for 'all'.
  157. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/etc'
  158. checking for C compiler default output file name... yes
  159. checking whether gcc accepts -g... a.out
  160. checking whether the C compiler works... yes
  161. checking whether we are cross compiling... no
  162. checking for suffix of executables... yes
  163. checking for gcc option to accept ISO C89...
  164. checking for suffix of object files... none needed
  165. checking for special C compiler options needed for large files... no
  166. checking for _FILE_OFFSET_BITS value needed for large files... o
  167. checking whether we are using the GNU C compiler... yes
  168. checking whether gcc accepts -g... 64
  169. checking how to run the C preprocessor... yes
  170. checking for gcc option to accept ISO C89... gcc -E
  171. none needed
  172. checking build system type... i386-pc-solaris2.11
  173. checking host system type... checking whether gcc supports -W... i386-pc-solaris2.11
  174. checking for i386-pc-solaris2.11-ranlib... ranlib
  175. checking for library containing strerror... yes
  176. checking whether gcc supports -Wall... none required
  177. checking how to run the C preprocessor... yes
  178. checking whether gcc supports -Wwrite-strings... gcc -E
  179. yes
  180. checking whether gcc supports -Wc++-compat... checking for grep that handles long lines and -e... yes
  181. checking whether gcc supports -Wstrict-prototypes... /opt/local/bin/grep
  182. checking for egrep... /opt/local/bin/grep -E
  183. checking for ANSI C header files... yes
  184. checking whether gcc supports -pedantic ... yes
  185. checking whether gcc and cc understand -c and -o together... yes
  186. checking for an ANSI C-conforming const... yes
  187. checking for inline... inline
  188. yes
  189. checking for sys/types.h... checking for an ANSI C-conforming const... yes
  190. checking for inline... yes
  191. checking for sys/stat.h... inline
  192. checking for grep that handles long lines and -e... yes
  193. /opt/local/bin/grep
  194. checking for egrep... /opt/local/bin/grep -E
  195. checking for ANSI C header files... checking for stdlib.h... yes
  196. checking for string.h... yes
  197. checking for memory.h... yes
  198. yes
  199. checking for sys/types.h... checking for strings.h... yes
  200. checking for sys/stat.h... yes
  201. checking for inttypes.h... yes
  202. checking for stdlib.h... yes
  203. yes
  204. checking for string.h... checking for stdint.h... yes
  205. checking for memory.h... yes
  206. checking for unistd.h... yes
  207. checking for strings.h... yes
  208. yes
  209. checking for off_t... checking for inttypes.h... yes
  210. checking for stdint.h... yes
  211. checking for unistd.h... yes
  212. checking for size_t... yes
  213. checking whether byte ordering is bigendian... yes
  214. checking for working alloca.h... yes
  215. checking for alloca... no
  216. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  217. yes
  218. checking for sys/file.h... checking for stdlib.h... (cached) yes
  219. checking for unistd.h... (cached) yes
  220. checking for getpagesize... yes
  221. checking for sys/param.h... yes
  222. yes
  223. checking for limits.h... checking for working mmap... yes
  224. checking for stdlib.h... (cached) yes
  225. checking for malloc.h... yes
  226. checking whether we are using the GNU C Library 2.1 or newer... yes
  227. checking for string.h... (cached) yes
  228. no
  229. checking whether integer division by zero raises SIGFPE... checking for unistd.h... (cached) yes
  230. checking for strings.h... (cached) yes
  231. checking for sys/time.h... yes
  232. yes
  233. checking for inttypes.h... checking for time.h... yes
  234. yes
  235. checking for sys/resource.h... checking for stdint.h... yes
  236. checking for sys/stat.h... (cached) yes
  237. yes
  238. checking for unsigned long long... checking for sys/mman.h... yes
  239. checking for fcntl.h... yes
  240. checking for inttypes.h... yes
  241. checking for alloca.h... yes
  242. checking whether the inttypes.h PRIxNN macros are broken... yes
  243. checking for sys/pstat.h... no
  244. checking for ld used by GCC... no
  245. checking for sys/sysmp.h... /usr/bin/ld
  246. checking if the linker (/usr/bin/ld) is GNU ld... no
  247. checking for shared library run path origin... done
  248. no
  249. checking for sys/sysinfo.h... checking argz.h usability... yes
  250. checking for machine/hal_sysinfo.h... no
  251. checking argz.h presence... no
  252. checking for sys/table.h... no
  253. checking for argz.h... no
  254. checking limits.h usability... no
  255. checking for sys/sysctl.h... yes
  256. checking limits.h presence... no
  257. checking for sys/systemcfg.h... yes
  258. checking for limits.h... yes
  259. checking locale.h usability... no
  260. checking for stdint.h... (cached) yes
  261. checking for stdio_ext.h... yes
  262. checking locale.h presence... yes
  263. yes
  264. checking for process.h... checking for locale.h... yes
  265. checking nl_types.h usability... no
  266. checking for sys/prctl.h... yes
  267. checking nl_types.h presence... no
  268. checking for sys/wait.h that is POSIX.1 compatible... yes
  269. checking for nl_types.h... yes
  270. checking malloc.h usability... yes
  271. checking whether time.h and sys/time.h may both be included... yes
  272. checking malloc.h presence... yes
  273. checking for malloc.h... yes
  274. yes
  275. checking whether errno must be declared... checking stddef.h usability... no
  276. checking size of int... yes
  277. checking stddef.h presence... yes
  278. checking for stddef.h... yes
  279. checking for stdlib.h... (cached) yes
  280. 4
  281. checking for string.h... (cached) yes
  282. checking for a 64-bit type... checking for unistd.h... (cached) yes
  283. checking sys/param.h usability... uint64_t
  284. checking for intptr_t... yes
  285. checking sys/param.h presence... yes
  286. checking for sys/param.h... yes
  287. checking for feof_unlocked... yes
  288. checking for uintptr_t... no
  289. checking for fgets_unlocked... no
  290. checking for getc_unlocked... yes
  291. checking for ssize_t... yes
  292. checking for getcwd... yes
  293. checking for pid_t... yes
  294. checking for getegid... yes
  295. checking for geteuid... yes
  296. checking for library containing strerror... yes
  297. checking for getgid... none required
  298. checking for asprintf... yes
  299. checking for getuid... yes
  300. checking for atexit... yes
  301. checking for mempcpy... yes
  302. checking for basename... no
  303. checking for munmap... yes
  304. checking for bcmp... yes
  305. checking for putenv... yes
  306. checking for bcopy... yes
  307. checking for setenv... yes
  308. checking for bsearch... yes
  309. checking for setlocale... yes
  310. checking for bzero... yes
  311. checking for stpcpy... yes
  312. checking for calloc... yes
  313. checking for strcasecmp... yes
  314. checking for clock... yes
  315. checking for strdup... yes
  316. checking for ffs... yes
  317. checking for strtoul... yes
  318. checking for getcwd... yes
  319. checking for tsearch... yes
  320. checking for getpagesize... yes
  321. checking for __argz_count... yes
  322. checking for gettimeofday... no
  323. checking for __argz_stringify... yes
  324. checking for index... no
  325. checking for __argz_next... yes
  326. checking for insque... no
  327. yes
  328. checking for __fsetlocking... checking for memchr... yes
  329. checking for iconv... yes
  330. checking for memcmp... yes
  331. checking for memcpy... yes
  332. checking how to link with libiconv... -liconv
  333. checking for iconv declaration... yes
  334. checking for memmem... install-shextern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  335. checking for nl_langinfo and CODESET... yes
  336. checking for memmove... yes
  337. checking for LC_MESSAGES... yes
  338. checking for mempcpy... yes
  339. checking for bison... bison
  340. checking version of bison... 3.0.2, ok
  341. checking whether NLS is requested... yes
  342. checking whether included gettext is requested... no
  343. checking for GNU gettext in libc... no
  344. checking for memset... yes
  345. checking whether to use NLS... yes
  346. checking where the gettext function comes from... libc
  347. checking for aclocal... aclocal
  348. checking for autoconf... autoconf
  349. checking for autoheader... autoheader
  350. yes
  351. configure: updating cache ./config.cache
  352. configure: creating ./config.status
  353. checking for mkstemps... yes
  354. checking for putenv... yes
  355. checking for random... yes
  356. checking for rename... config.status: creating Makefile
  357. config.status: creating config.intl
  358. yes
  359. config.status: creating config.h
  360. checking for rindex... config.status: executing default-1 commands
  361. yes
  362. checking for setenv... Configuring in ./binutils
  363. Configuring in ./gas
  364. Configuring in ./gprof
  365. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/intl'
  366. gmake[2]: Nothing to be done for 'all'.
  367. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/intl'
  368. Configuring in ./ld
  369. configure: creating cache ./config.cache
  370. checking build system type... yes
  371. configure: creating cache ./config.cache
  372. checking for snprintf... i386-pc-solaris2.11
  373. checking host system type... checking build system type... i386-pc-solaris2.11
  374. checking target system type... configure: creating cache ./config.cache
  375. yes
  376. checking build system type... i386-pc-solaris2.11
  377. checking host system type... i386-pc-solaris2.11
  378. checking host system type... checking for sigsetmask... i386-pc-solaris2.11
  379. checking for i386-pc-solaris2.11-gcc... gcc
  380. i386-pc-solaris2.11
  381. checking target system type... i386-pc-solaris2.11
  382. checking target system type... i386-pc-solaris2.11
  383. checking for i386-pc-solaris2.11-gcc... gcc
  384. i386-pc-solaris2.11
  385. checking for i386-pc-solaris2.11-gcc... gcc
  386. no
  387. checking for stpcpy... configure: creating cache ./config.cache
  388. checking for C compiler default output file name... checking for C compiler default output file name... checking build system type... i386-pc-solaris2.11
  389. checking host system type... yes
  390. checking for stpncpy... i386-pc-solaris2.11
  391. checking target system type... i386-pc-solaris2.11
  392. checking for i386-pc-solaris2.11-gcc... gcc
  393. a.out
  394. checking whether the C compiler works... yes
  395. checking whether we are cross compiling... no
  396. checking for suffix of executables... a.out
  397. checking whether the C compiler works... yes
  398. checking whether we are cross compiling... no
  399. checking for suffix of executables...
  400. checking for C compiler default output file name... checking for suffix of object files... o
  401. checking whether we are using the GNU C compiler... yes
  402. yes
  403. checking whether gcc accepts -g... checking for strcasecmp...
  404. a.out
  405. checking whether the C compiler works... yes
  406. checking for suffix of object files... checking whether we are cross compiling... no
  407. checking for suffix of executables... yes
  408. checking for gcc option to accept ISO C89... checking for C compiler default output file name... yes
  409. checking for strchr... a.out
  410. checking whether the C compiler works... none needed
  411. checking for library containing strerror...
  412. checking for suffix of object files... o
  413. checking whether we are using the GNU C compiler... yes
  414. o
  415. checking whether we are using the GNU C compiler... yes
  416. checking for strdup... yes
  417. checking whether gcc accepts -g... checking whether we are cross compiling... no
  418. checking for suffix of executables... none required
  419. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  420. checking whether build environment is sane... yes
  421. checking for gcc option to accept ISO C89... yes
  422. checking whether gcc accepts -g...
  423. checking for suffix of object files... yes
  424. checking for gcc option to accept ISO C89... o
  425. checking whether we are using the GNU C compiler... none needed
  426. checking for library containing strerror... yes
  427. none needed
  428. checking for library containing strerror... checking for strncasecmp... yes
  429. checking whether gcc accepts -g... none required
  430. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  431. checking whether build environment is sane... yes
  432. checking for gcc option to accept ISO C89... yes
  433. checking for strndup... none required
  434. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  435. checking whether build environment is sane... none needed
  436. checking for library containing strerror... yes
  437. checking for strnlen... none required
  438. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  439. checking whether build environment is sane... yes
  440. checking for strrchr... yes
  441. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  442. checking for gawk... gawk
  443. checking whether gmake sets $(MAKE)... yes
  444. yes
  445. checking for strstr... checking for style of include used by gmake... GNU
  446. checking dependency style of gcc... yes
  447. checking for strtod... gcc3
  448. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  449. yes
  450. checking for strtol... yes
  451. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  452. checking for gawk... gawk
  453. checking whether gmake sets $(MAKE)... yes
  454. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  455. checking for gawk... gawk
  456. checking whether gmake sets $(MAKE)... checking whether we are using the GNU C compiler... (cached) yes
  457. yes
  458. checking whether gcc accepts -g... (cached) yes
  459. checking for gcc option to accept ISO C89... (cached) none needed
  460. checking how to run the C preprocessor... yes
  461. checking for style of include used by gmake... yes
  462. checking for style of include used by gmake... GNU
  463. GNU
  464. checking dependency style of gcc... checking dependency style of gcc... checking for strtoul... yes
  465. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  466. checking for gawk... gawk
  467. checking whether gmake sets $(MAKE)... gcc -E
  468. yes
  469. gcc3
  470. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  471. gcc3
  472. checking whether to enable maintainer-specific portions of Makefiles... no
  473. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  474. checking for style of include used by gmake... GNU
  475. checking for grep that handles long lines and -e... /opt/local/bin/grep
  476. checking for egrep... yes
  477. checking whether we are using the GNU C compiler... (cached) checking for strverscmp... yes
  478. checking whether gcc accepts -g... (cached) yes
  479. checking for gcc option to accept ISO C89... (cached) none needed
  480. checking dependency style of gcc... checking whether we are using the GNU C compiler... (cached) yes
  481. checking whether gcc accepts -g... (cached) yes
  482. checking for gcc option to accept ISO C89... (cached) none needed
  483. checking how to run the C preprocessor... /opt/local/bin/grep -E
  484. checking for ANSI C header files... no
  485. checking for tmpnam... gcc3
  486. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  487. gcc -E
  488. yes
  489. checking whether we are using the GNU C++ compiler... checking for vasprintf... yes
  490. checking whether g++ accepts -g... yes
  491. checking for vfprintf... checking for grep that handles long lines and -e... yes
  492. yes
  493. checking dependency style of g++... checking for sys/types.h... yes
  494. checking for vprintf... checking whether we are using the GNU C compiler... (cached) yes
  495. checking whether gcc accepts -g... (cached) yes
  496. checking for gcc option to accept ISO C89... (cached) none needed
  497. checking how to run the C preprocessor... yes
  498. /opt/local/bin/grep
  499. checking for egrep... checking for sys/stat.h... /opt/local/bin/grep -E
  500. checking for ANSI C header files... yes
  501. gcc3
  502. checking how to run the C preprocessor... yes
  503. checking for stdlib.h... gcc -E
  504. checking for vsnprintf... yes
  505. checking for string.h... yes
  506. checking for vsprintf... gcc -E
  507. checking for grep that handles long lines and -e... yes
  508. checking for sys/types.h... yes
  509. checking for memory.h... yes
  510. checking for sys/stat.h... yes
  511. checking for waitpid... /opt/local/bin/grep
  512. checking for egrep... /opt/local/bin/grep -E
  513. checking for ANSI C header files... checking for grep that handles long lines and -e... yes
  514. checking for strings.h... yes
  515. checking for stdlib.h... yes
  516. checking for setproctitle... /opt/local/bin/grep
  517. checking for egrep... yes
  518. checking for inttypes.h... /opt/local/bin/grep -E
  519. checking for ANSI C header files... no
  520. checking whether alloca needs Cray hooks... yes
  521. checking for string.h... yes
  522. checking for stdint.h... no
  523. checking stack direction for C alloca... yes
  524. yes
  525. checking for sys/types.h... yes
  526. checking for unistd.h... checking for memory.h... yes
  527. -1
  528. checking for vfork.h... checking for sys/types.h... yes
  529. no
  530. checking for strings.h... checking for fork... yes
  531. checking minix/config.h usability... yes
  532. yes
  533. checking for sys/stat.h... checking for sys/stat.h... yes
  534. checking for stdlib.h... yes
  535. yes
  536. checking for inttypes.h... checking for stdlib.h... yes
  537. yes
  538. checking for string.h... no
  539. checking minix/config.h presence... checking for vfork... yes
  540. no
  541. checking for minix/config.h... no
  542. checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
  543. checking for stdint.h... yes
  544. checking for string.h... yes
  545. checking for strings.h... yes
  546. checking for unistd.h... yes
  547. checking for working fork... yes
  548. checking how to print strings... print -r
  549. checking for a sed that does not truncate output... yes
  550. yes
  551. checking minix/config.h usability... yes
  552. checking for memory.h... checking for inttypes.h... /opt/local/bin/sed
  553. checking for fgrep... no
  554. checking minix/config.h presence... yes
  555. checking for stdint.h... yes
  556. /opt/local/bin/grep -F
  557. checking for ld used by gcc... no
  558. checking for minix/config.h... no
  559. checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
  560. checking for working vfork... (cached) yes
  561. checking for _doprnt... yes
  562. yes
  563. yes
  564. checking for inttypes.h... checking how to print strings... checking for unistd.h... print -r
  565. checking for a sed that does not truncate output... /usr/bin/ld
  566. checking if the linker (/usr/bin/ld) is GNU ld... yes
  567. checking for sys_errlist... no
  568. checking for BSD- or MS-compatible name lister (nm)... nm
  569. checking the name lister (nm) interface... yes
  570. checking for stdint.h... yes
  571. checking minix/config.h usability... yes
  572. checking for sys_nerr... /opt/local/bin/sed
  573. checking for fgrep... BSD nm
  574. checking whether ln -s works... yes
  575. checking the maximum length of command line arguments... /opt/local/bin/grep -F
  576. checking for ld used by gcc... 786240
  577. checking whether the shell understands some XSI constructs... yes
  578. checking whether the shell understands "+="... yes
  579. yes
  580. no
  581. checking minix/config.h presence... checking for sys_siglist... /usr/bin/ld
  582. checking if the linker (/usr/bin/ld) is GNU ld... no
  583. checking for BSD- or MS-compatible name lister (nm)... nm
  584. checking the name lister (nm) interface... checking for /usr/bin/ld option to reload object files... -r
  585. checking for i386-pc-solaris2.11-objdump... objdump
  586. checking how to recognize dependent libraries... pass_all
  587. checking for i386-pc-solaris2.11-ar... ar
  588. checking for i386-pc-solaris2.11-strip... no
  589. checking for strip... strip
  590. checking for i386-pc-solaris2.11-ranlib... ranlib
  591. checking command to parse nm output from gcc object... yes
  592. checking for unistd.h... no
  593. checking for minix/config.h... no
  594. no
  595. checking for external symbol _system_configuration... checking whether it is safe to define __EXTENSIONS__... yes
  596. checking minix/config.h usability... BSD nm
  597. checking whether ln -s works... yes
  598. checking the maximum length of command line arguments... yes
  599. checking how to print strings... no
  600. no
  601. checking minix/config.h presence... 786240
  602. checking whether the shell understands some XSI constructs... yes
  603. checking whether the shell understands "+="... yes
  604. checking for __fsetlocking... print -r
  605. checking for a sed that does not truncate output... /opt/local/bin/sed
  606. checking for /usr/bin/ld option to reload object files... -r
  607. checking for i386-pc-solaris2.11-objdump... objdump
  608. checking how to recognize dependent libraries... pass_all
  609. checking for i386-pc-solaris2.11-ar... ar
  610. checking for i386-pc-solaris2.11-strip... no
  611. checking for strip... strip
  612. checking for i386-pc-solaris2.11-ranlib... ranlib
  613. checking command to parse nm output from gcc object... checking for fgrep... no
  614. checking for minix/config.h... no
  615. checking whether it is safe to define __EXTENSIONS__... failed
  616. checking for dlfcn.h... /opt/local/bin/grep -F
  617. checking for ld used by gcc... /usr/bin/ld
  618. checking if the linker (/usr/bin/ld) is GNU ld... yes
  619. no
  620. checking for BSD- or MS-compatible name lister (nm)... nm
  621. checking the name lister (nm) interface... checking for canonicalize_file_name... yes
  622. checking how to print strings... print -r
  623. checking for a sed that does not truncate output... /opt/local/bin/sed
  624. checking for fgrep... yes
  625. yes
  626. checking for objdir... /opt/local/bin/grep -F
  627. checking for ld used by gcc... checking for dup3... .libs
  628. BSD nm
  629. checking whether ln -s works... yes
  630. checking the maximum length of command line arguments... 786240
  631. checking whether the shell understands some XSI constructs... yes
  632. checking whether the shell understands "+="... yes
  633. yes
  634. checking for getrlimit... /usr/bin/ld
  635. checking if the linker (/usr/bin/ld) is GNU ld... no
  636. checking for BSD- or MS-compatible name lister (nm)... nm
  637. checking the name lister (nm) interface... failed
  638. checking for dlfcn.h... checking for /usr/bin/ld option to reload object files... -r
  639. checking for i386-pc-solaris2.11-objdump... objdump
  640. checking how to recognize dependent libraries... pass_all
  641. checking for i386-pc-solaris2.11-ar... ar
  642. checking for i386-pc-solaris2.11-strip... no
  643. checking for strip... strip
  644. checking for i386-pc-solaris2.11-ranlib... ranlib
  645. checking command to parse nm output from gcc object... yes
  646. checking for getrusage... BSD nm
  647. checking whether ln -s works... yes
  648. checking the maximum length of command line arguments... 786240
  649. checking whether the shell understands some XSI constructs... yes
  650. checking whether the shell understands "+="... yes
  651. yes
  652. checking for objdir... checking for /usr/bin/ld option to reload object files... -r
  653. checking for i386-pc-solaris2.11-objdump... objdump
  654. checking how to recognize dependent libraries... pass_all
  655. checking for i386-pc-solaris2.11-ar... ar
  656. checking for i386-pc-solaris2.11-strip... no
  657. checking for strip... strip
  658. checking for i386-pc-solaris2.11-ranlib... ranlib
  659. checking command to parse nm output from gcc object... yes
  660. checking if gcc supports -fno-rtti -fno-exceptions... .libs
  661. checking for getsysinfo... no
  662. checking for gettimeofday... (cached) yes
  663. failed
  664. no
  665. checking for gcc option to produce PIC... -fPIC -DPIC
  666. checking if gcc PIC flag -fPIC -DPIC works... checking for on_exit... checking for dlfcn.h... failed
  667. checking for dlfcn.h... yes
  668. checking for objdir... .libs
  669. checking if gcc supports -fno-rtti -fno-exceptions... yes
  670. checking if gcc static flag -static works... no
  671. checking for psignal... no
  672. checking if gcc supports -c -o file.o... yes
  673. checking for objdir... yes
  674. checking for pstat_getdynamic... .libs
  675. no
  676. checking for pstat_getstatic... checking if gcc supports -fno-rtti -fno-exceptions... yes
  677. checking if gcc supports -c -o file.o... (cached) yes
  678. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  679. checking whether -lc should be explicitly linked in... no
  680. checking for realpath... no
  681. checking for gcc option to produce PIC... -fPIC -DPIC
  682. checking if gcc PIC flag -fPIC -DPIC works... no
  683. checking dynamic linker characteristics... checking if gcc supports -fno-rtti -fno-exceptions... yes
  684. solaris2.11 ld.so
  685. checking how to hardcode library paths into programs... immediate
  686. checking whether stripping libraries is possible... no
  687. checking if libtool supports shared libraries... yes
  688. checking whether to build shared libraries... yes
  689. checking whether to build static libraries... yes
  690. checking for dlfcn.h... (cached) yes
  691. checking for windows.h... checking for setrlimit... yes
  692. checking if gcc static flag -static works... no
  693. checking for gcc option to produce PIC... -fPIC -DPIC
  694. checking if gcc PIC flag -fPIC -DPIC works... yes
  695. yes
  696. checking if gcc static flag -static works... checking for sbrk... no
  697. checking for gcc option to produce PIC... -fPIC -DPIC
  698. checking if gcc PIC flag -fPIC -DPIC works... no
  699. checking if gcc supports -c -o file.o... no
  700. checking if gcc supports -c -o file.o... yes
  701. checking if gcc static flag -static works... yes
  702. checking if gcc supports -c -o file.o... (cached) yes
  703. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  704. checking whether -lc should be explicitly linked in... yes
  705. checking if gcc supports -c -o file.o... (cached) yes
  706. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  707. checking whether -lc should be explicitly linked in... yes
  708. no
  709. checking for library containing dlopen... checking for spawnve... none required
  710. checking for special C compiler options needed for large files... no
  711. checking for _FILE_OFFSET_BITS value needed for large files... no
  712. checking dynamic linker characteristics... no
  713. checking if gcc supports -c -o file.o... no
  714. checking dynamic linker characteristics... 64
  715. checking for setmode... solaris2.11 ld.so
  716. checking how to hardcode library paths into programs... immediate
  717. checking whether stripping libraries is possible... yes
  718. checking if gcc supports -c -o file.o... (cached) yes
  719. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... no
  720. checking if libtool supports shared libraries... yes
  721. checking whether to build shared libraries... yes
  722. checking whether to build static libraries... yes
  723. yes
  724. checking whether -lc should be explicitly linked in... checking for dlfcn.h... (cached) yes
  725. checking for windows.h... no
  726. checking whether NLS is requested... yes
  727. checking for catalogs to be installed... no
  728. checking dynamic linker characteristics... solaris2.11 ld.so
  729. checking how to hardcode library paths into programs... immediate
  730. checking whether stripping libraries is possible... no
  731. solaris2.11 ld.so
  732. checking how to hardcode library paths into programs... immediate
  733. checking whether stripping libraries is possible... no
  734. checking if libtool supports shared libraries... yes
  735. checking whether to build shared libraries... yes
  736. checking whether to build static libraries... yes
  737. no
  738. checking if libtool supports shared libraries... yes
  739. checking whether to build shared libraries... yes
  740. checking whether to build static libraries... yes
  741. checking for dlfcn.h... (cached) yes
  742. checking for spawnvpe... checking how to run the C++ preprocessor... no
  743. checking for library containing dlopen... checking for windows.h... g++ -E
  744. none required
  745. checking for special C compiler options needed for large files... no
  746. checking for _FILE_OFFSET_BITS value needed for large files... no
  747. checking for library containing dlopen... no
  748. checking for strerror... 64
  749. bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi
  750. checking whether NLS is requested... yes
  751. checking for msgfmt... yes
  752. checking for strsignal... none required
  753. checking for special C compiler options needed for large files... no
  754. checking for _FILE_OFFSET_BITS value needed for large files... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  755. checking for bison... bison -y
  756. checking for flex... flex
  757. /opt/local/bin/msgfmt
  758. checking for gmsgfmt... /opt/local/bin/msgfmt
  759. yes
  760. checking for sysconf... checking for xgettext... /opt/local/bin/xgettext
  761. checking lex output file root... lex.yy
  762. checking lex library... 64
  763. checking for ld used by g++... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  764. checking whether byte ordering is bigendian... checking for msgmerge... yes
  765. /usr/bin/ld
  766. checking if the linker (/usr/bin/ld) is GNU ld... /opt/local/bin/msgmerge
  767. no
  768. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  769. checking for sysctl... checking whether to enable maintainer-specific portions of Makefiles... no
  770. checking sys/gmon_out.h usability... no
  771. checking for sysmp... no
  772. checking sys/gmon_out.h presence... checking for g++ option to produce PIC... -fPIC -DPIC
  773. checking if g++ PIC flag -fPIC -DPIC works... no
  774. checking for sys/gmon_out.h... no
  775. checking for a known getopt prototype in unistd.h... yes
  776. checking if g++ static flag -static works... no
  777. no
  778. checking for table... no
  779. checking if g++ supports -c -o file.o... yes
  780. checking for library containing fabs... no
  781. checking for times... yes
  782. checking if g++ supports -c -o file.o... (cached) yes
  783. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  784. checking dynamic linker characteristics... solaris2.11 ld.so
  785. checking how to hardcode library paths into programs... immediate
  786. checking for dlfcn.h... (cached) yes
  787. -lfl
  788. checking whether yytext is a pointer... yes
  789. checking for windows.h... checking for wait3... checking for bison... bison -y
  790. checking for flex... flex
  791. -lm
  792. checking lex output file root... lex.yy
  793. checking lex library... yes
  794. no
  795. checking for library containing dlopen... checking for wait4... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  796. yes
  797. checking whether NLS is requested... yes
  798. checking for catalogs to be installed... yes
  799. checking whether basename is declared... none required
  800. checking for special C compiler options needed for large files... no
  801. checking for _FILE_OFFSET_BITS value needed for large files... no
  802. checking whether ffs is declared... configure: updating cache ./config.cache
  803. configure: creating ./config.status
  804. yes
  805. checking whether asprintf is declared... 64
  806. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  807. checking for LC_MESSAGES... -lfl
  808. checking whether yytext is a pointer... yes
  809. checking whether vasprintf is declared... yes
  810. checking whether NLS is requested... yes
  811. checking for catalogs to be installed... yes
  812. checking whether NLS is requested... yes
  813. checking for catalogs to be installed... yes
  814. checking whether snprintf is declared... bg da es fi fr hr id it ja ro ru rw sk sr sv tr uk vi zh_CN zh_TW bg da es fi fr hr id it ja ro ru rw sk sr sv tr uk vi zh_CN zh_TW
  815. checking whether NLS is requested... yes
  816. yes
  817. checking for msgfmt... checking whether vsnprintf is declared... /opt/local/bin/msgfmt
  818. checking for gmsgfmt... /opt/local/bin/msgfmt
  819. es fi fr id ja ru rw tr uk es fi fr id ja ru rw tr uk
  820. checking whether NLS is requested... yes
  821. yes
  822. checking for msgfmt... checking for xgettext... /opt/local/bin/xgettext
  823. checking whether calloc is declared... checking for msgmerge... /opt/local/bin/msgmerge
  824. /opt/local/bin/msgfmt
  825. checking for gmsgfmt... /opt/local/bin/msgfmt
  826. checking for xgettext... /opt/local/bin/xgettext
  827. checking for msgmerge... checking whether to enable maintainer-specific portions of Makefiles... no
  828. checking for i386-pc-solaris2.11-ranlib... (cached) ranlib
  829. checking size of long... /opt/local/bin/msgmerge
  830. yes
  831. checking whether getenv is declared... checking whether to enable maintainer-specific portions of Makefiles... no
  832. 4
  833. checking for string.h... (cached) yes
  834. checking for long long... yes
  835. checking whether getopt is declared... bg da es fi fr ga id it ja sv tr uk vi zh_CN zh_TW bg da es fi fr ga id it ja sv tr uk vi zh_CN zh_TW
  836. checking whether NLS is requested... yes
  837. checking for msgfmt... checking for stdlib.h... (cached) yes
  838. checking for memory.h... (cached) yes
  839. checking for strings.h... (cached) yes
  840. yes
  841. checking whether malloc is declared... /opt/local/bin/msgfmt
  842. checking for gmsgfmt... /opt/local/bin/msgfmt
  843. checking for xgettext... /opt/local/bin/xgettext
  844. checking for unistd.h... (cached) yes
  845. yes
  846. checking size of long long... checking for msgmerge... checking errno.h usability... yes
  847. checking whether realloc is declared... 8
  848. checking for string.h... (cached) yes
  849. /opt/local/bin/msgmerge
  850. yes
  851. yes
  852. checking errno.h presence... checking for strings.h... (cached) checking whether sbrk is declared... yes
  853. checking for stdlib.h... (cached) yes
  854. yes
  855. checking for errno.h... yes
  856. checking for bison... bison -y
  857. checking for flex... flex
  858. checking for unistd.h... (cached) yes
  859. checking for sys/types.h... (cached) yes
  860. checking lex output file root... lex.yy
  861. checking lex library... checking fcntl.h usability... checking limits.h usability... yes
  862. checking fcntl.h presence... yes
  863. checking whether strverscmp is declared... yes
  864. checking for fcntl.h... yes
  865. config.status: creating Makefile
  866. checking sys/file.h usability... no
  867. checking whether canonicalize_file_name must be declared... no
  868. checking for stdlib.h... (cached) yes
  869. yes
  870. checking sys/file.h presence... yes
  871. checking limits.h presence... checking for unistd.h... (cached) yes
  872. checking for getpagesize... (cached) yes
  873. checking for working mmap... yes
  874. checking for limits.h... yes
  875. checking locale.h usability... yes
  876. checking for sys/file.h... yes
  877. checking limits.h usability... yes
  878. checking for working strncmp... yes
  879. checking locale.h presence... config.status: creating po/Makefile.in
  880. yes
  881. checking for locale.h... yes
  882. yes
  883. checking limits.h presence... checking time.h usability... config.status: creating gconfig.h
  884. yes
  885. checking for limits.h... yes
  886. config.status: executing depfiles commands
  887. checking locale.h usability... yes
  888. checking time.h presence... -lfl
  889. checking whether yytext is a pointer... yes
  890. yes
  891. checking for time.h... yes
  892. yes
  893. checking locale.h presence... yes
  894. checking for locale.h... yes
  895. checking sys/param.h usability... checking for sys/stat.h... (cached) yes
  896. checking whether string.h and strings.h may both be included... configure: updating cache ./config.cache
  897. configure: creating ./config.status
  898. yes
  899. checking whether to enable maintainer-specific portions of Makefiles... no
  900. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  901. checking for string.h... (cached) yes
  902. checking for strings.h... (cached) yes
  903. yes
  904. checking whether compiling a cross-assembler... no
  905. checking for working alloca.h... checking for stdlib.h... (cached) yes
  906. checking for unistd.h... (cached) yes
  907. yes
  908. checking sys/param.h presence... yes
  909. checking for sys/param.h... yes
  910. checking wchar.h usability... yes
  911. checking for alloca... checking elf-hints.h usability... yes
  912. checking for inline... config.status: executing libtool commands
  913. yes
  914. checking wchar.h presence... no
  915. checking elf-hints.h presence... yes
  916. checking for wchar.h... yes
  917. inline
  918. no
  919. checking for elf-hints.h... no
  920. checking for sys/wait.h that is POSIX.1 compatible... checking for unlink... config.status: executing default-1 commands
  921. checking limits.h usability... config.status: creating po/POTFILES
  922. config.status: creating po/Makefile
  923. yes
  924. checking limits.h presence... yes
  925. yes
  926. checking for sbrk... checking for limits.h... yes
  927. yes
  928. checking whether string.h and strings.h may both be included... checking locale.h usability... config.status: creating Makefile
  929. config.status: creating testsuite/Makefile
  930. yes
  931. checking for setlocale... config.status: creating config.h
  932. yes
  933. checking for working alloca.h... config.status: executing default commands
  934. yes
  935. checking locale.h presence... yes
  936. checking for LC_MESSAGES... yes
  937. checking for locale.h... yes
  938. yes
  939. checking for alloca... checking sys/param.h usability... yes
  940. checking for sbrk... yes
  941. checking for working assert macro... Configuring in ./bfd
  942. Configuring in ./opcodes
  943. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty'
  944. if [ x"" != x ] && [ ! -d pic ]; then \
  945. mkdir pic; \
  946. else true; fi
  947. touch stamp-picdir
  948. if [ x"" != x ] && [ ! -d noasan ]; then \
  949. mkdir noasan; \
  950. else true; fi
  951. touch stamp-noasandir
  952. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  953. if [ x"" != x ]; then \
  954. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o pic/regex.o; \
  955. else true; fi
  956. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  957. gmake[3]: Nothing to be done for 'all'.
  958. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  959. if [ x"" != x ]; then \
  960. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o noasan/regex.o; \
  961. else true; fi
  962. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.o
  963. if [ x"" != x ]; then \
  964. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o pic/cplus-dem.o; \
  965. else true; fi
  966. if [ x"" != x ]; then \
  967. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o noasan/cplus-dem.o; \
  968. else true; fi
  969. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cplus-dem.o
  970. if [ x"" != x ]; then \
  971. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o pic/cp-demangle.o; \
  972. else true; fi
  973. if [ x"" != x ]; then \
  974. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o noasan/cp-demangle.o; \
  975. else true; fi
  976. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o cp-demangle.o
  977. yes
  978. checking for utimes... yes
  979. checking sys/param.h presence... yes
  980. checking whether declaration is required for errno... configure: creating cache ./config.cache
  981. checking build system type... yes
  982. checking for sys/param.h... yes
  983. no
  984. checking for a known getopt prototype in unistd.h... i386-pc-solaris2.11
  985. checking host system type... yes
  986. checking for setmode... i386-pc-solaris2.11
  987. checking target system type... configure: creating cache ./config.cache
  988. checking fcntl.h usability... checking build system type... yes
  989. checking whether declaration is required for environ... i386-pc-solaris2.11
  990. checking for i386-pc-solaris2.11-gcc... gcc
  991. i386-pc-solaris2.11
  992. checking host system type... i386-pc-solaris2.11
  993. checking target system type... i386-pc-solaris2.11
  994. checking for i386-pc-solaris2.11-gcc... gcc
  995. yes
  996. checking whether declaration is required for ffs... no
  997. checking for getc_unlocked... yes
  998. checking fcntl.h presence... yes
  999. checking for fcntl.h... yes
  1000. checking for C compiler default output file name... checking sys/file.h usability... yes
  1001. yes
  1002. checking sys/file.h presence... checking for strcoll... checking for C compiler default output file name... no
  1003. checking whether declaration is required for free... a.out
  1004. checking whether the C compiler works... yes
  1005. checking whether we are cross compiling... no
  1006. checking for suffix of executables... no
  1007. checking whether declaration is required for malloc... yes
  1008. yes
  1009. checking for sys/file.h... yes
  1010. checking sys/time.h usability... checking for setlocale...
  1011. checking for suffix of object files... a.out
  1012. checking whether the C compiler works... if [ x"" != x ]; then \
  1013. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o pic/md5.o; \
  1014. else true; fi
  1015. if [ x"" != x ]; then \
  1016. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o noasan/md5.o; \
  1017. else true; fi
  1018. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o
  1019. if [ x"" != x ]; then \
  1020. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o pic/sha1.o; \
  1021. else true; fi
  1022. if [ x"" != x ]; then \
  1023. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o noasan/sha1.o; \
  1024. else true; fi
  1025. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o sha1.o
  1026. o
  1027. checking whether we are using the GNU C compiler... no
  1028. checking whether declaration is required for sbrk... yes
  1029. checking whether we are cross compiling... no
  1030. checking for suffix of executables... yes
  1031. yes
  1032. checking whether gcc accepts -g... checking for mkstemp...
  1033. checking for suffix of object files... no
  1034. checking whether declaration is required for strstr... yes
  1035. checking sys/time.h presence... yes
  1036. checking for gcc option to accept ISO C89... yes
  1037. checking for sys/time.h... yes
  1038. yes
  1039. checking for mkdtemp... o
  1040. checking for sys/stat.h... checking whether we are using the GNU C compiler... (cached) yes
  1041. checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \
  1042. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o pic/alloca.o; \
  1043. else true; fi
  1044. if [ x"" != x ]; then \
  1045. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o noasan/alloca.o; \
  1046. else true; fi
  1047. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloca.o
  1048. if [ x"" != x ]; then \
  1049. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o pic/argv.o; \
  1050. else true; fi
  1051. if [ x"" != x ]; then \
  1052. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o noasan/argv.o; \
  1053. else true; fi
  1054. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o
  1055. if [ x"" != x ]; then \
  1056. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o pic/choose-temp.o; \
  1057. else true; fi
  1058. if [ x"" != x ]; then \
  1059. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o noasan/choose-temp.o; \
  1060. else true; fi
  1061. yes
  1062. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o choose-temp.o
  1063. yes
  1064. checking whether gcc accepts -g... none needed
  1065. checking for library containing strerror... if [ x"" != x ]; then \
  1066. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o pic/concat.o; \
  1067. else true; fi
  1068. if [ x"" != x ]; then \
  1069. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o noasan/concat.o; \
  1070. else true; fi
  1071. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o concat.o
  1072. if [ x"" != x ]; then \
  1073. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o pic/cp-demint.o; \
  1074. else true; fi
  1075. if [ x"" != x ]; then \
  1076. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o noasan/cp-demint.o; \
  1077. else true; fi
  1078. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp-demint.o
  1079. yes
  1080. checking for mbstate_t... no
  1081. checking whether free is declared... checking for glob... if [ x"" != x ]; then \
  1082. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o pic/crc32.o; \
  1083. else true; fi
  1084. if [ x"" != x ]; then \
  1085. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o noasan/crc32.o; \
  1086. else true; fi
  1087. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o crc32.o
  1088. none required
  1089. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  1090. checking whether build environment is sane... if [ x"" != x ]; then \
  1091. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./d-demangle.c -o pic/d-demangle.o; \
  1092. else true; fi
  1093. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./d-demangle.c -o d-demangle.o
  1094. if [ x"" != x ]; then \
  1095. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dwarfnames.c -o pic/dwarfnames.o; \
  1096. else true; fi
  1097. if [ x"" != x ]; then \
  1098. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dwarfnames.c -o noasan/dwarfnames.o; \
  1099. else true; fi
  1100. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dwarfnames.c -o dwarfnames.o
  1101. if [ x"" != x ]; then \
  1102. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o pic/dyn-string.o; \
  1103. else true; fi
  1104. if [ x"" != x ]; then \
  1105. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o noasan/dyn-string.o; \
  1106. else true; fi
  1107. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o dyn-string.o
  1108. yes
  1109. checking whether getenv is declared... yes
  1110. checking for gcc option to accept ISO C89... yes
  1111. checking for library containing frexp... if [ x"" != x ]; then \
  1112. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o pic/fdmatch.o; \
  1113. else true; fi
  1114. if [ x"" != x ]; then \
  1115. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o noasan/fdmatch.o; \
  1116. else true; fi
  1117. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdmatch.o
  1118. yes
  1119. if [ x"" != x ]; then \
  1120. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o pic/fibheap.o; \
  1121. else true; fi
  1122. if [ x"" != x ]; then \
  1123. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o noasan/fibheap.o; \
  1124. else true; fi
  1125. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibheap.o
  1126. none needed
  1127. checking for library containing strerror... yes
  1128. none required
  1129. checking for LC_MESSAGES... checking for mkstemp... if [ x"" != x ]; then \
  1130. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o pic/filename_cmp.o; \
  1131. else true; fi
  1132. if [ x"" != x ]; then \
  1133. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o noasan/filename_cmp.o; \
  1134. else true; fi
  1135. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o filename_cmp.o
  1136. yes
  1137. checking for time_t in time.h... yes
  1138. none required
  1139. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  1140. checking whether build environment is sane... checking whether malloc is declared... if [ x"" != x ]; then \
  1141. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o pic/floatformat.o; \
  1142. else true; fi
  1143. if [ x"" != x ]; then \
  1144. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o noasan/floatformat.o; \
  1145. else true; fi
  1146. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o floatformat.o
  1147. if [ x"" != x ]; then \
  1148. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o pic/fnmatch.o; \
  1149. else true; fi
  1150. if [ x"" != x ]; then \
  1151. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o noasan/fnmatch.o; \
  1152. else true; fi
  1153. checking for realpath... gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnmatch.o
  1154. yes
  1155. checking for time_t in sys/types.h... if [ x"" != x ]; then \
  1156. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1157. else true; fi
  1158. if [ x"" != x ]; then \
  1159. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o pic/getopt.o; \
  1160. else true; fi
  1161. if [ x"" != x ]; then \
  1162. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  1163. else true; fi
  1164. if [ x"" != x ]; then \
  1165. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o noasan/getopt.o; \
  1166. else true; fi
  1167. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o fopen_unlocked.o
  1168. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getopt.o
  1169. yes
  1170. checking whether mempcpy is declared... if [ x"" != x ]; then \
  1171. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o pic/getopt1.o; \
  1172. else true; fi
  1173. if [ x"" != x ]; then \
  1174. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o noasan/getopt1.o; \
  1175. else true; fi
  1176. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o getopt1.o
  1177. yes
  1178. if [ x"" != x ]; then \
  1179. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o pic/getpwd.o; \
  1180. else true; fi
  1181. if [ x"" != x ]; then \
  1182. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o noasan/getpwd.o; \
  1183. else true; fi
  1184. yes
  1185. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpwd.o
  1186. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  1187. checking for gawk... gawk
  1188. checking whether gmake sets $(MAKE)... if [ x"" != x ]; then \
  1189. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o pic/getruntime.o; \
  1190. else true; fi
  1191. if [ x"" != x ]; then \
  1192. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o noasan/getruntime.o; \
  1193. else true; fi
  1194. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o getruntime.o
  1195. yes
  1196. yes
  1197. checking for a known getopt prototype in unistd.h... if [ x"" != x ]; then \
  1198. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o pic/hashtab.o; \
  1199. else true; fi
  1200. if [ x"" != x ]; then \
  1201. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o noasan/hashtab.o; \
  1202. else true; fi
  1203. no
  1204. if [ x"" != x ]; then \
  1205. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o pic/hex.o; \
  1206. else true; fi
  1207. checking for sbrk... gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hashtab.o
  1208. if [ x"" != x ]; then \
  1209. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o noasan/hex.o; \
  1210. else true; fi
  1211. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o
  1212. checking for style of include used by gmake... In file included from ./hex.c:22:0:
  1213. ./config.h:471:0: warning: "_FILE_OFFSET_BITS" redefined [enabled by default]
  1214. In file included from /usr/include/stdio.h:37:0,
  1215. from ./hex.c:20:
  1216. /opt/local/gcc47/lib/gcc/i486-sun-solaris2.11/4.7.3/include-fixed/sys/feature_tests.h:231:0: note: this is the location of the previous definition
  1217. if [ x"" != x ]; then \
  1218. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o pic/lbasename.o; \
  1219. else true; fi
  1220. if [ x"" != x ]; then \
  1221. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o pic/lrealpath.o; \
  1222. else true; fi
  1223. if [ x"" != x ]; then \
  1224. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o noasan/lbasename.o; \
  1225. else true; fi
  1226. if [ x"" != x ]; then \
  1227. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o noasan/lrealpath.o; \
  1228. else true; fi
  1229. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lrealpath.o
  1230. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lbasename.o
  1231. GNU
  1232. checking whether realloc is declared... yes
  1233. checking dependency style of gcc... checking for setlocale... if [ x"" != x ]; then \
  1234. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1235. else true; fi
  1236. if [ x"" != x ]; then \
  1237. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  1238. else true; fi
  1239. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o make-relative-prefix.o
  1240. yes
  1241. checking for utime.h... if [ x"" != x ]; then \
  1242. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o pic/make-temp-file.o; \
  1243. else true; fi
  1244. if [ x"" != x ]; then \
  1245. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o noasan/make-temp-file.o; \
  1246. else true; fi
  1247. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o make-temp-file.o
  1248. yes
  1249. if [ x"" != x ]; then \
  1250. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o pic/objalloc.o; \
  1251. else true; fi
  1252. checking for a thread-safe mkdir -p... if [ x"" != x ]; then \
  1253. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o noasan/objalloc.o; \
  1254. else true; fi
  1255. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o objalloc.o
  1256. if [ x"" != x ]; then \
  1257. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o pic/obstack.o; \
  1258. else true; fi
  1259. if [ x"" != x ]; then \
  1260. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o noasan/obstack.o; \
  1261. else true; fi
  1262. /opt/local/bin/mkdir -p
  1263. checking for gawk... gawk
  1264. checking whether gmake sets $(MAKE)... gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obstack.o
  1265. yes
  1266. checking whether environ is declared... yes
  1267. checking for style of include used by gmake... yes
  1268. GNU
  1269. if [ x"" != x ]; then \
  1270. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o pic/partition.o; \
  1271. else true; fi
  1272. if [ x"" != x ]; then \
  1273. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o noasan/partition.o; \
  1274. else true; fi
  1275. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o partition.o
  1276. yes
  1277. checking for waitpid... checking whether stpcpy is declared... if [ x"" != x ]; then \
  1278. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pic/pexecute.o; \
  1279. else true; fi
  1280. if [ x"" != x ]; then \
  1281. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o noasan/pexecute.o; \
  1282. else true; fi
  1283. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pexecute.o
  1284. no
  1285. if [ x"" != x ]; then \
  1286. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o pic/physmem.o; \
  1287. else true; fi
  1288. gcc3
  1289. checking for i386-pc-solaris2.11-ar... ar
  1290. checking for i386-pc-solaris2.11-ranlib... ranlib
  1291. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  1292. if [ x"" != x ]; then \
  1293. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o noasan/physmem.o; \
  1294. else true; fi
  1295. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o physmem.o
  1296. if [ x"" != x ]; then \
  1297. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pic/pex-common.o; \
  1298. else true; fi
  1299. if [ x"" != x ]; then \
  1300. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o noasan/pex-common.o; \
  1301. else true; fi
  1302. if [ x"" != x ]; then \
  1303. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pic/pex-one.o; \
  1304. else true; fi
  1305. if [ x"" != x ]; then \
  1306. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o noasan/pex-one.o; \
  1307. else true; fi
  1308. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pex-common.o
  1309. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-one.o
  1310. checking dependency style of gcc... yes
  1311. yes
  1312. checking whether strstr is declared... checking for open... checking whether fprintf is declared... if [ x"" != x ]; then \
  1313. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pic/pex-unix.o; \
  1314. else true; fi
  1315. if [ x"" != x ]; then \
  1316. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o noasan/pex-unix.o; \
  1317. else true; fi
  1318. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pex-unix.o
  1319. if [ x"" != x ]; then \
  1320. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o pic/safe-ctype.o; \
  1321. else true; fi
  1322. if [ x"" != x ]; then \
  1323. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o noasan/safe-ctype.o; \
  1324. else true; fi
  1325. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o safe-ctype.o
  1326. yes
  1327. ./pex-unix.c:325:3: warning: initialization from incompatible pointer type [enabled by default]
  1328. ./pex-unix.c:325:3: warning: (near initialization for 'funcs.wait') [enabled by default]
  1329. yes
  1330. checking for lseek... yes
  1331. checking whether vsnprintf is declared... if [ x"" != x ]; then \
  1332. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -o pic/simple-object.o; \
  1333. else true; fi
  1334. if [ x"" != x ]; then \
  1335. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-coff.c -o pic/simple-object-coff.o; \
  1336. else true; fi
  1337. if [ x"" != x ]; then \
  1338. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf.c -o pic/simple-object-elf.o; \
  1339. else true; fi
  1340. if [ x"" != x ]; then \
  1341. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf.c -o noasan/simple-object-elf.o; \
  1342. else true; fi
  1343. checking whether we are using the GNU C compiler... (cached) yes
  1344. checking whether gcc accepts -g... (cached) yes
  1345. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-elf.c -o simple-object-elf.o
  1346. checking for gcc option to accept ISO C89... (cached) none needed
  1347. checking how to run the C preprocessor... if [ x"" != x ]; then \
  1348. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-coff.c -o noasan/simple-object-coff.o; \
  1349. else true; fi
  1350. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-coff.c -o simple-object-coff.o
  1351. if [ x"" != x ]; then \
  1352. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -o noasan/simple-object.o; \
  1353. else true; fi
  1354. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object.c -o simple-object.o
  1355. checking whether getc_unlocked is declared... yes
  1356. checking for library containing zlibVersion... yes
  1357. gcc3
  1358. checking for i386-pc-solaris2.11-gcc... (cached) gcc
  1359. yes
  1360. if [ x"" != x ]; then \
  1361. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  1362. else true; fi
  1363. if [ x"" != x ]; then \
  1364. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  1365. else true; fi
  1366. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-mach-o.c -o simple-object-mach-o.o
  1367. checking whether getenv is declared... checking for close... gcc -E
  1368. if [ x"" != x ]; then \
  1369. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  1370. else true; fi
  1371. if [ x"" != x ]; then \
  1372. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  1373. else true; fi
  1374. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./simple-object-xcoff.c -o simple-object-xcoff.o
  1375. yes
  1376. checking for dirent.h that defines DIR... checking whether we are using the GNU C compiler... (cached) yes
  1377. checking whether gcc accepts -g... (cached) yes
  1378. checking for gcc option to accept ISO C89... (cached) none needed
  1379. checking how to run the C preprocessor... checking for grep that handles long lines and -e... yes
  1380. checking for library containing opendir... if [ x"" != x ]; then \
  1381. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o pic/sort.o; \
  1382. else true; fi
  1383. if [ x"" != x ]; then \
  1384. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o noasan/sort.o; \
  1385. else true; fi
  1386. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o
  1387. yes
  1388. checking whether sbrk is declared... -lz
  1389. checking zlib.h usability... if [ x"" != x ]; then \
  1390. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o pic/spaces.o; \
  1391. else true; fi
  1392. if [ x"" != x ]; then \
  1393. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o noasan/spaces.o; \
  1394. else true; fi
  1395. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o spaces.o
  1396. if [ x"" != x ]; then \
  1397. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o pic/splay-tree.o; \
  1398. else true; fi
  1399. if [ x"" != x ]; then \
  1400. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o noasan/splay-tree.o; \
  1401. else true; fi
  1402. if [ x"" != x ]; then \
  1403. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stack-limit.c -o pic/stack-limit.o; \
  1404. else true; fi
  1405. if [ x"" != x ]; then \
  1406. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stack-limit.c -o noasan/stack-limit.o; \
  1407. else true; fi
  1408. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o splay-tree.o
  1409. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./stack-limit.c -o stack-limit.o
  1410. /opt/local/bin/grep
  1411. checking for egrep... if [ x"" != x ]; then \
  1412. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o pic/strerror.o; \
  1413. else true; fi
  1414. if [ x"" != x ]; then \
  1415. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o noasan/strerror.o; \
  1416. else true; fi
  1417. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o strerror.o
  1418. none required
  1419. checking for library containing dlopen... (cached) none required
  1420. checking for .preinit_array/.init_array/.fini_array support... yes
  1421. checking zlib.h presence... yes
  1422. checking whether snprintf is declared... gcc -E
  1423. yes
  1424. checking for zlib.h... yes
  1425. checking for struct tm.tm_gmtoff in time.h... /opt/local/bin/grep -E
  1426. checking for ANSI C header files... if [ x"" != x ]; then \
  1427. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o pic/strsignal.o; \
  1428. else true; fi
  1429. if [ x"" != x ]; then \
  1430. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o noasan/strsignal.o; \
  1431. else true; fi
  1432. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o strsignal.o
  1433. no
  1434. checking for struct stat.st_mtim.tv_sec in sys/stat.h... if [ x"" != x ]; then \
  1435. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./timeval-utils.c -o pic/timeval-utils.o; \
  1436. else true; fi
  1437. if [ x"" != x ]; then \
  1438. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./timeval-utils.c -o noasan/timeval-utils.o; \
  1439. else true; fi
  1440. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./timeval-utils.c -o timeval-utils.o
  1441. checking for grep that handles long lines and -e... yes
  1442. checking for struct stat.st_mtim.tv_nsec in sys/stat.h... if [ x"" != x ]; then \
  1443. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  1444. else true; fi
  1445. if [ x"" != x ]; then \
  1446. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  1447. else true; fi
  1448. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o
  1449. if [ x"" != x ]; then \
  1450. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o pic/xatexit.o; \
  1451. else true; fi
  1452. if [ x"" != x ]; then \
  1453. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o noasan/xatexit.o; \
  1454. else true; fi
  1455. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xatexit.o
  1456. if [ x"" != x ]; then \
  1457. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o pic/xexit.o; \
  1458. else true; fi
  1459. if [ x"" != x ]; then \
  1460. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o noasan/xexit.o; \
  1461. else true; fi
  1462. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.o
  1463. yes
  1464. yes
  1465. checking whether stpcpy is declared... if [ x"" != x ]; then \
  1466. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o pic/xmalloc.o; \
  1467. else true; fi
  1468. if [ x"" != x ]; then \
  1469. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o noasan/xmalloc.o; \
  1470. else true; fi
  1471. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmalloc.o
  1472. yes
  1473. if [ x"" != x ]; then \
  1474. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o pic/xmemdup.o; \
  1475. else true; fi
  1476. if [ x"" != x ]; then \
  1477. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o noasan/xmemdup.o; \
  1478. else true; fi
  1479. checking for sys/types.h... gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmemdup.o
  1480. yes
  1481. checking whether strnlen is declared... if [ x"" != x ]; then \
  1482. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o pic/xstrdup.o; \
  1483. else true; fi
  1484. if [ x"" != x ]; then \
  1485. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o noasan/xstrdup.o; \
  1486. else true; fi
  1487. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstrdup.o
  1488. yes
  1489. checking for a known getopt prototype in unistd.h... yes
  1490. /opt/local/bin/grep
  1491. checking for egrep... checking for sys/stat.h... if [ x"" != x ]; then \
  1492. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o pic/xstrerror.o; \
  1493. else true; fi
  1494. if [ x"" != x ]; then \
  1495. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o pic/xstrndup.o; \
  1496. else true; fi
  1497. if [ x"" != x ]; then \
  1498. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o noasan/xstrndup.o; \
  1499. else true; fi
  1500. yes
  1501. /opt/local/bin/grep -E
  1502. checking for ANSI C header files... checking whether strstr is declared... if [ x"" != x ]; then \
  1503. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o noasan/xstrerror.o; \
  1504. else true; fi
  1505. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xstrerror.o
  1506. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xstrndup.o
  1507. In file included from ./xstrerror.c:18:0:
  1508. ./config.h:471:0: warning: "_FILE_OFFSET_BITS" redefined [enabled by default]
  1509. In file included from /usr/include/stdio.h:37:0,
  1510. from ./xstrerror.c:16:
  1511. /opt/local/gcc47/lib/gcc/i486-sun-solaris2.11/4.7.3/include-fixed/sys/feature_tests.h:231:0: note: this is the location of the previous definition
  1512. yes
  1513. if [ x"" != x ]; then \
  1514. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o pic/mempcpy.o; \
  1515. else true; fi
  1516. if [ x"" != x ]; then \
  1517. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o noasan/mempcpy.o; \
  1518. else true; fi
  1519. checking whether strstr is declared... gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o mempcpy.o
  1520. configure: updating cache ./config.cache
  1521. if [ x"" != x ]; then \
  1522. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sigsetmask.c -o pic/sigsetmask.o; \
  1523. else true; fi
  1524. configure: creating ./config.status
  1525. if [ x"" != x ]; then \
  1526. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sigsetmask.c -o noasan/sigsetmask.o; \
  1527. else true; fi
  1528. if [ x"" != x ]; then \
  1529. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o pic/strverscmp.o; \
  1530. else true; fi
  1531. if [ x"" != x ]; then \
  1532. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o noasan/strverscmp.o; \
  1533. else true; fi
  1534. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sigsetmask.c -o sigsetmask.o
  1535. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o strverscmp.o
  1536. if [ x"" != x ]; then \
  1537. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o pic/setproctitle.o; \
  1538. else true; fi
  1539. yes
  1540. checking whether free is declared... if [ x"" != x ]; then \
  1541. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o noasan/setproctitle.o; \
  1542. else true; fi
  1543. gcc -c -DHAVE_CONFIG_H -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./setproctitle.c -o setproctitle.o
  1544. yes
  1545. yes
  1546. checking for stdlib.h... checking whether vsnprintf is declared... yes
  1547. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  1548. checking for string.h... ar rc ./libiberty.a \
  1549. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./sigsetmask.o ./strverscmp.o ./setproctitle.o
  1550. yes
  1551. checking whether sbrk is declared... yes
  1552. checking for library containing zlibVersion... yes
  1553. checking for sys/types.h... ranlib ./libiberty.a
  1554. yes
  1555. checking for memory.h... yes
  1556. yes
  1557. if [ x"" != x ]; then \
  1558. cd pic; \
  1559. ar rc ./libiberty.a \
  1560. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./sigsetmask.o ./strverscmp.o ./setproctitle.o; \
  1561. ranlib ./libiberty.a; \
  1562. cd ..; \
  1563. else true; fi; \
  1564. if [ x"" != x ]; then \
  1565. cd noasan; \
  1566. ar rc ./libiberty.a \
  1567. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./sigsetmask.o ./strverscmp.o ./setproctitle.o; \
  1568. ranlib ./libiberty.a; \
  1569. cd ..; \
  1570. else true; fi
  1571. checking for sys/stat.h... gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty'
  1572. yes
  1573. checking for strings.h... checking whether getenv is declared... -lz
  1574. checking zlib.h usability... yes
  1575. yes
  1576. checking for stdlib.h... checking for inttypes.h... yes
  1577. yes
  1578. checking for stdint.h... checking for string.h... yes
  1579. yes
  1580. yes
  1581. checking whether environ is declared... checking for memory.h... checking for unistd.h... no
  1582. checking for library containing zlibVersion... yes
  1583. checking zlib.h presence... yes
  1584. yes
  1585. checking for zlib.h... yes
  1586. checking iconv.h usability... checking for strings.h... yes
  1587. checking iconv.h presence... -lz
  1588. checking zlib.h usability... yes
  1589. checking for iconv.h... yes
  1590. checking for ld used by GCC... yes
  1591. yes
  1592. /usr/bin/ld
  1593. checking if the linker (/usr/bin/ld) is GNU ld... no
  1594. checking for shared library run path origin... checking minix/config.h usability... done
  1595. checking for inttypes.h... yes
  1596. checking zlib.h presence... yes
  1597. yes
  1598. checking for zlib.h... yes
  1599. checking whether ANSI C string concatenation works... no
  1600. checking minix/config.h presence... checking for stdint.h... checking for iconv... no
  1601. checking for minix/config.h... no
  1602. checking whether it is safe to define __EXTENSIONS__... yes
  1603. yes
  1604. checking for unistd.h... yes
  1605. checking how to print strings... print -r
  1606. checking for a sed that does not truncate output... yes
  1607. checking minix/config.h usability... /opt/local/bin/sed
  1608. checking for fgrep... /opt/local/bin/grep -F
  1609. checking for ld used by gcc... yes
  1610. checking how to link with libiconv... -liconv
  1611. checking for iconv declaration... no
  1612. checking minix/config.h presence... no
  1613. checking for minix/config.h... no
  1614. checking whether it is safe to define __EXTENSIONS__... install-shextern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1615. config.status: creating .gdbinit
  1616. /usr/bin/ld
  1617. checking if the linker (/usr/bin/ld) is GNU ld... config.status: creating Makefile
  1618. no
  1619. checking for BSD- or MS-compatible name lister (nm)... nm
  1620. checking the name lister (nm) interface... configure: updating cache ./config.cache
  1621. config.status: creating doc/Makefile
  1622. configure: creating ./config.status
  1623. config.status: creating po/Makefile.in
  1624. BSD nm
  1625. checking whether ln -s works... yes
  1626. checking the maximum length of command line arguments... config.status: creating config.h
  1627. 786240
  1628. checking whether the shell understands some XSI constructs... config.status: executing depfiles commands
  1629. yes
  1630. checking whether the shell understands "+="... yes
  1631. checking for /usr/bin/ld option to reload object files... -r
  1632. checking for i386-pc-solaris2.11-objdump... objdump
  1633. checking how to recognize dependent libraries... pass_all
  1634. checking for i386-pc-solaris2.11-ar... (cached) ar
  1635. checking for i386-pc-solaris2.11-strip... no
  1636. checking for strip... strip
  1637. checking for i386-pc-solaris2.11-ranlib... (cached) ranlib
  1638. checking command to parse nm output from gcc object... yes
  1639. checking for i386-pc-solaris2.11-ar... ar
  1640. checking for i386-pc-solaris2.11-ranlib... ranlib
  1641. checking how to print strings... print -r
  1642. checking for a sed that does not truncate output... /opt/local/bin/sed
  1643. checking for fgrep... /opt/local/bin/grep -F
  1644. checking for ld used by gcc... configure: updating cache ./config.cache
  1645. configure: creating ./config.status
  1646. /usr/bin/ld
  1647. checking if the linker (/usr/bin/ld) is GNU ld... no
  1648. checking for BSD- or MS-compatible name lister (nm)... nm
  1649. checking the name lister (nm) interface... failed
  1650. checking for dlfcn.h... BSD nm
  1651. checking whether ln -s works... yes
  1652. checking the maximum length of command line arguments... 786240
  1653. checking whether the shell understands some XSI constructs... yes
  1654. checking whether the shell understands "+="... yes
  1655. checking for /usr/bin/ld option to reload object files... -r
  1656. checking for i386-pc-solaris2.11-objdump... objdump
  1657. checking how to recognize dependent libraries... pass_all
  1658. checking for i386-pc-solaris2.11-ar... (cached) ar
  1659. checking for i386-pc-solaris2.11-strip... no
  1660. checking for strip... strip
  1661. checking for i386-pc-solaris2.11-ranlib... (cached) ranlib
  1662. checking command to parse nm output from gcc object... yes
  1663. checking for objdir... .libs
  1664. failed
  1665. checking for dlfcn.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
  1666. checking for objdir... .libs
  1667. no
  1668. checking for gcc option to produce PIC... -fPIC -DPIC
  1669. checking if gcc PIC flag -fPIC -DPIC works... yes
  1670. checking if gcc static flag -static works... checking if gcc supports -fno-rtti -fno-exceptions... no
  1671. checking if gcc supports -c -o file.o... no
  1672. checking for gcc option to produce PIC... -fPIC -DPIC
  1673. checking if gcc PIC flag -fPIC -DPIC works... yes
  1674. checking if gcc supports -c -o file.o... (cached) yes
  1675. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  1676. checking dynamic linker characteristics... solaris2.11 ld.so
  1677. checking how to hardcode library paths into programs... immediate
  1678. checking for shl_load... yes
  1679. checking if gcc static flag -static works... no
  1680. checking if gcc supports -c -o file.o... no
  1681. checking for shl_load in -ldld... config.status: creating Makefile
  1682. yes
  1683. checking if gcc supports -c -o file.o... (cached) yes
  1684. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  1685. checking dynamic linker characteristics... config.status: creating doc/Makefile
  1686. no
  1687. checking for dlopen... solaris2.11 ld.so
  1688. checking how to hardcode library paths into programs... immediate
  1689. checking whether stripping libraries is possible... no
  1690. checking if libtool supports shared libraries... yes
  1691. checking whether to build shared libraries... no
  1692. checking whether to build static libraries... yes
  1693. config.status: creating po/Makefile.in
  1694. config.status: executing libtool commands
  1695. yes
  1696. checking whether a program can dlopen itself... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  1697. config.status: executing default-1 commands
  1698. checking whether gcc supports -Wmissing-field-initializers... config.status: creating config.h
  1699. config.status: creating po/POTFILES
  1700. config.status: creating po/Makefile
  1701. yes
  1702. checking whether a statically linked program can dlopen itself... config.status: executing depfiles commands
  1703. config.status: executing default commands
  1704. yes
  1705. checking whether stripping libraries is possible... no
  1706. checking if libtool supports shared libraries... yes
  1707. checking whether to build shared libraries... no
  1708. checking whether to build static libraries... yes
  1709. checking for dlfcn.h... (cached) yes
  1710. checking for windows.h... yes
  1711. checking whether to enable maintainer-specific portions of Makefiles... no
  1712. checking whether to install libbfd... yes
  1713. checking whether NLS is requested... yes
  1714. checking for catalogs to be installed... no
  1715. checking for library containing dlopen... none required
  1716. checking for special C compiler options needed for large files... no
  1717. checking for _FILE_OFFSET_BITS value needed for large files... config.status: creating Makefile
  1718. 64
  1719. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  1720. checking whether to enable maintainer-specific portions of Makefiles... no
  1721. checking whether to install libbfd... yes
  1722. checking whether NLS is requested... yes
  1723. checking for catalogs to be installed... config.status: creating po/Makefile.in
  1724. config.status: creating config.h
  1725. da de es fi fr ga id it nl pt_BR ro sv tr uk vi zh_CN da de es fi fr ga id it nl pt_BR ro sv tr uk vi zh_CN
  1726. checking whether NLS is requested... yes
  1727. config.status: executing depfiles commands
  1728. checking for msgfmt... /opt/local/bin/msgfmt
  1729. checking for gmsgfmt... /opt/local/bin/msgfmt
  1730. checking for xgettext... /opt/local/bin/xgettext
  1731. checking for msgmerge... /opt/local/bin/msgmerge
  1732. config.status: executing libtool commands
  1733. checking for string.h... (cached) yes
  1734. da es fi fr id ja ro ru rw sv tr uk vi zh_CN da es fi fr id ja ro ru rw sv tr uk vi zh_CN
  1735. checking whether NLS is requested... yes
  1736. checking for strings.h... (cached) yes
  1737. config.status: executing default-1 commands
  1738. checking for msgfmt... checking for stdlib.h... (cached) yes
  1739. checking limits.h usability... config.status: creating po/POTFILES
  1740. /opt/local/bin/msgfmt
  1741. checking for gmsgfmt... /opt/local/bin/msgfmt
  1742. checking for xgettext... /opt/local/bin/xgettext
  1743. config.status: creating po/Makefile
  1744. checking for msgmerge... /opt/local/bin/msgmerge
  1745. yes
  1746. checking limits.h presence... yes
  1747. checking for limits.h... yes
  1748. checking whether string.h and strings.h may both be included... yes
  1749. checking size of long long... checking whether basename is declared... no
  1750. checking whether stpcpy is declared... 8
  1751. yes
  1752. checking size of void *... checking for sigsetjmp...
  1753. checking linker --as-needed support... no
  1754. checking for cos in -lm... 4
  1755. checking size of long... yes
  1756. 4
  1757. checking alloca.h usability... yes
  1758. checking alloca.h presence... yes
  1759. checking for alloca.h... yes
  1760. checking stddef.h usability... configure: updating cache ./config.cache
  1761. configure: creating ./config.status
  1762. yes
  1763. checking stddef.h presence... yes
  1764. checking for stddef.h... yes
  1765. checking for string.h... (cached) yes
  1766. checking for strings.h... (cached) yes
  1767. checking for stdlib.h... (cached) yes
  1768. checking time.h usability... yes
  1769. checking time.h presence... yes
  1770. checking for time.h... yes
  1771. checking for unistd.h... (cached) yes
  1772. checking wchar.h usability... yes
  1773. checking wchar.h presence... yes
  1774. checking for wchar.h... yes
  1775. checking fcntl.h usability... yes
  1776. checking fcntl.h presence... yes
  1777. checking for fcntl.h... yes
  1778. checking sys/file.h usability... yes
  1779. checking sys/file.h presence... yes
  1780. checking for sys/file.h... yes
  1781. checking sys/time.h usability... yes
  1782. checking sys/time.h presence... yes
  1783. checking for sys/time.h... yes
  1784. checking for sys/stat.h... (cached) yes
  1785. checking sys/resource.h usability... yes
  1786. checking sys/resource.h presence... yes
  1787. checking for sys/resource.h... yes
  1788. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  1789. checking for uintptr_t... yes
  1790. checking for int_least32_t... yes
  1791. checking for int_fast32_t... yes
  1792. checking for uint64_t... config.status: creating Makefile
  1793. config.status: creating po/Makefile.in
  1794. yes
  1795. checking what to include in bfd_stdint.h... config.status: creating config.h
  1796. stdint.h (already complete)
  1797. checking whether time.h and sys/time.h may both be included... config.status: executing depfiles commands
  1798. yes
  1799. checking for dirent.h that defines DIR... yes
  1800. checking for library containing opendir... none required
  1801. checking whether string.h and strings.h may both be included... config.status: executing libtool commands
  1802. config.status: executing default-1 commands
  1803. yes
  1804. checking for fcntl... config.status: creating po/POTFILES
  1805. config.status: creating po/Makefile
  1806. yes
  1807. checking for getpagesize... yes
  1808. checking for setitimer... yes
  1809. checking for sysconf... yes
  1810. checking for fdopen... yes
  1811. checking for getuid... yes
  1812. checking for getgid... config.status: executing libtool commands
  1813. config.status: executing default-1 commands
  1814. yes
  1815. config.status: creating po/POTFILES
  1816. checking for fileno... config.status: creating po/Makefile
  1817. yes
  1818. checking for strtoull... yes
  1819. checking for getrlimit... yes
  1820. checking whether basename is declared... no
  1821. checking whether ftello is declared... yes
  1822. checking whether ftello64 is declared... yes
  1823. checking whether fseeko is declared... yes
  1824. checking whether fseeko64 is declared... yes
  1825. checking whether ffs is declared... yes
  1826. checking whether free is declared... yes
  1827. checking whether getenv is declared... yes
  1828. checking whether malloc is declared... yes
  1829. checking whether realloc is declared... yes
  1830. checking whether stpcpy is declared... yes
  1831. checking whether strstr is declared... yes
  1832. checking whether snprintf is declared... yes
  1833. checking whether vsnprintf is declared... yes
  1834. checking whether strnlen is declared... yes
  1835. checking for library containing zlibVersion... -lz
  1836. checking zlib.h usability... yes
  1837. checking zlib.h presence... yes
  1838. checking for zlib.h... yes
  1839. checking sys/procfs.h usability... no
  1840. checking sys/procfs.h presence... no
  1841. checking for sys/procfs.h... no
  1842. checking linker --as-needed support... no
  1843. checking for cos in -lm... yes
  1844. checking for gcc version with buggy 64-bit support... no
  1845. checking for ftello... yes
  1846. checking for ftello64... yes
  1847. checking for fseeko... yes
  1848. checking for fseeko64... yes
  1849. checking for fopen64... yes
  1850. checking size of off_t... 8
  1851. checking file_ptr type... BFD_HOST_64_BIT
  1852. checking for stdlib.h... (cached) yes
  1853. checking for unistd.h... (cached) yes
  1854. checking for getpagesize... (cached) yes
  1855. checking for working mmap... yes
  1856. checking for madvise... yes
  1857. checking for mprotect... yes
  1858. configure: updating cache ./config.cache
  1859. configure: creating ./config.status
  1860. config.status: creating Makefile
  1861. config.status: creating doc/Makefile
  1862. config.status: creating bfd-in3.h
  1863. config.status: creating po/Makefile.in
  1864. config.status: creating config.h
  1865. config.status: executing depfiles commands
  1866. config.status: executing libtool commands
  1867. config.status: executing default-1 commands
  1868. config.status: executing bfd_stdint.h commands
  1869. config.status: executing default commands
  1870. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  1871. rm -f elf32-target.h
  1872. rm -f elf64-target.h
  1873. creating bfdver.h
  1874. sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
  1875. sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new
  1876. mv -f elf32-target.new elf32-target.h
  1877. rm -f targmatch.h
  1878. sed -f ./targmatch.sed < ./config.bfd > targmatch.new
  1879. mv -f elf64-target.new elf64-target.h
  1880. Making info in doc
  1881. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  1882. gcc -o chw$$ \
  1883. -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -I.. -I./.. -I./../../include -I./../../intl -I../../intl ./chew.c; \
  1884. /bin/bash ./../../move-if-change \
  1885. chw$$ chew; \
  1886. touch chew.stamp
  1887. mv -f targmatch.new targmatch.h
  1888. ./chew -f ./doc.str < ./../aoutx.h >aoutx.tmp
  1889. ./chew -f ./doc.str < ./../archive.c >archive.tmp
  1890. ./chew -f ./doc.str < ./../archures.c >archures.tmp
  1891. ./chew -f ./doc.str < ./../bfd.c >bfd.tmp
  1892. test -e archures.texi || test ! -f ./archures.texi || cp -p ./archures.texi .
  1893. /bin/bash ./../../move-if-change archures.tmp archures.texi
  1894. test -e archive.texi || test ! -f ./archive.texi || cp -p ./archive.texi .
  1895. /bin/bash ./../../move-if-change archive.tmp archive.texi
  1896. test -e bfdt.texi || test ! -f ./bfdt.texi || cp -p ./bfdt.texi .
  1897. /bin/bash ./../../move-if-change bfd.tmp bfdt.texi
  1898. test -e aoutx.texi || test ! -f ./aoutx.texi || cp -p ./aoutx.texi .
  1899. /bin/bash ./../../move-if-change aoutx.tmp aoutx.texi
  1900. ./chew -f ./doc.str < ./../cache.c >cache.tmp
  1901. touch archures.stamp
  1902. ./chew -f ./doc.str < ./../coffcode.h >coffcode.tmp
  1903. ./chew -f ./doc.str < ./../corefile.c >core.tmp
  1904. test -e core.texi || test ! -f ./core.texi || cp -p ./core.texi .
  1905. test -e coffcode.texi || test ! -f ./coffcode.texi || cp -p ./coffcode.texi .
  1906. /bin/bash ./../../move-if-change core.tmp core.texi
  1907. /bin/bash ./../../move-if-change coffcode.tmp coffcode.texi
  1908. touch bfdt.stamp
  1909. touch archive.stamp
  1910. test -e cache.texi || test ! -f ./cache.texi || cp -p ./cache.texi .
  1911. touch aoutx.stamp
  1912. touch coffcode.stamp
  1913. touch core.stamp
  1914. /bin/bash ./../../move-if-change cache.tmp cache.texi
  1915. ./chew -f ./doc.str < ./../elf.c >elf.tmp
  1916. ./chew -f ./doc.str < ./../elfcode.h >elfcode.tmp
  1917. ./chew -f ./doc.str < ./../format.c >format.tmp
  1918. test -e elfcode.texi || test ! -f ./elfcode.texi || cp -p ./elfcode.texi .
  1919. test -e elf.texi || test ! -f ./elf.texi || cp -p ./elf.texi .
  1920. test -e format.texi || test ! -f ./format.texi || cp -p ./format.texi .
  1921. ./chew -f ./doc.str < ./../libbfd.c >libbfd.tmp
  1922. /bin/bash ./../../move-if-change format.tmp format.texi
  1923. /bin/bash ./../../move-if-change elf.tmp elf.texi
  1924. touch cache.stamp
  1925. test -e libbfd.texi || test ! -f ./libbfd.texi || cp -p ./libbfd.texi .
  1926. /bin/bash ./../../move-if-change elfcode.tmp elfcode.texi
  1927. touch format.stamp
  1928. touch elf.stamp
  1929. /bin/bash ./../../move-if-change libbfd.tmp libbfd.texi
  1930. ./chew -f ./doc.str < ./../bfdwin.c >bfdwin.tmp
  1931. ./chew -f ./doc.str < ./../bfdio.c >bfdio.tmp
  1932. test -e bfdwin.texi || test ! -f ./bfdwin.texi || cp -p ./bfdwin.texi .
  1933. touch elfcode.stamp
  1934. ./chew -f ./doc.str < ./../opncls.c >opncls.tmp
  1935. /bin/bash ./../../move-if-change bfdwin.tmp bfdwin.texi
  1936. touch libbfd.stamp
  1937. test -e opncls.texi || test ! -f ./opncls.texi || cp -p ./opncls.texi .
  1938. /bin/bash ./../../move-if-change opncls.tmp opncls.texi
  1939. test -e bfdio.texi || test ! -f ./bfdio.texi || cp -p ./bfdio.texi .
  1940. ./chew -f ./doc.str < ./../reloc.c >reloc.tmp
  1941. /bin/bash ./../../move-if-change bfdio.tmp bfdio.texi
  1942. touch bfdwin.stamp
  1943. ./chew -f ./doc.str < ./../section.c >section.tmp
  1944. ./chew -f ./doc.str < ./../syms.c >syms.tmp
  1945. ./chew -f ./doc.str < ./../targets.c >targets.tmp
  1946. test -e section.texi || test ! -f ./section.texi || cp -p ./section.texi .
  1947. /bin/bash ./../../move-if-change section.tmp section.texi
  1948. test -e syms.texi || test ! -f ./syms.texi || cp -p ./syms.texi .
  1949. test -e targets.texi || test ! -f ./targets.texi || cp -p ./targets.texi .
  1950. touch bfdio.stamp
  1951. /bin/bash ./../../move-if-change syms.tmp syms.texi
  1952. touch opncls.stamp
  1953. ./chew -f ./doc.str < ./../init.c >init.tmp
  1954. /bin/bash ./../../move-if-change targets.tmp targets.texi
  1955. touch section.stamp
  1956. test -e reloc.texi || test ! -f ./reloc.texi || cp -p ./reloc.texi .
  1957. test -e init.texi || test ! -f ./init.texi || cp -p ./init.texi .
  1958. /bin/bash ./../../move-if-change reloc.tmp reloc.texi
  1959. /bin/bash ./../../move-if-change init.tmp init.texi
  1960. ./chew -f ./doc.str < ./../hash.c >hash.tmp
  1961. test -e hash.texi || test ! -f ./hash.texi || cp -p ./hash.texi .
  1962. ./chew -f ./doc.str < ./../linker.c >linker.tmp
  1963. touch reloc.stamp
  1964. touch syms.stamp
  1965. test -e linker.texi || test ! -f ./linker.texi || cp -p ./linker.texi .
  1966. touch targets.stamp
  1967. /bin/bash ./../../move-if-change linker.tmp linker.texi
  1968. /bin/bash ./../../move-if-change hash.tmp hash.texi
  1969. ./chew -f ./doc.str < ./../mmo.c >mmo.tmp
  1970. test -e mmo.texi || test ! -f ./mmo.texi || cp -p ./mmo.texi .
  1971. touch hash.stamp
  1972. /bin/bash ./../../move-if-change mmo.tmp mmo.texi
  1973. touch init.stamp
  1974. touch linker.stamp
  1975. touch mmo.stamp
  1976. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  1977. Making info in po
  1978. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  1979. ( if test 'x.' != 'x.'; then \
  1980. posrcprefix='../'; \
  1981. else \
  1982. posrcprefix="../"; \
  1983. fi; \
  1984. rm -f SRC-POTFILES-t SRC-POTFILES \
  1985. && (sed -e '/^#/d' \
  1986. -e '/^[ ]*$/d' \
  1987. -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \
  1988. | sed -e '$s/\\$//') > SRC-POTFILES-t \
  1989. && chmod a-w SRC-POTFILES-t \
  1990. && mv SRC-POTFILES-t SRC-POTFILES )
  1991. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  1992. && (sed -e '/^#/d' \
  1993. -e '/^[ ]*$/d' \
  1994. -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \
  1995. | sed -e '$s/\\$//') > BLD-POTFILES-t \
  1996. && chmod a-w BLD-POTFILES-t \
  1997. && mv BLD-POTFILES-t BLD-POTFILES )
  1998. cd .. \
  1999. && CONFIG_FILES=po/Makefile.in:po/Make-in \
  2000. CONFIG_HEADERS= /bin/bash ./config.status
  2001. config.status: creating po/Makefile.in
  2002. config.status: executing depfiles commands
  2003. config.status: executing libtool commands
  2004. config.status: executing default-1 commands
  2005. config.status: executing bfd_stdint.h commands
  2006. config.status: executing default commands
  2007. gmake[3]: Nothing to be done for 'info'.
  2008. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  2009. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2010. gmake[3]: Nothing to be done for 'info-am'.
  2011. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2012. gmake all-recursive
  2013. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2014. Making all in doc
  2015. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  2016. gmake[4]: Nothing to be done for 'all'.
  2017. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  2018. Making all in po
  2019. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  2020. gmake[4]: Nothing to be done for 'all'.
  2021. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  2022. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2023. rm -f bfd-tmp.h
  2024. cp bfd-in3.h bfd-tmp.h
  2025. rm -f tofiles
  2026. /bin/bash ./../move-if-change bfd-tmp.h bfd.h
  2027. f=""; \
  2028. for i in elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo coff-i386.lo cofflink.lo elf64-x86-64.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-l1om.lo cpu-k1om.lo cpu-plugin.lo archive64.lo ; do \
  2029. case " $f " in \
  2030. *" $i "*) ;; \
  2031. *) f="$f $i" ;; \
  2032. esac ; \
  2033. done ; \
  2034. echo $f > tofiles
  2035. /bin/bash ./../move-if-change tofiles ofiles
  2036. rm -f bfd-tmp.h
  2037. touch stmp-bfd-h
  2038. touch stamp-ofiles
  2039. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c
  2040. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=i386_elf32_sol2_vec -DSELECT_VECS='&i386_elf32_sol2_vec,&i386_coff_vec,&x86_64_elf64_sol2_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch' ./archures.c
  2041. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c
  2042. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c
  2043. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c
  2044. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
  2045. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c
  2046. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c
  2047. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o
  2048. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o
  2049. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=i386_elf32_sol2_vec "-DSELECT_VECS=&i386_elf32_sol2_vec,&i386_coff_vec,&x86_64_elf64_sol2_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" ./archures.c -o archures.o
  2050. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o
  2051. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o
  2052. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o
  2053. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o
  2054. mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
  2055. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c
  2056. cache.c: In function 'bfd_cache_max_open':
  2057. cache.c:95:3: warning: implicit declaration of function 'enable_extended_FILE_stdio' [-Wimplicit-function-declaration]
  2058. mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
  2059. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
  2060. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o
  2061. mv -f .deps/bfd.Tpo .deps/bfd.Plo
  2062. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c
  2063. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o
  2064. mv -f .deps/archures.Tpo .deps/archures.Plo
  2065. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c
  2066. mv -f .deps/cache.Tpo .deps/cache.Plo
  2067. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c
  2068. mv -f .deps/init.Tpo .deps/init.Plo
  2069. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c
  2070. mv -f .deps/corefile.Tpo .deps/corefile.Plo
  2071. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c
  2072. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o
  2073. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o
  2074. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o
  2075. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o
  2076. mv -f .deps/archive.Tpo .deps/archive.Plo
  2077. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=i386_elf32_sol2_vec -DSELECT_VECS='&i386_elf32_sol2_vec,&i386_coff_vec,&x86_64_elf64_sol2_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch' ./targets.c
  2078. mv -f .deps/format.Tpo .deps/format.Plo
  2079. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
  2080. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
  2081. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o
  2082. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o
  2083. mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
  2084. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c
  2085. mv -f .deps/opncls.Tpo .deps/opncls.Plo
  2086. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c
  2087. mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
  2088. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c
  2089. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=i386_elf32_sol2_vec "-DSELECT_VECS=&i386_elf32_sol2_vec,&i386_coff_vec,&x86_64_elf64_sol2_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" ./targets.c -o targets.o
  2090. mv -f .deps/reloc.Tpo .deps/reloc.Plo
  2091. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c
  2092. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o
  2093. mv -f .deps/hash.Tpo .deps/hash.Plo
  2094. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c
  2095. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o
  2096. mv -f .deps/section.Tpo .deps/section.Plo
  2097. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c
  2098. mv -f .deps/syms.Tpo .deps/syms.Plo
  2099. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c
  2100. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o
  2101. mv -f .deps/targets.Tpo .deps/targets.Plo
  2102. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o
  2103. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o
  2104. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c
  2105. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o
  2106. mv -f .deps/binary.Tpo .deps/binary.Plo
  2107. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/gnu/lib/debug\" ./dwarf2.c
  2108. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o
  2109. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o
  2110. mv -f .deps/srec.Tpo .deps/srec.Plo
  2111. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c
  2112. mv -f .deps/ihex.Tpo .deps/ihex.Plo
  2113. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c
  2114. mv -f .deps/stabs.Tpo .deps/stabs.Plo
  2115. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c
  2116. mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
  2117. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo elf32-i386.c
  2118. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/gnu/lib/debug\" ./dwarf2.c -o dwarf2.o
  2119. mv -f .deps/linker.Tpo .deps/linker.Plo
  2120. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo elf-ifunc.c
  2121. mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
  2122. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo elf-nacl.c
  2123. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o
  2124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o
  2125. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o
  2126. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c elf32-i386.c -o elf32-i386.o
  2127. mv -f .deps/merge.Tpo .deps/merge.Plo
  2128. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo elf-vxworks.c
  2129. ./dwarf2.c:3797:1: warning: no previous prototype for '_bfd_dwarf2_find_symbol_bias' [-Wmissing-prototypes]
  2130. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c elf-ifunc.c -o elf-ifunc.o
  2131. mv -f .deps/verilog.Tpo .deps/verilog.Plo
  2132. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c
  2133. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c elf-nacl.c -o elf-nacl.o
  2134. mv -f .deps/simple.Tpo .deps/simple.Plo
  2135. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c
  2136. mv -f .deps/compress.Tpo .deps/compress.Plo
  2137. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c
  2138. mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
  2139. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c
  2140. mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
  2141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c elf-vxworks.c -o elf-vxworks.o
  2142. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -o elf.o
  2143. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c
  2144. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o
  2145. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -o elflink.o
  2146. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -o elf-strtab.o
  2147. mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
  2148. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c
  2149. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -o elf-attrs.o
  2150. mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
  2151. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c
  2152. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -o dwarf1.o
  2153. mv -f .deps/elf32.Tpo .deps/elf32.Plo
  2154. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c -o coff-i386.lo coff-i386.c
  2155. mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
  2156. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo cofflink.c
  2157. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c cofflink.c -o cofflink.o
  2158. mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
  2159. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo elf64-x86-64.c
  2160. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -o elf-eh-frame.o
  2161. mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
  2162. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo elf64.c
  2163. mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
  2164. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo elf64-gen.c
  2165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c coff-i386.c -o coff-i386.o
  2166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c elf64-x86-64.c -o elf64-x86-64.o
  2167. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -o elf64.o
  2168. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c elf64-gen.c -o elf64-gen.o
  2169. mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
  2170. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c
  2171. mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
  2172. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
  2173. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -o elf32-gen.o
  2174. mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo
  2175. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo cpu-i386.c
  2176. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o
  2177. mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
  2178. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c -o cpu-l1om.lo cpu-l1om.c
  2179. mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
  2180. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c -o cpu-k1om.lo cpu-k1om.c
  2181. mv -f .deps/elf64.Tpo .deps/elf64.Plo
  2182. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo cpu-plugin.c
  2183. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c cpu-i386.c -o cpu-i386.o
  2184. mv -f .deps/plugin.Tpo .deps/plugin.Plo
  2185. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c cpu-plugin.c -o cpu-plugin.o
  2186. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/gnu/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo archive64.c
  2187. mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo
  2188. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c cpu-l1om.c -o cpu-l1om.o
  2189. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c cpu-k1om.c -o cpu-k1om.o
  2190. mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo
  2191. mv -f .deps/cpu-l1om.Tpo .deps/cpu-l1om.Plo
  2192. mv -f .deps/cpu-k1om.Tpo .deps/cpu-k1om.Plo
  2193. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DCP_ACP=1 -I. -I. -I./../include -DHAVE_i386_elf32_sol2_vec -DHAVE_i386_coff_vec -DHAVE_x86_64_elf64_sol2_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/gnu/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c archive64.c -o archive64.o
  2194. mv -f .deps/elf.Tpo .deps/elf.Plo
  2195. mv -f .deps/archive64.Tpo .deps/archive64.Plo
  2196. mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo
  2197. mv -f .deps/elflink.Tpo .deps/elflink.Plo
  2198. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o libbfd.la -rpath /usr/gnu/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz
  2199. libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o coff-i386.o cofflink.o elf64-x86-64.o elf64.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-l1om.o cpu-k1om.o cpu-plugin.o archive64.o
  2200. libtool: link: ranlib .libs/libbfd.a
  2201. libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
  2202. libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  2203. if [ -f $libtooldir/libbfd.a ]; then \
  2204. cp $libtooldir/libbfd.a libbfd.tmp; \
  2205. ranlib libbfd.tmp; \
  2206. /bin/bash ./../move-if-change libbfd.tmp libbfd.a; \
  2207. else true; fi
  2208. touch stamp-lib
  2209. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2210. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2211. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2212. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2213. gmake all-recursive
  2214. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2215. Making all in .
  2216. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2217. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c
  2218. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 -DARCH_l1om -DARCH_k1om ./disassemble.c
  2219. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c
  2220. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo i386-dis.c
  2221. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo i386-opc.c
  2222. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_l1om -DARCH_k1om ./disassemble.c -o disassemble.o
  2223. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o
  2224. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c i386-opc.c -o i386-opc.o
  2225. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c i386-dis.c -o i386-dis.o
  2226. mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
  2227. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis-init.o
  2228. mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
  2229. mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
  2230. mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo
  2231. mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo
  2232. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o libopcodes.la -rpath /usr/gnu/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo
  2233. libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o
  2234. libtool: link: ranlib .libs/libopcodes.a
  2235. libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
  2236. libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  2237. if [ -f $libtooldir/libopcodes.a ]; then \
  2238. cp $libtooldir/libopcodes.a libopcodes.tmp; \
  2239. ranlib libopcodes.tmp; \
  2240. /bin/bash ./../move-if-change libopcodes.tmp libopcodes.a; \
  2241. else true; fi
  2242. touch stamp-lib
  2243. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2244. Making all in po
  2245. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes/po'
  2246. gmake[4]: Nothing to be done for 'all'.
  2247. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes/po'
  2248. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2249. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2250. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2251. gmake all-recursive
  2252. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2253. Making all in doc
  2254. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  2255. gmake[4]: Nothing to be done for 'all'.
  2256. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  2257. Making all in po
  2258. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/po'
  2259. gmake[4]: Nothing to be done for 'all'.
  2260. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/po'
  2261. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2262. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o app.c
  2263. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o as.c
  2264. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o atof-generic.c
  2265. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT compress-debug.o -MD -MP -MF .deps/compress-debug.Tpo -c -o compress-debug.o compress-debug.c
  2266. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o cond.c
  2267. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o depend.c
  2268. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o dwarf2dbg.c
  2269. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o dw2gencfi.c
  2270. mv -f .deps/compress-debug.Tpo .deps/compress-debug.Po
  2271. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ecoff.c
  2272. mv -f .deps/depend.Tpo .deps/depend.Po
  2273. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ehopt.c
  2274. mv -f .deps/ecoff.Tpo .deps/ecoff.Po
  2275. mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po
  2276. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o expr.c
  2277. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o flonum-copy.c
  2278. mv -f .deps/cond.Tpo .deps/cond.Po
  2279. mv -f .deps/as.Tpo .deps/as.Po
  2280. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o flonum-konst.c
  2281. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o flonum-mult.c
  2282. mv -f .deps/app.Tpo .deps/app.Po
  2283. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o frags.c
  2284. mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po
  2285. mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po
  2286. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
  2287. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o input-file.c
  2288. mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po
  2289. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o input-scrub.c
  2290. mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po
  2291. mv -f .deps/ehopt.Tpo .deps/ehopt.Po
  2292. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o listing.c
  2293. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o literal.c
  2294. mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po
  2295. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o macro.c
  2296. mv -f .deps/input-file.Tpo .deps/input-file.Po
  2297. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.c
  2298. mv -f .deps/literal.Tpo .deps/literal.Po
  2299. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o output-file.c
  2300. mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po
  2301. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o read.c
  2302. mv -f .deps/frags.Tpo .deps/frags.Po
  2303. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o remap.c
  2304. mv -f .deps/expr.Tpo .deps/expr.Po
  2305. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o sb.c
  2306. mv -f .deps/messages.Tpo .deps/messages.Po
  2307. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c
  2308. mv -f .deps/output-file.Tpo .deps/output-file.Po
  2309. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o subsegs.c
  2310. mv -f .deps/remap.Tpo .deps/remap.Po
  2311. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o symbols.c
  2312. mv -f .deps/listing.Tpo .deps/listing.Po
  2313. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o write.c
  2314. mv -f .deps/hash.Tpo .deps/hash.Po
  2315. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT tc-i386.o -MD -MP -MF .deps/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo './'`config/tc-i386.c
  2316. mv -f .deps/sb.Tpo .deps/sb.Po
  2317. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo './'`config/obj-elf.c
  2318. mv -f .deps/stabs.Tpo .deps/stabs.Po
  2319. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo './'`config/atof-ieee.c
  2320. mv -f .deps/macro.Tpo .deps/macro.Po
  2321. mv -f .deps/subsegs.Tpo .deps/subsegs.Po
  2322. mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po
  2323. mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po
  2324. mv -f .deps/write.Tpo .deps/write.Po
  2325. mv -f .deps/read.Tpo .deps/read.Po
  2326. mv -f .deps/symbols.Tpo .deps/symbols.Po
  2327. mv -f .deps/tc-i386.Tpo .deps/tc-i386.Po
  2328. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2329. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2330. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2331. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2332. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2333. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2334. if [ -r sysinfo.c ]; then \
  2335. gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow sysinfo.c ; \
  2336. else \
  2337. gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow ./sysinfo.c ; \
  2338. fi
  2339. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2340. gmake all-recursive
  2341. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2342. Making all in po
  2343. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof/po'
  2344. gmake[4]: Nothing to be done for 'all'.
  2345. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof/po'
  2346. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2347. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o basic_blocks.c
  2348. Making info in doc
  2349. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o call_graph.c
  2350. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2351. if test -f cxxfilt.man; then \
  2352. man=cxxfilt.man; \
  2353. else \
  2354. man=./cxxfilt.man; \
  2355. fi; \
  2356. sed -e 's/@PROGRAM@/c++filt/' \
  2357. -e 's/cxxfilt/c++filt/' < $man \
  2358. > c++filt.1
  2359. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2360. Making info in po
  2361. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2362. gmake[3]: Nothing to be done for 'info'.
  2363. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2364. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o cg_arcs.c
  2365. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o cg_dfn.c
  2366. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o cg_print.c
  2367. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o corefile.c
  2368. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2369. gmake[3]: Nothing to be done for 'info-am'.
  2370. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2371. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o gmon_io.c
  2372. mv -f .deps/call_graph.Tpo .deps/call_graph.Po
  2373. gcc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow ./syslex_wrap.c
  2374. mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po
  2375. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o gprof.c
  2376. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o hertz.c
  2377. mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po
  2378. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o hist.c
  2379. mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po
  2380. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o source.c
  2381. mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po
  2382. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o search_list.c
  2383. mv -f .deps/hertz.Tpo .deps/hertz.Po
  2384. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o symtab.c
  2385. mv -f .deps/cg_print.Tpo .deps/cg_print.Po
  2386. mv -f .deps/gprof.Tpo .deps/gprof.Po
  2387. mv -f .deps/corefile.Tpo .deps/corefile.Po
  2388. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o sym_ids.c
  2389. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
  2390. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o i386.c
  2391. gcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o sysinfo sysinfo.o syslex_wrap.o
  2392. mv -f .deps/source.Tpo .deps/source.Po
  2393. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o alpha.c
  2394. mv -f .deps/search_list.Tpo .deps/search_list.Po
  2395. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o vax.c
  2396. mv -f .deps/symtab.Tpo .deps/symtab.Po
  2397. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o tahoe.c
  2398. mv -f .deps/utils.Tpo .deps/utils.Po
  2399. mv -f .deps/i386.Tpo .deps/i386.Po
  2400. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o sparc.c
  2401. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o mips.c
  2402. mv -f .deps/hist.Tpo .deps/hist.Po
  2403. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o aarch64.c
  2404. ./sysinfo -d <./sysroff.info >sysroff.h
  2405. mv -f .deps/alpha.Tpo .deps/alpha.Po
  2406. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o flat_bl.c
  2407. mv -f .deps/sparc.Tpo .deps/sparc.Po
  2408. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o bsd_callg_bl.c
  2409. mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po
  2410. mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po
  2411. gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o fsf_callg_bl.c
  2412. mv -f .deps/aarch64.Tpo .deps/aarch64.Po
  2413. gmake all-recursive
  2414. mv -f .deps/vax.Tpo .deps/vax.Po
  2415. mv -f .deps/tahoe.Tpo .deps/tahoe.Po
  2416. mv -f .deps/mips.Tpo .deps/mips.Po
  2417. mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po
  2418. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2419. Making all in doc
  2420. mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
  2421. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2422. gmake[4]: Nothing to be done for 'all'.
  2423. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2424. Making all in po
  2425. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2426. gmake[4]: Nothing to be done for 'all'.
  2427. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2428. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm
  2429. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2430. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o size.c
  2431. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o bucomm.c
  2432. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
  2433. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c
  2434. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ./objdump.c
  2435. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o dwarf.c
  2436. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o prdbg.c
  2437. mv -f .deps/bucomm.Tpo .deps/bucomm.Po
  2438. mv -f .deps/filemode.Tpo .deps/filemode.Po
  2439. mv -f .deps/version.Tpo .deps/version.Po
  2440. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o rddbg.c
  2441. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
  2442. mv -f .deps/size.Tpo .deps/size.Po
  2443. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c
  2444. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ieee.c
  2445. mv -f .deps/rddbg.Tpo .deps/rddbg.Po
  2446. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o rdcoff.c
  2447. mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po
  2448. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o elfcomm.c
  2449. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lm
  2450. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2451. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2452. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  2453. mv -f .deps/prdbg.Tpo .deps/prdbg.Po
  2454. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c
  2455. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c
  2456. mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po
  2457. mv -f .deps/objdump.Tpo .deps/objdump.Po
  2458. mv -f .deps/debug.Tpo .deps/debug.Po
  2459. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c
  2460. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o not-ranlib.c
  2461. mv -f .deps/stabs.Tpo .deps/stabs.Po
  2462. mv -f .deps/arparse.Tpo .deps/arparse.Po
  2463. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o arsup.c
  2464. mv -f .deps/arlex.Tpo .deps/arlex.Po
  2465. mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po
  2466. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o rename.c
  2467. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o binemul.c
  2468. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o emul_vanilla.c
  2469. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o strings.c
  2470. mv -f .deps/ar.Tpo .deps/ar.Po
  2471. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o is-ranlib.c
  2472. mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po
  2473. mv -f .deps/arsup.Tpo .deps/arsup.Po
  2474. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c
  2475. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o not-strip.c
  2476. mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po
  2477. mv -f .deps/binemul.Tpo .deps/binemul.Po
  2478. mv -f .deps/rename.Tpo .deps/rename.Po
  2479. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o wrstabs.c
  2480. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o addr2line.c
  2481. mv -f .deps/strings.Tpo .deps/strings.Po
  2482. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o readelf.c
  2483. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o unwind-ia64.c
  2484. mv -f .deps/not-strip.Tpo .deps/not-strip.Po
  2485. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o elfedit.c
  2486. mv -f .deps/ieee.Tpo .deps/ieee.Po
  2487. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o nm.c
  2488. mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po
  2489. mv -f .deps/addr2line.Tpo .deps/addr2line.Po
  2490. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o is-strip.c
  2491. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o cxxfilt.c
  2492. mv -f .deps/is-strip.Tpo .deps/is-strip.Po
  2493. mv -f .deps/elfedit.Tpo .deps/elfedit.Po
  2494. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdtest1.o -MD -MP -MF .deps/bfdtest1.Tpo -c -o bfdtest1.o bfdtest1.c
  2495. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DCP_ACP=1 -DLOCALEDIR="\"/usr/gnu/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT bfdtest2.o -MD -MP -MF .deps/bfdtest2.Tpo -c -o bfdtest2.o bfdtest2.c
  2496. mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po
  2497. mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po
  2498. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2499. mv -f .deps/objcopy.Tpo .deps/objcopy.Po
  2500. mv -f .deps/bfdtest2.Tpo .deps/bfdtest2.Po
  2501. mv -f .deps/nm.Tpo .deps/nm.Po
  2502. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2503. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz
  2504. mv -f .deps/dwarf.Tpo .deps/dwarf.Po
  2505. mv -f .deps/bfdtest1.Tpo .deps/bfdtest1.Po
  2506. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz
  2507. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz
  2508. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2509. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2510. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz
  2511. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o size size.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2512. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2513. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2514. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o strings strings.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2515. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2516. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz
  2517. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o addr2line addr2line.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2518. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o elfedit elfedit.o version.o elfcomm.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../libiberty/libiberty.a -lz
  2519. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2520. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2521. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2522. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2523. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o nm-new nm.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2524. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2525. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2526. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o bfdtest1 bfdtest1.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2527. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o bfdtest2 bfdtest2.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2528. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2529. mv -f .deps/readelf.Tpo .deps/readelf.Po
  2530. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz
  2531. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../libiberty/libiberty.a -lz
  2532. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2533. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2534. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2535. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2536. (echo "/* This file is automatically generated. DO NOT EDIT! */";\
  2537. for f in `echo " " eelf_i386_sol2.o eelf_i386_ldso.o eelf_i386.o eelf_x86_64_sol2.o eelf_x86_64.o eelf_l1om.o eelf_k1om.o "" \
  2538. | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
  2539. echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \
  2540. done;\
  2541. echo "";\
  2542. echo "#define EMULATION_LIST \\";\
  2543. for f in `echo " " eelf_i386_sol2.o eelf_i386_ldso.o eelf_i386.o eelf_x86_64_sol2.o eelf_x86_64.o eelf_l1om.o eelf_k1om.o "" \
  2544. | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
  2545. echo " &ld_${f}_emulation, \\"; \
  2546. done;\
  2547. echo " 0") >ldemul-tmp.h
  2548. mv ldemul-tmp.h ldemul-list.h
  2549. gmake all-recursive
  2550. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2551. Making all in po
  2552. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld/po'
  2553. gmake[4]: Nothing to be done for 'all'.
  2554. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld/po'
  2555. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2556. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo './'`testplug.c
  2557. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ./`ldgram.c
  2558. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ./ldlex-wrapper.c
  2559. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o lexsup.c
  2560. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ldlang.c
  2561. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o mri.c
  2562. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ldctor.c
  2563. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \
  2564. -DDEFAULT_EMULATION='"elf_i386_sol2"' \
  2565. -DBINDIR='"/usr/gnu/bin"' -DTOOLBINDIR='"/usr/gnu/i386-pc-solaris2.11/bin"' \
  2566. -DTARGET='"i386-pc-solaris2.11"' -DTARGET_SYSTEM_ROOT=\"\" \
  2567. ./ldmain.c
  2568. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR=\"/usr/gnu/share/locale\" -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o
  2569. mv -f .deps/mri.Tpo .deps/mri.Po
  2570. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ldwrite.c
  2571. mv -f .deps/ldctor.Tpo .deps/ldctor.Po
  2572. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ldexp.c
  2573. mv -f .deps/lexsup.Tpo .deps/lexsup.Po
  2574. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ldemul.c
  2575. mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po
  2576. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ldver.c
  2577. mv -f .deps/ldmain.Tpo .deps/ldmain.Po
  2578. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ldmisc.c
  2579. mv -f .deps/ldver.Tpo .deps/ldver.Po
  2580. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \
  2581. -DSCRIPTDIR='"/usr/gnu/i386-pc-solaris2.11/lib"' -DBINDIR='"/usr/gnu/bin"' -DTOOLBINDIR='"/usr/gnu/i386-pc-solaris2.11/bin"' \
  2582. ./ldfile.c
  2583. mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po
  2584. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ldcref.c
  2585. mv -f .deps/ldgram.Tpo .deps/ldgram.Po
  2586. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
  2587. mv -f .deps/ldemul.Tpo .deps/ldemul.Po
  2588. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ldbuildid.c
  2589. mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po
  2590. cp ./emultempl/astring.sed stringify.sed
  2591. base=`echo eelf_i386_sol2.c | sed -e 's,e\(.*\).c,\1,'`; \
  2592. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2593. mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po
  2594. mv -f .deps/ldexp.Tpo .deps/ldexp.Po
  2595. base=`echo eelf_i386_ldso.c | sed -e 's,e\(.*\).c,\1,'`; \
  2596. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2597. base=`echo eelf_i386.c | sed -e 's,e\(.*\).c,\1,'`; \
  2598. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2599. mv -f .deps/ldfile.Tpo .deps/ldfile.Po
  2600. base=`echo eelf_x86_64_sol2.c | sed -e 's,e\(.*\).c,\1,'`; \
  2601. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2602. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR=\"/usr/gnu/share/locale\" -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1
  2603. mv -f .deps/ldcref.Tpo .deps/ldcref.Po
  2604. base=`echo eelf_x86_64.c | sed -e 's,e\(.*\).c,\1,'`; \
  2605. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2606. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2607. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_i386_ldso "i386-pc-solaris2.11"
  2608. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2609. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_i386_sol2 "i386-pc-solaris2.11"
  2610. mv -f .deps/plugin.Tpo .deps/plugin.Po
  2611. base=`echo eelf_l1om.c | sed -e 's,e\(.*\).c,\1,'`; \
  2612. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2613. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2614. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_i386 "i386-pc-solaris2.11"
  2615. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2616. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_x86_64_sol2 "i386-pc-solaris2.11"
  2617. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2618. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_x86_64 "i386-pc-solaris2.11"
  2619. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2620. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_l1om "i386-pc-solaris2.11"
  2621. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2622. base=`echo eelf_k1om.c | sed -e 's,e\(.*\).c,\1,'`; \
  2623. gmake run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
  2624. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2625. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_i386_sol2.o -MD -MP -MF .deps/eelf_i386_sol2.Tpo -c -o eelf_i386_sol2.o eelf_i386_sol2.c
  2626. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2627. LIB_PATH='' /bin/bash ./genscripts.sh "." "/usr/gnu/lib" "/usr/gnu" "/usr/gnu" i386-pc-solaris2.11 i386-pc-solaris2.11 i386-pc-solaris2.11 "elf_i386_sol2 elf_i386_ldso elf_i386 elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om" "/usr/local/lib /usr/ccs/lib /lib /usr/lib" no yes elf_k1om "i386-pc-solaris2.11"
  2628. mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo
  2629. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_i386_ldso.o -MD -MP -MF .deps/eelf_i386_ldso.Tpo -c -o eelf_i386_ldso.o eelf_i386_ldso.c
  2630. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2631. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -rpath /nowhere -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o libldtestplug.la libldtestplug_la-testplug.lo -lz
  2632. mv -f .deps/ldlang.Tpo .deps/ldlang.Po
  2633. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_x86_64_sol2.o -MD -MP -MF .deps/eelf_x86_64_sol2.Tpo -c -o eelf_x86_64_sol2.o eelf_x86_64_sol2.c
  2634. mv -f .deps/eelf_i386_sol2.Tpo .deps/eelf_i386_sol2.Po
  2635. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2636. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c
  2637. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2638. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_x86_64.o -MD -MP -MF .deps/eelf_x86_64.Tpo -c -o eelf_x86_64.o eelf_x86_64.c
  2639. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2640. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_k1om.o -MD -MP -MF .deps/eelf_k1om.Tpo -c -o eelf_k1om.o eelf_k1om.c
  2641. mv -f .deps/eelf_i386_ldso.Tpo .deps/eelf_i386_ldso.Po
  2642. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2643. gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/gnu/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -MT eelf_l1om.o -MD -MP -MF .deps/eelf_l1om.Tpo -c -o eelf_l1om.o eelf_l1om.c
  2644. libtool: link: gcc -shared -Wl,-z -Wl,text -Wl,-h -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 .libs/libldtestplug_la-testplug.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -lz
  2645. mv -f .deps/eelf_x86_64_sol2.Tpo .deps/eelf_x86_64_sol2.Po
  2646. mv -f .deps/eelf_x86_64.Tpo .deps/eelf_x86_64.Po
  2647. libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0")
  2648. mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po
  2649. libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so")
  2650. mv -f .deps/eelf_k1om.Tpo .deps/eelf_k1om.Po
  2651. libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o
  2652. mv -f .deps/eelf_l1om.Tpo .deps/eelf_l1om.Po
  2653. libtool: link: ranlib .libs/libldtestplug.a
  2654. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf_i386_sol2.o eelf_i386_ldso.o eelf_i386.o eelf_x86_64_sol2.o eelf_x86_64.o eelf_l1om.o eelf_k1om.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz
  2655. libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" )
  2656. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -static-libstdc++ -static-libgcc -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf_i386_sol2.o eelf_i386_ldso.o eelf_i386.o eelf_x86_64_sol2.o eelf_x86_64.o eelf_l1om.o eelf_k1om.o -L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
  2657. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2658. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2659. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  2660. gmake[1]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap'
  2661. mkdir -p /home/dkasza/smartos-live/proto.strap
  2662. (cd binutils-2.25.1-32strap; \
  2663. env - PATH=/home/dkasza/smartos-live/proto.strap/usr/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/bin \
  2664. gmake V=1 DESTDIR=/home/dkasza/smartos-live/proto.strap install)
  2665. gmake[1]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap'
  2666. /bin/bash ./mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu /home/dkasza/smartos-live/proto.strap/usr/gnu
  2667. mkdir /home/dkasza/smartos-live/proto.strap/usr
  2668. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu
  2669. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2670. gmake install-recursive
  2671. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2672. Making install in doc
  2673. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  2674. test -z "/usr/gnu/share/info" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info"
  2675. /opt/local/bin/ginstall -c -m 644 ./bfd.info '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info'
  2676. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/doc'
  2677. Making install in po
  2678. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  2679. if test -r .././../mkinstalldirs; then \
  2680. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2681. else \
  2682. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2683. fi
  2684. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale
  2685. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da
  2686. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES
  2687. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/bfd.mo
  2688. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es
  2689. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES
  2690. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/bfd.mo
  2691. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi
  2692. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES
  2693. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/bfd.mo
  2694. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr
  2695. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES
  2696. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/bfd.mo
  2697. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id
  2698. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES
  2699. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/bfd.mo
  2700. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja
  2701. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES
  2702. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/bfd.mo
  2703. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro
  2704. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES
  2705. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/bfd.mo
  2706. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru
  2707. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES
  2708. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/bfd.mo
  2709. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw
  2710. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES
  2711. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/bfd.mo
  2712. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv
  2713. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES
  2714. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/bfd.mo
  2715. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr
  2716. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES
  2717. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/bfd.mo
  2718. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk
  2719. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES
  2720. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/bfd.mo
  2721. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi
  2722. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES
  2723. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/bfd.mo
  2724. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN
  2725. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES
  2726. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/bfd.mo
  2727. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/bfd.mo
  2728. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/bfd.mo
  2729. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/bfd.mo
  2730. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/bfd.mo
  2731. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/bfd.mo
  2732. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/bfd.mo
  2733. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/bfd.mo
  2734. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/bfd.mo
  2735. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/bfd.mo
  2736. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/bfd.mo
  2737. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/bfd.mo
  2738. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/bfd.mo
  2739. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/bfd.mo
  2740. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/bfd.mo
  2741. if test "bfd" = "gettext"; then \
  2742. if test -r .././../mkinstalldirs; then \
  2743. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2744. else \
  2745. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2746. fi; \
  2747. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  2748. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  2749. else \
  2750. : ; \
  2751. fi
  2752. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd/po'
  2753. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2754. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2755. gmake[5]: Nothing to be done for 'install-exec-am'.
  2756. test -z "/usr/gnu/include" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/include"
  2757. /opt/local/bin/ginstall -c -m 644 bfd.h ./../include/ansidecl.h ./../include/symcat.h ./../include/bfdlink.h ./../include/plugin-api.h '/home/dkasza/smartos-live/proto.strap/usr/gnu/include'
  2758. test -z "/usr/gnu/lib" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/lib"
  2759. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c libbfd.la '/home/dkasza/smartos-live/proto.strap/usr/gnu/lib'
  2760. libtool: install: /opt/local/bin/ginstall -c .libs/libbfd.lai /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libbfd.la
  2761. libtool: install: /opt/local/bin/ginstall -c .libs/libbfd.a /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libbfd.a
  2762. libtool: install: chmod 644 /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libbfd.a
  2763. libtool: install: ranlib /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libbfd.a
  2764. libtool: install: warning: remember to run `libtool --finish /usr/gnu/lib'
  2765. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2766. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2767. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2768. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/bfd'
  2769. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2770. Making install in .
  2771. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2772. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2773. gmake[4]: Nothing to be done for 'install-exec-am'.
  2774. test -z "/usr/gnu/include" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/include"
  2775. /opt/local/bin/ginstall -c -m 644 ./../include/dis-asm.h '/home/dkasza/smartos-live/proto.strap/usr/gnu/include'
  2776. test -z "/usr/gnu/lib" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/lib"
  2777. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c libopcodes.la '/home/dkasza/smartos-live/proto.strap/usr/gnu/lib'
  2778. libtool: install: /opt/local/bin/ginstall -c .libs/libopcodes.lai /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libopcodes.la
  2779. libtool: install: /opt/local/bin/ginstall -c .libs/libopcodes.a /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libopcodes.a
  2780. libtool: install: chmod 644 /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libopcodes.a
  2781. libtool: install: ranlib /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/libopcodes.a
  2782. libtool: install: warning: remember to run `libtool --finish /usr/gnu/lib'
  2783. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2784. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2785. Making install in po
  2786. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes/po'
  2787. if test -r .././../mkinstalldirs; then \
  2788. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2789. else \
  2790. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2791. fi
  2792. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/opcodes.mo
  2793. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de
  2794. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de/LC_MESSAGES
  2795. installing de.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de/LC_MESSAGES/opcodes.mo
  2796. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/opcodes.mo
  2797. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/opcodes.mo
  2798. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/opcodes.mo
  2799. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga
  2800. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES
  2801. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/opcodes.mo
  2802. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/opcodes.mo
  2803. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it
  2804. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES
  2805. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/opcodes.mo
  2806. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl
  2807. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl/LC_MESSAGES
  2808. installing nl.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl/LC_MESSAGES/opcodes.mo
  2809. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR
  2810. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR/LC_MESSAGES
  2811. installing pt_BR.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
  2812. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/opcodes.mo
  2813. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/opcodes.mo
  2814. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/opcodes.mo
  2815. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/opcodes.mo
  2816. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/opcodes.mo
  2817. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
  2818. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/opcodes.mo
  2819. installing de.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de/LC_MESSAGES/opcodes.mo
  2820. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/opcodes.mo
  2821. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/opcodes.mo
  2822. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/opcodes.mo
  2823. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/opcodes.mo
  2824. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/opcodes.mo
  2825. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/opcodes.mo
  2826. installing nl.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl/LC_MESSAGES/opcodes.mo
  2827. installing pt_BR.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
  2828. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/opcodes.mo
  2829. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/opcodes.mo
  2830. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/opcodes.mo
  2831. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/opcodes.mo
  2832. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/opcodes.mo
  2833. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
  2834. if test "opcodes" = "gettext"; then \
  2835. if test -r .././../mkinstalldirs; then \
  2836. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2837. else \
  2838. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2839. fi; \
  2840. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  2841. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  2842. else \
  2843. : ; \
  2844. fi
  2845. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes/po'
  2846. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/opcodes'
  2847. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2848. gmake install-recursive
  2849. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2850. Making install in doc
  2851. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2852. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2853. gmake[5]: Nothing to be done for 'install-exec-am'.
  2854. test -z "/usr/gnu/share/info" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info"
  2855. /opt/local/bin/ginstall -c -m 644 ./binutils.info '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info'
  2856. test -z "/usr/gnu/share/man/man1" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1"
  2857. /opt/local/bin/ginstall -c -m 644 'addr2line.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gaddr2line.1'
  2858. /opt/local/bin/ginstall -c -m 644 'ar.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gar.1'
  2859. /opt/local/bin/ginstall -c -m 644 'dlltool.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gdlltool.1'
  2860. /opt/local/bin/ginstall -c -m 644 'nlmconv.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gnlmconv.1'
  2861. /opt/local/bin/ginstall -c -m 644 'nm.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gnm.1'
  2862. /opt/local/bin/ginstall -c -m 644 'objcopy.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gobjcopy.1'
  2863. /opt/local/bin/ginstall -c -m 644 'objdump.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gobjdump.1'
  2864. /opt/local/bin/ginstall -c -m 644 'ranlib.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/granlib.1'
  2865. /opt/local/bin/ginstall -c -m 644 'readelf.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/greadelf.1'
  2866. /opt/local/bin/ginstall -c -m 644 'size.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gsize.1'
  2867. /opt/local/bin/ginstall -c -m 644 'strings.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gstrings.1'
  2868. /opt/local/bin/ginstall -c -m 644 'strip.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gstrip.1'
  2869. /opt/local/bin/ginstall -c -m 644 'elfedit.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gelfedit.1'
  2870. /opt/local/bin/ginstall -c -m 644 'windres.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gwindres.1'
  2871. /opt/local/bin/ginstall -c -m 644 'windmc.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gwindmc.1'
  2872. /opt/local/bin/ginstall -c -m 644 'c++filt.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gc++filt.1'
  2873. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2874. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/doc'
  2875. Making install in po
  2876. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2877. if test -r .././../mkinstalldirs; then \
  2878. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2879. else \
  2880. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  2881. fi
  2882. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg
  2883. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES
  2884. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/binutils.mo
  2885. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/binutils.mo
  2886. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/binutils.mo
  2887. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/binutils.mo
  2888. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/binutils.mo
  2889. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hr
  2890. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hr/LC_MESSAGES
  2891. installing hr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hr/LC_MESSAGES/binutils.mo
  2892. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/binutils.mo
  2893. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/binutils.mo
  2894. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/binutils.mo
  2895. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/binutils.mo
  2896. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/binutils.mo
  2897. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/binutils.mo
  2898. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sk
  2899. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sk/LC_MESSAGES
  2900. installing sk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sk/LC_MESSAGES/binutils.mo
  2901. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr
  2902. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr/LC_MESSAGES
  2903. installing sr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr/LC_MESSAGES/binutils.mo
  2904. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/binutils.mo
  2905. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/binutils.mo
  2906. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/binutils.mo
  2907. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/binutils.mo
  2908. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/binutils.mo
  2909. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW
  2910. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW/LC_MESSAGES
  2911. installing zh_TW.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW/LC_MESSAGES/binutils.mo
  2912. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/binutils.mo
  2913. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/binutils.mo
  2914. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/binutils.mo
  2915. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/binutils.mo
  2916. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/binutils.mo
  2917. installing hr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hr/LC_MESSAGES/binutils.mo
  2918. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/binutils.mo
  2919. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/binutils.mo
  2920. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/binutils.mo
  2921. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/binutils.mo
  2922. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/binutils.mo
  2923. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/binutils.mo
  2924. installing sk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sk/LC_MESSAGES/binutils.mo
  2925. installing sr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr/LC_MESSAGES/binutils.mo
  2926. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/binutils.mo
  2927. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/binutils.mo
  2928. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/binutils.mo
  2929. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/binutils.mo
  2930. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/binutils.mo
  2931. installing zh_TW.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW/LC_MESSAGES/binutils.mo
  2932. if test "binutils" = "gettext"; then \
  2933. if test -r .././../mkinstalldirs; then \
  2934. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2935. else \
  2936. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  2937. fi; \
  2938. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  2939. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  2940. else \
  2941. : ; \
  2942. fi
  2943. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils/po'
  2944. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2945. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2946. test -z "/usr/gnu/bin" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/bin"
  2947. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c size '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gsize'
  2948. libtool: install: /opt/local/bin/ginstall -c size /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gsize
  2949. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c objdump '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gobjdump'
  2950. libtool: install: /opt/local/bin/ginstall -c objdump /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gobjdump
  2951. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ar '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gar'
  2952. libtool: install: /opt/local/bin/ginstall -c ar /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gar
  2953. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c strings '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gstrings'
  2954. libtool: install: /opt/local/bin/ginstall -c strings /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gstrings
  2955. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ranlib '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./granlib'
  2956. libtool: install: /opt/local/bin/ginstall -c ranlib /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./granlib
  2957. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c objcopy '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gobjcopy'
  2958. libtool: install: /opt/local/bin/ginstall -c objcopy /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gobjcopy
  2959. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c addr2line '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gaddr2line'
  2960. libtool: install: /opt/local/bin/ginstall -c addr2line /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gaddr2line
  2961. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c readelf '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./greadelf'
  2962. libtool: install: /opt/local/bin/ginstall -c readelf /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./greadelf
  2963. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c elfedit '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gelfedit'
  2964. libtool: install: /opt/local/bin/ginstall -c elfedit /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gelfedit
  2965. test -z "/usr/gnu/bin" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/bin"
  2966. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c nm-new /usr/gnu/bin/gnm
  2967. libtool: install: /opt/local/bin/ginstall -c nm-new /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gnm
  2968. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c strip-new /usr/gnu/bin/gstrip
  2969. libtool: install: /opt/local/bin/ginstall -c strip-new /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gstrip
  2970. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c cxxfilt /usr/gnu/bin/gc++filt
  2971. libtool: install: /opt/local/bin/ginstall -c cxxfilt /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gc++filt
  2972. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin
  2973. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11
  2974. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin
  2975. for i in nm-new strip-new ar ranlib dlltool objdump objcopy; do \
  2976. if [ -f $i ]; then \
  2977. j=`echo $i | sed -e 's/-new//'`; \
  2978. k=`echo $j | sed 's&^&g&'`; \
  2979. if [ "/usr/gnu/bin/$k" != "/usr/gnu/i386-pc-solaris2.11/bin/$j" ]; then \
  2980. rm -f /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/$j; \
  2981. ln /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$k /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/$j >/dev/null 2>/dev/null \
  2982. || /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c $i /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/$j; \
  2983. fi; \
  2984. else true; \
  2985. fi; \
  2986. done
  2987. gmake[5]: Nothing to be done for 'install-data-am'.
  2988. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2989. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2990. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2991. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/binutils'
  2992. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/etc'
  2993. gmake[2]: Nothing to be done for 'install'.
  2994. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/etc'
  2995. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  2996. Making install in doc
  2997. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  2998. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  2999. gmake[4]: Nothing to be done for 'install-exec-am'.
  3000. test -z "/usr/gnu/share/info" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info"
  3001. /opt/local/bin/ginstall -c -m 644 ./as.info '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info'
  3002. test -z "/usr/gnu/share/man/man1" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1"
  3003. /opt/local/bin/ginstall -c -m 644 'as.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gas.1'
  3004. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  3005. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/doc'
  3006. Making install in po
  3007. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/po'
  3008. if test -r ../../mkinstalldirs; then \
  3009. ../../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3010. else \
  3011. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3012. fi
  3013. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/gas.mo
  3014. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/gas.mo
  3015. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/gas.mo
  3016. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/gas.mo
  3017. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/gas.mo
  3018. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/gas.mo
  3019. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/gas.mo
  3020. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/gas.mo
  3021. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/gas.mo
  3022. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/gas.mo
  3023. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/gas.mo
  3024. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/gas.mo
  3025. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/gas.mo
  3026. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/gas.mo
  3027. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/gas.mo
  3028. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/gas.mo
  3029. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/gas.mo
  3030. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/gas.mo
  3031. if test "gas" = "gettext"; then \
  3032. if test -r ../../mkinstalldirs; then \
  3033. ../../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3034. else \
  3035. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3036. fi; \
  3037. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  3038. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  3039. else \
  3040. : ; \
  3041. fi
  3042. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas/po'
  3043. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  3044. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  3045. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/bin
  3046. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c as-new /usr/gnu/bin/gas
  3047. libtool: install: /opt/local/bin/ginstall -c as-new /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gas
  3048. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin
  3049. n=`echo as | sed 's&^&g&'`; \
  3050. if [ "/usr/gnu/bin/$n" != "/usr/gnu/i386-pc-solaris2.11/bin/as" ]; then \
  3051. rm -f /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/as; \
  3052. ln /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$n /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/as >/dev/null 2>/dev/null \
  3053. || /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c as-new /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/as; \
  3054. else \
  3055. true ; \
  3056. fi
  3057. gmake[4]: Nothing to be done for 'install-data-am'.
  3058. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  3059. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  3060. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gas'
  3061. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3062. gmake install-recursive
  3063. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3064. Making install in po
  3065. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof/po'
  3066. if test -r .././../mkinstalldirs; then \
  3067. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3068. else \
  3069. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3070. fi
  3071. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/gprof.mo
  3072. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/gprof.mo
  3073. installing de.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de/LC_MESSAGES/gprof.mo
  3074. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/eo
  3075. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/eo/LC_MESSAGES
  3076. installing eo.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/eo/LC_MESSAGES/gprof.mo
  3077. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/gprof.mo
  3078. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/gprof.mo
  3079. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/gprof.mo
  3080. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/gprof.mo
  3081. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hu
  3082. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hu/LC_MESSAGES
  3083. installing hu.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hu/LC_MESSAGES/gprof.mo
  3084. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/gprof.mo
  3085. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/gprof.mo
  3086. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/gprof.mo
  3087. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ms
  3088. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ms/LC_MESSAGES
  3089. installing ms.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ms/LC_MESSAGES/gprof.mo
  3090. installing nl.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl/LC_MESSAGES/gprof.mo
  3091. installing pt_BR.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR/LC_MESSAGES/gprof.mo
  3092. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/gprof.mo
  3093. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/gprof.mo
  3094. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/gprof.mo
  3095. installing sr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr/LC_MESSAGES/gprof.mo
  3096. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/gprof.mo
  3097. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/gprof.mo
  3098. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/gprof.mo
  3099. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/gprof.mo
  3100. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/gprof.mo
  3101. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/gprof.mo
  3102. installing de.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/de/LC_MESSAGES/gprof.mo
  3103. installing eo.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/eo/LC_MESSAGES/gprof.mo
  3104. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/gprof.mo
  3105. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/gprof.mo
  3106. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/gprof.mo
  3107. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/gprof.mo
  3108. installing hu.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/hu/LC_MESSAGES/gprof.mo
  3109. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/gprof.mo
  3110. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/gprof.mo
  3111. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/gprof.mo
  3112. installing ms.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ms/LC_MESSAGES/gprof.mo
  3113. installing nl.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/nl/LC_MESSAGES/gprof.mo
  3114. installing pt_BR.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/pt_BR/LC_MESSAGES/gprof.mo
  3115. installing ro.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ro/LC_MESSAGES/gprof.mo
  3116. installing ru.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ru/LC_MESSAGES/gprof.mo
  3117. installing rw.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/rw/LC_MESSAGES/gprof.mo
  3118. installing sr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sr/LC_MESSAGES/gprof.mo
  3119. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/gprof.mo
  3120. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/gprof.mo
  3121. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/gprof.mo
  3122. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/gprof.mo
  3123. if test "gprof" = "gettext"; then \
  3124. if test -r .././../mkinstalldirs; then \
  3125. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3126. else \
  3127. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3128. fi; \
  3129. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  3130. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  3131. else \
  3132. : ; \
  3133. fi
  3134. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof/po'
  3135. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3136. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3137. test -z "/usr/gnu/bin" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/bin"
  3138. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c gprof '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./ggprof'
  3139. libtool: install: /opt/local/bin/ginstall -c gprof /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./ggprof
  3140. test -z "/usr/gnu/share/info" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info"
  3141. /opt/local/bin/ginstall -c -m 644 ./gprof.info '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info'
  3142. test -z "/usr/gnu/share/man/man1" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1"
  3143. /opt/local/bin/ginstall -c -m 644 'gprof.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/ggprof.1'
  3144. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3145. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3146. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3147. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/gprof'
  3148. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/intl'
  3149. gmake[2]: Nothing to be done for 'install'.
  3150. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/intl'
  3151. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3152. gmake install-recursive
  3153. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3154. Making install in po
  3155. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld/po'
  3156. if test -r .././../mkinstalldirs; then \
  3157. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3158. else \
  3159. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share; \
  3160. fi
  3161. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/ld.mo
  3162. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/ld.mo
  3163. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/ld.mo
  3164. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/ld.mo
  3165. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/ld.mo
  3166. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/ld.mo
  3167. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/ld.mo
  3168. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/ld.mo
  3169. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/ld.mo
  3170. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/ld.mo
  3171. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/ld.mo
  3172. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/ld.mo
  3173. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/ld.mo
  3174. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/ld.mo
  3175. installing zh_TW.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW/LC_MESSAGES/ld.mo
  3176. installing bg.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/bg/LC_MESSAGES/ld.mo
  3177. installing da.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/da/LC_MESSAGES/ld.mo
  3178. installing es.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/es/LC_MESSAGES/ld.mo
  3179. installing fi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fi/LC_MESSAGES/ld.mo
  3180. installing fr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/fr/LC_MESSAGES/ld.mo
  3181. installing ga.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ga/LC_MESSAGES/ld.mo
  3182. installing id.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/id/LC_MESSAGES/ld.mo
  3183. installing it.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/it/LC_MESSAGES/ld.mo
  3184. installing ja.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/ja/LC_MESSAGES/ld.mo
  3185. installing sv.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/sv/LC_MESSAGES/ld.mo
  3186. installing tr.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/tr/LC_MESSAGES/ld.mo
  3187. installing uk.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/uk/LC_MESSAGES/ld.mo
  3188. installing vi.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/vi/LC_MESSAGES/ld.mo
  3189. installing zh_CN.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_CN/LC_MESSAGES/ld.mo
  3190. installing zh_TW.gmo as /home/dkasza/smartos-live/proto.strap/usr/gnu/share/locale/zh_TW/LC_MESSAGES/ld.mo
  3191. if test "ld" = "gettext"; then \
  3192. if test -r .././../mkinstalldirs; then \
  3193. .././../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3194. else \
  3195. ../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po; \
  3196. fi; \
  3197. /opt/local/bin/ginstall -c -m 644 ./Makefile.in.in \
  3198. /home/dkasza/smartos-live/proto.strap/usr/gnu/share/gettext/po/Makefile.in.in; \
  3199. else \
  3200. : ; \
  3201. fi
  3202. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld/po'
  3203. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3204. gmake[5]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3205. test -z "/usr/gnu/bin" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/bin"
  3206. /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ld-new '/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gld.bfd'
  3207. libtool: install: /opt/local/bin/ginstall -c ld-new /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/./gld.bfd
  3208. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin
  3209. n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&g&'`; \
  3210. if test "/usr/gnu/bin" != "/usr/gnu/i386-pc-solaris2.11/bin"; then \
  3211. rm -f /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld.bfd; \
  3212. ln /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$n /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld.bfd >/dev/null 2>/dev/null \
  3213. || /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ld-new /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld.bfd; \
  3214. fi; \
  3215. if test "xyes" = "xyes"; then \
  3216. ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&g&'`; \
  3217. rm -f /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$ld; \
  3218. ln /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$n /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$ld >/dev/null 2>/dev/null \
  3219. || /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ld-new /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$ld; \
  3220. if test "/usr/gnu/bin" != "/usr/gnu/i386-pc-solaris2.11/bin"; then \
  3221. rm -f /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld; \
  3222. ln /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/$n /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld >/dev/null 2>/dev/null \
  3223. || /bin/bash ./libtool --mode=install /opt/local/bin/ginstall -c ld-new /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/bin/ld; \
  3224. fi; \
  3225. fi
  3226. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/lib/ldscripts
  3227. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/lib
  3228. mkdir /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/lib/ldscripts
  3229. for f in ldscripts/* ; do \
  3230. /opt/local/bin/ginstall -c -m 644 $f /home/dkasza/smartos-live/proto.strap/usr/gnu/i386-pc-solaris2.11/lib/$f ; \
  3231. done
  3232. test -z "/usr/gnu/share/info" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info"
  3233. /opt/local/bin/ginstall -c -m 644 ./ld.info '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/info'
  3234. test -z "/usr/gnu/share/man/man1" || /opt/local/bin/mkdir -p "/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1"
  3235. /opt/local/bin/ginstall -c -m 644 'ld.1' '/home/dkasza/smartos-live/proto.strap/usr/gnu/share/man/man1/gld.1'
  3236. gmake[5]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3237. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3238. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3239. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/ld'
  3240. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty'
  3241. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  3242. gmake[3]: Nothing to be done for 'all'.
  3243. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  3244. if test -n ""; then \
  3245. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/`gcc -print-multi-os-directory`; \
  3246. /opt/local/bin/ginstall -c -m 644 ./libiberty.a /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/`gcc -print-multi-os-directory`/./libiberty.an; \
  3247. ( cd /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/`gcc -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
  3248. mv -f /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/`gcc -print-multi-os-directory`/./libiberty.an /home/dkasza/smartos-live/proto.strap/usr/gnu/lib/`gcc -print-multi-os-directory`/./libiberty.a; \
  3249. case "" in \
  3250. /*) thd=;; \
  3251. *) thd=/usr/gnu/include/;; \
  3252. esac; \
  3253. /bin/bash ./../mkinstalldirs /home/dkasza/smartos-live/proto.strap${thd}; \
  3254. for h in ./../include/ansidecl.h ./../include/demangle.h ./../include/dyn-string.h ./../include/fibheap.h ./../include/floatformat.h ./../include/hashtab.h ./../include/libiberty.h ./../include/objalloc.h ./../include/partition.h ./../include/safe-ctype.h ./../include/sort.h ./../include/splay-tree.h ./../include/timeval-utils.h; do \
  3255. /opt/local/bin/ginstall -c -m 644 $h /home/dkasza/smartos-live/proto.strap${thd}; \
  3256. done; \
  3257. fi
  3258. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  3259. gmake[3]: Nothing to be done for 'install'.
  3260. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty/testsuite'
  3261. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap/libiberty'
  3262. gmake[1]: Nothing to be done for 'install-target'.
  3263. gmake[1]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils/binutils-2.25.1-32strap'
  3264. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/binutils'
  3265. (cd gcc4 && \
  3266. PKG_CONFIG_LIBDIR="" \
  3267. STRAP=strap \
  3268. gmake DESTDIR=/home/dkasza/smartos-live/proto.strap install strapfix)
  3269. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4'
  3270. rm -rf gcc-4.4.4-32strap gcc-4.4.4-32strap.build
  3271. mkdir -p .unpack32
  3272. gtar x -C .unpack32 -z --no-same-owner -f gcc-4.4.4.tar.gz
  3273. for p in Patches/*; do echo "Applying $p"; /opt/local/bin/gpatch -d .unpack32/gcc-4.4.4 -p1 < "$p" || exit 1; done
  3274. Applying Patches/mpfr-intree.diff
  3275. patching file configure
  3276. patching file configure.ac
  3277. mv -f .unpack32/gcc-4.4.4 ./gcc-4.4.4-32strap
  3278. rmdir .unpack32
  3279. chmod 755 gcc-4.4.4-32strap/configure
  3280. touch gcc-4.4.4-32strap/configure
  3281. mkdir -p "gcc-4.4.4-32strap.build"
  3282. rm -rf gcc-4.4.4-32strap/mpfr
  3283. mkdir -p .unpack32
  3284. gtar x -C .unpack32 -z --no-same-owner -f mpfr-3.1.2.tar.gz
  3285. mv -f .unpack32/mpfr-3.1.2 ./gcc-4.4.4-32strap/mpfr
  3286. rmdir .unpack32
  3287. chmod 755 gcc-4.4.4-32strap/mpfr/configure
  3288. touch gcc-4.4.4-32strap/mpfr/configure
  3289. rm -rf gcc-4.4.4-32strap/gmp
  3290. mkdir -p .unpack32
  3291. gtar x -C .unpack32 -j --no-same-owner -f gmp-5.1.1.tar.bz2
  3292. mv -f .unpack32/gmp-5.1.1 ./gcc-4.4.4-32strap/gmp
  3293. rmdir .unpack32
  3294. chmod 755 gcc-4.4.4-32strap/gmp/configure
  3295. touch gcc-4.4.4-32strap/gmp/configure
  3296. (cd gcc-4.4.4-32strap.build; \
  3297. env - PATH=/home/dkasza/smartos-live/proto.strap/usr/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/bin PKG_CONFIG_LIBDIR="" CC="/opt/local/bin/gcc" CXX="/bin/false" CFLAGS="-nostdinc -isystem /usr/include -g -O2" LDFLAGS="-L/home/dkasza/smartos-live/proto.strap//usr/lib -L/home/dkasza/smartos-live/proto.strap//lib " DESTDIR=/home/dkasza/smartos-live/proto.strap MAKE=gmake \
  3298. ../gcc-4.4.4-32strap/./configure --prefix=/usr --with-ld=/usr/bin/ld --without-gnu-ld --with-gnu-as --with-as=/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gas --enable-languages="c,c++" --enable-shared --disable-nls)
  3299. checking build system type... i386-pc-solaris2.11
  3300. checking host system type... i386-pc-solaris2.11
  3301. checking target system type... i386-pc-solaris2.11
  3302. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  3303. checking whether ln works... yes
  3304. checking whether ln -s works... yes
  3305. checking for gcc... /opt/local/bin/gcc
  3306. checking for C compiler default output file name... a.out
  3307. checking whether the C compiler works... yes
  3308. checking whether we are cross compiling... no
  3309. checking for suffix of executables...
  3310. checking for suffix of object files... o
  3311. checking whether we are using the GNU C compiler... yes
  3312. checking whether /opt/local/bin/gcc accepts -g... yes
  3313. checking for /opt/local/bin/gcc option to accept ANSI C... none needed
  3314. checking whether we are using the GNU C++ compiler... no
  3315. checking whether /bin/false accepts -g... no
  3316. checking for gnatbind... no
  3317. checking for gnatmake... no
  3318. checking whether compiler driver understands Ada... no
  3319. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  3320. checking for version 0.10 of PPL... no
  3321. checking for correct version of CLooG... no
  3322. *** This configuration is not supported in the following subdirectories:
  3323. target-libmudflap target-libada gnattools target-libgfortran target-libffi target-zlib target-libjava zlib target-libobjc target-boehm-gc
  3324. (Any other directories should still work fine.)
  3325. checking for bison... bison -y
  3326. checking for bison... bison
  3327. checking for gm4... gm4
  3328. checking for flex... flex
  3329. checking for flex... flex
  3330. checking for makeinfo... no
  3331. checking for expect... no
  3332. checking for runtest... no
  3333. checking for ar... ar
  3334. checking for as... as
  3335. checking for dlltool... no
  3336. checking for ld... (cached) /usr/bin/ld
  3337. checking for lipo... no
  3338. checking for nm... nm
  3339. checking for ranlib... ranlib
  3340. checking for strip... strip
  3341. checking for windres... no
  3342. checking for windmc... no
  3343. checking for objcopy... objcopy
  3344. checking for objdump... objdump
  3345. checking for cc... cc
  3346. checking for c++... c++
  3347. checking for gcc... gcc
  3348. checking for gcj... no
  3349. checking for gfortran... gfortran
  3350. checking for ar... no
  3351. checking for ar... ar
  3352. checking for as... no
  3353. checking for as... as
  3354. checking for dlltool... no
  3355. checking for dlltool... no
  3356. checking for ld... no
  3357. checking for ld... ld
  3358. checking for lipo... no
  3359. checking for lipo... no
  3360. checking for nm... no
  3361. checking for nm... nm
  3362. checking for objdump... no
  3363. checking for objdump... objdump
  3364. checking for ranlib... no
  3365. checking for ranlib... ranlib
  3366. checking for strip... no
  3367. checking for strip... strip
  3368. checking for windres... no
  3369. checking for windres... no
  3370. checking for windmc... no
  3371. checking for windmc... no
  3372. checking where to find the target ar... host tool
  3373. checking where to find the target as... host tool
  3374. checking where to find the target cc... just compiled
  3375. checking where to find the target c++... just compiled
  3376. checking where to find the target c++ for libstdc++... just compiled
  3377. checking where to find the target dlltool... host tool
  3378. checking where to find the target gcc... just compiled
  3379. checking where to find the target gcj... host tool
  3380. checking where to find the target gfortran... host tool
  3381. checking where to find the target ld... host tool
  3382. checking where to find the target lipo... host tool
  3383. checking where to find the target nm... host tool
  3384. checking where to find the target objdump... host tool
  3385. checking where to find the target ranlib... host tool
  3386. checking where to find the target strip... host tool
  3387. checking where to find the target windres... host tool
  3388. checking where to find the target windmc... host tool
  3389. checking whether to enable maintainer-specific portions of Makefiles... no
  3390. checking whether -fkeep-inline-functions is supported... yes
  3391. configure: creating ./config.status
  3392. config.status: creating Makefile
  3393. (cd gcc-4.4.4-32strap.build; \
  3394. env - PATH=/home/dkasza/smartos-live/proto.strap/usr/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/bin gmake -j8 V=1 CFLAGS="-nostdinc -isystem /usr/include -g -O2" STAGE1_CFLAGS="-nostdinc -isystem /usr/include -g -O2" CFLAGS_FOR_TARGET="-nostdinc -isystem /usr/include -g -O2" bootstrap)
  3395. echo stage3 > stage_final
  3396. gmake[1]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  3397. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  3398. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  3399. gmake[2]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  3400. Configuring stage 1 in ./libiberty
  3401. Configuring stage 1 in ./intl
  3402. Configuring stage 1 in ./gmp
  3403. mkdir build-i386-pc-solaris2.11
  3404. mkdir build-i386-pc-solaris2.11/fixincludes
  3405. Configuring in build-i386-pc-solaris2.11/fixincludes
  3406. mkdir build-i386-pc-solaris2.11/libiberty
  3407. Configuring in build-i386-pc-solaris2.11/libiberty
  3408. configure: creating cache ../config.cache
  3409. configure: creating cache ./config.cache
  3410. checking whether gmake sets $(MAKE)... checking build system type... configure: WARNING: unrecognized options: --with-ld, --with-gnu-as, --with-as, --disable-nls, --enable-languages, --disable-intermodule, --enable-checking, --disable-coverage, --enable-languages
  3411. i386-pc-solaris2.11
  3412. yes
  3413. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  3414. checking whether NLS is requested... no
  3415. checking for msgfmt... checking host system type... i386-pc-solaris2.11
  3416. /usr/bin/msgfmt
  3417. checking target system type... checking for gmsgfmt... /usr/bin/msgfmt
  3418. i386-pc-solaris2.11
  3419. checking for xgettext... checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3420. /opt/local/bin/xgettext
  3421. checking for msgmerge... /opt/local/bin/msgmerge
  3422. checking for C compiler default output file name... configure: loading cache ../config.cache
  3423. checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3424. configure: creating cache ./config.cache
  3425. checking whether to enable maintainer-specific portions of Makefiles... no
  3426. checking for makeinfo... /home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap/missing makeinfo --split-size=5000000 --split-size=5000000
  3427. configure: WARNING:
  3428. *** Makeinfo is missing. Info documentation will not be built.
  3429. checking for perl... perl
  3430. checking build system type... checking build system type... i386-pc-solaris2.11
  3431. i386-pc-solaris2.11
  3432. checking host system type... checking for C compiler default output file name... a.out
  3433. checking whether the C compiler works... none-pc-solaris2.11
  3434. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  3435. checking whether build environment is sane... yes
  3436. checking whether we are cross compiling... no
  3437. checking for suffix of executables... checking host system type... Configuring stage 1 in ./libdecnumber
  3438. i386-pc-solaris2.11
  3439. a.out
  3440. checking whether the C compiler works... yes
  3441. checking whether we are cross compiling... no
  3442. checking for suffix of executables... checking for i386-pc-solaris2.11-ar... ar
  3443. checking for i386-pc-solaris2.11-ranlib... ranlib
  3444. checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3445.  
  3446. checking for suffix of object files...
  3447. checking for suffix of object files... o
  3448. checking whether we are using the GNU C compiler... o
  3449. checking whether we are using the GNU C compiler... yes
  3450. checking whether /opt/local/bin/gcc accepts -g... checking for C compiler default output file name... yes
  3451. checking whether /opt/local/bin/gcc accepts -g... yes
  3452. checking for /opt/local/bin/gcc option to accept ANSI C... yes
  3453. checking for /opt/local/bin/gcc option to accept ANSI C... a.out
  3454. checking whether the C compiler works... yes
  3455. checking whether we are cross compiling... no
  3456. checking for suffix of executables... none needed
  3457. yes
  3458. checking for none-pc-solaris2.11-strip... no
  3459. checking for strip... strip
  3460. configure: WARNING: using cross tools not prefixed with host triplet
  3461. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  3462. checking for gawk... gawk
  3463. checking whether gmake sets $(MAKE)... checking build system type...
  3464. none needed
  3465. checking for suffix of object files... checking for a sed that does not truncate output... yes
  3466. checking whether to enable maintainer-specific portions of Makefiles... no
  3467. configure: WARNING: the "none" host is obsolete, use --disable-assembly
  3468. checking ABI=standard
  3469. o
  3470. checking whether we are using the GNU C compiler... checking compiler /opt/local/bin/gcc -nostdinc -isystem /usr/include -g -O2 ... yes
  3471. checking whether /opt/local/bin/gcc accepts -g... i386-pc-solaris2.11
  3472. checking host system type... /opt/local/bin/sed
  3473. checking whether /opt/local/bin/gcc supports -W... yes
  3474. checking for /opt/local/bin/gcc option to accept ANSI C... yes
  3475. checking whether /opt/local/bin/gcc supports -Wall... i386-pc-solaris2.11
  3476. checking for i386-pc-solaris2.11-ranlib... ranlib
  3477. checking for library containing strerror... none needed
  3478. yes
  3479. checking for special C compiler options needed for large files... no
  3480. checking for _FILE_OFFSET_BITS value needed for large files... none required
  3481. checking how to run the C preprocessor... checking whether /opt/local/bin/gcc supports -Wwrite-strings... yes
  3482. /opt/local/bin/gcc -E
  3483. checking whether /opt/local/bin/gcc supports -Wstrict-prototypes... checking for egrep... egrep
  3484. checking for ANSI C header files... 64
  3485. checking for _LARGE_FILES value needed for large files... yes
  3486. checking whether /opt/local/bin/gcc supports -Wmissing-prototypes... configure: creating cache ./config.cache
  3487. no
  3488. checking how to run the C preprocessor... yes
  3489. checking whether /opt/local/bin/gcc supports -Wold-style-definition... /opt/local/bin/gcc -E
  3490. yes
  3491. checking whether /opt/local/bin/gcc supports -Wmissing-format-attribute... checking whether /opt/local/bin/gcc supports -W... yes
  3492. checking whether /opt/local/bin/gcc supports -Wno-overlength-strings... checking whether to enable maintainer-specific portions of Makefiles... no
  3493. checking for makeinfo... /home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap/missing makeinfo --split-size=5000000 --split-size=5000000
  3494. configure: WARNING:
  3495. *** Makeinfo is missing. Info documentation will not be built.
  3496. checking for perl... perl
  3497. yes
  3498. checking whether /opt/local/bin/gcc supports -Wall... yes
  3499. checking for an ANSI C-conforming const... checking build system type... yes
  3500. checking whether /opt/local/bin/gcc supports -pedantic -Wno-long-long... yes
  3501. checking whether /opt/local/bin/gcc supports -Wwrite-strings... yes
  3502. checking for inline... i386-pc-solaris2.11
  3503. yes
  3504. checking how to run the C preprocessor... yes
  3505. checking host system type... checking whether /opt/local/bin/gcc supports -Wc++-compat... /opt/local/bin/gcc -E
  3506. i386-pc-solaris2.11
  3507. yes
  3508. checking whether /opt/local/bin/gcc supports -Wstrict-prototypes... checking for egrep... egrep
  3509. checking for ANSI C header files... checking for i386-pc-solaris2.11-ar... ar
  3510. checking for i386-pc-solaris2.11-ranlib... ranlib
  3511. checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3512. inline
  3513. checking for sys/types.h... no
  3514. configure: creating cache ./config.cache
  3515. checking for sys/stat.h... yes
  3516. checking whether /opt/local/bin/gcc supports -pedantic ... no
  3517. checking for stdlib.h... checking whether gmake sets $(MAKE)... yes
  3518. checking whether /opt/local/bin/gcc and cc understand -c and -o together... no
  3519. checking for string.h... no
  3520. checking for memory.h... yes
  3521. yes
  3522. checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3523. checking for sys/types.h... yes
  3524. checking for none-pc-solaris2.11-gcc... /opt/local/bin/gcc
  3525. no
  3526. no
  3527. checking for strings.h... checking for sys/stat.h... checking for C compiler default output file name... checking whether the C compiler works... checking for C compiler default output file name... yes
  3528. checking for an ANSI C-conforming const... a.out
  3529. checking whether the C compiler works... yes
  3530. checking whether we are cross compiling... no
  3531. checking for suffix of executables... no
  3532. checking for inttypes.h... no
  3533. checking for stdlib.h...
  3534. checking for suffix of object files... yes
  3535. checking for C compiler default output file name... a.out
  3536. checking for suffix of executables... yes
  3537. checking for inline... no
  3538. checking for string.h... no
  3539. a.out
  3540. checking whether the C compiler works... checking for stdint.h... yes
  3541. checking whether we are cross compiling... no
  3542. checking for suffix of executables...
  3543. checking whether we are cross compiling... yes
  3544. checking for suffix of object files... no
  3545. checking for unistd.h... inline
  3546. checking whether byte ordering is bigendian... no
  3547.  
  3548. checking for memory.h... checking for suffix of object files... o
  3549. checking whether we are using the GNU C compiler... o
  3550. checking whether we are using the GNU C compiler... no
  3551. checking for off_t... o
  3552. checking whether we are using the GNU C compiler... no
  3553. checking for strings.h... no
  3554. checking for size_t... no
  3555. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  3556. checking for sys/file.h... no
  3557. checking for inttypes.h... yes
  3558. checking whether /opt/local/bin/gcc accepts -g... yes
  3559. no
  3560. checking for working alloca.h... yes
  3561. checking whether /opt/local/bin/gcc accepts -g... yes
  3562. checking whether /opt/local/bin/gcc accepts -g... checking for sys/param.h... no
  3563. checking for stdint.h... yes
  3564. no
  3565. checking for alloca... checking for limits.h... yes
  3566. no
  3567. checking for stdlib.h... yes
  3568. yes
  3569. checking for /opt/local/bin/gcc option to accept ISO C89... checking for stdlib.h... (cached) no
  3570. checking for unistd.h... (cached) no
  3571. checking for getpagesize... checking for unistd.h... yes
  3572. yes
  3573. checking for /opt/local/bin/gcc option to accept ANSI C... checking for malloc.h... none needed
  3574. checking for /opt/local/bin/gcc option to accept ISO C99... yes
  3575. yes
  3576. checking for working mmap... checking for string.h... no
  3577. checking stddef.h usability... no
  3578. checking whether we are using the GNU C Library 2.1 or newer... yes
  3579. checking for unistd.h... yes
  3580. checking for /opt/local/bin/gcc option to accept ANSI C... no
  3581. checking whether integer division by zero raises SIGFPE... yes
  3582. checking for strings.h... no
  3583. checking stddef.h presence... none needed
  3584. yes
  3585. configure: WARNING: stddef.h: present but cannot be compiled
  3586. configure: WARNING: stddef.h: check for missing prerequisite headers?
  3587. configure: WARNING: stddef.h: see the Autoconf documentation
  3588. configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
  3589. configure: WARNING: stddef.h: proceeding with the preprocessor's result
  3590. configure: WARNING: stddef.h: in the future, the compiler will take precedence
  3591. yes
  3592. configure: WARNING: ## -------------------------------------- ##
  3593. configure: WARNING: ## Report this to the fixincludes lists. ##
  3594. configure: WARNING: ## -------------------------------------- ##
  3595. checking for stddef.h... yes
  3596. checking for sys/time.h... checking for stdlib.h... (cached) no
  3597. checking for strings.h... (cached) no
  3598. checking for unistd.h... (cached) no
  3599. checking fcntl.h usability... yes
  3600. checking for time.h... no
  3601. checking for inttypes.h... checking for special C compiler options needed for large files... no
  3602. checking for _FILE_OFFSET_BITS value needed for large files... yes
  3603. checking for sys/resource.h... no
  3604. checking for stdint.h... yes
  3605. no
  3606. checking fcntl.h presence... no
  3607. checking for unsigned long long... checking for sys/stat.h... yes
  3608. configure: WARNING: fcntl.h: present but cannot be compiled
  3609. configure: WARNING: fcntl.h: check for missing prerequisite headers?
  3610. configure: WARNING: fcntl.h: see the Autoconf documentation
  3611. configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
  3612. configure: WARNING: fcntl.h: proceeding with the preprocessor's result
  3613. configure: WARNING: fcntl.h: in the future, the compiler will take precedence
  3614. configure: WARNING: ## -------------------------------------- ##
  3615. configure: WARNING: ## Report this to the fixincludes lists. ##
  3616. configure: WARNING: ## -------------------------------------- ##
  3617. checking for fcntl.h... yes
  3618. yes
  3619. checking sys/file.h usability... checking for sys/mman.h... yes
  3620. checking for inttypes.h... none needed
  3621. yes
  3622. -std=c99
  3623. checking for /opt/local/bin/gcc -std=c99 option to accept ISO Standard C... (cached) -std=c99
  3624. checking how to run the C preprocessor... checking for i386-pc-solaris2.11-ranlib... checking for fcntl.h... no
  3625. checking sys/file.h presence... ranlib
  3626. /home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap/libdecnumber/configure[2396]: cd: bad directory
  3627. checking for aclocal... aclocal
  3628. checking for autoconf... autoconf
  3629. checking for autoheader... autoheader
  3630. checking whether /opt/local/bin/gcc supports -W... /opt/local/bin/gcc -std=c99 -E
  3631. 64
  3632. checking for _LARGE_FILES value needed for large files... yes
  3633. yes
  3634. configure: WARNING: sys/file.h: present but cannot be compiled
  3635. configure: WARNING: sys/file.h: check for missing prerequisite headers?
  3636. configure: WARNING: sys/file.h: see the Autoconf documentation
  3637. configure: WARNING: sys/file.h: section "Present But Cannot Be Compiled"
  3638. configure: WARNING: sys/file.h: proceeding with the preprocessor's result
  3639. configure: WARNING: sys/file.h: in the future, the compiler will take precedence
  3640. yes
  3641. configure: WARNING: ## -------------------------------------- ##
  3642. configure: WARNING: ## Report this to the fixincludes lists. ##
  3643. configure: WARNING: ## -------------------------------------- ##
  3644. checking for sys/file.h... yes
  3645. checking whether /opt/local/bin/gcc supports -Wall... checking build system compiler /opt/local/bin/gcc... no
  3646. checking for ld used by GCC... checking for sys/stat.h... (cached) no
  3647. checking for alloca.h... checking for clearerr_unlocked... /usr/bin/ld
  3648. checking if the linker (/usr/bin/ld) is GNU ld... no
  3649. checking for shared library run path origin... yes
  3650. checking for build system preprocessor... yes
  3651. checking for sys/pstat.h... /opt/local/bin/gcc -E
  3652. checking for build system executable suffix... done
  3653. yes
  3654. no
  3655. no
  3656. checking how to run the C preprocessor... checking argz.h usability... checking for sys/sysmp.h... checking whether /opt/local/bin/gcc supports -Wwrite-strings... no
  3657. checking argz.h presence... no
  3658. no
  3659. checking for argz.h... no
  3660. checking for feof_unlocked... checking limits.h usability... yes
  3661. checking whether /opt/local/bin/gcc supports -Wstrict-prototypes... no
  3662. checking for sys/sysinfo.h... no
  3663. checking limits.h presence...
  3664. checking whether build system compiler is ANSI... /opt/local/bin/gcc -E
  3665. no
  3666. checking for ferror_unlocked... yes
  3667. configure: WARNING: limits.h: present but cannot be compiled
  3668. configure: WARNING: limits.h: check for missing prerequisite headers?
  3669. configure: WARNING: limits.h: see the Autoconf documentation
  3670. configure: WARNING: limits.h: section "Present But Cannot Be Compiled"
  3671. configure: WARNING: limits.h: proceeding with the preprocessor's result
  3672. configure: WARNING: limits.h: in the future, the compiler will take precedence
  3673. configure: WARNING: ## ------------------------------------------ ##
  3674. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3675. configure: WARNING: ## ------------------------------------------ ##
  3676. checking for limits.h... yes
  3677. yes
  3678. checking locale.h usability... checking for machine/hal_sysinfo.h... no
  3679. checking for sys/table.h... yes
  3680. checking whether /opt/local/bin/gcc supports -Wmissing-prototypes... no
  3681. checking whether /opt/local/bin/gcc supports -W... checking for sys/sysctl.h... yes
  3682. checking whether /opt/local/bin/gcc supports -Wold-style-definition... no
  3683. checking for fflush_unlocked... yes
  3684. checking whether /opt/local/bin/gcc supports -Wall... yes
  3685. yes
  3686. checking for build system compiler math library... checking whether /opt/local/bin/gcc supports -Wmissing-format-attribute... no
  3687. no
  3688. checking locale.h presence... yes
  3689. checking for sys/systemcfg.h... no
  3690. checking for fgetc_unlocked... checking whether /opt/local/bin/gcc supports -Wwrite-strings... -lm
  3691. checking for grep that handles long lines and -e... no
  3692. /opt/local/bin/grep
  3693. checking for egrep... /opt/local/bin/grep -E
  3694. using ABI="standard"
  3695. CC="/opt/local/bin/gcc -std=c99"
  3696. CFLAGS="-nostdinc -isystem /usr/include -g -O2 -DNO_ASM"
  3697. CPPFLAGS=""
  3698. MPN_PATH="generic"
  3699. checking whether assembler supports --noexecstack option... no
  3700. yes
  3701. checking whether /opt/local/bin/gcc supports -Wc++-compat... checking for fgets_unlocked... yes
  3702. configure: WARNING: locale.h: present but cannot be compiled
  3703. configure: WARNING: locale.h: check for missing prerequisite headers?
  3704. configure: WARNING: locale.h: see the Autoconf documentation
  3705. configure: WARNING: locale.h: section "Present But Cannot Be Compiled"
  3706. configure: WARNING: locale.h: proceeding with the preprocessor's result
  3707. configure: WARNING: locale.h: in the future, the compiler will take precedence
  3708. configure: WARNING: ## ------------------------------------------ ##
  3709. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3710. configure: WARNING: ## ------------------------------------------ ##
  3711. checking for locale.h... yes
  3712. checking nl_types.h usability... no
  3713. checking for fileno_unlocked... checking for stdint.h... no
  3714. checking for none-pc-solaris2.11-ar... ar
  3715. checking for BSD- or MS-compatible name lister (nm)... nm
  3716. checking the name lister (nm) interface... yes
  3717. yes
  3718. yes
  3719. checking whether /opt/local/bin/gcc supports -Wstrict-prototypes... checking whether /opt/local/bin/gcc supports -Wcast-qual... BSD nm
  3720. checking how to print strings... print -r
  3721. checking for a sed that does not truncate output... yes
  3722. checking whether /opt/local/bin/gcc supports -pedantic -Wno-long-long... no
  3723. checking nl_types.h presence... checking for stdio_ext.h... yes
  3724. configure: WARNING: nl_types.h: present but cannot be compiled
  3725. configure: WARNING: nl_types.h: check for missing prerequisite headers?
  3726. configure: WARNING: nl_types.h: see the Autoconf documentation
  3727. configure: WARNING: nl_types.h: section "Present But Cannot Be Compiled"
  3728. configure: WARNING: nl_types.h: proceeding with the preprocessor's result
  3729. configure: WARNING: nl_types.h: in the future, the compiler will take precedence
  3730. configure: WARNING: ## ------------------------------------------ ##
  3731. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3732. configure: WARNING: ## ------------------------------------------ ##
  3733. checking for nl_types.h... yes
  3734. no
  3735. checking malloc.h usability... yes
  3736. checking how to run the C preprocessor... yes
  3737. /opt/local/bin/sed
  3738. checking for fgrep... /opt/local/bin/grep -F
  3739. checking for ld used by /opt/local/bin/gcc -std=c99... yes
  3740. checking whether /opt/local/bin/gcc supports -pedantic ... /usr/bin/ld
  3741. checking if the linker (/usr/bin/ld) is GNU ld... checking for sys/wait.h that is POSIX.1 compatible... no
  3742. checking whether ln -s works... yes
  3743. checking the maximum length of command line arguments... 786240
  3744. checking whether the shell understands some XSI constructs... yes
  3745. checking whether the shell understands "+="... yes
  3746. checking how to convert i386-pc-solaris2.11 file names to none-pc-solaris2.11 format... func_convert_file_noop
  3747. checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
  3748. checking for /usr/bin/ld option to reload object files... -r
  3749. checking for none-pc-solaris2.11-objdump... objdump
  3750. checking how to recognize dependent libraries... pass_all
  3751. checking for none-pc-solaris2.11-dlltool... dlltool
  3752. checking how to associate runtime and link libraries... print -r --
  3753. checking for none-pc-solaris2.11-ar... (cached) ar
  3754. checking for archiver @FILE support... checking for fprintf_unlocked... /opt/local/bin/gcc -E
  3755. checking for egrep... egrep
  3756. checking for ANSI C header files... no
  3757. checking malloc.h presence... yes
  3758. configure: WARNING: malloc.h: present but cannot be compiled
  3759. configure: WARNING: malloc.h: check for missing prerequisite headers?
  3760. configure: WARNING: malloc.h: see the Autoconf documentation
  3761. configure: WARNING: malloc.h: section "Present But Cannot Be Compiled"
  3762. configure: WARNING: malloc.h: proceeding with the preprocessor's result
  3763. configure: WARNING: malloc.h: in the future, the compiler will take precedence
  3764. no
  3765. checking for none-pc-solaris2.11-strip... strip
  3766. checking for none-pc-solaris2.11-ranlib... ranlib
  3767. checking command to parse nm output from /opt/local/bin/gcc -std=c99 object... configure: WARNING: ## ------------------------------------------ ##
  3768. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3769. configure: WARNING: ## ------------------------------------------ ##
  3770. checking for malloc.h... yes
  3771. yes
  3772. checking whether time.h and sys/time.h may both be included... checking stddef.h usability... no
  3773. checking for fputc_unlocked... yes
  3774. checking whether /opt/local/bin/gcc and cc understand -c and -o together... no
  3775. checking stddef.h presence... yes
  3776. configure: WARNING: stddef.h: present but cannot be compiled
  3777. configure: WARNING: stddef.h: check for missing prerequisite headers?
  3778. configure: WARNING: stddef.h: see the Autoconf documentation
  3779. configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
  3780. configure: WARNING: stddef.h: proceeding with the preprocessor's result
  3781. configure: WARNING: stddef.h: in the future, the compiler will take precedence
  3782. configure: WARNING: ## ------------------------------------------ ##
  3783. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3784. configure: WARNING: ## ------------------------------------------ ##
  3785. checking for stddef.h... yes
  3786. checking for stdlib.h... (cached) no
  3787. checking for string.h... (cached) no
  3788. checking for unistd.h... (cached) no
  3789. checking sys/param.h usability... no
  3790. checking for fputs_unlocked... no
  3791. checking sys/param.h presence... failed
  3792. checking for sysroot... no
  3793. yes
  3794. checking whether errno must be declared... checking for none-pc-solaris2.11-mt... no
  3795. checking for mt... mt
  3796. checking if mt is a manifest tool... yes
  3797. configure: WARNING: sys/param.h: present but cannot be compiled
  3798. configure: WARNING: sys/param.h: check for missing prerequisite headers?
  3799. configure: WARNING: sys/param.h: see the Autoconf documentation
  3800. configure: WARNING: sys/param.h: section "Present But Cannot Be Compiled"
  3801. configure: WARNING: sys/param.h: proceeding with the preprocessor's result
  3802. configure: WARNING: sys/param.h: in the future, the compiler will take precedence
  3803. no
  3804. checking for ANSI C header files... configure: WARNING: ## ------------------------------------------ ##
  3805. configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
  3806. configure: WARNING: ## ------------------------------------------ ##
  3807. checking for sys/param.h... yes
  3808. checking for feof_unlocked... no
  3809. checking for egrep... yes
  3810. checking for sys/types.h... egrep
  3811. checking for ANSI C header files... no
  3812. checking for fread_unlocked... no
  3813. checking for fgets_unlocked... yes
  3814. checking for sys/types.h... no
  3815. checking for getc_unlocked... no
  3816. checking for sys/stat.h... no
  3817. no
  3818. checking for sys/stat.h... yes
  3819. checking for fwrite_unlocked... checking for an ANSI C-conforming const... no
  3820. checking for stdlib.h... yes
  3821. no
  3822. checking for stdlib.h... checking for getcwd... no
  3823. checking for getchar_unlocked... no
  3824. checking for string.h... no
  3825. checking for string.h... yes
  3826. checking for inline... no
  3827. checking for memory.h... yes
  3828. checking for sys/types.h... no
  3829. no
  3830. checking for memory.h... checking for strings.h... yes
  3831. checking for sys/stat.h... (cached) yes
  3832. yes
  3833. no
  3834. checking for inttypes.h... inline
  3835. checking whether byte ordering is bigendian... yes
  3836. checking for getegid... checking for stdlib.h... (cached) yes
  3837. checking for getc_unlocked... no
  3838. checking for strings.h... checking for string.h... (cached) yes
  3839. no
  3840. checking for memory.h... checking for stdint.h... yes
  3841. checking for geteuid... no
  3842. checking for unistd.h... yes
  3843. yes
  3844. no
  3845. checking for dlfcn.h... yes
  3846. checking for strings.h... (cached) yes
  3847. checking for putchar_unlocked... checking for getgid... no
  3848. checking for objdir... .libs
  3849. checking for inttypes.h... no
  3850. yes
  3851. checking for inttypes.h... checking for stdint.h... (cached) yes
  3852. checking for unistd.h... (cached) yes
  3853. checking for int... checking if /opt/local/bin/gcc -std=c99 supports -fno-rtti -fno-exceptions... yes
  3854. no
  3855. no
  3856. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  3857. checking for getuid... checking for stdint.h... yes
  3858. checking for sys/file.h... no
  3859. checking for /opt/local/bin/gcc -std=c99 option to produce PIC... -fPIC -DPIC
  3860. checking if /opt/local/bin/gcc -std=c99 PIC flag -fPIC -DPIC works... no
  3861. checking size of int... 0
  3862. checking for uintptr_t... no
  3863. yes
  3864. checking for unistd.h... checking for mempcpy... checking for putc_unlocked... no
  3865. checking for a 64-bit type... no
  3866. checking ctype.h usability... yes
  3867. checking for sys/param.h... no
  3868. checking for munmap... yes
  3869. checking whether abort is declared... yes
  3870. checking if /opt/local/bin/gcc -std=c99 static flag -static works... yes
  3871. checking for limits.h... no
  3872. checking whether asprintf is declared... yes
  3873. no
  3874. checking if /opt/local/bin/gcc -std=c99 supports -c -o file.o... checking for putenv... no
  3875. checking ctype.h presence... yes
  3876. no
  3877. checking whether basename is declared... unsigned long long
  3878. yes
  3879. checking for setenv... checking for pid_t... yes
  3880. checking if /opt/local/bin/gcc -std=c99 supports -c -o file.o... (cached) yes
  3881. checking whether the /opt/local/bin/gcc -std=c99 linker (/usr/bin/ld) supports shared libraries... yes
  3882. checking dynamic linker characteristics... yes
  3883. configure: WARNING: ctype.h: present but cannot be compiled
  3884. configure: WARNING: ctype.h: check for missing prerequisite headers?
  3885. configure: WARNING: ctype.h: see the Autoconf documentation
  3886. configure: WARNING: ctype.h: section "Present But Cannot Be Compiled"
  3887. configure: WARNING: ctype.h: proceeding with the preprocessor's result
  3888. configure: WARNING: ctype.h: in the future, the compiler will take precedence
  3889. configure: WARNING: ## ----------------------------------- ##
  3890. configure: WARNING: ## Report this to gcc-bugs@gcc.gnu.org ##
  3891. configure: WARNING: ## ----------------------------------- ##
  3892. checking for ctype.h... yes
  3893. checking stddef.h usability... no
  3894. checking whether errno is declared... no
  3895. checking stddef.h presence... yes
  3896. checking for stdlib.h... checking for setlocale... yes
  3897. configure: WARNING: stddef.h: present but cannot be compiled
  3898. configure: WARNING: stddef.h: check for missing prerequisite headers?
  3899. configure: WARNING: stddef.h: see the Autoconf documentation
  3900. configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
  3901. configure: WARNING: stddef.h: proceeding with the preprocessor's result
  3902. configure: WARNING: stddef.h: in the future, the compiler will take precedence
  3903. configure: WARNING: ## ----------------------------------- ##
  3904. configure: WARNING: ## Report this to gcc-bugs@gcc.gnu.org ##
  3905. configure: WARNING: ## ----------------------------------- ##
  3906. checking for stddef.h... yes
  3907. yes
  3908. no
  3909. checking whether vasprintf is declared... solaris2.11 ld.so
  3910. checking how to hardcode library paths into programs... immediate
  3911. checking whether stripping libraries is possible... no
  3912. checking if libtool supports shared libraries... yes
  3913. checking for string.h... checking whether to build shared libraries... (cached) no
  3914. no
  3915. checking whether to build static libraries... yes
  3916. checking how to run the C++ preprocessor... checking stdio.h usability... checking for malloc.h... /lib/cpp
  3917. no
  3918. checking whether clearerr_unlocked is declared... no
  3919. yes
  3920. checking for library containing strerror... no
  3921. checking whether feof_unlocked is declared... checking for stpcpy... none required
  3922. checking for asprintf... checking whether the /bin/false linker (/usr/bin/ld) supports shared libraries... yes
  3923. libtool.m4: error: problem compiling CXX test program
  3924. no
  3925. checking whether ferror_unlocked is declared... checking for /bin/false option to produce PIC... -DPIC
  3926. checking if /bin/false PIC flag -DPIC works... no
  3927. checking if /bin/false static flag works... no
  3928. checking if /bin/false supports -c -o file.o... yes
  3929. checking for atexit... no
  3930. checking if /bin/false supports -c -o file.o... (cached) no
  3931. no
  3932. checking whether fflush_unlocked is declared... checking whether the /bin/false linker (/usr/bin/ld) supports shared libraries... yes
  3933. checking dynamic linker characteristics... solaris2.11 ld.so
  3934. checking how to hardcode library paths into programs... unsupported
  3935. checking for ANSI C header files... (cached) yes
  3936. checking whether time.h and sys/time.h may both be included... yes
  3937. no
  3938. checking whether fgetc_unlocked is declared... checking for basename... no
  3939. checking stdio.h presence... no
  3940. checking whether fgets_unlocked is declared... yes
  3941. configure: WARNING: stdio.h: present but cannot be compiled
  3942. configure: WARNING: stdio.h: check for missing prerequisite headers?
  3943. configure: WARNING: stdio.h: see the Autoconf documentation
  3944. configure: WARNING: stdio.h: section "Present But Cannot Be Compiled"
  3945. configure: WARNING: stdio.h: proceeding with the preprocessor's result
  3946. configure: WARNING: stdio.h: in the future, the compiler will take precedence
  3947. yes
  3948. checking for bcmp... yes
  3949. checking fcntl.h usability... configure: WARNING: ## ----------------------------------- ##
  3950. configure: WARNING: ## Report this to gcc-bugs@gcc.gnu.org ##
  3951. configure: WARNING: ## ----------------------------------- ##
  3952. checking for stdio.h... yes
  3953. no
  3954. checking whether fileno_unlocked is declared... yes
  3955. yes
  3956. no
  3957. checking fcntl.h presence... checking for bcopy... checking for strcasecmp... yes
  3958. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  3959. configure: WARNING: fcntl.h: present but cannot be compiled
  3960. configure: WARNING: fcntl.h: check for missing prerequisite headers?
  3961. configure: WARNING: fcntl.h: see the Autoconf documentation
  3962. configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
  3963. configure: WARNING: fcntl.h: proceeding with the compiler's result
  3964. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  3965. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  3966. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  3967. checking for fcntl.h... no
  3968. checking for string.h... checking float.h usability... no
  3969. checking whether fprintf_unlocked is declared... yes
  3970. yes
  3971. checking for bsearch... no
  3972. checking float.h presence... checking for strdup... no
  3973. checking whether fputc_unlocked is declared... yes
  3974. configure: WARNING: float.h: present but cannot be compiled
  3975. configure: WARNING: float.h: check for missing prerequisite headers?
  3976. configure: WARNING: float.h: see the Autoconf documentation
  3977. configure: WARNING: float.h: section "Present But Cannot Be Compiled"
  3978. configure: WARNING: float.h: proceeding with the compiler's result
  3979. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  3980. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  3981. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  3982. checking for float.h... no
  3983. checking invent.h usability... yes
  3984. yes
  3985. checking for uintptr_t... no
  3986. checking whether fputs_unlocked is declared... checking for unistd.h... no
  3987. checking invent.h presence... no
  3988. checking whether fread_unlocked is declared... yes
  3989. checking for bzero... no
  3990. checking whether fwrite_unlocked is declared... no
  3991. checking for invent.h... no
  3992. checking langinfo.h usability... yes
  3993. yes
  3994. no
  3995. checking whether getchar_unlocked is declared... checking for calloc... no
  3996. checking langinfo.h presence... checking for strtoul... yes
  3997. configure: WARNING: langinfo.h: present but cannot be compiled
  3998. configure: WARNING: langinfo.h: check for missing prerequisite headers?
  3999. configure: WARNING: langinfo.h: see the Autoconf documentation
  4000. configure: WARNING: langinfo.h: section "Present But Cannot Be Compiled"
  4001. configure: WARNING: langinfo.h: proceeding with the compiler's result
  4002. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4003. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4004. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4005. checking for langinfo.h... no
  4006. checking locale.h usability... yes
  4007. checking for int_least32_t... no
  4008. checking locale.h presence... yes
  4009. no
  4010. checking for clock... checking whether getc_unlocked is declared... yes
  4011. configure: WARNING: locale.h: present but cannot be compiled
  4012. configure: WARNING: locale.h: check for missing prerequisite headers?
  4013. configure: WARNING: locale.h: see the Autoconf documentation
  4014. configure: WARNING: locale.h: section "Present But Cannot Be Compiled"
  4015. configure: WARNING: locale.h: proceeding with the compiler's result
  4016. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4017. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4018. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4019. checking for locale.h... no
  4020. checking nl_types.h usability... yes
  4021. yes
  4022. checking for tsearch... no
  4023. checking nl_types.h presence... yes
  4024. checking for int_fast32_t... no
  4025. checking whether putchar_unlocked is declared... yes
  4026. configure: WARNING: nl_types.h: present but cannot be compiled
  4027. configure: WARNING: nl_types.h: check for missing prerequisite headers?
  4028. configure: WARNING: nl_types.h: see the Autoconf documentation
  4029. configure: WARNING: nl_types.h: section "Present But Cannot Be Compiled"
  4030. configure: WARNING: nl_types.h: proceeding with the compiler's result
  4031. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4032. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4033. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4034. checking for nl_types.h... no
  4035. yes
  4036. checking sys/attributes.h usability... no
  4037. checking for ffs... checking whether putc_unlocked is declared... no
  4038. checking for an ANSI C-conforming const... no
  4039. checking sys/attributes.h presence... checking for strings.h... no
  4040. checking for sys/attributes.h... no
  4041. checking sys/iograph.h usability... yes
  4042. yes
  4043. checking for getcwd... checking sys/mman.h usability... yes
  4044. checking for __argz_count... no
  4045. checking sys/iograph.h presence... yes
  4046. checking for uint64_t... yes
  4047. checking for getpagesize... no
  4048. checking sys/mman.h presence... yes
  4049. no
  4050. checking for sys/iograph.h... no
  4051. checking sys/mman.h usability... yes
  4052. configure: WARNING: sys/mman.h: present but cannot be compiled
  4053. configure: WARNING: sys/mman.h: check for missing prerequisite headers?
  4054. configure: WARNING: sys/mman.h: see the Autoconf documentation
  4055. configure: WARNING: sys/mman.h: section "Present But Cannot Be Compiled"
  4056. configure: WARNING: sys/mman.h: proceeding with the preprocessor's result
  4057. configure: WARNING: sys/mman.h: in the future, the compiler will take precedence
  4058. configure: WARNING: ## -------------------------------------- ##
  4059. configure: WARNING: ## Report this to the fixincludes lists. ##
  4060. configure: WARNING: ## -------------------------------------- ##
  4061. checking for sys/mman.h... yes
  4062. checking for mmap... yes
  4063. no
  4064. checking for gettimeofday... checking for __argz_stringify... checking for sys/time.h... no
  4065. checking sys/mman.h presence... yes
  4066. checking whether read-only mmap of a plain file works... yes
  4067. checking whether mmap from /dev/zero works... yes
  4068. checking for MAP_ANON(YMOUS)... yes
  4069. checking what to include in gstdint.h... yes
  4070. configure: WARNING: sys/mman.h: present but cannot be compiled
  4071. configure: WARNING: sys/mman.h: check for missing prerequisite headers?
  4072. configure: WARNING: sys/mman.h: see the Autoconf documentation
  4073. configure: WARNING: sys/mman.h: section "Present But Cannot Be Compiled"
  4074. configure: WARNING: sys/mman.h: proceeding with the compiler's result
  4075. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4076. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4077. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4078. checking for sys/mman.h... no
  4079. checking sys/param.h usability... stdint.h (already complete)
  4080. checking for an ANSI C-conforming const... yes
  4081. checking for index... no
  4082. no
  4083. checking sys/param.h presence... checking for __argz_next... yes
  4084. checking whether mmap with MAP_ANON(YMOUS) works... yes
  4085. checking whether to enable maintainer-specific portions of Makefiles... no
  4086. updating cache ../config.cache
  4087. yes
  4088. configure: creating ./config.status
  4089. yes
  4090. configure: WARNING: sys/param.h: present but cannot be compiled
  4091. configure: WARNING: sys/param.h: check for missing prerequisite headers?
  4092. configure: WARNING: sys/param.h: see the Autoconf documentation
  4093. configure: WARNING: sys/param.h: section "Present But Cannot Be Compiled"
  4094. configure: WARNING: sys/param.h: proceeding with the compiler's result
  4095. checking for time.h... configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4096. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4097. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4098. checking for sys/param.h... no
  4099. yes
  4100. checking for off_t... checking sys/processor.h usability... no
  4101. yes
  4102. config.status: creating Makefile
  4103. checking for insque... config.status: creating mkheaders.almost
  4104. checking for __fsetlocking... config.status: creating config.h
  4105. no
  4106. checking sys/processor.h presence... no
  4107. checking for int... yes
  4108. configure: WARNING: sys/processor.h: present but cannot be compiled
  4109. configure: WARNING: sys/processor.h: check for missing prerequisite headers?
  4110. configure: WARNING: sys/processor.h: see the Autoconf documentation
  4111. configure: WARNING: sys/processor.h: section "Present But Cannot Be Compiled"
  4112. configure: WARNING: sys/processor.h: proceeding with the compiler's result
  4113. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4114. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4115. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4116. checking for sys/processor.h... no
  4117. checking sys/pstat.h usability... yes
  4118. yes
  4119. checking for iconv... checking for memchr... no
  4120. checking sys/pstat.h presence... yes
  4121. yes
  4122. checking for memcmp... no
  4123. checking for sys/pstat.h... no
  4124. checking sys/sysinfo.h usability... checking for sys/resource.h... no
  4125. checking size of int... yes
  4126. 0
  4127. checking for long... checking for memcpy... no, consider installing GNU libiconv
  4128. checking for nl_langinfo and CODESET... no
  4129. checking sys/sysinfo.h presence... yes
  4130. yes
  4131. configure: WARNING: sys/sysinfo.h: present but cannot be compiled
  4132. configure: WARNING: sys/sysinfo.h: check for missing prerequisite headers?
  4133. configure: WARNING: sys/sysinfo.h: see the Autoconf documentation
  4134. configure: WARNING: sys/sysinfo.h: section "Present But Cannot Be Compiled"
  4135. configure: WARNING: sys/sysinfo.h: proceeding with the compiler's result
  4136. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4137. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4138. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4139. checking for sys/sysinfo.h... no
  4140. checking sys/syssgi.h usability... no
  4141. checking size of long... 0
  4142. checking for sys/stat.h... checking for ANSI C header files... (cached) yes
  4143. checking build system type... yes
  4144. checking for sys/mman.h... no
  4145. checking sys/syssgi.h presence... yes
  4146. checking for memmove... no
  4147. checking for sys/syssgi.h... no
  4148. i386-pc-solaris2.11
  4149. checking sys/systemcfg.h usability... yes
  4150. checking for LC_MESSAGES... yes
  4151. checking for mempcpy... checking host system type... no
  4152. checking sys/systemcfg.h presence... no
  4153. i386-pc-solaris2.11
  4154. checking for memset... no
  4155. checking for sys/systemcfg.h... no
  4156. yes
  4157. checking sys/time.h usability... checking target system type... yes
  4158. checking for bison... bison
  4159. checking version of bison... 3.0.2, ok
  4160. checking whether NLS is requested... no
  4161. checking whether to use NLS... no
  4162. checking for aclocal... aclocal
  4163. checking for autoconf... autoconf
  4164. checking for autoheader... autoheader
  4165. no
  4166. checking sys/time.h presence... i386-pc-solaris2.11
  4167. checking for decimal floating point... dpd
  4168. checking whether byte ordering is bigendian... checking for fcntl.h... updating cache ./config.cache
  4169. configure: creating ./config.status
  4170. yes
  4171. checking for alloca.h... yes
  4172. checking for sys/pstat.h... yes
  4173. configure: WARNING: sys/time.h: present but cannot be compiled
  4174. configure: WARNING: sys/time.h: check for missing prerequisite headers?
  4175. configure: WARNING: sys/time.h: see the Autoconf documentation
  4176. configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
  4177. configure: WARNING: sys/time.h: proceeding with the compiler's result
  4178. yes
  4179. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4180. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4181. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4182. checking for sys/time.h... no
  4183. checking sys/times.h usability... checking for mkstemps... no
  4184. checking for sys/sysmp.h... no
  4185. checking sys/times.h presence... yes
  4186. checking for putenv... yes
  4187. configure: WARNING: sys/times.h: present but cannot be compiled
  4188. configure: WARNING: sys/times.h: check for missing prerequisite headers?
  4189. configure: WARNING: sys/times.h: see the Autoconf documentation
  4190. configure: WARNING: sys/times.h: section "Present But Cannot Be Compiled"
  4191. configure: WARNING: sys/times.h: proceeding with the compiler's result
  4192. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4193. configure: WARNING: ## Report this to gmp-bugs@gmplib.org ##
  4194. configure: WARNING: ## ssssssssssssssssssssssssssssssssss ##
  4195. checking for sys/times.h... no
  4196. checking for sys/resource.h... no
  4197. updating cache ./config.cache
  4198. configure: creating ./config.status
  4199. no
  4200. yes
  4201. checking for sys/sysinfo.h... checking for random... yes
  4202. checking for sys/sysctl.h... yes
  4203. checking for machine/hal_sysinfo.h... no
  4204. checking for machine/hal_sysinfo.h... yes
  4205. config.status: creating Makefile
  4206. no
  4207. checking for sys/table.h... config.status: creating config.h
  4208. checking for rename... no
  4209. checking for sys/sysctl.h... config.status: executing gstdint.h commands
  4210. no
  4211. checking whether fgetc is declared... no
  4212. yes
  4213. checking for rindex... checking for sys/systemcfg.h... config.status: creating Makefile
  4214. config.status: creating config.intl
  4215. config.status: creating config.h
  4216. no
  4217. checking for stdint.h... config.status: executing default-1 commands
  4218. no
  4219. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/libdecnumber'
  4220. source='../../gcc-4.4.4-32strap/./libdecnumber/decNumber.c' object='decNumber.o' libtool=no /opt/local/bin/gcc -I../../gcc-4.4.4-32strap/./libdecnumber -I. -nostdinc -isystem /usr/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.4.4-32strap/./libdecnumber -I. -c ../../gcc-4.4.4-32strap/./libdecnumber/decNumber.c
  4221. source='../../gcc-4.4.4-32strap/./libdecnumber/decContext.c' object='decContext.o' libtool=no /opt/local/bin/gcc -I../../gcc-4.4.4-32strap/./libdecnumber -I. -nostdinc -isystem /usr/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.4.4-32strap/./libdecnumber -I. -c ../../gcc-4.4.4-32strap/./libdecnumber/decContext.c
  4222. source='../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /opt/local/bin/gcc -I../../gcc-4.4.4-32strap/./libdecnumber -I. -nostdinc -isystem /usr/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.4.4-32strap/./libdecnumber -I. -c ../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal32.c
  4223. source='../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /opt/local/bin/gcc -I../../gcc-4.4.4-32strap/./libdecnumber -I. -nostdinc -isystem /usr/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.4.4-32strap/./libdecnumber -I. -c ../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal64.c
  4224. yes
  4225. source='../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /opt/local/bin/gcc -I../../gcc-4.4.4-32strap/./libdecnumber -I. -nostdinc -isystem /usr/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.4.4-32strap/./libdecnumber -I. -c ../../gcc-4.4.4-32strap/./libdecnumber/dpd/decimal128.c
  4226. checking for stdio_ext.h... checking whether fscanf is declared... yes
  4227. checking for setenv... yes
  4228. checking for sys/wait.h that is POSIX.1 compatible... yes
  4229. checking for snprintf... yes
  4230. checking whether time.h and sys/time.h may both be included... yes
  4231. checking for sigsetmask... yes
  4232. checking whether errno must be declared... ../../gcc-4.4.4-32strap/./libdecnumber/decNumber.c: In function 'decSetSubnormal':
  4233. ../../gcc-4.4.4-32strap/./libdecnumber/decNumber.c:7401:12: warning: variable 'dnexp' set but not used [-Wunused-but-set-variable]
  4234. no
  4235. no
  4236. checking for egrep... checking for stpcpy... egrep
  4237. checking for ANSI C header files... yes
  4238. checking for stpncpy... Configuring stage 1 in ./gcc
  4239. yes
  4240. checking for strcasecmp... yes
  4241. yes
  4242. checking for strchr... checking for sys/types.h... yes
  4243. configure: creating cache ./config.cache
  4244. checking for sys/stat.h... (cached) yes
  4245. no
  4246. checking for stdlib.h... (cached) yes
  4247. checking build system type... yes
  4248. i386-pc-solaris2.11
  4249. checking for strdup... checking host system type... i386-pc-solaris2.11
  4250. checking for string.h... (cached) yes
  4251. checking target system type... i386-pc-solaris2.11
  4252. checking for memory.h... checking LIBRARY_PATH variable... ok
  4253. checking GCC_EXEC_PREFIX variable... ok
  4254. checking whether to place generated files in the source directory... no
  4255. checking whether a default linker was specified... yes (/usr/bin/ld)
  4256. checking whether a default assembler was specified... yes (/home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gas - GNU as)
  4257. checking for i386-pc-solaris2.11-gcc... /opt/local/bin/gcc
  4258. yes
  4259. checking for C compiler default output file name... checking whether optarg is declared... yes
  4260. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/intl'
  4261. gmake[3]: Nothing to be done for 'all'.
  4262. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/intl'
  4263. checking for strings.h... (cached) yes
  4264. checking for strncasecmp... checking for inttypes.h... no
  4265. yes
  4266. yes
  4267. checking for strndup... checking for stdint.h... (cached) yes
  4268. checking whether ungetc is declared... checking for unistd.h... (cached) yes
  4269. checking for int... no
  4270. no
  4271. checking size of int... 0
  4272. checking for uintptr_t... a.out
  4273. checking whether the C compiler works... yes
  4274. checking whether we are cross compiling... no
  4275. checking for suffix of executables... yes
  4276. checking for strrchr...
  4277. checking for suffix of object files... checking whether vfprintf is declared... yes
  4278. checking for strstr... no
  4279. checking for a 64-bit type... o
  4280. checking whether we are using the GNU C compiler... yes
  4281. checking for strtod... yes
  4282. checking whether /opt/local/bin/gcc accepts -g... yes
  4283. checking for /opt/local/bin/gcc option to accept ANSI C... no
  4284. yes
  4285. checking for strtol... none needed
  4286. checking whether sys_errlist is declared... unsigned long long
  4287. checking for pid_t... checking whether /opt/local/bin/gcc and cc understand -c and -o together... yes
  4288. checking for strtoul... yes
  4289. checking for strverscmp... no
  4290. checking for library containing strerror... no
  4291. no
  4292. checking for tmpnam... checking whether sys_nerr is declared... yes
  4293. checking for i386-pc-solaris2.11-gnatbind... no
  4294. checking for i386-pc-solaris2.11-gnatmake... no
  4295. checking whether compiler driver understands Ada... no
  4296. none required
  4297. checking for asprintf... checking how to run the C preprocessor... yes
  4298. /opt/local/bin/gcc -E
  4299. checking for vasprintf... yes
  4300. checking for egrep... egrep
  4301. checking for ANSI C header files... checking for atexit... yes
  4302. no
  4303. checking return type of signal handlers... checking for vfprintf... yes
  4304. checking for basename... yes
  4305. checking for vprintf... yes
  4306. checking for bcmp... void
  4307. yes
  4308. checking for intmax_t... checking for sys/types.h... yes
  4309. checking for vsnprintf... no
  4310. checking for sys/stat.h... yes
  4311. checking for bcopy... yes
  4312. checking for vsprintf... no
  4313. checking for stdlib.h... yes
  4314. no
  4315. checking for long double... checking for bsearch... no
  4316. checking for string.h... yes
  4317. checking for waitpid... yes
  4318. checking for bzero... no
  4319. checking for memory.h... yes
  4320. checking whether alloca needs Cray hooks... yes
  4321. checking for calloc... no
  4322. checking stack direction for C alloca... no
  4323. checking for strings.h... no
  4324. checking for long long... no
  4325. checking for inttypes.h... -1
  4326. checking for unistd.h... (cached) yes
  4327. checking for vfork.h... yes
  4328. checking for clock... no
  4329. checking for ptrdiff_t... no
  4330. checking for fork... no
  4331. checking for stdint.h... yes
  4332. yes
  4333. checking for ffs... checking for vfork... no
  4334. checking for unistd.h... yes
  4335. no
  4336. checking minix/config.h usability... yes
  4337. no
  4338. checking for quad_t... checking for working fork... checking for getcwd... no
  4339. checking minix/config.h presence... yes
  4340. checking for working vfork... (cached) yes
  4341. no
  4342. checking for minix/config.h... no
  4343. checking whether it is safe to define __EXTENSIONS__... checking for _doprnt... yes
  4344. checking for getpagesize... no
  4345. checking how to run the C preprocessor... /opt/local/bin/gcc -E
  4346. checking for inline... yes
  4347. checking for gettimeofday... no
  4348. checking for uint_least32_t... inline
  4349. checking for void *... no
  4350. checking size of void *... 0
  4351. checking for short... yes
  4352. checking for sys_errlist... no
  4353. checking size of short... 0
  4354. checking for int... yes
  4355. no
  4356. checking for intptr_t... checking for index... no
  4357. checking size of int... 0
  4358. checking for long... yes
  4359. checking for sys_nerr... no
  4360. checking size of long... 0
  4361. checking for long long... no
  4362. checking for __int64... no
  4363. checking for preprocessor stringizing operator... no
  4364. checking whether /opt/local/bin/gcc supports -W... yes
  4365. checking for sys_siglist... yes
  4366. checking for insque... yes
  4367. checking whether /opt/local/bin/gcc supports -Wall... no
  4368. checking for external symbol _system_configuration... yes
  4369. checking whether /opt/local/bin/gcc supports -Wwrite-strings... yes
  4370. checking for working volatile... no
  4371. yes
  4372. yes
  4373. checking for getrusage... checking whether /opt/local/bin/gcc supports -Wstrict-prototypes... checking for memchr... yes
  4374. checking whether /opt/local/bin/gcc supports -Wmissing-prototypes... yes
  4375. checking for C/C++ restrict keyword... yes
  4376. checking whether /opt/local/bin/gcc supports -Wcast-qual... yes
  4377. yes
  4378. checking for on_exit... checking for memcmp... yes
  4379. checking whether /opt/local/bin/gcc supports -Wold-style-definition... no
  4380. checking for psignal... yes
  4381. yes
  4382. checking whether /opt/local/bin/gcc supports -Wc++-compat... checking for memcpy... yes
  4383. checking whether /opt/local/bin/gcc supports -Wmissing-format-attribute... yes
  4384. checking for strerror... yes
  4385. checking whether /opt/local/bin/gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... __restrict
  4386. checking whether <stdarg.h> exists and works... yes
  4387. checking for memmove... yes
  4388. checking for strsignal... yes
  4389. checking valgrind.h usability... no
  4390. checking valgrind.h presence... yes
  4391. checking whether gcc __attribute__ ((const)) works... no
  4392. checking for valgrind.h... no
  4393. configure: WARNING: decimal float is not supported for this target
  4394. configure: WARNING: fixed-point is not supported for this target
  4395. checking whether gmake sets $(MAKE)... yes
  4396. yes
  4397. checking for gawk... gawk
  4398. checking whether ln -s works... yes
  4399. checking whether ln works... checking for sysconf... yes
  4400. checking for i386-pc-solaris2.11-ranlib... ranlib
  4401. checking for a BSD compatible install... /opt/local/bin/ginstall -c
  4402. checking for cmp's capabilities... gnucompare
  4403. checking for mktemp... yes
  4404. checking for makeinfo... /home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap/missing makeinfo --split-size=5000000 --split-size=5000000
  4405. checking for modern makeinfo... yes
  4406. checking for mempcpy... yes
  4407. checking whether gcc __attribute__ ((malloc)) works... yes
  4408. checking for times... no
  4409. configure: WARNING:
  4410. *** Makeinfo is missing or too old.
  4411. *** Info documentation will not be built.
  4412. checking for recent Pod::Man... no
  4413. checking for memset... yes
  4414. checking for sbrk... yes
  4415. checking whether gcc __attribute__ ((mode (XX))) works... yes
  4416. checking for mkstemps... yes
  4417. checking for flex... flex
  4418. checking for bison... bison
  4419. checking for nm... nm
  4420. checking for ar... ar
  4421. checking for ANSI C header files... (cached) yes
  4422. checking whether time.h and sys/time.h may both be included... yes
  4423. checking for gettimeofday... (cached) yes
  4424. checking for realpath... yes
  4425. checking whether string.h and strings.h may both be included... yes
  4426. checking whether gcc __attribute__ ((noreturn)) works... yes
  4427. yes
  4428. checking for putenv... checking for canonicalize_file_name... yes
  4429. checking for sys/wait.h that is POSIX.1 compatible... yes
  4430. checking for inline... yes
  4431. checking for pstat_getstatic... yes
  4432. checking for limits.h... yes
  4433. yes
  4434. checking for stddef.h... checking for random... no
  4435. yes
  4436. checking for pstat_getdynamic... checking for string.h... (cached) no
  4437. checking for strings.h... (cached) no
  4438. checking for stdlib.h... (cached) no
  4439. checking for time.h... yes
  4440. checking for iconv.h... yes
  4441. checking for fcntl.h... yes
  4442. no
  4443. checking for rename... checking for sysmp... yes
  4444. checking for unistd.h... (cached) no
  4445. checking for sys/file.h... inline
  4446. yes
  4447. checking for sys/time.h... yes
  4448. yes
  4449. checking for sys/mman.h... no
  4450. configure: WARNING: gmp.h doesnt recognise compiler "inline", inlines will be unavailable
  4451. checking for cos in -lm... checking for getsysinfo... yes
  4452. checking for sys/resource.h... checking for rindex... yes
  4453. checking for sys/param.h... yes
  4454. checking for sys/times.h... yes
  4455. checking for setenv... no
  4456. checking for table... yes
  4457. checking for sys/stat.h... (cached) no
  4458. checking for direct.h... yes
  4459. checking for snprintf... yes
  4460. checking for working alloca.h... no
  4461. checking for sysctl... yes
  4462. yes
  4463. checking for alloca (via gmp-impl.h)... checking for sigsetmask... no
  4464. checking for wait3... no
  4465. checking how to allocate temporary memory... malloc-reentrant
  4466. configure: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable
  4467. checking whether byte ordering is bigendian... no
  4468. yes
  4469. checking for malloc.h... no
  4470. checking for wait4... checking for stpcpy... yes
  4471. checking for langinfo.h... yes
  4472. checking for ldfcn.h... no
  4473. yes
  4474. checking for locale.h... checking for __fsetlocking... yes
  4475. yes
  4476. checking for wchar.h... checking for stpncpy... yes
  4477. checking whether basename is declared... yes
  4478. checking for thread.h... no
  4479. checking whether ffs is declared... no
  4480. checking format of `double' floating point... yes
  4481. yes
  4482. checking for pthread.h... no
  4483. checking whether asprintf is declared... IEEE little endian
  4484. checking for alarm... yes
  4485. checking for CHAR_BIT... checking for strcasecmp... yes
  4486. checking for attr_get... no
  4487. checking whether vasprintf is declared... yes
  4488. checking whether byte ordering is bigendian... no
  4489. checking for clock... no
  4490. checking whether snprintf is declared... yes
  4491. checking for strchr... yes
  4492. checking for cputime... no
  4493. checking whether vsnprintf is declared... no
  4494. checking for collect2 libraries... no
  4495. checking for getpagesize... no
  4496. checking whether calloc is declared... yes
  4497. checking for getrusage... no
  4498. checking whether getenv is declared... yes
  4499. yes
  4500. checking for strdup... no
  4501. checking whether getopt is declared... checking for gettimeofday... yes
  4502. checking for getsysinfo... no
  4503. checking whether malloc is declared... no
  4504. checking for localeconv... yes
  4505. no
  4506. checking whether realloc is declared... checking for strncasecmp... none required
  4507. checking for library containing exc_resume... no
  4508. checking whether sbrk is declared... yes
  4509. checking for memset... no
  4510. checking whether strverscmp is declared... yes
  4511. checking for strndup... yes
  4512. no
  4513. checking whether canonicalize_file_name must be declared... checking for mmap... no
  4514. checking for library containing ldexp... yes
  4515. checking for mprotect... yes
  4516. checking for stdlib.h... (cached) yes
  4517. checking for unistd.h... (cached) yes
  4518. yes
  4519. checking for getpagesize... (cached) yes
  4520. yes
  4521. checking for strrchr... checking for nl_langinfo... checking for working mmap... none required
  4522. checking for inttypes.h... yes
  4523. checking for obstack_vprintf... no
  4524. checking for working strncmp... yes
  4525. checking for times... no
  4526. checking for popen... no
  4527. updating cache ../config.cache
  4528. yes
  4529. configure: creating ./config.status
  4530. checking for clock... yes
  4531. yes
  4532. checking for processor_info... yes
  4533. checking for kill... checking for strstr... yes
  4534. checking for pstat_getprocessor... config.status: creating Makefile
  4535. config.status: creating testsuite/Makefile
  4536. yes
  4537. config.status: creating config.h
  4538. checking for getrlimit... config.status: executing default commands
  4539. no
  4540. checking for raise... yes
  4541. yes
  4542. checking for strtod... checking for read_real_time... yes
  4543. gmake[3]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/build-i386-pc-solaris2.11/libiberty'
  4544. if [ x"" != x ] && [ ! -d pic ]; then \
  4545. mkdir pic; \
  4546. else true; fi
  4547. touch stamp-picdir
  4548. rm -f needed-list; touch needed-list; \
  4549. for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
  4550. for g in ./mempcpy.o ./sigsetmask.o ./strverscmp.o ./strncmp.o ; do \
  4551. case "$g" in \
  4552. *$f*) echo $g >> needed-list ;; \
  4553. esac; \
  4554. done; \
  4555. done
  4556. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  4557. if [ x"" != x ]; then \
  4558. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/regex.c -o pic/regex.o; \
  4559. else true; fi
  4560. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/regex.c -o regex.o
  4561. if [ x"" != x ]; then \
  4562. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  4563. else true; fi
  4564. if [ x"" != x ]; then \
  4565. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  4566. else true; fi
  4567. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/cplus-dem.c -o cplus-dem.o
  4568. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/cp-demangle.c -o cp-demangle.o
  4569. gmake[4]: Entering directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/build-i386-pc-solaris2.11/libiberty/testsuite'
  4570. gmake[4]: Nothing to be done for 'all'.
  4571. gmake[4]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/build-i386-pc-solaris2.11/libiberty/testsuite'
  4572. if [ x"" != x ]; then \
  4573. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/md5.c -o pic/md5.o; \
  4574. else true; fi
  4575. /opt/local/bin/gcc -c -DHAVE_CONFIG_H -nostdinc -isystem /usr/include -g -O2 -I. -I../../../gcc-4.4.4-32strap/./libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.4.4-32strap/./libiberty/md5.c -o md5.o
  4576. no
  4577. checking for sigaction... checking for setrlimit... In file included from ../../../gcc-4.4.4-32strap/./libiberty/regex.c:48:0:
  4578. /usr/include/stddef.h:36:24: fatal error: sys/stddef.h: No such file or directory
  4579. compilation terminated.
  4580. Makefile:924: recipe for target 'regex.o' failed
  4581. gmake[3]: *** [regex.o] Error 1
  4582. gmake[3]: *** Waiting for unfinished jobs....
  4583. In file included from /usr/include/sys/types.h:54:0,
  4584. from ../../../gcc-4.4.4-32strap/./libiberty/cplus-dem.c:48:
  4585. /usr/include/sys/int_types.h:124:23: error: duplicate 'unsigned'
  4586. In file included from /usr/include/sys/inttypes.h:41:0,
  4587. from /usr/include/inttypes.h:42,
  4588. from /usr/include/stdlib.h:289,
  4589. from ../../../gcc-4.4.4-32strap/./libiberty/cp-demangle.c:109:
  4590. /usr/include/sys/int_types.h:124:23: error: duplicate 'unsigned'
  4591. In file included from ../../../gcc-4.4.4-32strap/./libiberty/../include/libiberty.h:45:0,
  4592. from ../../../gcc-4.4.4-32strap/./libiberty/../include/demangle.h:33,
  4593. from ../../../gcc-4.4.4-32strap/./libiberty/cplus-dem.c:59:
  4594. /usr/include/stddef.h:36:24: fatal error: sys/stddef.h: No such file or directory
  4595. compilation terminated.
  4596. In file included from ../../../gcc-4.4.4-32strap/./libiberty/../include/libiberty.h:45:0,
  4597. from ../../../gcc-4.4.4-32strap/./libiberty/cp-demangle.c:128:
  4598. /usr/include/stddef.h:36:24: fatal error: sys/stddef.h: No such file or directory
  4599. compilation terminated.
  4600. Makefile:619: recipe for target 'cplus-dem.o' failed
  4601. gmake[3]: *** [cplus-dem.o] Error 1
  4602. Makefile:603: recipe for target 'cp-demangle.o' failed
  4603. gmake[3]: *** [cp-demangle.o] Error 1
  4604. In file included from /usr/include/sys/types.h:54:0,
  4605. from ../../../gcc-4.4.4-32strap/./libiberty/md5.c:28:
  4606. /usr/include/sys/int_types.h:124:23: error: duplicate 'unsigned'
  4607. ../../../gcc-4.4.4-32strap/./libiberty/md5.c: In function 'md5_finish_ctx':
  4608. ../../../gcc-4.4.4-32strap/./libiberty/md5.c:113:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  4609. ../../../gcc-4.4.4-32strap/./libiberty/md5.c:114:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  4610. yes
  4611. yes
  4612. checking for atoll... checking for sigaltstack... Makefile:780: recipe for target 'md5.o' failed
  4613. gmake[3]: *** [md5.o] Error 1
  4614. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/build-i386-pc-solaris2.11/libiberty'
  4615. Makefile:2765: recipe for target 'all-build-libiberty' failed
  4616. gmake[2]: *** [all-build-libiberty] Error 2
  4617. gmake[2]: *** Waiting for unfinished jobs....
  4618. yes
  4619. checking for strtol... yes
  4620. yes
  4621. checking for sigstack... checking for atoq... yes
  4622. checking for strtoul... yes
  4623. checking for syssgi... no
  4624. checking for sysconf... yes
  4625. yes
  4626. checking for strverscmp... no
  4627. checking for strchr... checking for strsignal... yes
  4628. no
  4629. checking for tmpnam... checking for strerror... yes
  4630. checking for getrusage... yes
  4631. checking for strnlen... yes
  4632. checking for vasprintf... yes
  4633. checking for nl_langinfo... yes
  4634. checking for strtol... yes
  4635. checking for gettimeofday... yes
  4636. yes
  4637. checking for strtoul... checking for vfprintf... yes
  4638. checking for mbstowcs... yes
  4639. yes
  4640. checking for sysconf... checking for wcswidth... yes
  4641. checking for vprintf... yes
  4642. checking for sysctl... yes
  4643. checking for mmap... yes
  4644. checking for vsnprintf... yes
  4645. no
  4646. checking for sysctlbyname... checking for mincore... rm -f libdecnumber.a
  4647. ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
  4648. ranlib libdecnumber.a
  4649. gmake[3]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build/libdecnumber'
  4650. yes
  4651. no
  4652. checking for times... yes
  4653. checking for vsprintf... checking for setlocale... yes
  4654. checking for library containing clock_gettime... yes
  4655. yes
  4656. checking for clearerr_unlocked... checking for waitpid... none required
  4657. checking for vsnprintf... yes
  4658. no
  4659. checking whether vsnprintf works... probably
  4660. configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
  4661. checking whether sscanf needs writable input... no
  4662. checking for struct pst_processor.psp_iticksperclktick... yes
  4663. checking for feof_unlocked... checking whether alloca needs Cray hooks... no
  4664. checking stack direction for C alloca... no
  4665. checking for ferror_unlocked... no
  4666. no
  4667. checking for fflush_unlocked... -1
  4668. checking for unistd.h... (cached) yes
  4669. checking for vfork.h... no
  4670. checking for fgetc_unlocked... no
  4671. checking for fork... no
  4672. checking for fgets_unlocked... yes
  4673. no
  4674. checking for fileno_unlocked... checking for vfork... no
  4675. checking for fprintf_unlocked... yes
  4676. checking for working fork... no
  4677. checking for fputc_unlocked... yes
  4678. checking for working vfork... (cached) yes
  4679. checking for _doprnt... no
  4680. checking for fputs_unlocked... yes
  4681. no
  4682. checking for fread_unlocked... checking for sys_errlist... no
  4683. checking for fwrite_unlocked... yes
  4684. checking for sys_nerr... yes
  4685. no
  4686. checking for getchar_unlocked... checking for sys_siglist... no
  4687. checking for external symbol _system_configuration... yes
  4688. checking for getc_unlocked... no
  4689. checking for getrusage... yes
  4690. checking for putchar_unlocked... yes
  4691. checking for on_exit... yes
  4692. checking for putc_unlocked... yes
  4693. checking whether mbstowcs works... no
  4694. checking for psignal... yes
  4695. checking for ssize_t... yes
  4696. checking for strerror... no
  4697. checking for caddr_t... yes
  4698. no
  4699. checking for uid_t in sys/types.h... checking for strsignal... yes
  4700. checking type of array argument to getgroups... int
  4701. checking for sys/mman.h... (cached) yes
  4702. checking for mmap... (cached) yes
  4703. checking whether read-only mmap of a plain file works... yes
  4704. checking whether mmap from /dev/zero works... yes
  4705. checking for MAP_ANON(YMOUS)... yes
  4706. checking for sysconf... no
  4707. checking for pid_t... yes
  4708. checking for times... no
  4709. checking for unistd.h... (cached) no
  4710. checking for vfork.h... yes
  4711. no
  4712. checking for fork... checking for sbrk... yes
  4713. checking for vfork... yes
  4714. checking for gettimeofday... (cached) yes
  4715. checking for realpath... yes
  4716. checking for working fork... yes
  4717. checking for working vfork... (cached) yes
  4718. yes
  4719. checking for ld used by GCC... checking for canonicalize_file_name... /usr/bin/ld
  4720. checking if the linker (/usr/bin/ld) is GNU ld... no
  4721. checking for shared library run path origin... done
  4722. yes
  4723. checking for iconv... checking for pstat_getstatic... no, consider installing GNU libiconv
  4724. checking for LC_MESSAGES... no
  4725. checking for pstat_getdynamic... yes
  4726. checking for nl_langinfo and CODESET... no
  4727. yes
  4728. checking whether getenv is declared... checking for sysmp... no
  4729. checking whether atol is declared... no
  4730. no
  4731. checking whether asprintf is declared... checking for getsysinfo... no
  4732. checking whether sbrk is declared... no
  4733. no
  4734. checking whether abort is declared... checking for table... no
  4735. checking whether atof is declared... no
  4736. no
  4737. checking for sysctl... checking whether getcwd is declared... no
  4738. checking whether getwd is declared... no
  4739. checking for wait3... no
  4740. checking whether strsignal is declared... yes
  4741. no
  4742. checking whether strstr is declared... checking for wait4... no
  4743. checking whether strverscmp is declared... no
  4744. yes
  4745. checking whether errno is declared... checking for __fsetlocking... no
  4746. checking whether snprintf is declared... yes
  4747. no
  4748. checking whether basename is declared... checking whether vsnprintf is declared... no
  4749. checking whether vasprintf is declared... no
  4750. checking whether ffs is declared... no
  4751. checking whether malloc is declared... no
  4752. checking whether realloc is declared... no
  4753. checking whether asprintf is declared... no
  4754. checking whether calloc is declared... no
  4755. checking whether vasprintf is declared... no
  4756. checking whether free is declared... no
  4757. checking whether snprintf is declared... no
  4758. checking whether basename is declared... no
  4759. checking whether getopt is declared... no
  4760. checking whether vsnprintf is declared... no
  4761. checking whether clock is declared... no
  4762. checking whether calloc is declared... checking size of void *... no
  4763. checking whether getpagesize is declared... no
  4764. checking whether getenv is declared... no
  4765. checking whether clearerr_unlocked is declared... no
  4766. checking whether getopt is declared... no
  4767. checking whether feof_unlocked is declared... 0
  4768. checking size of unsigned short... no
  4769. checking whether ferror_unlocked is declared... no
  4770. checking whether malloc is declared... no
  4771. checking whether fflush_unlocked is declared... no
  4772. checking whether fgetc_unlocked is declared... no
  4773. checking whether realloc is declared... 0
  4774. checking size of unsigned... no
  4775. checking whether fgets_unlocked is declared... no
  4776. checking whether sbrk is declared... no
  4777. checking whether fileno_unlocked is declared... 0
  4778. checking size of unsigned long... no
  4779. checking whether fprintf_unlocked is declared... no
  4780. checking whether strverscmp is declared... no
  4781. checking whether fputc_unlocked is declared... 0
  4782. checking size of mp_limb_t... no
  4783. no
  4784. checking whether canonicalize_file_name must be declared... checking whether fputs_unlocked is declared... no
  4785. checking whether fread_unlocked is declared... no
  4786. yes
  4787. checking whether fwrite_unlocked is declared... checking for stdlib.h... (cached) yes
  4788. 0
  4789. configure: error: Oops, mp_limb_t doesn't seem to work
  4790. checking for unistd.h... (cached) yes
  4791. checking for getpagesize... (cached) yes
  4792. no
  4793. checking for working mmap... checking whether getchar_unlocked is declared... no
  4794. checking whether getc_unlocked is declared... no
  4795. checking for working strncmp... no
  4796. checking whether putchar_unlocked is declared... Makefile:5916: recipe for target 'configure-stage1-gmp' failed
  4797. gmake[2]: *** [configure-stage1-gmp] Error 1
  4798. no
  4799. no
  4800. checking whether putc_unlocked is declared... updating cache ./config.cache
  4801. configure: creating ./config.status
  4802. no
  4803. checking whether getrlimit is declared... no
  4804. checking whether setrlimit is declared... no
  4805. checking whether getrusage is declared... no
  4806. config.status: creating Makefile
  4807. config.status: creating testsuite/Makefile
  4808. config.status: creating config.h
  4809. checking whether ldgetname is declared... config.status: executing default commands
  4810. no
  4811. checking whether times is declared... no
  4812. checking whether sigaltstack is declared... no
  4813. checking for struct tms... no
  4814. checking for clock_t... no
  4815. checking for .preinit_array/.init_array/.fini_array support... yes
  4816. checking if mkdir takes one argument... yes
  4817. Using `../../gcc-4.4.4-32strap/./gcc/config/i386/i386.c' for machine-specific logic.
  4818. Using `../../gcc-4.4.4-32strap/./gcc/config/i386/i386.md' as machine description file.
  4819. Using the following target machine macro files:
  4820. ../../gcc-4.4.4-32strap/./gcc/config/usegas.h
  4821. ../../gcc-4.4.4-32strap/./gcc/config/i386/i386.h
  4822. ../../gcc-4.4.4-32strap/./gcc/config/i386/unix.h
  4823. ../../gcc-4.4.4-32strap/./gcc/config/i386/att.h
  4824. ../../gcc-4.4.4-32strap/./gcc/config/dbxelf.h
  4825. ../../gcc-4.4.4-32strap/./gcc/config/elfos.h
  4826. ../../gcc-4.4.4-32strap/./gcc/config/svr4.h
  4827. ../../gcc-4.4.4-32strap/./gcc/config/i386/sysv4.h
  4828. ../../gcc-4.4.4-32strap/./gcc/config/sol2.h
  4829. ../../gcc-4.4.4-32strap/./gcc/config/sol2-10.h
  4830. ../../gcc-4.4.4-32strap/./gcc/config/i386/sol2.h
  4831. ../../gcc-4.4.4-32strap/./gcc/config/tm-dwarf2.h
  4832. ../../gcc-4.4.4-32strap/./gcc/config/i386/x86-64.h
  4833. ../../gcc-4.4.4-32strap/./gcc/config/i386/sol2-10.h
  4834. Using host-solaris.o for host machine hooks.
  4835. checking whether NLS is requested... no
  4836. checking for a sed that does not truncate output... /opt/local/bin/sed
  4837. checking for fgrep... fgrep
  4838. checking for ld used by /opt/local/bin/gcc... /usr/bin/ld
  4839. checking if the linker (/usr/bin/ld) is GNU ld... no
  4840. checking for BSD- or MS-compatible name lister (nm)... nm
  4841. checking the name lister (nm) interface... BSD nm
  4842. checking whether ln -s works... yes
  4843. checking the maximum length of command line arguments... 786240
  4844. checking whether the shell understands some XSI constructs... yes
  4845. checking whether the shell understands "+="... yes
  4846. checking for /usr/bin/ld option to reload object files... -r
  4847. checking for i386-pc-solaris2.11-objdump... objdump
  4848. checking how to recognize dependent libraries... pass_all
  4849. checking for i386-pc-solaris2.11-ar... (cached) ar
  4850. checking for i386-pc-solaris2.11-strip... no
  4851. checking for strip... strip
  4852. checking for i386-pc-solaris2.11-ranlib... (cached) ranlib
  4853. checking command to parse nm output from /opt/local/bin/gcc object... failed
  4854. checking for dlfcn.h... yes
  4855. checking for objdir... .libs
  4856. checking if /opt/local/bin/gcc supports -fno-rtti -fno-exceptions... no
  4857. checking for /opt/local/bin/gcc option to produce PIC... -fPIC -DPIC
  4858. checking if /opt/local/bin/gcc PIC flag -fPIC -DPIC works... yes
  4859. checking if /opt/local/bin/gcc static flag -static works... no
  4860. checking if /opt/local/bin/gcc supports -c -o file.o... yes
  4861. checking if /opt/local/bin/gcc supports -c -o file.o... (cached) yes
  4862. checking whether the /opt/local/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
  4863. checking whether -lc should be explicitly linked in... no
  4864. checking dynamic linker characteristics... solaris2.11 ld.so
  4865. checking how to hardcode library paths into programs... immediate
  4866. checking whether stripping libraries is possible... no
  4867. checking if libtool supports shared libraries... yes
  4868. checking whether to build shared libraries... yes
  4869. checking whether to build static libraries... yes
  4870. checking what assembler to use... /home/dkasza/smartos-live/proto.strap/usr/gnu/bin/gas
  4871. checking what linker to use... /usr/bin/ld
  4872. checking for nm... /usr/bin/nm
  4873. checking what nm to use... /usr/bin/nm
  4874. checking for objdump... /opt/local/bin/objdump
  4875. checking what objdump to use... /opt/local/bin/objdump
  4876. checking for readelf... /opt/local/bin/readelf
  4877. checking what readelf to use... /opt/local/bin/readelf
  4878. checking assembler for .balign and .p2align... yes
  4879. checking assembler for .p2align with maximum skip... yes
  4880. checking assembler for .literal16... no
  4881. checking assembler for working .subsection -1... yes
  4882. checking assembler for .weak... yes
  4883. checking assembler for .weakref... yes
  4884. checking assembler for .nsubspa comdat... no
  4885. checking assembler for .hidden... yes
  4886. checking linker for .hidden support... yes
  4887. checking linker read-only and read-write section mixing... read-only
  4888. checking assembler for .sleb128 and .uleb128... yes
  4889. checking assembler for cfi directives... yes
  4890. checking assembler for working cfi advance... yes
  4891. checking assembler for cfi personality directive... yes
  4892. checking assembler for cfi sections directive... yes
  4893. checking assembler for eh_frame optimization... yes
  4894. checking assembler for section merging support... yes
  4895. checking assembler for COMDAT group support... yes
  4896. checking assembler for thread-local storage support... yes
  4897. checking linker -Bstatic/-Bdynamic option... no
  4898. checking assembler for filds and fists mnemonics... yes
  4899. checking assembler for cmov syntax... no
  4900. checking assembler for ffreep mnemonic... yes
  4901. checking assembler for sahf mnemonic... yes
  4902. checking assembler for different section symbol subtraction... yes
  4903. checking assembler for GOTOFF in data... yes
  4904. checking assembler for dwarf2 debug_line support... yes
  4905. checking assembler for buggy dwarf2 .file directive... no
  4906. checking assembler for --gdwarf2 option... yes
  4907. checking assembler for --gstabs option... yes
  4908. checking assembler for --debug-prefix-map option... yes
  4909. checking assembler for .lcomm with alignment... no
  4910. checking assembler for tolerance to line number 0... yes
  4911. checking linker PT_GNU_EH_FRAME support... no
  4912. checking linker position independent executable support... no
  4913. checking linker EH-compatible garbage collection of sections... /opt/local/bin/objdump: 'conftest': No such file
  4914. no
  4915. checking linker --as-needed support... no
  4916. checking linker --sysroot support... no
  4917. checking __stack_chk_fail in target C library... no
  4918. Using ggc-page for garbage collection.
  4919. checking whether to enable maintainer-specific portions of Makefiles... no
  4920. Links are now set up to build a native compiler for i386-pc-solaris2.11.
  4921. updating cache ./config.cache
  4922. configure: creating ./config.status
  4923. config.status: creating as
  4924. config.status: creating collect-ld
  4925. config.status: creating nm
  4926. config.status: creating Makefile
  4927. config.status: creating gccbug
  4928. config.status: creating ada/gcc-interface/Makefile
  4929. config.status: creating ada/Makefile
  4930. config.status: creating auto-host.h
  4931. config.status: executing default commands
  4932. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  4933. Makefile:18288: recipe for target 'stage1-bubble' failed
  4934. gmake[1]: *** [stage1-bubble] Error 2
  4935. gmake[1]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4/gcc-4.4.4-32strap.build'
  4936. Makefile:18719: recipe for target 'bootstrap' failed
  4937. gmake: *** [bootstrap] Error 2
  4938. ../Makefile.targ:27: recipe for target 'all_autoconf_32' failed
  4939. gmake[2]: *** [all_autoconf_32] Error 2
  4940. gmake[2]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra/gcc4'
  4941. Makefile:131: recipe for target '/home/dkasza/smartos-live/proto.strap/usr/bin/gcc' failed
  4942. gmake[1]: *** [/home/dkasza/smartos-live/proto.strap/usr/bin/gcc] Error 2
  4943. gmake[1]: Leaving directory '/home/dkasza/smartos-live/projects/illumos-extra'
  4944. Makefile:297: recipe for target '0-extra-stamp' failed
  4945. gmake: *** [0-extra-stamp] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement