Advertisement
Guest User

meteorgan-config.log

a guest
Jan 31st, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.04 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.6.1/configure --target=i686-pc-linux-gnu --prefix=/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/sources/gcc-build/../gcc-4.6.1/mpfr/src --with-mpfr-lib=/home/sources/gcc-build/mpfr/src/.libs
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = meteogan-Aspire-4220
  14. uname -m = i686
  15. uname -r = 3.0.0-15-generic
  16. uname -s = Linux
  17. uname -v = #26-Ubuntu SMP Fri Jan 20 15:59:53 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: /tools/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33.  
  34.  
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38.  
  39. configure:2222: checking build system type
  40. configure:2236: result: i686-pc-linux-gnu
  41. configure:2283: checking host system type
  42. configure:2296: result: i686-pc-linux-gnu
  43. configure:2316: checking target system type
  44. configure:2329: result: i686-pc-linux-gnu
  45. configure:2383: checking for a BSD-compatible install
  46. configure:2451: result: /usr/bin/install -c
  47. configure:2462: checking whether ln works
  48. configure:2484: result: yes
  49. configure:2488: checking whether ln -s works
  50. configure:2492: result: yes
  51. configure:2499: checking for a sed that does not truncate output
  52. configure:2563: result: /bin/sed
  53. configure:2572: checking for gawk
  54. configure:2588: found /usr/bin/gawk
  55. configure:2599: result: gawk
  56. configure:3929: checking for gcc
  57. configure:3945: found /usr/bin/gcc
  58. configure:3956: result: gcc
  59. configure:4185: checking for C compiler version
  60. configure:4194: gcc --version >&5
  61. gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  62. Copyright (C) 2011 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:4205: $? = 0
  67. configure:4194: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
  71. Target: i686-linux-gnu
  72. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --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-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
  73. Thread model: posix
  74. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  75. configure:4205: $? = 0
  76. configure:4194: gcc -V >&5
  77. gcc: error: unrecognized option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:4205: $? = 4
  81. configure:4194: gcc -qversion >&5
  82. gcc: error: unrecognized option '-qversion'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:4205: $? = 4
  86. configure:4225: checking for C compiler default output file name
  87. configure:4247: gcc conftest.c >&5
  88. configure:4251: $? = 0
  89. configure:4288: result: a.out
  90. configure:4304: checking whether the C compiler works
  91. configure:4313: ./a.out
  92. configure:4317: $? = 0
  93. configure:4332: result: yes
  94. configure:4339: checking whether we are cross compiling
  95. configure:4341: result: no
  96. configure:4344: checking for suffix of executables
  97. configure:4351: gcc -o conftest conftest.c >&5
  98. configure:4355: $? = 0
  99. configure:4377: result:
  100. configure:4383: checking for suffix of object files
  101. configure:4405: gcc -c conftest.c >&5
  102. configure:4409: $? = 0
  103. configure:4430: result: o
  104. configure:4434: checking whether we are using the GNU C compiler
  105. configure:4453: gcc -c conftest.c >&5
  106. configure:4453: $? = 0
  107. configure:4462: result: yes
  108. configure:4471: checking whether gcc accepts -g
  109. configure:4491: gcc -c -g conftest.c >&5
  110. configure:4491: $? = 0
  111. configure:4532: result: yes
  112. configure:4549: checking for gcc option to accept ISO C89
  113. configure:4613: gcc -c -g -O2 conftest.c >&5
  114. configure:4613: $? = 0
  115. configure:4626: result: none needed
  116. configure:4704: checking for g++
  117. configure:4720: found /usr/bin/g++
  118. configure:4731: result: g++
  119. configure:4758: checking for C++ compiler version
  120. configure:4767: g++ --version >&5
  121. g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  122. Copyright (C) 2011 Free Software Foundation, Inc.
  123. This is free software; see the source for copying conditions. There is NO
  124. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  125.  
  126. configure:4778: $? = 0
  127. configure:4767: g++ -v >&5
  128. Using built-in specs.
  129. COLLECT_GCC=g++
  130. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
  131. Target: i686-linux-gnu
  132. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --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-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
  133. Thread model: posix
  134. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  135. configure:4778: $? = 0
  136. configure:4767: g++ -V >&5
  137. g++: error: unrecognized option '-V'
  138. g++: fatal error: no input files
  139. compilation terminated.
  140. configure:4778: $? = 4
  141. configure:4767: g++ -qversion >&5
  142. g++: error: unrecognized option '-qversion'
  143. g++: fatal error: no input files
  144. compilation terminated.
  145. configure:4778: $? = 4
  146. configure:4782: checking whether we are using the GNU C++ compiler
  147. configure:4801: g++ -c conftest.cpp >&5
  148. configure:4801: $? = 0
  149. configure:4810: result: yes
  150. configure:4819: checking whether g++ accepts -g
  151. configure:4839: g++ -c -g conftest.cpp >&5
  152. configure:4839: $? = 0
  153. configure:4880: result: yes
  154. configure:4969: checking for gnatbind
  155. configure:4999: result: no
  156. configure:5061: checking for gnatmake
  157. configure:5091: result: no
  158. configure:5110: checking whether compiler driver understands Ada
  159. configure:5133: result: no
  160. configure:5142: checking how to compare bootstrapped objects
  161. configure:5167: result: cmp --ignore-initial=16 $$f1 $$f2
  162. configure:5183: checking for objdir
  163. configure:5198: result: .libs
  164. configure:7255: checking for default BUILD_CONFIG
  165. configure:7287: result: bootstrap-debug
  166. configure:7777: checking for bison
  167. configure:7793: found /usr/bin/bison
  168. configure:7804: result: bison -y
  169. configure:7825: checking for bison
  170. configure:7841: found /usr/bin/bison
  171. configure:7852: result: bison
  172. configure:7872: checking for gm4
  173. configure:7902: result: no
  174. configure:7872: checking for gnum4
  175. configure:7902: result: no
  176. configure:7872: checking for m4
  177. configure:7888: found /usr/bin/m4
  178. configure:7899: result: m4
  179. configure:7919: checking for flex
  180. configure:7949: result: no
  181. configure:7919: checking for lex
  182. configure:7949: result: no
  183. configure:7967: checking for flex
  184. configure:7997: result: no
  185. configure:8014: checking for makeinfo
  186. configure:8030: found /usr/bin/makeinfo
  187. configure:8041: result: makeinfo
  188. configure:8075: checking for expect
  189. configure:8105: result: no
  190. configure:8124: checking for runtest
  191. configure:8154: result: no
  192. configure:8269: checking for ar
  193. configure:8285: found /tools/bin/ar
  194. configure:8296: result: ar
  195. configure:8410: checking for as
  196. configure:8426: found /tools/bin/as
  197. configure:8437: result: as
  198. configure:8551: checking for dlltool
  199. configure:8581: result: no
  200. configure:8692: checking for ld
  201. configure:8708: found /tools/bin/ld
  202. configure:8719: result: ld
  203. configure:8833: checking for lipo
  204. configure:8863: result: no
  205. configure:8974: checking for nm
  206. configure:8990: found /tools/bin/nm
  207. configure:9001: result: nm
  208. configure:9115: checking for ranlib
  209. configure:9131: found /tools/bin/ranlib
  210. configure:9142: result: ranlib
  211. configure:9251: checking for strip
  212. configure:9267: found /tools/bin/strip
  213. configure:9278: result: strip
  214. configure:9387: checking for windres
  215. configure:9417: result: no
  216. configure:9528: checking for windmc
  217. configure:9558: result: no
  218. configure:9669: checking for objcopy
  219. configure:9685: found /tools/bin/objcopy
  220. configure:9696: result: objcopy
  221. configure:9810: checking for objdump
  222. configure:9826: found /tools/bin/objdump
  223. configure:9837: result: objdump
  224. configure:9951: checking for i686-pc-linux-gnu-cc
  225. configure:9981: result: no
  226. configure:9990: checking for cc
  227. configure:10006: found /usr/bin/cc
  228. configure:10017: result: cc
  229. configure:10112: checking for i686-pc-linux-gnu-c++
  230. configure:10142: result: no
  231. configure:10151: checking for c++
  232. configure:10167: found /usr/bin/c++
  233. configure:10178: result: c++
  234. configure:10273: checking for i686-pc-linux-gnu-gcc
  235. configure:10303: result: no
  236. configure:10312: checking for gcc
  237. configure:10328: found /usr/bin/gcc
  238. configure:10339: result: gcc
  239. configure:10429: checking for i686-pc-linux-gnu-gcj
  240. configure:10459: result: no
  241. configure:10468: checking for gcj
  242. configure:10498: result: no
  243. configure:10590: checking for i686-pc-linux-gnu-gfortran
  244. configure:10620: result: no
  245. configure:10629: checking for gfortran
  246. configure:10659: result: no
  247. configure:10751: checking for i686-pc-linux-gnu-gccgo
  248. configure:10781: result: no
  249. configure:10790: checking for gccgo
  250. configure:10820: result: no
  251. configure:10881: checking for ar
  252. configure:10899: found /tools/i686-pc-linux-gnu/bin/ar
  253. configure:10911: result: /tools/i686-pc-linux-gnu/bin/ar
  254. configure:11111: checking for as
  255. configure:11129: found /tools/i686-pc-linux-gnu/bin/as
  256. configure:11141: result: /tools/i686-pc-linux-gnu/bin/as
  257. configure:11341: checking for dlltool
  258. configure:11374: result: no
  259. configure:11452: checking for i686-pc-linux-gnu-dlltool
  260. configure:11482: result: no
  261. configure:11491: checking for dlltool
  262. configure:11521: result: no
  263. configure:11571: checking for ld
  264. configure:11589: found /tools/i686-pc-linux-gnu/bin/ld
  265. configure:11601: result: /tools/i686-pc-linux-gnu/bin/ld
  266. configure:11801: checking for lipo
  267. configure:11834: result: no
  268. configure:11912: checking for i686-pc-linux-gnu-lipo
  269. configure:11942: result: no
  270. configure:11951: checking for lipo
  271. configure:11981: result: no
  272. configure:12031: checking for nm
  273. configure:12049: found /tools/i686-pc-linux-gnu/bin/nm
  274. configure:12061: result: /tools/i686-pc-linux-gnu/bin/nm
  275. configure:12261: checking for objdump
  276. configure:12279: found /tools/i686-pc-linux-gnu/bin/objdump
  277. configure:12291: result: /tools/i686-pc-linux-gnu/bin/objdump
  278. configure:12491: checking for ranlib
  279. configure:12509: found /tools/i686-pc-linux-gnu/bin/ranlib
  280. configure:12521: result: /tools/i686-pc-linux-gnu/bin/ranlib
  281. configure:12721: checking for strip
  282. configure:12739: found /tools/i686-pc-linux-gnu/bin/strip
  283. configure:12751: result: /tools/i686-pc-linux-gnu/bin/strip
  284. configure:12951: checking for windres
  285. configure:12984: result: no
  286. configure:13062: checking for i686-pc-linux-gnu-windres
  287. configure:13092: result: no
  288. configure:13101: checking for windres
  289. configure:13131: result: no
  290. configure:13181: checking for windmc
  291. configure:13214: result: no
  292. configure:13292: checking for i686-pc-linux-gnu-windmc
  293. configure:13322: result: no
  294. configure:13331: checking for windmc
  295. configure:13361: result: no
  296. configure:13389: checking where to find the target ar
  297. configure:13417: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  298. configure:13431: checking where to find the target as
  299. configure:13459: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  300. configure:13473: checking where to find the target cc
  301. configure:13496: result: just compiled
  302. configure:13515: checking where to find the target c++
  303. configure:13551: result: host tool
  304. configure:13560: checking where to find the target c++ for libstdc++
  305. configure:13596: result: host tool
  306. configure:13605: checking where to find the target dlltool
  307. configure:13638: result: host tool
  308. configure:13647: checking where to find the target gcc
  309. configure:13670: result: just compiled
  310. configure:13689: checking where to find the target gcj
  311. configure:13725: result: host tool
  312. configure:13734: checking where to find the target gfortran
  313. configure:13770: result: host tool
  314. configure:13779: checking where to find the target gccgo
  315. configure:13815: result: host tool
  316. configure:13824: checking where to find the target ld
  317. configure:13852: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  318. configure:13866: checking where to find the target lipo
  319. configure:13888: result: host tool
  320. configure:13897: checking where to find the target nm
  321. configure:13925: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  322. configure:13939: checking where to find the target objdump
  323. configure:13967: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  324. configure:13981: checking where to find the target ranlib
  325. configure:14009: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  326. configure:14023: checking where to find the target strip
  327. configure:14051: result: pre-installed in /tools/i686-pc-linux-gnu/bin
  328. configure:14065: checking where to find the target windres
  329. configure:14098: result: host tool
  330. configure:14107: checking where to find the target windmc
  331. configure:14140: result: host tool
  332. configure:14177: checking whether to enable maintainer-specific portions of Makefiles
  333. configure:14186: result: no
  334. configure:14219: checking whether -fkeep-inline-functions is supported
  335. configure:14238: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  336. configure:14238: $? = 0
  337. configure:14239: result: yes
  338. configure:14436: creating ./config.status
  339.  
  340. ## ---------------------- ##
  341. ## Running config.status. ##
  342. ## ---------------------- ##
  343.  
  344. This file was extended by config.status, which was
  345. generated by GNU Autoconf 2.64. Invocation command line was
  346.  
  347. CONFIG_FILES =
  348. CONFIG_HEADERS =
  349. CONFIG_LINKS =
  350. CONFIG_COMMANDS =
  351. $ ./config.status
  352.  
  353. on meteogan-Aspire-4220
  354.  
  355. config.status:958: creating Makefile
  356.  
  357. ## ---------------- ##
  358. ## Cache variables. ##
  359. ## ---------------- ##
  360.  
  361. ac_cv_build=i686-pc-linux-gnu
  362. ac_cv_c_compiler_gnu=yes
  363. ac_cv_cxx_compiler_gnu=yes
  364. ac_cv_env_AR_FOR_TARGET_set=
  365. ac_cv_env_AR_FOR_TARGET_value=
  366. ac_cv_env_AR_set=
  367. ac_cv_env_AR_value=
  368. ac_cv_env_AS_FOR_TARGET_set=
  369. ac_cv_env_AS_FOR_TARGET_value=
  370. ac_cv_env_AS_set=
  371. ac_cv_env_AS_value=
  372. ac_cv_env_CCC_set=
  373. ac_cv_env_CCC_value=
  374. ac_cv_env_CC_FOR_TARGET_set=
  375. ac_cv_env_CC_FOR_TARGET_value=
  376. ac_cv_env_CC_set=
  377. ac_cv_env_CC_value=
  378. ac_cv_env_CFLAGS_set=
  379. ac_cv_env_CFLAGS_value=
  380. ac_cv_env_CPPFLAGS_set=
  381. ac_cv_env_CPPFLAGS_value=
  382. ac_cv_env_CXXFLAGS_set=
  383. ac_cv_env_CXXFLAGS_value=
  384. ac_cv_env_CXX_FOR_TARGET_set=
  385. ac_cv_env_CXX_FOR_TARGET_value=
  386. ac_cv_env_CXX_set=
  387. ac_cv_env_CXX_value=
  388. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  389. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  390. ac_cv_env_DLLTOOL_set=
  391. ac_cv_env_DLLTOOL_value=
  392. ac_cv_env_GCC_FOR_TARGET_set=
  393. ac_cv_env_GCC_FOR_TARGET_value=
  394. ac_cv_env_GCJ_FOR_TARGET_set=
  395. ac_cv_env_GCJ_FOR_TARGET_value=
  396. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  397. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  398. ac_cv_env_GOC_FOR_TARGET_set=
  399. ac_cv_env_GOC_FOR_TARGET_value=
  400. ac_cv_env_LDFLAGS_set=
  401. ac_cv_env_LDFLAGS_value=
  402. ac_cv_env_LD_FOR_TARGET_set=
  403. ac_cv_env_LD_FOR_TARGET_value=
  404. ac_cv_env_LD_set=
  405. ac_cv_env_LD_value=
  406. ac_cv_env_LIBS_set=
  407. ac_cv_env_LIBS_value=
  408. ac_cv_env_LIPO_FOR_TARGET_set=
  409. ac_cv_env_LIPO_FOR_TARGET_value=
  410. ac_cv_env_LIPO_set=
  411. ac_cv_env_LIPO_value=
  412. ac_cv_env_NM_FOR_TARGET_set=
  413. ac_cv_env_NM_FOR_TARGET_value=
  414. ac_cv_env_NM_set=
  415. ac_cv_env_NM_value=
  416. ac_cv_env_OBJCOPY_set=
  417. ac_cv_env_OBJCOPY_value=
  418. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  419. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  420. ac_cv_env_OBJDUMP_set=
  421. ac_cv_env_OBJDUMP_value=
  422. ac_cv_env_RANLIB_FOR_TARGET_set=
  423. ac_cv_env_RANLIB_FOR_TARGET_value=
  424. ac_cv_env_RANLIB_set=
  425. ac_cv_env_RANLIB_value=
  426. ac_cv_env_STRIP_FOR_TARGET_set=
  427. ac_cv_env_STRIP_FOR_TARGET_value=
  428. ac_cv_env_STRIP_set=
  429. ac_cv_env_STRIP_value=
  430. ac_cv_env_WINDMC_FOR_TARGET_set=
  431. ac_cv_env_WINDMC_FOR_TARGET_value=
  432. ac_cv_env_WINDMC_set=
  433. ac_cv_env_WINDMC_value=
  434. ac_cv_env_WINDRES_FOR_TARGET_set=
  435. ac_cv_env_WINDRES_FOR_TARGET_value=
  436. ac_cv_env_WINDRES_set=
  437. ac_cv_env_WINDRES_value=
  438. ac_cv_env_build_alias_set=
  439. ac_cv_env_build_alias_value=
  440. ac_cv_env_build_configargs_set=
  441. ac_cv_env_build_configargs_value=
  442. ac_cv_env_host_alias_set=
  443. ac_cv_env_host_alias_value=
  444. ac_cv_env_host_configargs_set=
  445. ac_cv_env_host_configargs_value=
  446. ac_cv_env_target_alias_set=set
  447. ac_cv_env_target_alias_value=i686-pc-linux-gnu
  448. ac_cv_env_target_configargs_set=
  449. ac_cv_env_target_configargs_value=
  450. ac_cv_host=i686-pc-linux-gnu
  451. ac_cv_objext=o
  452. ac_cv_path_AR_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ar
  453. ac_cv_path_AS_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/as
  454. ac_cv_path_LD_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ld
  455. ac_cv_path_NM_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/nm
  456. ac_cv_path_OBJDUMP_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/objdump
  457. ac_cv_path_RANLIB_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ranlib
  458. ac_cv_path_SED=/bin/sed
  459. ac_cv_path_STRIP_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/strip
  460. ac_cv_path_install='/usr/bin/install -c'
  461. ac_cv_prog_AR=ar
  462. ac_cv_prog_AS=as
  463. ac_cv_prog_AWK=gawk
  464. ac_cv_prog_BISON=bison
  465. ac_cv_prog_CC_FOR_TARGET=cc
  466. ac_cv_prog_CXX_FOR_TARGET=c++
  467. ac_cv_prog_GCC_FOR_TARGET=gcc
  468. ac_cv_prog_LD=ld
  469. ac_cv_prog_M4=m4
  470. ac_cv_prog_MAKEINFO=makeinfo
  471. ac_cv_prog_NM=nm
  472. ac_cv_prog_OBJCOPY=objcopy
  473. ac_cv_prog_OBJDUMP=objdump
  474. ac_cv_prog_RANLIB=ranlib
  475. ac_cv_prog_STRIP=strip
  476. ac_cv_prog_YACC='bison -y'
  477. ac_cv_prog_ac_ct_CC=gcc
  478. ac_cv_prog_ac_ct_CXX=g++
  479. ac_cv_prog_cc_c89=
  480. ac_cv_prog_cc_g=yes
  481. ac_cv_prog_cxx_g=yes
  482. ac_cv_target=i686-pc-linux-gnu
  483. acx_cv_cc_gcc_supports_ada=no
  484. acx_cv_prog_LN=ln
  485. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  486. gcc_cv_tool_dirs=/tools/libexec/gcc/i686-pc-linux-gnu/4.6.1:/tools/libexec/gcc/i686-pc-linux-gnu:/usr/lib/gcc/i686-pc-linux-gnu/4.6.1:/usr/lib/gcc/i686-pc-linux-gnu:/tools/i686-pc-linux-gnu/bin/i686-pc-linux-gnu/4.6.1:/tools/i686-pc-linux-gnu/bin:
  487. gcc_cv_tool_prefix=/tools
  488. lt_cv_objdir=.libs
  489.  
  490. ## ----------------- ##
  491. ## Output variables. ##
  492. ## ----------------- ##
  493.  
  494. AR='ar'
  495. AR_FOR_BUILD='$(AR)'
  496. AR_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/ar'
  497. AS='as'
  498. AS_FOR_BUILD='$(AS)'
  499. AS_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/as'
  500. AWK='gawk'
  501. BISON='bison'
  502. BUILD_CONFIG='bootstrap-debug'
  503. CC='gcc'
  504. CC_FOR_BUILD='$(CC)'
  505. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  506. CFLAGS='-g -O2'
  507. CFLAGS_FOR_BUILD='-g -O2'
  508. CFLAGS_FOR_TARGET='-g -O2'
  509. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  510. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  511. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  512. CONFIGURE_GDB_TK=''
  513. CPPFLAGS=''
  514. CXX='g++'
  515. CXXFLAGS='-g -O2'
  516. CXXFLAGS_FOR_BUILD='-g -O2'
  517. CXXFLAGS_FOR_TARGET='-g -O2'
  518. CXX_FOR_BUILD='$(CXX)'
  519. CXX_FOR_TARGET='$(CXX)'
  520. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  521. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  522. DLLTOOL='dlltool'
  523. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  524. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  525. ECHO_C=''
  526. ECHO_N='-n'
  527. ECHO_T=''
  528. EXEEXT=''
  529. EXPECT='expect'
  530. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  531. FLEX='/home/sources/gcc-4.6.1/missing flex'
  532. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  533. GCC_SHLIB_SUBDIR=''
  534. GCJ_FOR_BUILD='$(GCJ)'
  535. GCJ_FOR_TARGET='$(GCJ)'
  536. GDB_TK=''
  537. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  538. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  539. GNATBIND='no'
  540. GNATMAKE='no'
  541. GOC_FOR_BUILD='$(GOC)'
  542. GOC_FOR_TARGET='$(GOC)'
  543. INSTALL_DATA='${INSTALL} -m 644'
  544. INSTALL_GDB_TK=''
  545. INSTALL_PROGRAM='${INSTALL}'
  546. INSTALL_SCRIPT='${INSTALL}'
  547. LD='ld'
  548. LDFLAGS=''
  549. LDFLAGS_FOR_BUILD=''
  550. LD_FOR_BUILD='$(LD)'
  551. LD_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/ld'
  552. LEX='/home/sources/gcc-4.6.1/missing flex'
  553. LIBOBJS=''
  554. LIBS=''
  555. LIPO='lipo'
  556. LIPO_FOR_TARGET='$(LIPO)'
  557. LN='ln'
  558. LN_S='ln -s'
  559. LTLIBOBJS=''
  560. M4='m4'
  561. MAINT='#'
  562. MAINTAINER_MODE_FALSE=''
  563. MAINTAINER_MODE_TRUE='#'
  564. MAKEINFO='makeinfo'
  565. NM='nm'
  566. NM_FOR_BUILD='$(NM)'
  567. NM_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/nm'
  568. OBJCOPY='objcopy'
  569. OBJDUMP='objdump'
  570. OBJDUMP_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/objdump'
  571. OBJEXT='o'
  572. PACKAGE_BUGREPORT=''
  573. PACKAGE_NAME=''
  574. PACKAGE_STRING=''
  575. PACKAGE_TARNAME=''
  576. PACKAGE_URL=''
  577. PACKAGE_VERSION=''
  578. PATH_SEPARATOR=':'
  579. RANLIB='ranlib'
  580. RANLIB_FOR_BUILD='$(RANLIB)'
  581. RANLIB_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/ranlib'
  582. RAW_CXX_FOR_TARGET='$(CXX)'
  583. RPATH_ENVVAR='LD_LIBRARY_PATH'
  584. RUNTEST='runtest'
  585. SED='/bin/sed'
  586. SHELL='/bin/bash'
  587. STRIP='strip'
  588. STRIP_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/strip'
  589. SYSROOT_CFLAGS_FOR_TARGET=''
  590. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.6.1/configure --target=i686-pc-linux-gnu --prefix=/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/sources/gcc-build/../gcc-4.6.1/mpfr/src --with-mpfr-lib=/home/sources/gcc-build/mpfr/src/.libs'
  591. WINDMC='windmc'
  592. WINDMC_FOR_BUILD='$(WINDMC)'
  593. WINDMC_FOR_TARGET='$(WINDMC)'
  594. WINDRES='windres'
  595. WINDRES_FOR_BUILD='$(WINDRES)'
  596. WINDRES_FOR_TARGET='$(WINDRES)'
  597. YACC='bison -y'
  598. ac_ct_CC='gcc'
  599. ac_ct_CXX='g++'
  600. bindir='${exec_prefix}/bin'
  601. build='i686-pc-linux-gnu'
  602. build_alias=''
  603. build_configargs=' --cache-file=../config.cache '\''--prefix=/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/sources/gcc-build/../gcc-4.6.1/mpfr/src'\'' '\''--with-mpfr-lib=/home/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  604. build_configdirs=' libiberty fixincludes'
  605. build_cpu='i686'
  606. build_libsubdir='build-i686-pc-linux-gnu'
  607. build_noncanonical='i686-pc-linux-gnu'
  608. build_os='linux-gnu'
  609. build_subdir='build-i686-pc-linux-gnu'
  610. build_tooldir='${exec_prefix}/i686-pc-linux-gnu'
  611. build_vendor='pc'
  612. clooginc=''
  613. clooglibs=''
  614. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  615. config_shell='/bin/bash'
  616. configdirs=' intl libiberty zlib libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
  617. datadir='${datarootdir}'
  618. datarootdir='${prefix}/share'
  619. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  620. docdir='${datarootdir}/doc/${PACKAGE}'
  621. dvidir='${docdir}'
  622. exec_prefix='${prefix}'
  623. extra_host_libiberty_configure_flags='--enable-shared'
  624. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  625. extra_mpc_mpfr_configure_flags=''
  626. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  627. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/home/sources/gcc-build/../gcc-4.6.1/mpfr/src -I$$s/mpc/src '
  628. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L/home/sources/gcc-build/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  629. host='i686-pc-linux-gnu'
  630. host_alias=''
  631. host_configargs=' --cache-file=./config.cache '\''--prefix=/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/sources/gcc-build/../gcc-4.6.1/mpfr/src'\'' '\''--with-mpfr-lib=/home/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  632. host_cpu='i686'
  633. host_noncanonical='i686-pc-linux-gnu'
  634. host_os='linux-gnu'
  635. host_subdir='.'
  636. host_vendor='pc'
  637. htmldir='${docdir}'
  638. includedir='${prefix}/include'
  639. infodir='${datarootdir}/info'
  640. libdir='${exec_prefix}/lib'
  641. libexecdir='${exec_prefix}/libexec'
  642. localedir='${datarootdir}/locale'
  643. localstatedir='${prefix}/var'
  644. mandir='${datarootdir}/man'
  645. oldincludedir='/usr/include'
  646. pdfdir='${docdir}'
  647. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  648. poststage1_libs=''
  649. pplinc=''
  650. ppllibs=''
  651. prefix='/tools'
  652. program_transform_name='s,y,y,'
  653. psdir='${docdir}'
  654. sbindir='${exec_prefix}/sbin'
  655. sharedstatedir='${prefix}/com'
  656. stage1_cflags='-g -fkeep-inline-functions'
  657. stage1_checking='--enable-checking=yes,types'
  658. stage1_languages='c,lto'
  659. stage1_ldflags=''
  660. stage1_libs=''
  661. stage2_werror_flag=''
  662. sysconfdir='${prefix}/etc'
  663. target='i686-pc-linux-gnu'
  664. target_alias='i686-pc-linux-gnu'
  665. target_configargs='--cache-file=./config.cache '\''--prefix=/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/sources/gcc-build/../gcc-4.6.1/mpfr/src'\'' '\''--with-mpfr-lib=/home/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  666. target_configdirs=' libgcc'
  667. target_cpu='i686'
  668. target_noncanonical='i686-pc-linux-gnu'
  669. target_os='linux-gnu'
  670. target_subdir='i686-pc-linux-gnu'
  671. target_vendor='pc'
  672. tooldir='${exec_prefix}/i686-pc-linux-gnu'
  673.  
  674. ## ------------------- ##
  675. ## File substitutions. ##
  676. ## ------------------- ##
  677.  
  678. alphaieee_frag='/dev/null'
  679. host_makefile_frag='../gcc-4.6.1/config/mh-x86omitfp'
  680. ospace_frag='/dev/null'
  681. serialization_dependencies='serdep.tmp'
  682. target_makefile_frag='../gcc-4.6.1/config/mt-gnu'
  683.  
  684. ## ----------- ##
  685. ## confdefs.h. ##
  686. ## ----------- ##
  687.  
  688. /* confdefs.h */
  689. #define PACKAGE_NAME ""
  690. #define PACKAGE_TARNAME ""
  691. #define PACKAGE_VERSION ""
  692. #define PACKAGE_STRING ""
  693. #define PACKAGE_BUGREPORT ""
  694. #define PACKAGE_URL ""
  695. #define LT_OBJDIR ".libs/"
  696.  
  697. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement