Advertisement
Guest User

config.log

a guest
Jul 1st, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.62 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ /home/LFS/LFS/sources/gcc-4.6.2/configure --target= --prefix=/home/LFS/LFS/tools --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --disable-target-libiberty --disable-target-zlib --enable-languages=c --without-ppl --without-cloog --with-mpfr-include=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src --with-mpfr-lib=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = i686
  15. uname -r = 3.2.0-23-generic-pae
  16. uname -s = Linux
  17. uname -v = #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/games
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2222: checking build system type
  42. configure:2236: result: i686-pc-linux-gnu
  43. configure:2283: checking host system type
  44. configure:2296: result: i686-pc-linux-gnu
  45. configure:2316: checking target system type
  46. configure:2329: result: i686-pc-linux-gnu
  47. configure:2383: checking for a BSD-compatible install
  48. configure:2451: result: /usr/bin/install -c
  49. configure:2462: checking whether ln works
  50. configure:2484: result: yes
  51. configure:2488: checking whether ln -s works
  52. configure:2492: result: yes
  53. configure:2499: checking for a sed that does not truncate output
  54. configure:2563: result: /bin/sed
  55. configure:2572: checking for gawk
  56. configure:2588: found /usr/bin/gawk
  57. configure:2599: result: gawk
  58. configure:3923: checking for gcc
  59. configure:3939: found /usr/bin/gcc
  60. configure:3950: result: gcc
  61. configure:4179: checking for C compiler version
  62. configure:4188: gcc --version >&5
  63. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  64. Copyright (C) 2011 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:4199: $? = 0
  69. configure:4188: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  73. Target: i686-linux-gnu
  74. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  75. Thread model: posix
  76. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  77. configure:4199: $? = 0
  78. configure:4188: gcc -V >&5
  79. gcc: error: unrecognized option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:4199: $? = 4
  83. configure:4188: gcc -qversion >&5
  84. gcc: error: unrecognized option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:4199: $? = 4
  88. configure:4219: checking for C compiler default output file name
  89. configure:4241: gcc -march=native -O2 -pipe conftest.c >&5
  90. configure:4245: $? = 0
  91. configure:4282: result: a.out
  92. configure:4298: checking whether the C compiler works
  93. configure:4307: ./a.out
  94. configure:4311: $? = 0
  95. configure:4326: result: yes
  96. configure:4333: checking whether we are cross compiling
  97. configure:4335: result: no
  98. configure:4338: checking for suffix of executables
  99. configure:4345: gcc -o conftest -march=native -O2 -pipe conftest.c >&5
  100. configure:4349: $? = 0
  101. configure:4371: result:
  102. configure:4377: checking for suffix of object files
  103. configure:4399: gcc -c -march=native -O2 -pipe conftest.c >&5
  104. configure:4403: $? = 0
  105. configure:4424: result: o
  106. configure:4428: checking whether we are using the GNU C compiler
  107. configure:4447: gcc -c -march=native -O2 -pipe conftest.c >&5
  108. configure:4447: $? = 0
  109. configure:4456: result: yes
  110. configure:4465: checking whether gcc accepts -g
  111. configure:4485: gcc -c -g conftest.c >&5
  112. configure:4485: $? = 0
  113. configure:4526: result: yes
  114. configure:4543: checking for gcc option to accept ISO C89
  115. configure:4607: gcc -c -march=native -O2 -pipe conftest.c >&5
  116. configure:4607: $? = 0
  117. configure:4620: result: none needed
  118. configure:4698: checking for g++
  119. configure:4728: result: no
  120. configure:4698: checking for c++
  121. configure:4728: result: no
  122. configure:4698: checking for gpp
  123. configure:4728: result: no
  124. configure:4698: checking for aCC
  125. configure:4728: result: no
  126. configure:4698: checking for CC
  127. configure:4728: result: no
  128. configure:4698: checking for cxx
  129. configure:4728: result: no
  130. configure:4698: checking for cc++
  131. configure:4728: result: no
  132. configure:4698: checking for cl.exe
  133. configure:4728: result: no
  134. configure:4698: checking for FCC
  135. configure:4728: result: no
  136. configure:4698: checking for KCC
  137. configure:4728: result: no
  138. configure:4698: checking for RCC
  139. configure:4728: result: no
  140. configure:4698: checking for xlC_r
  141. configure:4728: result: no
  142. configure:4698: checking for xlC
  143. configure:4728: result: no
  144. configure:4752: checking for C++ compiler version
  145. configure:4761: g++ --version >&5
  146. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 4763: g++: command not found
  147. configure:4772: $? = 127
  148. configure:4761: g++ -v >&5
  149. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 4763: g++: command not found
  150. configure:4772: $? = 127
  151. configure:4761: g++ -V >&5
  152. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 4763: g++: command not found
  153. configure:4772: $? = 127
  154. configure:4761: g++ -qversion >&5
  155. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 4763: g++: command not found
  156. configure:4772: $? = 127
  157. configure:4776: checking whether we are using the GNU C++ compiler
  158. configure:4795: g++ -c -march=native -O2 -pipe conftest.cpp >&5
  159. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 1739: g++: command not found
  160. configure:4795: $? = 127
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME ""
  164. | #define PACKAGE_TARNAME ""
  165. | #define PACKAGE_VERSION ""
  166. | #define PACKAGE_STRING ""
  167. | #define PACKAGE_BUGREPORT ""
  168. | #define PACKAGE_URL ""
  169. | /* end confdefs.h. */
  170. |
  171. | int
  172. | main ()
  173. | {
  174. | #ifndef __GNUC__
  175. | choke me
  176. | #endif
  177. |
  178. | ;
  179. | return 0;
  180. | }
  181. configure:4804: result: no
  182. configure:4813: checking whether g++ accepts -g
  183. configure:4833: g++ -c -g conftest.cpp >&5
  184. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 1739: g++: command not found
  185. configure:4833: $? = 127
  186. configure: failed program was:
  187. | /* confdefs.h */
  188. | #define PACKAGE_NAME ""
  189. | #define PACKAGE_TARNAME ""
  190. | #define PACKAGE_VERSION ""
  191. | #define PACKAGE_STRING ""
  192. | #define PACKAGE_BUGREPORT ""
  193. | #define PACKAGE_URL ""
  194. | /* end confdefs.h. */
  195. |
  196. | int
  197. | main ()
  198. | {
  199. |
  200. | ;
  201. | return 0;
  202. | }
  203. configure:4848: g++ -c conftest.cpp >&5
  204. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 1739: g++: command not found
  205. configure:4848: $? = 127
  206. configure: failed program was:
  207. | /* confdefs.h */
  208. | #define PACKAGE_NAME ""
  209. | #define PACKAGE_TARNAME ""
  210. | #define PACKAGE_VERSION ""
  211. | #define PACKAGE_STRING ""
  212. | #define PACKAGE_BUGREPORT ""
  213. | #define PACKAGE_URL ""
  214. | /* end confdefs.h. */
  215. |
  216. | int
  217. | main ()
  218. | {
  219. |
  220. | ;
  221. | return 0;
  222. | }
  223. configure:4864: g++ -c -g conftest.cpp >&5
  224. /home/LFS/LFS/sources/gcc-4.6.2/configure: line 1739: g++: command not found
  225. configure:4864: $? = 127
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME ""
  229. | #define PACKAGE_TARNAME ""
  230. | #define PACKAGE_VERSION ""
  231. | #define PACKAGE_STRING ""
  232. | #define PACKAGE_BUGREPORT ""
  233. | #define PACKAGE_URL ""
  234. | /* end confdefs.h. */
  235. |
  236. | int
  237. | main ()
  238. | {
  239. |
  240. | ;
  241. | return 0;
  242. | }
  243. configure:4874: result: no
  244. configure:4963: checking for gnatbind
  245. configure:4993: result: no
  246. configure:5055: checking for gnatmake
  247. configure:5085: result: no
  248. configure:5104: checking whether compiler driver understands Ada
  249. configure:5127: result: no
  250. configure:5136: checking how to compare bootstrapped objects
  251. configure:5161: result: cmp --ignore-initial=16 $$f1 $$f2
  252. configure:5177: checking for objdir
  253. configure:5192: result: .libs
  254. configure:7228: checking for default BUILD_CONFIG
  255. configure:7260: result: bootstrap-debug
  256. configure:7750: checking for bison
  257. configure:7766: found /usr/bin/bison
  258. configure:7777: result: bison -y
  259. configure:7798: checking for bison
  260. configure:7814: found /usr/bin/bison
  261. configure:7825: result: bison
  262. configure:7845: checking for gm4
  263. configure:7875: result: no
  264. configure:7845: checking for gnum4
  265. configure:7875: result: no
  266. configure:7845: checking for m4
  267. configure:7861: found /usr/bin/m4
  268. configure:7872: result: m4
  269. configure:7892: checking for flex
  270. configure:7922: result: no
  271. configure:7892: checking for lex
  272. configure:7922: result: no
  273. configure:7940: checking for flex
  274. configure:7970: result: no
  275. configure:7987: checking for makeinfo
  276. configure:8003: found /usr/bin/makeinfo
  277. configure:8014: result: makeinfo
  278. configure:8048: checking for expect
  279. configure:8078: result: no
  280. configure:8097: checking for runtest
  281. configure:8127: result: no
  282. configure:8242: checking for ar
  283. configure:8258: found /usr/bin/ar
  284. configure:8269: result: ar
  285. configure:8383: checking for as
  286. configure:8399: found /usr/bin/as
  287. configure:8410: result: as
  288. configure:8524: checking for dlltool
  289. configure:8554: result: no
  290. configure:8665: checking for ld
  291. configure:8681: found /usr/bin/ld
  292. configure:8692: result: ld
  293. configure:8806: checking for lipo
  294. configure:8836: result: no
  295. configure:8947: checking for nm
  296. configure:8963: found /usr/bin/nm
  297. configure:8974: result: nm
  298. configure:9088: checking for ranlib
  299. configure:9104: found /usr/bin/ranlib
  300. configure:9115: result: ranlib
  301. configure:9224: checking for strip
  302. configure:9240: found /usr/bin/strip
  303. configure:9251: result: strip
  304. configure:9360: checking for windres
  305. configure:9390: result: no
  306. configure:9501: checking for windmc
  307. configure:9531: result: no
  308. configure:9642: checking for objcopy
  309. configure:9658: found /usr/bin/objcopy
  310. configure:9669: result: objcopy
  311. configure:9783: checking for objdump
  312. configure:9799: found /usr/bin/objdump
  313. configure:9810: result: objdump
  314. configure:9963: checking for cc
  315. configure:9979: found /usr/bin/cc
  316. configure:9990: result: cc
  317. configure:10124: checking for c++
  318. configure:10154: result: no
  319. configure:10124: checking for g++
  320. configure:10154: result: no
  321. configure:10124: checking for cxx
  322. configure:10154: result: no
  323. configure:10124: checking for gxx
  324. configure:10154: result: no
  325. configure:10285: checking for gcc
  326. configure:10301: found /usr/bin/gcc
  327. configure:10312: result: gcc
  328. configure:10441: checking for gcj
  329. configure:10471: result: no
  330. configure:10602: checking for gfortran
  331. configure:10632: result: no
  332. configure:10763: checking for gccgo
  333. configure:10793: result: no
  334. configure:10854: checking for ar
  335. configure:10872: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ar
  336. configure:10884: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ar
  337. configure:11084: checking for as
  338. configure:11102: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/as
  339. configure:11114: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/as
  340. configure:11314: checking for dlltool
  341. configure:11347: result: no
  342. configure:11464: checking for dlltool
  343. configure:11494: result: no
  344. configure:11544: checking for ld
  345. configure:11562: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ld
  346. configure:11574: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ld
  347. configure:11774: checking for lipo
  348. configure:11807: result: no
  349. configure:11924: checking for lipo
  350. configure:11954: result: no
  351. configure:12004: checking for nm
  352. configure:12022: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/nm
  353. configure:12034: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/nm
  354. configure:12234: checking for objdump
  355. configure:12252: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/objdump
  356. configure:12264: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/objdump
  357. configure:12464: checking for ranlib
  358. configure:12482: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ranlib
  359. configure:12494: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ranlib
  360. configure:12694: checking for strip
  361. configure:12712: found /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/strip
  362. configure:12724: result: /home/LFS/LFS/tools/i686-pc-linux-gnu/bin/strip
  363. configure:12924: checking for windres
  364. configure:12957: result: no
  365. configure:13074: checking for windres
  366. configure:13104: result: no
  367. configure:13154: checking for windmc
  368. configure:13187: result: no
  369. configure:13304: checking for windmc
  370. configure:13334: result: no
  371. configure:13362: checking where to find the target ar
  372. configure:13390: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  373. configure:13404: checking where to find the target as
  374. configure:13432: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  375. configure:13446: checking where to find the target cc
  376. configure:13469: result: just compiled
  377. configure:13488: checking where to find the target c++
  378. configure:13524: result: host tool
  379. configure:13533: checking where to find the target c++ for libstdc++
  380. configure:13569: result: host tool
  381. configure:13578: checking where to find the target dlltool
  382. configure:13611: result: host tool
  383. configure:13620: checking where to find the target gcc
  384. configure:13643: result: just compiled
  385. configure:13662: checking where to find the target gcj
  386. configure:13698: result: host tool
  387. configure:13707: checking where to find the target gfortran
  388. configure:13743: result: host tool
  389. configure:13752: checking where to find the target gccgo
  390. configure:13788: result: host tool
  391. configure:13797: checking where to find the target ld
  392. configure:13825: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  393. configure:13839: checking where to find the target lipo
  394. configure:13861: result: host tool
  395. configure:13870: checking where to find the target nm
  396. configure:13898: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  397. configure:13912: checking where to find the target objdump
  398. configure:13940: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  399. configure:13954: checking where to find the target ranlib
  400. configure:13982: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  401. configure:13996: checking where to find the target strip
  402. configure:14024: result: pre-installed in /home/LFS/LFS/tools/i686-pc-linux-gnu/bin
  403. configure:14038: checking where to find the target windres
  404. configure:14071: result: host tool
  405. configure:14080: checking where to find the target windmc
  406. configure:14113: result: host tool
  407. configure:14150: checking whether to enable maintainer-specific portions of Makefiles
  408. configure:14159: result: no
  409. configure:14192: checking whether -fkeep-inline-functions is supported
  410. configure:14211: gcc -c -march=native -O2 -pipe -fkeep-inline-functions conftest.c >&5
  411. configure:14211: $? = 0
  412. configure:14212: result: yes
  413. configure:14409: creating ./config.status
  414.  
  415. ## ---------------------- ##
  416. ## Running config.status. ##
  417. ## ---------------------- ##
  418.  
  419. This file was extended by config.status, which was
  420. generated by GNU Autoconf 2.64. Invocation command line was
  421.  
  422. CONFIG_FILES =
  423. CONFIG_HEADERS =
  424. CONFIG_LINKS =
  425. CONFIG_COMMANDS =
  426. $ ./config.status
  427.  
  428. on ubuntu
  429.  
  430. config.status:958: creating Makefile
  431.  
  432. ## ---------------- ##
  433. ## Cache variables. ##
  434. ## ---------------- ##
  435.  
  436. ac_cv_build=i686-pc-linux-gnu
  437. ac_cv_c_compiler_gnu=yes
  438. ac_cv_cxx_compiler_gnu=no
  439. ac_cv_env_AR_FOR_TARGET_set=
  440. ac_cv_env_AR_FOR_TARGET_value=
  441. ac_cv_env_AR_set=
  442. ac_cv_env_AR_value=
  443. ac_cv_env_AS_FOR_TARGET_set=
  444. ac_cv_env_AS_FOR_TARGET_value=
  445. ac_cv_env_AS_set=
  446. ac_cv_env_AS_value=
  447. ac_cv_env_CCC_set=
  448. ac_cv_env_CCC_value=
  449. ac_cv_env_CC_FOR_TARGET_set=
  450. ac_cv_env_CC_FOR_TARGET_value=
  451. ac_cv_env_CC_set=
  452. ac_cv_env_CC_value=
  453. ac_cv_env_CFLAGS_set=set
  454. ac_cv_env_CFLAGS_value='-march=native -O2 -pipe'
  455. ac_cv_env_CPPFLAGS_set=
  456. ac_cv_env_CPPFLAGS_value=
  457. ac_cv_env_CXXFLAGS_set=set
  458. ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe'
  459. ac_cv_env_CXX_FOR_TARGET_set=
  460. ac_cv_env_CXX_FOR_TARGET_value=
  461. ac_cv_env_CXX_set=
  462. ac_cv_env_CXX_value=
  463. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  464. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  465. ac_cv_env_DLLTOOL_set=
  466. ac_cv_env_DLLTOOL_value=
  467. ac_cv_env_GCC_FOR_TARGET_set=
  468. ac_cv_env_GCC_FOR_TARGET_value=
  469. ac_cv_env_GCJ_FOR_TARGET_set=
  470. ac_cv_env_GCJ_FOR_TARGET_value=
  471. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  472. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  473. ac_cv_env_GOC_FOR_TARGET_set=
  474. ac_cv_env_GOC_FOR_TARGET_value=
  475. ac_cv_env_LDFLAGS_set=
  476. ac_cv_env_LDFLAGS_value=
  477. ac_cv_env_LD_FOR_TARGET_set=
  478. ac_cv_env_LD_FOR_TARGET_value=
  479. ac_cv_env_LD_set=
  480. ac_cv_env_LD_value=
  481. ac_cv_env_LIBS_set=
  482. ac_cv_env_LIBS_value=
  483. ac_cv_env_LIPO_FOR_TARGET_set=
  484. ac_cv_env_LIPO_FOR_TARGET_value=
  485. ac_cv_env_LIPO_set=
  486. ac_cv_env_LIPO_value=
  487. ac_cv_env_NM_FOR_TARGET_set=
  488. ac_cv_env_NM_FOR_TARGET_value=
  489. ac_cv_env_NM_set=
  490. ac_cv_env_NM_value=
  491. ac_cv_env_OBJCOPY_set=
  492. ac_cv_env_OBJCOPY_value=
  493. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  494. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  495. ac_cv_env_OBJDUMP_set=
  496. ac_cv_env_OBJDUMP_value=
  497. ac_cv_env_RANLIB_FOR_TARGET_set=
  498. ac_cv_env_RANLIB_FOR_TARGET_value=
  499. ac_cv_env_RANLIB_set=
  500. ac_cv_env_RANLIB_value=
  501. ac_cv_env_STRIP_FOR_TARGET_set=
  502. ac_cv_env_STRIP_FOR_TARGET_value=
  503. ac_cv_env_STRIP_set=
  504. ac_cv_env_STRIP_value=
  505. ac_cv_env_WINDMC_FOR_TARGET_set=
  506. ac_cv_env_WINDMC_FOR_TARGET_value=
  507. ac_cv_env_WINDMC_set=
  508. ac_cv_env_WINDMC_value=
  509. ac_cv_env_WINDRES_FOR_TARGET_set=
  510. ac_cv_env_WINDRES_FOR_TARGET_value=
  511. ac_cv_env_WINDRES_set=
  512. ac_cv_env_WINDRES_value=
  513. ac_cv_env_build_alias_set=
  514. ac_cv_env_build_alias_value=
  515. ac_cv_env_build_configargs_set=
  516. ac_cv_env_build_configargs_value=
  517. ac_cv_env_host_alias_set=
  518. ac_cv_env_host_alias_value=
  519. ac_cv_env_host_configargs_set=
  520. ac_cv_env_host_configargs_value=
  521. ac_cv_env_target_alias_set=set
  522. ac_cv_env_target_alias_value=
  523. ac_cv_env_target_configargs_set=
  524. ac_cv_env_target_configargs_value=
  525. ac_cv_host=i686-pc-linux-gnu
  526. ac_cv_objext=o
  527. ac_cv_path_AR_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ar
  528. ac_cv_path_AS_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/as
  529. ac_cv_path_LD_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ld
  530. ac_cv_path_NM_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/nm
  531. ac_cv_path_OBJDUMP_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/objdump
  532. ac_cv_path_RANLIB_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ranlib
  533. ac_cv_path_SED=/bin/sed
  534. ac_cv_path_STRIP_FOR_TARGET=/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/strip
  535. ac_cv_path_install='/usr/bin/install -c'
  536. ac_cv_prog_AR=ar
  537. ac_cv_prog_AS=as
  538. ac_cv_prog_AWK=gawk
  539. ac_cv_prog_BISON=bison
  540. ac_cv_prog_CC_FOR_TARGET=cc
  541. ac_cv_prog_GCC_FOR_TARGET=gcc
  542. ac_cv_prog_LD=ld
  543. ac_cv_prog_M4=m4
  544. ac_cv_prog_MAKEINFO=makeinfo
  545. ac_cv_prog_NM=nm
  546. ac_cv_prog_OBJCOPY=objcopy
  547. ac_cv_prog_OBJDUMP=objdump
  548. ac_cv_prog_RANLIB=ranlib
  549. ac_cv_prog_STRIP=strip
  550. ac_cv_prog_YACC='bison -y'
  551. ac_cv_prog_ac_ct_CC=gcc
  552. ac_cv_prog_cc_c89=
  553. ac_cv_prog_cc_g=yes
  554. ac_cv_prog_cxx_g=no
  555. ac_cv_target=i686-pc-linux-gnu
  556. acx_cv_cc_gcc_supports_ada=no
  557. acx_cv_prog_LN=ln
  558. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  559. gcc_cv_tool_dirs=/home/LFS/LFS/tools/libexec/gcc/i686-pc-linux-gnu/4.6.2:/home/LFS/LFS/tools/libexec/gcc/i686-pc-linux-gnu:/usr/lib/gcc/i686-pc-linux-gnu/4.6.2:/usr/lib/gcc/i686-pc-linux-gnu:/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/i686-pc-linux-gnu/4.6.2:/home/LFS/LFS/tools/i686-pc-linux-gnu/bin:
  560. gcc_cv_tool_prefix=/home/LFS/LFS/tools
  561. lt_cv_objdir=.libs
  562.  
  563. ## ----------------- ##
  564. ## Output variables. ##
  565. ## ----------------- ##
  566.  
  567. AR='ar'
  568. AR_FOR_BUILD='$(AR)'
  569. AR_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ar'
  570. AS='as'
  571. AS_FOR_BUILD='$(AS)'
  572. AS_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/as'
  573. AWK='gawk'
  574. BISON='bison'
  575. BUILD_CONFIG='bootstrap-debug'
  576. CC='gcc'
  577. CC_FOR_BUILD='$(CC)'
  578. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  579. CFLAGS='-march=native -O2 -pipe'
  580. CFLAGS_FOR_BUILD='-march=native -O2 -pipe'
  581. CFLAGS_FOR_TARGET='-g -march=native -O2 -pipe'
  582. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  583. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  584. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  585. CONFIGURE_GDB_TK=''
  586. CPPFLAGS=''
  587. CXX='g++'
  588. CXXFLAGS='-march=native -O2 -pipe'
  589. CXXFLAGS_FOR_BUILD='-march=native -O2 -pipe'
  590. CXXFLAGS_FOR_TARGET='-g -march=native -O2 -pipe'
  591. CXX_FOR_BUILD='$(CXX)'
  592. CXX_FOR_TARGET='$(CXX)'
  593. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  594. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  595. DLLTOOL='dlltool'
  596. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  597. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  598. ECHO_C=''
  599. ECHO_N='-n'
  600. ECHO_T=''
  601. EXEEXT=''
  602. EXPECT='expect'
  603. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  604. FLEX='/home/LFS/LFS/sources/gcc-4.6.2/missing flex'
  605. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  606. GCC_SHLIB_SUBDIR=''
  607. GCJ_FOR_BUILD='$(GCJ)'
  608. GCJ_FOR_TARGET='$(GCJ)'
  609. GDB_TK=''
  610. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  611. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  612. GNATBIND='no'
  613. GNATMAKE='no'
  614. GOC_FOR_BUILD='$(GOC)'
  615. GOC_FOR_TARGET='$(GOC)'
  616. INSTALL_DATA='${INSTALL} -m 644'
  617. INSTALL_GDB_TK=''
  618. INSTALL_PROGRAM='${INSTALL}'
  619. INSTALL_SCRIPT='${INSTALL}'
  620. LD='ld'
  621. LDFLAGS=''
  622. LDFLAGS_FOR_BUILD=''
  623. LD_FOR_BUILD='$(LD)'
  624. LD_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ld'
  625. LEX='/home/LFS/LFS/sources/gcc-4.6.2/missing flex'
  626. LIBOBJS=''
  627. LIBS=''
  628. LIPO='lipo'
  629. LIPO_FOR_TARGET='$(LIPO)'
  630. LN='ln'
  631. LN_S='ln -s'
  632. LTLIBOBJS=''
  633. M4='m4'
  634. MAINT='#'
  635. MAINTAINER_MODE_FALSE=''
  636. MAINTAINER_MODE_TRUE='#'
  637. MAKEINFO='makeinfo'
  638. NM='nm'
  639. NM_FOR_BUILD='$(NM)'
  640. NM_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/nm'
  641. OBJCOPY='objcopy'
  642. OBJDUMP='objdump'
  643. OBJDUMP_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/objdump'
  644. OBJEXT='o'
  645. PACKAGE_BUGREPORT=''
  646. PACKAGE_NAME=''
  647. PACKAGE_STRING=''
  648. PACKAGE_TARNAME=''
  649. PACKAGE_URL=''
  650. PACKAGE_VERSION=''
  651. PATH_SEPARATOR=':'
  652. RANLIB='ranlib'
  653. RANLIB_FOR_BUILD='$(RANLIB)'
  654. RANLIB_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/ranlib'
  655. RAW_CXX_FOR_TARGET='$(CXX)'
  656. RPATH_ENVVAR='LD_LIBRARY_PATH'
  657. RUNTEST='runtest'
  658. SED='/bin/sed'
  659. SHELL='/bin/sh'
  660. STRIP='strip'
  661. STRIP_FOR_TARGET='/home/LFS/LFS/tools/i686-pc-linux-gnu/bin/strip'
  662. SYSROOT_CFLAGS_FOR_TARGET=''
  663. TOPLEVEL_CONFIGURE_ARGUMENTS='/home/LFS/LFS/sources/gcc-4.6.2/configure --target= --prefix=/home/LFS/LFS/tools --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --disable-target-libiberty --disable-target-zlib --enable-languages=c --without-ppl --without-cloog --with-mpfr-include=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src --with-mpfr-lib=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs'
  664. WINDMC='windmc'
  665. WINDMC_FOR_BUILD='$(WINDMC)'
  666. WINDMC_FOR_TARGET='$(WINDMC)'
  667. WINDRES='windres'
  668. WINDRES_FOR_BUILD='$(WINDRES)'
  669. WINDRES_FOR_TARGET='$(WINDRES)'
  670. YACC='bison -y'
  671. ac_ct_CC='gcc'
  672. ac_ct_CXX=''
  673. bindir='${exec_prefix}/bin'
  674. build='i686-pc-linux-gnu'
  675. build_alias=''
  676. build_configargs=' --cache-file=../config.cache '\''--prefix=/home/LFS/LFS/tools'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-target-libiberty'\'' '\''--disable-target-zlib'\'' '\''--without-ppl'\'' '\''--without-cloog'\'' '\''--with-mpfr-include=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src'\'' '\''--with-mpfr-lib=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  677. build_configdirs=' libiberty fixincludes'
  678. build_cpu='i686'
  679. build_libsubdir='build-i686-pc-linux-gnu'
  680. build_noncanonical='i686-pc-linux-gnu'
  681. build_os='linux-gnu'
  682. build_subdir='build-i686-pc-linux-gnu'
  683. build_tooldir='${exec_prefix}/i686-pc-linux-gnu'
  684. build_vendor='pc'
  685. clooginc=''
  686. clooglibs=''
  687. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  688. config_shell='/bin/sh'
  689. configdirs=' intl libiberty zlib libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
  690. datadir='${datarootdir}'
  691. datarootdir='${prefix}/share'
  692. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  693. docdir='${datarootdir}/doc/${PACKAGE}'
  694. dvidir='${docdir}'
  695. exec_prefix='${prefix}'
  696. extra_host_libiberty_configure_flags='--enable-shared'
  697. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  698. extra_mpc_mpfr_configure_flags=''
  699. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  700. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src -I$$s/mpc/src '
  701. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  702. host='i686-pc-linux-gnu'
  703. host_alias=''
  704. host_configargs=' --cache-file=./config.cache '\''--prefix=/home/LFS/LFS/tools'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-target-libiberty'\'' '\''--disable-target-zlib'\'' '\''--without-ppl'\'' '\''--without-cloog'\'' '\''--with-mpfr-include=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src'\'' '\''--with-mpfr-lib=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  705. host_cpu='i686'
  706. host_noncanonical='i686-pc-linux-gnu'
  707. host_os='linux-gnu'
  708. host_subdir='.'
  709. host_vendor='pc'
  710. htmldir='${docdir}'
  711. includedir='${prefix}/include'
  712. infodir='${datarootdir}/info'
  713. libdir='${exec_prefix}/lib'
  714. libexecdir='${exec_prefix}/libexec'
  715. localedir='${datarootdir}/locale'
  716. localstatedir='${prefix}/var'
  717. mandir='${datarootdir}/man'
  718. oldincludedir='/usr/include'
  719. pdfdir='${docdir}'
  720. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  721. poststage1_libs=''
  722. pplinc=''
  723. ppllibs=''
  724. prefix='/home/LFS/LFS/tools'
  725. program_transform_name='s,y,y,'
  726. psdir='${docdir}'
  727. sbindir='${exec_prefix}/sbin'
  728. sharedstatedir='${prefix}/com'
  729. stage1_cflags='-g -fkeep-inline-functions'
  730. stage1_checking='--enable-checking=yes,types'
  731. stage1_languages='c,lto'
  732. stage1_ldflags=''
  733. stage1_libs=''
  734. stage2_werror_flag=''
  735. sysconfdir='${prefix}/etc'
  736. target='i686-pc-linux-gnu'
  737. target_alias=''
  738. target_configargs='--cache-file=./config.cache '\''--prefix=/home/LFS/LFS/tools'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-target-libiberty'\'' '\''--disable-target-zlib'\'' '\''--without-ppl'\'' '\''--without-cloog'\'' '\''--with-mpfr-include=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src'\'' '\''--with-mpfr-lib=/home/LFS/LFS/sources/gcc-4.6.2/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  739. target_configdirs=' libgcc'
  740. target_cpu='i686'
  741. target_noncanonical='i686-pc-linux-gnu'
  742. target_os='linux-gnu'
  743. target_subdir='i686-pc-linux-gnu'
  744. target_vendor='pc'
  745. tooldir='${exec_prefix}/i686-pc-linux-gnu'
  746.  
  747. ## ------------------- ##
  748. ## File substitutions. ##
  749. ## ------------------- ##
  750.  
  751. alphaieee_frag='/dev/null'
  752. host_makefile_frag='/home/LFS/LFS/sources/gcc-4.6.2/config/mh-x86omitfp'
  753. ospace_frag='/dev/null'
  754. serialization_dependencies='serdep.tmp'
  755. target_makefile_frag='/home/LFS/LFS/sources/gcc-4.6.2/config/mt-gnu'
  756.  
  757. ## ----------- ##
  758. ## confdefs.h. ##
  759. ## ----------- ##
  760.  
  761. /* confdefs.h */
  762. #define PACKAGE_NAME ""
  763. #define PACKAGE_TARNAME ""
  764. #define PACKAGE_VERSION ""
  765. #define PACKAGE_STRING ""
  766. #define PACKAGE_BUGREPORT ""
  767. #define PACKAGE_URL ""
  768. #define LT_OBJDIR ".libs/"
  769.  
  770. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement