Advertisement
linuxtrying

gcc config.log

Nov 17th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.40 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. $ ../gcc-4.7.1/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = lakhan-VGN-NW125J
  14. uname -m = x86_64
  15. uname -r = 2.6.38-8-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
  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: /tools/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33.  
  34.  
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38.  
  39. configure:2237: checking build system type
  40. configure:2251: result: x86_64-unknown-linux-gnu
  41. configure:2298: checking host system type
  42. configure:2311: result: x86_64-unknown-linux-gnu
  43. configure:2331: checking target system type
  44. configure:2344: result: x86_64-unknown-linux-gnu
  45. configure:2398: checking for a BSD-compatible install
  46. configure:2466: result: /usr/bin/install -c
  47. configure:2477: checking whether ln works
  48. configure:2499: result: yes
  49. configure:2503: checking whether ln -s works
  50. configure:2507: result: yes
  51. configure:2514: checking for a sed that does not truncate output
  52. configure:2578: result: /bin/sed
  53. configure:2587: checking for gawk
  54. configure:2603: found /usr/bin/gawk
  55. configure:2614: result: gawk
  56. configure:3070: checking for libitm support
  57. configure:3080: result: yes
  58. configure:3769: checking for gcc
  59. configure:3796: result: x86_64-lfs-linux-gnu-gcc
  60. configure:4025: checking for C compiler version
  61. configure:4034: x86_64-lfs-linux-gnu-gcc --version >&5
  62. x86_64-lfs-linux-gnu-gcc (GCC) 4.7.1
  63. Copyright (C) 2012 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:4045: $? = 0
  68. configure:4034: x86_64-lfs-linux-gnu-gcc -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=x86_64-lfs-linux-gnu-gcc
  71. COLLECT_LTO_WRAPPER=/mnt/lfs/tools/bin/../libexec/gcc/x86_64-lfs-linux-gnu/4.7.1/lto-wrapper
  72. Target: x86_64-lfs-linux-gnu
  73. Configured with: ../gcc-4.7.1/configure --target=x86_64-lfs-linux-gnu --prefix=/tools --with-sysroot=/mnt/lfs --with-newlib --without-headers --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --enable-languages=c --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
  74. Thread model: single
  75. gcc version 4.7.1 (GCC)
  76. configure:4045: $? = 0
  77. configure:4034: x86_64-lfs-linux-gnu-gcc -V >&5
  78. x86_64-lfs-linux-gnu-gcc: error: unrecognized command line option '-V'
  79. x86_64-lfs-linux-gnu-gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:4045: $? = 1
  82. configure:4034: x86_64-lfs-linux-gnu-gcc -qversion >&5
  83. x86_64-lfs-linux-gnu-gcc: error: unrecognized command line option '-qversion'
  84. x86_64-lfs-linux-gnu-gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:4045: $? = 1
  87. configure:4065: checking for C compiler default output file name
  88. configure:4087: x86_64-lfs-linux-gnu-gcc conftest.c >&5
  89. configure:4091: $? = 0
  90. configure:4128: result: a.out
  91. configure:4144: checking whether the C compiler works
  92. configure:4153: ./a.out
  93. configure:4157: $? = 0
  94. configure:4172: result: yes
  95. configure:4179: checking whether we are cross compiling
  96. configure:4181: result: no
  97. configure:4184: checking for suffix of executables
  98. configure:4191: x86_64-lfs-linux-gnu-gcc -o conftest conftest.c >&5
  99. configure:4195: $? = 0
  100. configure:4217: result:
  101. configure:4223: checking for suffix of object files
  102. configure:4245: x86_64-lfs-linux-gnu-gcc -c conftest.c >&5
  103. configure:4249: $? = 0
  104. configure:4270: result: o
  105. configure:4274: checking whether we are using the GNU C compiler
  106. configure:4293: x86_64-lfs-linux-gnu-gcc -c conftest.c >&5
  107. configure:4293: $? = 0
  108. configure:4302: result: yes
  109. configure:4311: checking whether x86_64-lfs-linux-gnu-gcc accepts -g
  110. configure:4331: x86_64-lfs-linux-gnu-gcc -c -g conftest.c >&5
  111. configure:4331: $? = 0
  112. configure:4372: result: yes
  113. configure:4389: checking for x86_64-lfs-linux-gnu-gcc option to accept ISO C89
  114. configure:4453: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
  115. configure:4453: $? = 0
  116. configure:4466: result: none needed
  117. configure:4544: checking for g++
  118. configure:4560: found /usr/bin/g++
  119. configure:4571: result: g++
  120. configure:4598: checking for C++ compiler version
  121. configure:4607: g++ --version >&5
  122. g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  123. Copyright (C) 2010 Free Software Foundation, Inc.
  124. This is free software; see the source for copying conditions. There is NO
  125. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  126.  
  127. configure:4618: $? = 0
  128. configure:4607: g++ -v >&5
  129. Using built-in specs.
  130. COLLECT_GCC=g++
  131. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  132. Target: x86_64-linux-gnu
  133. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  134. Thread model: posix
  135. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  136. configure:4618: $? = 0
  137. configure:4607: g++ -V >&5
  138. g++: '-V' option must have argument
  139. configure:4618: $? = 1
  140. configure:4607: g++ -qversion >&5
  141. g++: unrecognized option '-qversion'
  142. g++: no input files
  143. configure:4618: $? = 1
  144. configure:4622: checking whether we are using the GNU C++ compiler
  145. configure:4641: g++ -c conftest.cpp >&5
  146. configure:4641: $? = 0
  147. configure:4650: result: yes
  148. configure:4659: checking whether g++ accepts -g
  149. configure:4679: g++ -c -g conftest.cpp >&5
  150. configure:4679: $? = 0
  151. configure:4720: result: yes
  152. configure:4809: checking for gnatbind
  153. configure:4839: result: no
  154. configure:4901: checking for gnatmake
  155. configure:4931: result: no
  156. configure:4950: checking whether compiler driver understands Ada
  157. configure:4973: result: no
  158. configure:4982: checking how to compare bootstrapped objects
  159. configure:5007: result: cmp --ignore-initial=16 $$f1 $$f2
  160. configure:5079: checking for objdir
  161. configure:5094: result: .libs
  162. configure:5636: checking for PWL_handle_timeout in -lpwl
  163. configure:5661: x86_64-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lpwl -lstdc++ -lm >&5
  164. /mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.1/../../../../x86_64-lfs-linux-gnu/bin/ld: cannot find -lpwl
  165. /mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.1/../../../../x86_64-lfs-linux-gnu/bin/ld: cannot find -lstdc++
  166. collect2: error: ld returned 1 exit status
  167. configure:5661: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME ""
  171. | #define PACKAGE_TARNAME ""
  172. | #define PACKAGE_VERSION ""
  173. | #define PACKAGE_STRING ""
  174. | #define PACKAGE_BUGREPORT ""
  175. | #define PACKAGE_URL ""
  176. | #define LT_OBJDIR ".libs/"
  177. | /* end confdefs.h. */
  178. |
  179. | /* Override any GCC internal prototype to avoid an error.
  180. | Use char because int might match the return type of a GCC
  181. | builtin and then its argument prototype would still apply. */
  182. | #ifdef __cplusplus
  183. | extern "C"
  184. | #endif
  185. | char PWL_handle_timeout ();
  186. | int
  187. | main ()
  188. | {
  189. | return PWL_handle_timeout ();
  190. | ;
  191. | return 0;
  192. | }
  193. configure:5670: result: no
  194. configure:5684: checking for version 0.11 (revision 0 or later) of PPL
  195. configure:5701: x86_64-lfs-linux-gnu-gcc -c -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src -I$$s/mpc/src conftest.c >&5
  196. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  197. compilation terminated.
  198. configure:5701: $? = 1
  199. configure: failed program was:
  200. | /* confdefs.h */
  201. | #define PACKAGE_NAME ""
  202. | #define PACKAGE_TARNAME ""
  203. | #define PACKAGE_VERSION ""
  204. | #define PACKAGE_STRING ""
  205. | #define PACKAGE_BUGREPORT ""
  206. | #define PACKAGE_URL ""
  207. | #define LT_OBJDIR ".libs/"
  208. | /* end confdefs.h. */
  209. | #include "ppl_c.h"
  210. | int
  211. | main ()
  212. | {
  213. |
  214. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  215. | choke me
  216. | #endif
  217. |
  218. | ;
  219. | return 0;
  220. | }
  221. configure:5705: result: no
  222. configure:7019: checking for default BUILD_CONFIG
  223. configure:7051: result:
  224. configure:7540: checking for bison
  225. configure:7556: found /usr/bin/bison
  226. configure:7567: result: bison -y
  227. configure:7587: checking for bison
  228. configure:7603: found /usr/bin/bison
  229. configure:7614: result: bison
  230. configure:7634: checking for gm4
  231. configure:7664: result: no
  232. configure:7634: checking for gnum4
  233. configure:7664: result: no
  234. configure:7634: checking for m4
  235. configure:7650: found /usr/bin/m4
  236. configure:7661: result: m4
  237. configure:7681: checking for flex
  238. configure:7711: result: no
  239. configure:7681: checking for lex
  240. configure:7711: result: no
  241. configure:7729: checking for flex
  242. configure:7759: result: no
  243. configure:7776: checking for makeinfo
  244. configure:7792: found /usr/bin/makeinfo
  245. configure:7803: result: makeinfo
  246. configure:7837: checking for expect
  247. configure:7867: result: no
  248. configure:7886: checking for runtest
  249. configure:7916: result: no
  250. configure:7950: checking for ar
  251. configure:7977: result: x86_64-lfs-linux-gnu-ar
  252. configure:8172: checking for as
  253. configure:8188: found /tools/bin/as
  254. configure:8199: result: as
  255. configure:8313: checking for dlltool
  256. configure:8343: result: no
  257. configure:8373: checking for ld
  258. configure:8400: result: /mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.1/../../../../x86_64-lfs-linux-gnu/bin/ld
  259. configure:8595: checking for lipo
  260. configure:8625: result: no
  261. configure:8736: checking for nm
  262. configure:8752: found /tools/bin/nm
  263. configure:8763: result: nm
  264. configure:8796: checking for ranlib
  265. configure:8823: result: x86_64-lfs-linux-gnu-ranlib
  266. configure:9013: checking for strip
  267. configure:9029: found /tools/bin/strip
  268. configure:9040: result: strip
  269. configure:9149: checking for windres
  270. configure:9179: result: no
  271. configure:9290: checking for windmc
  272. configure:9320: result: no
  273. configure:9431: checking for objcopy
  274. configure:9447: found /tools/bin/objcopy
  275. configure:9458: result: objcopy
  276. configure:9572: checking for objdump
  277. configure:9588: found /tools/bin/objdump
  278. configure:9599: result: objdump
  279. configure:9713: checking for readelf
  280. configure:9729: found /tools/bin/readelf
  281. configure:9740: result: readelf
  282. configure:9893: checking for cc
  283. configure:9909: found /usr/bin/cc
  284. configure:9920: result: cc
  285. configure:10054: checking for c++
  286. configure:10070: found /usr/bin/c++
  287. configure:10081: result: c++
  288. configure:10215: checking for gcc
  289. configure:10231: found /usr/bin/gcc
  290. configure:10242: result: gcc
  291. configure:10371: checking for gcj
  292. configure:10401: result: no
  293. configure:10532: checking for gfortran
  294. configure:10562: result: no
  295. configure:10693: checking for gccgo
  296. configure:10723: result: no
  297. configure:10784: checking for ar
  298. configure:10802: found /tools/x86_64-unknown-linux-gnu/bin/ar
  299. configure:10814: result: /tools/x86_64-unknown-linux-gnu/bin/ar
  300. configure:11014: checking for as
  301. configure:11032: found /tools/x86_64-unknown-linux-gnu/bin/as
  302. configure:11044: result: /tools/x86_64-unknown-linux-gnu/bin/as
  303. configure:11244: checking for dlltool
  304. configure:11277: result: no
  305. configure:11394: checking for dlltool
  306. configure:11424: result: no
  307. configure:11474: checking for ld
  308. configure:11492: found /tools/x86_64-unknown-linux-gnu/bin/ld
  309. configure:11504: result: /tools/x86_64-unknown-linux-gnu/bin/ld
  310. configure:11704: checking for lipo
  311. configure:11737: result: no
  312. configure:11854: checking for lipo
  313. configure:11884: result: no
  314. configure:11934: checking for nm
  315. configure:11952: found /tools/x86_64-unknown-linux-gnu/bin/nm
  316. configure:11964: result: /tools/x86_64-unknown-linux-gnu/bin/nm
  317. configure:12164: checking for objdump
  318. configure:12182: found /tools/x86_64-unknown-linux-gnu/bin/objdump
  319. configure:12194: result: /tools/x86_64-unknown-linux-gnu/bin/objdump
  320. configure:12394: checking for ranlib
  321. configure:12412: found /tools/x86_64-unknown-linux-gnu/bin/ranlib
  322. configure:12424: result: /tools/x86_64-unknown-linux-gnu/bin/ranlib
  323. configure:12624: checking for readelf
  324. configure:12657: result: no
  325. configure:12774: checking for readelf
  326. configure:12790: found /tools/bin/readelf
  327. configure:12801: result: readelf
  328. configure:12854: checking for strip
  329. configure:12872: found /tools/x86_64-unknown-linux-gnu/bin/strip
  330. configure:12884: result: /tools/x86_64-unknown-linux-gnu/bin/strip
  331. configure:13084: checking for windres
  332. configure:13117: result: no
  333. configure:13234: checking for windres
  334. configure:13264: result: no
  335. configure:13314: checking for windmc
  336. configure:13347: result: no
  337. configure:13464: checking for windmc
  338. configure:13494: result: no
  339. configure:13522: checking where to find the target ar
  340. configure:13550: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  341. configure:13564: checking where to find the target as
  342. configure:13592: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  343. configure:13606: checking where to find the target cc
  344. configure:13629: result: just compiled
  345. configure:13648: checking where to find the target c++
  346. configure:13674: result: just compiled
  347. configure:13693: checking where to find the target c++ for libstdc++
  348. configure:13719: result: just compiled
  349. configure:13738: checking where to find the target dlltool
  350. configure:13771: result: host tool
  351. configure:13780: checking where to find the target gcc
  352. configure:13803: result: just compiled
  353. configure:13822: checking where to find the target gcj
  354. configure:13858: result: host tool
  355. configure:13867: checking where to find the target gfortran
  356. configure:13903: result: host tool
  357. configure:13912: checking where to find the target gccgo
  358. configure:13948: result: host tool
  359. configure:13957: checking where to find the target ld
  360. configure:13985: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  361. configure:13999: checking where to find the target lipo
  362. configure:14021: result: host tool
  363. configure:14030: checking where to find the target nm
  364. configure:14058: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  365. configure:14072: checking where to find the target objdump
  366. configure:14100: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  367. configure:14114: checking where to find the target ranlib
  368. configure:14142: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  369. configure:14156: checking where to find the target readelf
  370. configure:14189: result: host tool
  371. configure:14198: checking where to find the target strip
  372. configure:14226: result: pre-installed in /tools/x86_64-unknown-linux-gnu/bin
  373. configure:14240: checking where to find the target windres
  374. configure:14273: result: host tool
  375. configure:14282: checking where to find the target windmc
  376. configure:14315: result: host tool
  377. configure:14352: checking whether to enable maintainer-specific portions of Makefiles
  378. configure:14361: result: no
  379. configure:14394: checking whether -fkeep-inline-functions is supported
  380. configure:14413: x86_64-lfs-linux-gnu-gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  381. configure:14413: $? = 0
  382. configure:14414: result: yes
  383. configure:14620: creating ./config.status
  384.  
  385. ## ---------------------- ##
  386. ## Running config.status. ##
  387. ## ---------------------- ##
  388.  
  389. This file was extended by config.status, which was
  390. generated by GNU Autoconf 2.64. Invocation command line was
  391.  
  392. CONFIG_FILES =
  393. CONFIG_HEADERS =
  394. CONFIG_LINKS =
  395. CONFIG_COMMANDS =
  396. $ ./config.status
  397.  
  398. on lakhan-VGN-NW125J
  399.  
  400. config.status:984: creating Makefile
  401.  
  402. ## ---------------- ##
  403. ## Cache variables. ##
  404. ## ---------------- ##
  405.  
  406. ac_cv_build=x86_64-unknown-linux-gnu
  407. ac_cv_c_compiler_gnu=yes
  408. ac_cv_cxx_compiler_gnu=yes
  409. ac_cv_env_AR_FOR_TARGET_set=
  410. ac_cv_env_AR_FOR_TARGET_value=
  411. ac_cv_env_AR_set=set
  412. ac_cv_env_AR_value=x86_64-lfs-linux-gnu-ar
  413. ac_cv_env_AS_FOR_TARGET_set=
  414. ac_cv_env_AS_FOR_TARGET_value=
  415. ac_cv_env_AS_set=
  416. ac_cv_env_AS_value=
  417. ac_cv_env_CCC_set=
  418. ac_cv_env_CCC_value=
  419. ac_cv_env_CC_FOR_TARGET_set=
  420. ac_cv_env_CC_FOR_TARGET_value=
  421. ac_cv_env_CC_set=set
  422. ac_cv_env_CC_value=x86_64-lfs-linux-gnu-gcc
  423. ac_cv_env_CFLAGS_set=
  424. ac_cv_env_CFLAGS_value=
  425. ac_cv_env_CPPFLAGS_set=
  426. ac_cv_env_CPPFLAGS_value=
  427. ac_cv_env_CXXFLAGS_set=
  428. ac_cv_env_CXXFLAGS_value=
  429. ac_cv_env_CXX_FOR_TARGET_set=
  430. ac_cv_env_CXX_FOR_TARGET_value=
  431. ac_cv_env_CXX_set=
  432. ac_cv_env_CXX_value=
  433. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  434. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  435. ac_cv_env_DLLTOOL_set=
  436. ac_cv_env_DLLTOOL_value=
  437. ac_cv_env_GCC_FOR_TARGET_set=
  438. ac_cv_env_GCC_FOR_TARGET_value=
  439. ac_cv_env_GCJ_FOR_TARGET_set=
  440. ac_cv_env_GCJ_FOR_TARGET_value=
  441. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  442. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  443. ac_cv_env_GOC_FOR_TARGET_set=
  444. ac_cv_env_GOC_FOR_TARGET_value=
  445. ac_cv_env_LDFLAGS_set=
  446. ac_cv_env_LDFLAGS_value=
  447. ac_cv_env_LD_FOR_TARGET_set=
  448. ac_cv_env_LD_FOR_TARGET_value=
  449. ac_cv_env_LD_set=
  450. ac_cv_env_LD_value=
  451. ac_cv_env_LIBS_set=
  452. ac_cv_env_LIBS_value=
  453. ac_cv_env_LIPO_FOR_TARGET_set=
  454. ac_cv_env_LIPO_FOR_TARGET_value=
  455. ac_cv_env_LIPO_set=
  456. ac_cv_env_LIPO_value=
  457. ac_cv_env_NM_FOR_TARGET_set=
  458. ac_cv_env_NM_FOR_TARGET_value=
  459. ac_cv_env_NM_set=
  460. ac_cv_env_NM_value=
  461. ac_cv_env_OBJCOPY_set=
  462. ac_cv_env_OBJCOPY_value=
  463. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  464. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  465. ac_cv_env_OBJDUMP_set=
  466. ac_cv_env_OBJDUMP_value=
  467. ac_cv_env_RANLIB_FOR_TARGET_set=
  468. ac_cv_env_RANLIB_FOR_TARGET_value=
  469. ac_cv_env_RANLIB_set=set
  470. ac_cv_env_RANLIB_value=x86_64-lfs-linux-gnu-ranlib
  471. ac_cv_env_READELF_FOR_TARGET_set=
  472. ac_cv_env_READELF_FOR_TARGET_value=
  473. ac_cv_env_READELF_set=
  474. ac_cv_env_READELF_value=
  475. ac_cv_env_STRIP_FOR_TARGET_set=
  476. ac_cv_env_STRIP_FOR_TARGET_value=
  477. ac_cv_env_STRIP_set=
  478. ac_cv_env_STRIP_value=
  479. ac_cv_env_WINDMC_FOR_TARGET_set=
  480. ac_cv_env_WINDMC_FOR_TARGET_value=
  481. ac_cv_env_WINDMC_set=
  482. ac_cv_env_WINDMC_value=
  483. ac_cv_env_WINDRES_FOR_TARGET_set=
  484. ac_cv_env_WINDRES_FOR_TARGET_value=
  485. ac_cv_env_WINDRES_set=
  486. ac_cv_env_WINDRES_value=
  487. ac_cv_env_build_alias_set=
  488. ac_cv_env_build_alias_value=
  489. ac_cv_env_build_configargs_set=
  490. ac_cv_env_build_configargs_value=
  491. ac_cv_env_host_alias_set=
  492. ac_cv_env_host_alias_value=
  493. ac_cv_env_host_configargs_set=
  494. ac_cv_env_host_configargs_value=
  495. ac_cv_env_target_alias_set=
  496. ac_cv_env_target_alias_value=
  497. ac_cv_env_target_configargs_set=
  498. ac_cv_env_target_configargs_value=
  499. ac_cv_host=x86_64-unknown-linux-gnu
  500. ac_cv_lib_pwl_PWL_handle_timeout=no
  501. ac_cv_objext=o
  502. ac_cv_path_AR_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/ar
  503. ac_cv_path_AS_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/as
  504. ac_cv_path_LD_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/ld
  505. ac_cv_path_NM_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/nm
  506. ac_cv_path_OBJDUMP_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/objdump
  507. ac_cv_path_RANLIB_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/ranlib
  508. ac_cv_path_SED=/bin/sed
  509. ac_cv_path_STRIP_FOR_TARGET=/tools/x86_64-unknown-linux-gnu/bin/strip
  510. ac_cv_path_install='/usr/bin/install -c'
  511. ac_cv_prog_AR=x86_64-lfs-linux-gnu-ar
  512. ac_cv_prog_AS=as
  513. ac_cv_prog_AWK=gawk
  514. ac_cv_prog_BISON=bison
  515. ac_cv_prog_CC_FOR_TARGET=cc
  516. ac_cv_prog_CXX_FOR_TARGET=c++
  517. ac_cv_prog_GCC_FOR_TARGET=gcc
  518. ac_cv_prog_LD=/mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.1/../../../../x86_64-lfs-linux-gnu/bin/ld
  519. ac_cv_prog_M4=m4
  520. ac_cv_prog_MAKEINFO=makeinfo
  521. ac_cv_prog_NM=nm
  522. ac_cv_prog_OBJCOPY=objcopy
  523. ac_cv_prog_OBJDUMP=objdump
  524. ac_cv_prog_RANLIB=x86_64-lfs-linux-gnu-ranlib
  525. ac_cv_prog_READELF=readelf
  526. ac_cv_prog_READELF_FOR_TARGET=readelf
  527. ac_cv_prog_STRIP=strip
  528. ac_cv_prog_YACC='bison -y'
  529. ac_cv_prog_ac_ct_CC=x86_64-lfs-linux-gnu-gcc
  530. ac_cv_prog_ac_ct_CXX=g++
  531. ac_cv_prog_cc_c89=
  532. ac_cv_prog_cc_g=yes
  533. ac_cv_prog_cxx_g=yes
  534. ac_cv_target=x86_64-unknown-linux-gnu
  535. acx_cv_cc_gcc_supports_ada=no
  536. acx_cv_prog_LN=ln
  537. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  538. gcc_cv_tool_dirs=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.7.1:/tools/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1:/usr/lib/gcc/x86_64-unknown-linux-gnu:/tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.7.1:/tools/x86_64-unknown-linux-gnu/bin:
  539. gcc_cv_tool_prefix=/tools
  540. lt_cv_objdir=.libs
  541.  
  542. ## ----------------- ##
  543. ## Output variables. ##
  544. ## ----------------- ##
  545.  
  546. AR='x86_64-lfs-linux-gnu-ar'
  547. AR_FOR_BUILD='$(AR)'
  548. AR_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/ar'
  549. AS='as'
  550. AS_FOR_BUILD='$(AS)'
  551. AS_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/as'
  552. AWK='gawk'
  553. BISON='bison'
  554. BUILD_CONFIG=''
  555. CC='x86_64-lfs-linux-gnu-gcc'
  556. CC_FOR_BUILD='$(CC)'
  557. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  558. CFLAGS='-g -O2'
  559. CFLAGS_FOR_BUILD='-g -O2'
  560. CFLAGS_FOR_TARGET='-g -O2'
  561. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  562. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  563. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  564. CONFIGURE_GDB_TK=''
  565. CPPFLAGS=''
  566. CXX='g++'
  567. CXXFLAGS='-g -O2'
  568. CXXFLAGS_FOR_BUILD='-g -O2'
  569. CXXFLAGS_FOR_TARGET='-g -O2'
  570. CXX_FOR_BUILD='$(CXX)'
  571. CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
  572. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  573. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  574. DLLTOOL='dlltool'
  575. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  576. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  577. ECHO_C=''
  578. ECHO_N='-n'
  579. ECHO_T=''
  580. EXEEXT=''
  581. EXPECT='expect'
  582. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  583. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  584. FLEX='/mnt/lfs/sources/gcc-4.7.1/missing flex'
  585. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  586. GCC_SHLIB_SUBDIR=''
  587. GCJ_FOR_BUILD='$(GCJ)'
  588. GCJ_FOR_TARGET='$(GCJ)'
  589. GDB_TK=''
  590. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  591. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  592. GNATBIND='no'
  593. GNATMAKE='no'
  594. GOC_FOR_BUILD='$(GOC)'
  595. GOC_FOR_TARGET='$(GOC)'
  596. INSTALL_DATA='${INSTALL} -m 644'
  597. INSTALL_GDB_TK=''
  598. INSTALL_PROGRAM='${INSTALL}'
  599. INSTALL_SCRIPT='${INSTALL}'
  600. LD='/mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.1/../../../../x86_64-lfs-linux-gnu/bin/ld'
  601. LDFLAGS=''
  602. LDFLAGS_FOR_BUILD=''
  603. LDFLAGS_FOR_TARGET=''
  604. LD_FOR_BUILD='$(LD)'
  605. LD_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/ld'
  606. LEX='/mnt/lfs/sources/gcc-4.7.1/missing flex'
  607. LIBOBJS=''
  608. LIBS=''
  609. LIPO='lipo'
  610. LIPO_FOR_TARGET='$(LIPO)'
  611. LN='ln'
  612. LN_S='ln -s'
  613. LTLIBOBJS=''
  614. M4='m4'
  615. MAINT='#'
  616. MAINTAINER_MODE_FALSE=''
  617. MAINTAINER_MODE_TRUE='#'
  618. MAKEINFO='makeinfo'
  619. NM='nm'
  620. NM_FOR_BUILD='$(NM)'
  621. NM_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/nm'
  622. OBJCOPY='objcopy'
  623. OBJDUMP='objdump'
  624. OBJDUMP_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/objdump'
  625. OBJEXT='o'
  626. PACKAGE_BUGREPORT=''
  627. PACKAGE_NAME=''
  628. PACKAGE_STRING=''
  629. PACKAGE_TARNAME=''
  630. PACKAGE_URL=''
  631. PACKAGE_VERSION=''
  632. PATH_SEPARATOR=':'
  633. POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
  634. RANLIB='x86_64-lfs-linux-gnu-ranlib'
  635. RANLIB_FOR_BUILD='$(RANLIB)'
  636. RANLIB_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/ranlib'
  637. RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
  638. READELF='readelf'
  639. READELF_FOR_TARGET='$(READELF)'
  640. RPATH_ENVVAR='LD_LIBRARY_PATH'
  641. RUNTEST='runtest'
  642. SED='/bin/sed'
  643. SHELL='/bin/sh'
  644. STRIP='strip'
  645. STRIP_FOR_TARGET='/tools/x86_64-unknown-linux-gnu/bin/strip'
  646. SYSROOT_CFLAGS_FOR_TARGET=''
  647. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.7.1/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'
  648. WINDMC='windmc'
  649. WINDMC_FOR_BUILD='$(WINDMC)'
  650. WINDMC_FOR_TARGET='$(WINDMC)'
  651. WINDRES='windres'
  652. WINDRES_FOR_BUILD='$(WINDRES)'
  653. WINDRES_FOR_TARGET='$(WINDRES)'
  654. YACC='bison -y'
  655. ac_ct_CC='x86_64-lfs-linux-gnu-gcc'
  656. ac_ct_CXX='g++'
  657. bindir='${exec_prefix}/bin'
  658. build='x86_64-unknown-linux-gnu'
  659. build_alias=''
  660. build_configargs=' --cache-file=../config.cache '\''--prefix=/tools'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--enable-clocale=gnu'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--disable-libgomp'\'' '\''--with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src'\'' '\''--with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  661. build_configdirs=' libiberty fixincludes'
  662. build_cpu='x86_64'
  663. build_libsubdir='build-x86_64-unknown-linux-gnu'
  664. build_noncanonical='x86_64-unknown-linux-gnu'
  665. build_os='linux-gnu'
  666. build_subdir='build-x86_64-unknown-linux-gnu'
  667. build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  668. build_vendor='unknown'
  669. clooginc=''
  670. clooglibs=''
  671. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  672. configdirs=' intl libiberty zlib libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
  673. datadir='${datarootdir}'
  674. datarootdir='${prefix}/share'
  675. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  676. docdir='${datarootdir}/doc/${PACKAGE}'
  677. dvidir='${docdir}'
  678. exec_prefix='${prefix}'
  679. extra_host_libiberty_configure_flags='--enable-shared'
  680. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  681. extra_mpc_mpfr_configure_flags=''
  682. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  683. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src -I$$s/mpc/src '
  684. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L/mnt/lfs/sources/gcc-build/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  685. host='x86_64-unknown-linux-gnu'
  686. host_alias=''
  687. host_configargs=' --cache-file=./config.cache '\''--prefix=/tools'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--enable-clocale=gnu'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--disable-libgomp'\'' '\''--with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src'\'' '\''--with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  688. host_cpu='x86_64'
  689. host_noncanonical='x86_64-unknown-linux-gnu'
  690. host_os='linux-gnu'
  691. host_subdir='.'
  692. host_vendor='unknown'
  693. htmldir='${docdir}'
  694. includedir='${prefix}/include'
  695. infodir='${datarootdir}/info'
  696. libdir='${exec_prefix}/lib'
  697. libexecdir='${exec_prefix}/libexec'
  698. localedir='${datarootdir}/locale'
  699. localstatedir='${prefix}/var'
  700. mandir='${datarootdir}/man'
  701. oldincludedir='/usr/include'
  702. pdfdir='${docdir}'
  703. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  704. poststage1_libs=''
  705. pplinc=''
  706. ppllibs=''
  707. prefix='/tools'
  708. program_transform_name='s,y,y,'
  709. psdir='${docdir}'
  710. sbindir='${exec_prefix}/sbin'
  711. sharedstatedir='${prefix}/com'
  712. stage1_cflags='-g -fkeep-inline-functions'
  713. stage1_checking='--enable-checking=yes,types'
  714. stage1_languages='c,c++,lto'
  715. stage1_ldflags=''
  716. stage1_libs=''
  717. stage2_werror_flag=''
  718. sysconfdir='${prefix}/etc'
  719. target='x86_64-unknown-linux-gnu'
  720. target_alias=''
  721. target_configargs='--cache-file=./config.cache '\''--prefix=/tools'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--enable-clocale=gnu'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--disable-libgomp'\'' '\''--with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src'\'' '\''--with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  722. target_configdirs=' libgcc libitm libstdc++-v3 libmudflap libssp libquadmath'
  723. target_cpu='x86_64'
  724. target_noncanonical='x86_64-unknown-linux-gnu'
  725. target_os='linux-gnu'
  726. target_subdir='x86_64-unknown-linux-gnu'
  727. target_vendor='unknown'
  728. tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  729.  
  730. ## ------------------- ##
  731. ## File substitutions. ##
  732. ## ------------------- ##
  733.  
  734. alphaieee_frag='/dev/null'
  735. host_makefile_frag='/dev/null'
  736. ospace_frag='/dev/null'
  737. serialization_dependencies='serdep.tmp'
  738. target_makefile_frag='../gcc-4.7.1/config/mt-gnu'
  739.  
  740. ## ----------- ##
  741. ## confdefs.h. ##
  742. ## ----------- ##
  743.  
  744. /* confdefs.h */
  745. #define PACKAGE_NAME ""
  746. #define PACKAGE_TARNAME ""
  747. #define PACKAGE_VERSION ""
  748. #define PACKAGE_STRING ""
  749. #define PACKAGE_BUGREPORT ""
  750. #define PACKAGE_URL ""
  751. #define LT_OBJDIR ".libs/"
  752.  
  753. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement