LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1098|回复: 1

[已解决]lfs 6.7 gcc4.5.1-pass 2 编译出错

[复制链接]
发表于 2010-10-5 23:16:55 | 显示全部楼层 |阅读模式
如题,小弟今天在编译 lfs6.7 gcc-4.5.1-pass2 时,make 之后出现如下错误。(而之前的一切都正常无误。)

  1. checking whether ffs is declared... (cached) no
  2. checking whether asprintf is declared... (cached) no
  3. checking whether vasprintf is declared... (cached) no
  4. checking whether snprintf is declared... (cached) no
  5. checking whether vsnprintf is declared... (cached) no
  6. checking whether calloc is declared... (cached) no
  7. checking whether getenv is declared... (cached) no
  8. checking whether getopt is declared... (cached) no
  9. checking whether malloc is declared... (cached) no
  10. (cached) /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld
  11. checking if the linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) is GNU ld... (cached) yes
  12. checking for shared library run path origin... (cached) done
  13. checking whether realloc is declared... (cached) no
  14. checking whether sbrk is declared... (cached) no
  15. checking whether strverscmp is declared... (cached) no
  16. checking whether canonicalize_file_name must be declared... (cached) yes
  17. checking for working strncmp... (cached) no
  18. checking for argz.h... (cached) no
  19. checking for limits.h... (cached) no
  20. checking for locale.h... (cached) no
  21. checking for nl_types.h... (cached) no
  22. checking for malloc.h... (cached) no
  23. configure: creating ./config.status
  24. checking for stddef.h... (cached) no
  25. checking for stdlib.h... (cached) no
  26. checking for string.h... (cached) no
  27. checking for unistd.h... (cached) no
  28. checking for sys/param.h... (cached) no
  29. checking for feof_unlocked... (cached) yes
  30. checking for fgets_unlocked... (cached) yes
  31. checking for getc_unlocked... (cached) yes
  32. checking for getcwd... (cached) yes
  33. checking for getegid... (cached) yes
  34. checking for geteuid... (cached) yes
  35. checking for getgid... (cached) yes
  36. checking for getuid... (cached) yes
  37. checking for mempcpy... (cached) yes
  38. checking for munmap... (cached) yes
  39. config.status: creating Makefile
  40. checking for putenv... (cached) yes
  41. checking for setenv... (cached) yes
  42. checking for setlocale... (cached) yes
  43. config.status: creating testsuite/Makefile
  44. checking for stpcpy... (cached) yes
  45. config.status: creating config.h
  46. config.status: config.h is unchanged
  47. checking for strcasecmp... (cached) yes
  48. config.status: executing default commands
  49. checking for strdup... (cached) yes
  50. checking for strtoul... (cached) yes
  51. checking for tsearch... (cached) yes
  52. checking for __argz_count... (cached) yes
  53. checking for __argz_stringify... (cached) yes
  54. checking for __argz_next... (cached) yes
  55. Configuring in ./gmp
  56. checking for __fsetlocking... (cached) yes
  57. checking for iconv... (cached) no, consider installing GNU libiconv
  58. checking for nl_langinfo and CODESET... (cached) no
  59. checking for bison... (cached) bison
  60. checking version of bison... 2.4.3, ok
  61. checking whether NLS is requested... yes
  62. checking whether included gettext is requested... no
  63. checking for GNU gettext in libc... (cached) no
  64. checking for GNU gettext in libintl... (cached) no
  65. checking whether to use NLS... yes
  66. checking where the gettext function comes from... included intl directory
  67. checking for aclocal... (cached) aclocal
  68. checking for autoconf... (cached) autoconf
  69. checking for autoheader... (cached) autoheader
  70. configure: creating ./config.status
  71. config.status: creating Makefile
  72. config.status: creating config.intl
  73. config.status: creating config.h
  74. config.status: config.h is unchanged
  75. config.status: executing default-1 commands
  76. configure: loading cache ./config.cache
  77. checking build system type... (cached) i686-pc-linux-gnu
  78. checking host system type... (cached) none-pc-linux-gnu
  79. checking for a BSD-compatible install... /bin/install -c
  80. checking whether build environment is sane... Configuring in build-i686-pc-linux-gnu/libiberty
  81. configure: loading cache ../config.cache
  82. checking whether to enable maintainer-specific portions of Makefiles... no
  83. checking for makeinfo... (cached) makeinfo --split-size=5000000
  84. checking for perl... (cached) perl
  85. checking build system type... (cached) i686-pc-linux-gnu
  86. checking host system type... (cached) i686-pc-linux-gnu
  87. checking for i686-pc-linux-gnu-ar... (cached) i686-lfs-linux-gnu-ar
  88. checking for i686-pc-linux-gnu-ranlib... (cached) i686-lfs-linux-gnu-ranlib
  89. checking for i686-pc-linux-gnu-gcc... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/
  90. checking for C compiler default output file name... a.out
  91. checking whether the C compiler works... yes
  92. checking whether we are cross compiling... no
  93. checking for suffix of executables...
  94. checking for suffix of object files... (cached) o
  95. checking whether we are using the GNU C compiler... (cached) yes
  96. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ accepts -g... (cached) yes
  97. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO C89... (cached) unsupported
  98. checking for special C compiler options needed for large files... (cached) no
  99. checking for _FILE_OFFSET_BITS value needed for large files... (cached) unknown
  100. checking for _LARGE_FILES value needed for large files... (cached) unknown
  101. checking how to run the C preprocessor... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  102. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -W... (cached) yes
  103. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wall... (cached) yes
  104. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wwrite-strings... (cached) yes
  105. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wc++-compat... (cached) yes
  106. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wstrict-prototypes... (cached) yes
  107. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -pedantic ... (cached) yes
  108. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ and cc understand -c and -o together... (cached) yes
  109. checking for an ANSI C-conforming const... (cached) yes
  110. checking for inline... (cached) inline
  111. checking for grep that handles long lines and -e... (cached) /bin/grep
  112. checking for egrep... (cached) /bin/grep -E
  113. checking for ANSI C header files... (cached) no
  114. checking for sys/types.h... (cached) no
  115. checking for sys/stat.h... (cached) no
  116. checking for stdlib.h... (cached) no
  117. checking for string.h... (cached) no
  118. checking for memory.h... (cached) no
  119. checking for strings.h... (cached) no
  120. checking for inttypes.h... (cached) no
  121. checking for stdint.h... (cached) no
  122. checking for unistd.h... (cached) no
  123. checking whether byte ordering is bigendian... (cached) yes
  124. checking for a BSD-compatible install... /bin/install -c
  125. checking for sys/file.h... (cached) no
  126. checking for sys/param.h... (cached) no
  127. checking for limits.h... (cached) yes
  128. checking for stdlib.h... (cached) no
  129. checking for malloc.h... (cached) no
  130. checking for string.h... (cached) no
  131. checking for unistd.h... (cached) no
  132. checking for strings.h... (cached) no
  133. checking for sys/time.h... (cached) no
  134. checking for time.h... (cached) no
  135. checking for sys/resource.h... (cached) no
  136. checking for sys/stat.h... (cached) no
  137. checking for sys/mman.h... (cached) no
  138. checking for fcntl.h... (cached) no
  139. checking for alloca.h... (cached) no
  140. checking for sys/pstat.h... (cached) no
  141. checking for sys/sysmp.h... (cached) no
  142. checking for sys/sysinfo.h... (cached) no
  143. checking for machine/hal_sysinfo.h... (cached) no
  144. checking for sys/table.h... (cached) no
  145. checking for sys/sysctl.h... (cached) no
  146. checking for sys/systemcfg.h... (cached) no
  147. checking for stdint.h... (cached) no
  148. checking for stdio_ext.h... (cached) no
  149. checking for sys/wait.h that is POSIX.1 compatible... (cached) no
  150. checking whether time.h and sys/time.h may both be included... (cached) no
  151. checking whether errno must be declared... (cached) yes
  152. checking size of int... (cached) 0
  153. checking for a 64-bit type... (cached) unsigned long long
  154. checking for intptr_t... (cached) no
  155. checking for uintptr_t... (cached) no
  156. checking for pid_t... (cached) no
  157. checking for library containing strerror... (cached) none required
  158. checking for asprintf... (cached) yes
  159. checking for atexit... (cached) yes
  160. checking for basename... (cached) yes
  161. checking for bcmp... (cached) yes
  162. checking for bcopy... (cached) yes
  163. checking for bsearch... (cached) yes
  164. checking for bzero... (cached) yes
  165. checking for calloc... (cached) yes
  166. checking for clock... (cached) yes
  167. checking for ffs... (cached) yes
  168. checking for getcwd... (cached) yes
  169. checking for getpagesize... (cached) yes
  170. checking for gettimeofday... (cached) yes
  171. checking for index... (cached) yes
  172. checking for insque... (cached) yes
  173. checking for memchr... (cached) yes
  174. checking for memcmp... (cached) yes
  175. checking for memcpy... (cached) yes
  176. checking for memmem... (cached) yes
  177. checking for memmove... (cached) yes
  178. checking for mempcpy... (cached) yes
  179. checking for memset... (cached) yes
  180. checking for mkstemps... (cached) yes
  181. checking for putenv... (cached) yes
  182. checking for random... (cached) yes
  183. checking for rename... (cached) yes
  184. checking for rindex... (cached) yes
  185. checking for setenv... (cached) yes
  186. checking for snprintf... (cached) yes
  187. checking for sigsetmask... (cached) yes
  188. checking for stpcpy... (cached) yes
  189. yes
  190. checking for stpncpy... (cached) yes
  191. checking for none-pc-linux-gnu-strip... (cached) strip
  192. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  193. checking for strcasecmp... (cached) yes
  194. checking for gawk... (cached) gawk
  195. checking whether make sets $(MAKE)... checking for strchr... (cached) yes
  196. (cached) yes
  197. checking for strdup... (cached) yes
  198. checking for strncasecmp... (cached) yes
  199. checking whether to enable maintainer-specific portions of Makefiles... no
  200. checking for strndup... (cached) yes
  201. checking for strrchr... (cached) yes
  202. checking for strstr... (cached) yes
  203. checking ABI=long
  204. checking for strtod... (cached) yes
  205. checking for strtol... (cached) yes
  206. checking for strtoul... (cached) yes
  207. checking for strverscmp... (cached) yes
  208. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ is gcc... yes
  209. checking for tmpnam... (cached) yes
  210. checking compiler i686-lfs-linux-gnu-gcc -B/tools/lib/ -g -O2 -DNO_ASM... checking for vasprintf... (cached) yes
  211. checking for vfprintf... (cached) yes
  212. checking for vprintf... (cached) yes
  213. checking for vsnprintf... (cached) yes
  214. checking for vsprintf... (cached) yes
  215. checking for waitpid... (cached) yes
  216. checking whether alloca needs Cray hooks... (cached) no
  217. checking stack direction for C alloca... (cached) -1
  218. checking for vfork.h... (cached) no
  219. checking for fork... (cached) yes
  220. checking for vfork... (cached) yes
  221. checking for working fork... (cached) no
  222. checking for working vfork... (cached) yes
  223. checking for _doprnt... (cached) no
  224. checking for sys_errlist... (cached) yes
  225. checking for sys_nerr... (cached) yes
  226. checking for sys_siglist... (cached) yes
  227. checking for external symbol _system_configuration... no
  228. checking for getrusage... (cached) yes
  229. checking for on_exit... (cached) yes
  230. checking for psignal... (cached) yes
  231. checking for strerror... (cached) yes
  232. checking for strsignal... (cached) yes
  233. checking for sysconf... (cached) yes
  234. checking for times... (cached) yes
  235. checking for sbrk... (cached) yes
  236. checking for gettimeofday... (cached) yes
  237. checking for realpath... (cached) yes
  238. checking for canonicalize_file_name... (cached) yes
  239. checking for pstat_getstatic... (cached) no
  240. checking for pstat_getdynamic... (cached) no
  241. checking for sysmp... (cached) no
  242. checking for getsysinfo... (cached) no
  243. checking for table... (cached) no
  244. checking for sysctl... (cached) yes
  245. checking for wait3... (cached) yes
  246. checking for wait4... (cached) yes
  247. checking for __fsetlocking... (cached) yes
  248. checking whether basename is declared... (cached) no
  249. checking whether ffs is declared... (cached) no
  250. checking whether asprintf is declared... (cached) no
  251. checking whether vasprintf is declared... (cached) no
  252. checking whether snprintf is declared... (cached) no
  253. checking whether vsnprintf is declared... (cached) no
  254. checking whether calloc is declared... (cached) no
  255. checking whether getenv is declared... (cached) no
  256. checking whether getopt is declared... (cached) no
  257. checking whether malloc is declared... (cached) no
  258. checking whether realloc is declared... (cached) no
  259. checking whether sbrk is declared... (cached) no
  260. checking whether strverscmp is declared... (cached) no
  261. checking whether canonicalize_file_name must be declared... (cached) yes
  262. checking for working strncmp... (cached) no
  263. no, gnupro alpha ev6 char spilling
  264. checking ABI=longlong
  265. configure: creating ./config.status
  266. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ is gcc... yes
  267. checking compiler i686-lfs-linux-gnu-gcc -B/tools/lib/ -g -O2 -DNO_ASM... config.status: creating Makefile
  268. config.status: creating testsuite/Makefile
  269. config.status: creating config.h
  270. config.status: config.h is unchanged
  271. config.status: executing default commands
  272. Configuring in build-i686-pc-linux-gnu/fixincludes
  273. no, gnupro alpha ev6 char spilling
  274. checking for none-pc-linux-gnu-gcc... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/
  275. checking whether the C compiler works... yes
  276. checking for C compiler default output file name... a.out
  277. checking for suffix of executables...
  278. checking whether we are cross compiling... yes
  279. checking for suffix of object files... (cached) o
  280. checking whether we are using the GNU C compiler... (cached) yes
  281. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ accepts -g... (cached) yes
  282. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO C89... (cached) unsupported
  283. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO Standard C... (cached) unsupported
  284. checking how to run the C preprocessor... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  285. configure: loading cache ../config.cache
  286. checking build system compiler i686-lfs-linux-gnu-gcc -B/tools/lib/... checking build system type... (cached) i686-pc-linux-gnu
  287. checking host system type... (cached) i686-pc-linux-gnu
  288. checking target system type... i686-pc-linux-gnu
  289. checking for i686-pc-linux-gnu-gcc... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/
  290. yes
  291. checking for build system preprocessor... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  292. checking for build system executable suffix... (cached)
  293. checking whether build system compiler is ANSI... (cached) yes
  294. checking for build system compiler math library... (cached) -lm
  295. checking for grep that handles long lines and -e... (cached) /bin/grep
  296. checking for egrep... (cached) /bin/grep -E
  297. using ABI=""
  298.       CC="i686-lfs-linux-gnu-gcc -B/tools/lib/"
  299.       CFLAGS="-g -O2"
  300.       CPPFLAGS=""
  301.       MPN_PATH="  generic"
  302. checking for function prototypes... no
  303. checking for ANSI C header files... (cached) no
  304. checking for sys/types.h... (cached) no
  305. checking for C compiler default output file name... checking for sys/stat.h... (cached) no
  306. checking for stdlib.h... (cached) no
  307. checking for string.h... (cached) no
  308. checking for memory.h... (cached) no
  309. checking for strings.h... (cached) no
  310. checking for inttypes.h... (cached) no
  311. checking for stdint.h... (cached) no
  312. checking for unistd.h... (cached) no
  313. checking for string.h... (cached) no
  314. checking whether assembler supports --noexecstack option... (cached) yes
  315. checking for none-pc-linux-gnu-ar... (cached) i686-lfs-linux-gnu-ar
  316. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  317. checking the name lister (nm) interface... (cached) BSD nm
  318. checking for a sed that does not truncate output... (cached) /bin/sed
  319. checking for fgrep... (cached) /bin/grep -F
  320. checking for ld used by i686-lfs-linux-gnu-gcc -B/tools/lib/... a.out
  321. checking whether the C compiler works... yes
  322. checking whether we are cross compiling... no
  323. checking for suffix of executables...
  324. checking for suffix of object files... (cached) o
  325. checking whether we are using the GNU C compiler... (cached) yes
  326. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ accepts -g... (cached) yes
  327. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO C89... (cached) unsupported
  328. checking for a sed that does not truncate output... (cached) /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld
  329. checking if the linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) is GNU ld... (cached) yes
  330. checking whether ln -s works... yes
  331. checking the maximum length of command line arguments... /bin/sed
  332. (cached) 805306365
  333. checking whether the shell understands some XSI constructs... yes
  334. checking whether the shell understands "+="... yes
  335. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -W... (cached) yes
  336. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wall... (cached) yes
  337. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wwrite-strings... (cached) yes
  338. checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld option to reload object files... (cached) -r
  339. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wstrict-prototypes... (cached) yes
  340. checking for none-pc-linux-gnu-objdump... (cached) objdump
  341. checking how to recognize dependent libraries... (cached) pass_all
  342. checking for none-pc-linux-gnu-ar... (cached) i686-lfs-linux-gnu-ar
  343. checking for none-pc-linux-gnu-strip... (cached) strip
  344. checking for none-pc-linux-gnu-ranlib... (cached) i686-lfs-linux-gnu-ranlib
  345. checking command to parse nm output from i686-lfs-linux-gnu-gcc -B/tools/lib/ object... (cached) ok
  346. checking for dlfcn.h... (cached) no
  347. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wmissing-prototypes... yes
  348. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wold-style-definition... checking whether we are using the GNU C++ compiler... (cached) yes
  349. checking whether g++ accepts -g... (cached) yes
  350. checking how to run the C++ preprocessor... (cached) g++ -E
  351. yes
  352. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wmissing-format-attribute... checking for none-pc-linux-gnu-g77... no
  353. checking for none-pc-linux-gnu-xlf... no
  354. checking for none-pc-linux-gnu-f77... no
  355. checking for none-pc-linux-gnu-frt... no
  356. checking for none-pc-linux-gnu-pgf77... no
  357. checking for none-pc-linux-gnu-cf77... no
  358. checking for none-pc-linux-gnu-fort77... no
  359. checking for none-pc-linux-gnu-fl32... no
  360. checking for none-pc-linux-gnu-af77... no
  361. checking for none-pc-linux-gnu-xlf90... no
  362. checking for none-pc-linux-gnu-f90... no
  363. checking for none-pc-linux-gnu-pgf90... no
  364. checking for none-pc-linux-gnu-pghpf... no
  365. checking for none-pc-linux-gnu-epcf90... no
  366. checking for none-pc-linux-gnu-gfortran... no
  367. checking for none-pc-linux-gnu-g95... no
  368. checking for none-pc-linux-gnu-xlf95... no
  369. checking for none-pc-linux-gnu-f95... no
  370. checking for none-pc-linux-gnu-fort... no
  371. checking for none-pc-linux-gnu-ifort... no
  372. checking for none-pc-linux-gnu-ifc... no
  373. checking for none-pc-linux-gnu-efc... no
  374. checking for none-pc-linux-gnu-pgf95... no
  375. checking for none-pc-linux-gnu-lf95... no
  376. checking for none-pc-linux-gnu-ftn... no
  377. checking for g77... no
  378. checking for xlf... no
  379. checking for f77... no
  380. checking for frt... no
  381. checking for pgf77... no
  382. checking for cf77... no
  383. checking for fort77... no
  384. checking for fl32... no
  385. checking for af77... no
  386. checking for xlf90... no
  387. checking for f90... no
  388. checking for pgf90... no
  389. checking for pghpf... no
  390. checking for epcf90... no
  391. checking for gfortran... no
  392. checking for g95... no
  393. checking for xlf95... no
  394. checking for f95... no
  395. checking for fort... no
  396. checking for ifort... no
  397. checking for ifc... no
  398. checking for efc... no
  399. checking for pgf95... no
  400. checking for lf95... no
  401. checking for ftn... no
  402. yes
  403. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wno-overlength-strings... checking whether we are using the GNU Fortran 77 compiler... (cached) no
  404. checking whether  accepts -g... (cached) no
  405. checking for objdir... (cached) .libs
  406. yes
  407. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -pedantic -Wno-long-long... yes
  408. checking how to run the C preprocessor... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  409. checking for grep that handles long lines and -e... (cached) /bin/grep
  410. checking for egrep... (cached) /bin/grep -E
  411. checking for ANSI C header files... (cached) no
  412. checking for sys/types.h... (cached) no
  413. checking for sys/stat.h... (cached) no
  414. checking for stdlib.h... (cached) no
  415. checking for string.h... (cached) no
  416. checking for memory.h... (cached) no
  417. checking for strings.h... (cached) no
  418. checking for inttypes.h... (cached) no
  419. checking for stdint.h... (cached) no
  420. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -fno-rtti -fno-exceptions... (cached) no
  421. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to produce PIC... -fPIC -DPIC
  422. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ PIC flag -fPIC -DPIC works... (cached) yes
  423. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ static flag -static works... (cached) yes
  424. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -c -o file.o... checking for unistd.h... (cached) yes
  425. (cached) checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -c -o file.o... no
  426. (cached) yes
  427. checking whether the i686-lfs-linux-gnu-gcc -B/tools/lib/ linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) supports shared libraries... checking stddef.h usability... yes
  428. checking dynamic linker characteristics... no
  429. checking stddef.h presence... yes
  430. configure: WARNING: stddef.h: present but cannot be compiled
  431. configure: WARNING: stddef.h:     check for missing prerequisite headers?
  432. configure: WARNING: stddef.h: see the Autoconf documentation
  433. configure: WARNING: stddef.h:     section "Present But Cannot Be Compiled"
  434. configure: WARNING: stddef.h: proceeding with the compiler's result
  435. checking for stddef.h... no
  436. checking for stdlib.h... (cached) no
  437. checking for strings.h... (cached) no
  438. checking for unistd.h... (cached) no
  439. checking for fcntl.h... (cached) no
  440. checking for sys/file.h... (cached) no
  441. checking for sys/stat.h... (cached) no
  442. GNU/Linux ld.so
  443. checking how to hardcode library paths into programs... immediate
  444. checking whether stripping libraries is possible... yes
  445. checking if libtool supports shared libraries... yes
  446. checking whether to build shared libraries... no
  447. checking whether to build static libraries... yes
  448. checking for clearerr_unlocked... yes
  449. checking for feof_unlocked... yes
  450. checking for ferror_unlocked... checking for ld used by g++... (cached) /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld
  451. checking if the linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) is GNU ld... (cached) yes
  452. checking whether the g++ linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) supports shared libraries... yes
  453. yes
  454. checking for fflush_unlocked... checking for g++ option to produce PIC... -fPIC -DPIC
  455. checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
  456. checking if g++ static flag -static works... (cached) yes
  457. checking if g++ supports -c -o file.o... (cached) yes
  458. checking if g++ supports -c -o file.o... (cached) yes
  459. checking whether the g++ linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) supports shared libraries... yes
  460. checking dynamic linker characteristics... yes
  461. checking for fgetc_unlocked... yes
  462. checking for fgets_unlocked... GNU/Linux ld.so
  463. checking how to hardcode library paths into programs... immediate
  464. checking for ANSI C header files... (cached) no
  465. checking whether time.h and sys/time.h may both be included... (cached) no
  466. checking for fcntl.h... (cached) no
  467. yes
  468. checking for float.h... (cached) no
  469. checking for fileno_unlocked... checking for invent.h... (cached) no
  470. checking for langinfo.h... (cached) no
  471. checking for locale.h... (cached) no
  472. checking for nl_types.h... (cached) no
  473. checking for sys/attributes.h... (cached) no
  474. checking for sys/iograph.h... (cached) no
  475. checking for sys/mman.h... (cached) no
  476. checking for sys/param.h... (cached) no
  477. checking for sys/processor.h... (cached) no
  478. checking for sys/pstat.h... (cached) no
  479. checking for sys/sysinfo.h... (cached) no
  480. yes
  481. checking for sys/syssgi.h... (cached) no
  482. checking for sys/systemcfg.h... (cached) no
  483. checking for sys/time.h... (cached) no
  484. checking for sys/times.h... (cached) no
  485. checking for sys/resource.h... (cached) no
  486. checking for sys/sysctl.h... (cached) no
  487. checking for machine/hal_sysinfo.h... (cached) no
  488. checking whether fgetc is declared... (cached) no
  489. checking for fprintf_unlocked... checking whether fscanf is declared... (cached) no
  490. checking whether optarg is declared... (cached) no
  491. checking whether ungetc is declared... (cached) no
  492. checking whether vfprintf is declared... (cached) no
  493. checking whether sys_errlist is declared... (cached) no
  494. checking whether sys_nerr is declared... (cached) no
  495. checking return type of signal handlers... (cached) void
  496. checking for intmax_t... (cached) no
  497. checking for long double... (cached) no
  498. checking for long long... (cached) no
  499. checking for ptrdiff_t... (cached) no
  500. checking for quad_t... (cached) no
  501. checking for uint_least32_t... (cached) no
  502. checking for intptr_t... (cached) no
  503. checking for preprocessor stringizing operator... (cached) yes
  504. checking for working volatile... (cached) yes
  505. checking for C/C++ restrict keyword... (cached) __restrict
  506. checking whether <stdarg.h> exists and works... (cached) yes
  507. checking whether gcc __attribute__ ((const)) works... (cached) yes
  508. checking whether gcc __attribute__ ((malloc)) works... (cached) yes
  509. checking whether gcc __attribute__ ((mode (XX))) works... (cached) yes
  510. checking whether gcc __attribute__ ((noreturn)) works... (cached) yes
  511. checking for inline... (cached) inline
  512. checking for cos in -lm... (cached) yes
  513. checking for working alloca.h... (cached) no
  514. checking for alloca (via gmp-impl.h)... (cached) yes
  515. checking how to allocate temporary memory... (cached) alloca
  516. no
  517. configure: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable
  518. checking for fputc_unlocked... checking whether byte ordering is bigendian... (cached) no
  519. checking format of `double' floating point... (cached) IEEE little endian
  520. checking for alarm... (cached) yes
  521. checking for attr_get... (cached) no
  522. checking for clock... (cached) yes
  523. checking for clock_gettime... (cached) no
  524. checking for cputime... (cached) no
  525. checking for getpagesize... (cached) yes
  526. checking for getrusage... (cached) yes
  527. checking for gettimeofday... (cached) yes
  528. yes
  529. checking for fputs_unlocked... checking for getsysinfo... (cached) no
  530. checking for localeconv... (cached) yes
  531. checking for memset... (cached) yes
  532. checking for mmap... (cached) yes
  533. checking for mprotect... (cached) yes
  534. yes
  535. checking for nl_langinfo... (cached) yes
  536. checking for fread_unlocked... checking for obstack_vprintf... (cached) yes
  537. checking for popen... (cached) yes
  538. checking for processor_info... (cached) no
  539. checking for pstat_getprocessor... (cached) no
  540. checking for raise... (cached) yes
  541. yes
  542. checking for read_real_time... (cached) no
  543. checking for fwrite_unlocked... checking for sigaction... (cached) yes
  544. checking for sigaltstack... (cached) yes
  545. checking for sigstack... (cached) yes
  546. yes
  547. checking for syssgi... (cached) no
  548. checking for strchr... (cached) yes
  549. checking for getchar_unlocked... checking for strerror... (cached) yes
  550. checking for strnlen... (cached) yes
  551. checking for strtol... (cached) yes
  552. yes
  553. checking for getc_unlocked... checking for strtoul... (cached) yes
  554. checking for sysconf... (cached) yes
  555. checking for sysctl... (cached) yes
  556. checking for sysctlbyname... (cached) no
  557. checking for times... (cached) yes
  558. checking for vsnprintf... (cached) yes
  559. checking whether vsnprintf works... (cached) probably
  560. configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
  561. checking whether sscanf needs writable input... (cached) no
  562. checking for struct pst_processor.psp_iticksperclktick... (cached) no
  563. yes
  564. checking for putchar_unlocked... yes
  565. checking for putc_unlocked... yes
  566. checking whether abort is declared... no
  567. checking whether asprintf is declared... (cached) no
  568. checking whether basename is declared... (cached) no
  569. checking whether errno is declared... no
  570. checking whether vasprintf is declared... (cached) no
  571. checking whether clearerr_unlocked is declared... no
  572. checking whether feof_unlocked is declared... no
  573. checking whether ferror_unlocked is declared... no
  574. checking whether fflush_unlocked is declared... no
  575. checking whether fgetc_unlocked is declared... no
  576. checking whether fgets_unlocked is declared... no
  577. checking whether fileno_unlocked is declared... no
  578. checking whether fprintf_unlocked is declared... no
  579. checking whether fputc_unlocked is declared... no
  580. checking whether fputs_unlocked is declared... no
  581. checking whether fread_unlocked is declared... no
  582. checking whether fwrite_unlocked is declared... no
  583. checking whether getchar_unlocked is declared... no
  584. checking whether getc_unlocked is declared... no
  585. checking whether putchar_unlocked is declared... no
  586. checking whether putc_unlocked is declared... no
  587. checking for an ANSI C-conforming const... (cached) yes
  588. checking for sys/mman.h... (cached) no
  589. checking for mmap... yes
  590. checking whether to enable maintainer-specific portions of Makefiles... no
  591. configure: updating cache ../config.cache
  592. configure: creating ./config.status
  593. config.status: creating Makefile
  594. config.status: creating mkheaders.almost
  595. config.status: creating config.h
  596. config.status: config.h is unchanged
  597. Configuring in ./zlib
  598. configure: loading cache ./config.cache
  599. checking build system type... (cached) i686-pc-linux-gnu
  600. checking host system type... (cached) i686-pc-linux-gnu
  601. checking target system type... (cached) i686-pc-linux-gnu
  602. checking for a BSD-compatible install... /bin/install -c
  603. checking whether build environment is sane... checking size of void *... (cached) 0
  604. checking size of unsigned short... (cached) 0
  605. checking size of unsigned... (cached) 0
  606. checking size of unsigned long... (cached) 0
  607. checking size of mp_limb_t... (cached) 4
  608. checking for stack_t... (cached) no
  609. checking for tputs in -lncurses... (cached) no
  610. checking for tputs in -lcurses... (cached) no
  611. checking for readline in -lreadline... (cached) no
  612. checking readline detected... no
  613. checking for bison... (cached) bison -y
  614. checking for flex... (cached) flex
  615. checking lex output file root... (cached) lex.yy
  616. checking lex library... (cached) none needed
  617. checking whether yytext is a pointer... (cached) no
  618. checking for none-pc-linux-gnu-ranlib... (cached) i686-lfs-linux-gnu-ranlib
  619. creating config.m4
  620. configure: creating ./config.status
  621. yes
  622. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  623. checking for gawk... (cached) gawk
  624. checking whether make sets $(MAKE)... (cached) yes
  625. checking whether to enable maintainer-specific portions of Makefiles... no
  626. checking for i686-pc-linux-gnu-gcc... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/
  627. checking for C compiler default output file name... a.out
  628. checking whether the C compiler works... yes
  629. checking whether we are cross compiling... no
  630. checking for suffix of executables...
  631. checking for suffix of object files... (cached) o
  632. checking whether we are using the GNU C compiler... (cached) yes
  633. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ accepts -g... (cached) yes
  634. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO C89... (cached) unsupported
  635. checking for style of include used by make... GNU
  636. checking dependency style of i686-lfs-linux-gnu-gcc -B/tools/lib/... (cached) gcc3
  637. checking how to print strings... printf
  638. checking for a sed that does not truncate output... (cached) /bin/sed
  639. checking for grep that handles long lines and -e... (cached) /bin/grep
  640. checking for egrep... (cached) /bin/grep -E
  641. checking for fgrep... (cached) /bin/grep -F
  642. checking for ld used by i686-lfs-linux-gnu-gcc -B/tools/lib/... config.status: creating demos/pexpr-config.h
  643. (cached) /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld
  644. checking if the linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) is GNU ld... (cached) yes
  645. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  646. checking the name lister (nm) interface... (cached) BSD nm
  647. checking whether ln -s works... yes
  648. checking the maximum length of command line arguments... (cached) 805306365
  649. checking whether the shell understands some XSI constructs... yes
  650. checking whether the shell understands "+="... yes
  651. checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld option to reload object files... (cached) -r
  652. checking for i686-pc-linux-gnu-objdump... (cached) objdump
  653. checking how to recognize dependent libraries... config.status: creating demos/calc/calc-config.h
  654. (cached) pass_all
  655. checking for i686-pc-linux-gnu-ar... (cached) i686-lfs-linux-gnu-ar
  656. checking for i686-pc-linux-gnu-strip... no
  657. checking for strip... (cached) strip
  658. checking for i686-pc-linux-gnu-ranlib... (cached) i686-lfs-linux-gnu-ranlib
  659. checking command to parse nm output from i686-lfs-linux-gnu-gcc -B/tools/lib/ object... (cached) ok
  660. checking how to run the C preprocessor... (cached) i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  661. config.status: creating Makefile
  662. checking for ANSI C header files... (cached) no
  663. checking for sys/types.h... (cached) no
  664. config.status: creating mpbsd/Makefile
  665. checking for sys/stat.h... (cached) no
  666. checking for stdlib.h... (cached) no
  667. checking for string.h... (cached) no
  668. checking for memory.h... (cached) no
  669. checking for strings.h... (cached) no
  670. checking for inttypes.h... (cached) no
  671. config.status: creating mpf/Makefile
  672. checking for stdint.h... (cached) no
  673. checking for unistd.h... (cached) no
  674. checking for dlfcn.h... (cached) no
  675. checking for objdir... (cached) .libs
  676. config.status: creating mpn/Makefile
  677. config.status: creating mpq/Makefile
  678. config.status: creating mpz/Makefile
  679. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -fno-rtti -fno-exceptions... (cached) no
  680. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to produce PIC... -fPIC -DPIC
  681. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ PIC flag -fPIC -DPIC works... (cached) yes
  682. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ static flag -static works... (cached) yes
  683. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -c -o file.o... (cached) yes
  684. checking if i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -c -o file.o... (cached) yes
  685. checking whether the i686-lfs-linux-gnu-gcc -B/tools/lib/ linker (/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld) supports shared libraries... config.status: creating printf/Makefile
  686. yes
  687. checking whether -lc should be explicitly linked in... (cached) no
  688. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  689. checking how to hardcode library paths into programs... immediate
  690. checking whether stripping libraries is possible... yes
  691. checking if libtool supports shared libraries... yes
  692. checking whether to build shared libraries... yes
  693. checking whether to build static libraries... yes
  694. config.status: creating scanf/Makefile
  695. checking how to run the C preprocessor... i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  696. config.status: creating cxx/Makefile
  697. checking for memcpy... (cached) yes
  698. checking for strerror... (cached) yes
  699. config.status: creating tests/Makefile
  700. checking for unistd.h... (cached) no
  701. config.status: creating tests/devel/Makefile
  702. configure: creating ./config.status
  703. config.status: creating tests/mpbsd/Makefile
  704. config.status: creating tests/mpf/Makefile
  705. config.status: creating tests/mpn/Makefile
  706. config.status: creating tests/mpq/Makefile
  707. config.status: creating tests/mpz/Makefile
  708. config.status: creating tests/rand/Makefile
  709. config.status: creating tests/misc/Makefile
  710. config.status: creating tests/cxx/Makefile
  711. config.status: creating doc/Makefile
  712. config.status: creating tune/Makefile
  713. config.status: creating demos/Makefile
  714. config.status: creating demos/calc/Makefile
  715. config.status: creating demos/expr/Makefile
  716. config.status: creating gmp.h
  717. config.status: creating mp.h
  718. config.status: creating config.h
  719. config.status: config.h is unchanged
  720. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/add.c to mpn/add.c
  721. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/add_1.c to mpn/add_1.c
  722. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/add_n.c to mpn/add_n.c
  723. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sub.c to mpn/sub.c
  724. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sub_1.c to mpn/sub_1.c
  725. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sub_n.c to mpn/sub_n.c
  726. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/neg.c to mpn/neg.c
  727. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/com.c to mpn/com.c
  728. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mul_1.c to mpn/mul_1.c
  729. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c
  730. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/submul_1.c to mpn/submul_1.c
  731. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/lshift.c to mpn/lshift.c
  732. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/rshift.c to mpn/rshift.c
  733. config.status: creating Makefile
  734. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dive_1.c to mpn/dive_1.c
  735. config.status: executing default-1 commands
  736. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/diveby3.c to mpn/diveby3.c
  737. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/divis.c to mpn/divis.c
  738. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/divrem.c to mpn/divrem.c
  739. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c
  740. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c
  741. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  742. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_1.c to mpn/mod_1.c
  743. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
  744. config.status: executing depfiles commands
  745. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mode1o.c to mpn/mode1o.c
  746. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
  747. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  748. config.status: executing libtool commands
  749. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dump.c to mpn/dump.c
  750. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c
  751. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c
  752. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  753. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c
  754. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/lshiftc.c to mpn/lshiftc.c
  755. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mul.c to mpn/mul.c
  756. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c
  757. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mul_n.c to mpn/mul_n.c
  758. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sqr.c to mpn/sqr.c
  759. Configuring in ./libdecnumber
  760. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c
  761. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
  762. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
  763. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/random.c to mpn/random.c
  764. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/random2.c to mpn/random2.c
  765. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/pow_1.c to mpn/pow_1.c
  766. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/rootrem.c to mpn/rootrem.c
  767. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  768. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/get_str.c to mpn/get_str.c
  769. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/set_str.c to mpn/set_str.c
  770. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/scan0.c to mpn/scan0.c
  771. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/scan1.c to mpn/scan1.c
  772. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/popham.c to mpn/popcount.c
  773. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/popham.c to mpn/hamdist.c
  774. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/cmp.c to mpn/cmp.c
  775. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c
  776. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/perfpow.c to mpn/perfpow.c
  777. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***_1.c to mpn/***_1.c
  778. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***.c to mpn/***.c
  779. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***ext_1.c to mpn/***ext_1.c
  780. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***ext.c to mpn/***ext.c
  781. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***_lehmer.c to mpn/***_lehmer.c
  782. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***_subdiv_step.c to mpn/***_subdiv_step.c
  783. configure: loading cache ./config.cache
  784. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***ext_lehmer.c to mpn/***ext_lehmer.c
  785. checking whether make sets $(MAKE)... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/***ext_subdiv_step.c to mpn/***ext_subdiv_step.c
  786. yes
  787. checking for i686-pc-linux-gnu-gcc... i686-lfs-linux-gnu-gcc -B/tools/lib/
  788. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/div_q.c to mpn/div_q.c
  789. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  790. checking for C compiler default output file name... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/jacbase.c to mpn/jacbase.c
  791. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/get_d.c to mpn/get_d.c
  792. a.out
  793. checking whether the C compiler works... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  794. yes
  795. checking whether we are cross compiling... no
  796. checking for suffix of executables... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/h***2.c to mpn/h***2.c
  797. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/h***.c to mpn/h***.c
  798. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mullo_n.c to mpn/mullo_n.c

  799. checking for suffix of object files... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
  800. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  801. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  802. o
  803. checking whether we are using the GNU C compiler... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  804. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom52_mul.c to mpn/toom52_mul.c
  805. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  806. yes
  807. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ accepts -g... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  808. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom43_mul.c to mpn/toom43_mul.c
  809. yes
  810. checking for i686-lfs-linux-gnu-gcc -B/tools/lib/ option to accept ISO C89... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  811. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom63_mul.c to mpn/toom63_mul.c
  812. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  813. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
  814. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
  815. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
  816. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
  817. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
  818. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  819. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  820. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  821. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
  822. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
  823. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
  824. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
  825. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
  826. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
  827. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  828. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
  829. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  830. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
  831. unsupported
  832. checking for i686-pc-linux-gnu-ranlib... i686-lfs-linux-gnu-ranlib
  833. checking for aclocal... aclocal
  834. checking for autoconf... autoconf
  835. checking for autoheader... autoheader
  836. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
  837. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -W... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
  838. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/invertappr.c to mpn/invertappr.c
  839. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/invert.c to mpn/invert.c
  840. yes
  841. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wall... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/binvert.c to mpn/binvert.c
  842. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
  843. yes
  844. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
  845. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wwrite-strings... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
  846. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
  847. yes
  848. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wstrict-prototypes... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
  849. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
  850. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
  851. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
  852. yes
  853. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  854. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wmissing-prototypes... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  855. yes
  856. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  857. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wold-style-definition... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
  858. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
  859. yes
  860. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wmissing-format-attribute... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
  861. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
  862. yes
  863. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
  864. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -Wcast-qual... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  865. yes
  866. checking whether i686-lfs-linux-gnu-gcc -B/tools/lib/ supports -pedantic -Wno-long-long... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  867. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/bdiv_q.c to mpn/bdiv_q.c
  868. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
  869. yes
  870. checking how to run the C preprocessor... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/divexact.c to mpn/divexact.c
  871. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c
  872. i686-lfs-linux-gnu-gcc -B/tools/lib/ -E
  873. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/redc_1.c to mpn/redc_1.c
  874. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/redc_2.c to mpn/redc_2.c
  875. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/redc_n.c to mpn/redc_n.c
  876. checking for grep that handles long lines and -e... /bin/grep
  877. checking for egrep... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/powm.c to mpn/powm.c
  878. /bin/grep -E
  879. checking for ANSI C header files... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/powlo.c to mpn/powlo.c
  880. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/powm_sec.c to mpn/powm_sec.c
  881. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/subcnd_n.c to mpn/subcnd_n.c
  882. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c
  883. no
  884. checking for sys/types.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/trialdiv.c to mpn/trialdiv.c
  885. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/remove.c to mpn/remove.c
  886. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/and_n.c
  887. no
  888. checking for sys/stat.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/andn_n.c
  889. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/nand_n.c
  890. no
  891. checking for stdlib.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/ior_n.c
  892. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/iorn_n.c
  893. no
  894. checking for string.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/nior_n.c
  895. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/xor_n.c
  896. no
  897. checking for memory.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/logops_n.c to mpn/xnor_n.c
  898. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/copyi.c to mpn/copyi.c
  899. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/copyd.c to mpn/copyd.c
  900. no
  901. config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/zero.c to mpn/zero.c
  902. checking for strings.h... config.status: linking ../../gcc-4.5.1/gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h
  903. config.status: executing libtool commands
  904. no
  905. checking for inttypes.h... no
  906. checking for stdint.h... no
  907. checking for unistd.h... make[2]: Entering directory `/mnt/lfs/sources/gcc-build/libiberty'
  908. if [ x"-fpic" != x ]; then \
  909.           i686-lfs-linux-gnu-gcc -B/tools/lib/ -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.5.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.5.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  910.         else true; fi
  911. no
  912. checking ctype.h usability... In file included from ../../gcc-4.5.1/libiberty/safe-ctype.c:119:0:
  913. ../../gcc-4.5.1/libiberty/../include/safe-ctype.h:122:19: fatal error: ctype.h: No such file or directory
  914. compilation terminated.
  915. make[2]: *** [safe-ctype.o] Error 1
  916. make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/libiberty'
  917. make[1]: *** [all-libiberty] Error 2
  918. make[1]: *** Waiting for unfinished jobs....
  919. no
  920. checking ctype.h presence... no
  921. checking for ctype.h... no
  922. checking stddef.h usability... no
  923. checking stddef.h presence... yes
  924. configure: WARNING: stddef.h: present but cannot be compiled
  925. configure: WARNING: stddef.h:     check for missing prerequisite headers?
  926. configure: WARNING: stddef.h: see the Autoconf documentation
  927. configure: WARNING: stddef.h:     section "Present But Cannot Be Compiled"
  928. configure: WARNING: stddef.h: proceeding with the compiler's result
  929. configure: WARNING:     ## ----------------------------------- ##
  930. configure: WARNING:     ## Report this to gcc-bugs@gcc.gnu.org ##
  931. configure: WARNING:     ## ----------------------------------- ##
  932. checking for stddef.h... no
  933. checking for string.h... (cached) no
  934. checking stdio.h usability... no
  935. checking stdio.h presence... no
  936. checking for stdio.h... no
  937. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
  938. looking for a compliant stdint.h in inttypes.h, checking for uintmax_t... no
  939. looking for a compliant stdint.h in sys/inttypes.h, checking for uintmax_t... no
  940. looking for an incomplete stdint.h in stdint.h, checking for uint32_t... no
  941. looking for an incomplete stdint.h in inttypes.h, checking for uint32_t... no
  942. looking for an incomplete stdint.h in sys/inttypes.h, checking for uint32_t... no
  943. looking for u_intXX_t types in sys/types.h, checking for u_int32_t... no
  944. looking for u_intXX_t types in inttypes.h, checking for u_int32_t... no
  945. looking for u_intXX_t types in sys/inttypes.h, checking for u_int32_t... no
  946. checking what to include in gstdint.h... stddef.h (using manual detection)
  947. checking size of void *... 0
  948. checking size of long... 0
  949. checking size of int... 0
  950. checking size of short... 0
  951. checking size of char... 0
  952. checking for type equivalent to int8_t... /mnt/lfs/sources/gcc-4.5.1/libdecnumber/configure: line 264: return: please: numeric argument required
  953. configure: error: no 8-bit type
  954. make[1]: *** [configure-libdecnumber] Error 1
  955. make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
  956. make: *** [all] Error 2
复制代码


其错误是这几句

  1. /libdecnumber/configure: line 264: return: please: numeric argument required
  2. configure: error: no 8-bit type
  3. make[1]: *** [configure-libdecnumber] Error 1
  4. make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
  5. make: *** [all] Error 2
复制代码

不知有无朋友遇到类似的问题。小弟在此提前感谢大家了。
 楼主| 发表于 2010-10-8 23:25:37 | 显示全部楼层
今天吃完晚饭,闲着没事。
又拿出安装手册,看了看,注意到很多细节提示。
又重新编译了几遍,前几次都以失败告终。
而且出现的错误与前几天的错误不一样。根据编译时出现的错误提示,重新编译。。。
最后搞定。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表