Advertisement
Guest User

config.log

a guest
Nov 23rd, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.82 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 --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 2.6.38-11-generic
  16. uname -s = Linux
  17. uname -v = #48-Ubuntu SMP Fri Jul 29 19:02:55 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: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /tools/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2222: checking build system type
  42. configure:2236: result: x86_64-unknown-linux-gnu
  43. configure:2283: checking host system type
  44. configure:2296: result: x86_64-unknown-linux-gnu
  45. configure:2316: checking target system type
  46. configure:2329: result: x86_64-unknown-linux-gnu
  47. configure:2383: checking for a BSD-compatible install
  48. configure:2451: result: /tools/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: /tools/bin/sed
  55. configure:2572: checking for gawk
  56. configure:2588: found /tools/bin/gawk
  57. configure:2599: result: gawk
  58. configure:3919: checking for gcc
  59. configure:3935: found /tools/bin/gcc
  60. configure:3946: result: gcc
  61. configure:4175: checking for C compiler version
  62. configure:4184: gcc --version >&5
  63. gcc (GCC) 4.6.1
  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:4195: $? = 0
  69. configure:4184: gcc -v >&5
  70. Reading specs from /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/specs
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
  73. Target: x86_64-unknown-linux-gnu
  74. Configured with: ../gcc-4.6.1/configure --prefix=/tools --with-local-prefix=/tools --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --without-ppl --without-cloog --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.6.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
  75. Thread model: posix
  76. gcc version 4.6.1 (GCC)
  77. configure:4195: $? = 0
  78. configure:4184: gcc -V >&5
  79. gcc: error: unrecognized option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:4195: $? = 1
  83. configure:4184: gcc -qversion >&5
  84. gcc: error: unrecognized option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:4195: $? = 1
  88. configure:4215: checking for C compiler default output file name
  89. configure:4237: gcc conftest.c >&5
  90. configure:4241: $? = 0
  91. configure:4278: result: a.out
  92. configure:4294: checking whether the C compiler works
  93. configure:4303: ./a.out
  94. configure:4307: $? = 0
  95. configure:4322: result: yes
  96. configure:4329: checking whether we are cross compiling
  97. configure:4331: result: no
  98. configure:4334: checking for suffix of executables
  99. configure:4341: gcc -o conftest conftest.c >&5
  100. configure:4345: $? = 0
  101. configure:4367: result:
  102. configure:4373: checking for suffix of object files
  103. configure:4395: gcc -c conftest.c >&5
  104. configure:4399: $? = 0
  105. configure:4420: result: o
  106. configure:4424: checking whether we are using the GNU C compiler
  107. configure:4443: gcc -c conftest.c >&5
  108. configure:4443: $? = 0
  109. configure:4452: result: yes
  110. configure:4461: checking whether gcc accepts -g
  111. configure:4481: gcc -c -g conftest.c >&5
  112. configure:4481: $? = 0
  113. configure:4522: result: yes
  114. configure:4539: checking for gcc option to accept ISO C89
  115. configure:4603: gcc -c -g -O2 conftest.c >&5
  116. configure:4603: $? = 0
  117. configure:4616: result: none needed
  118. configure:4694: checking for g++
  119. configure:4710: found /tools/bin/g++
  120. configure:4721: result: g++
  121. configure:4748: checking for C++ compiler version
  122. configure:4757: g++ --version >&5
  123. g++ (GCC) 4.6.1
  124. Copyright (C) 2011 Free Software Foundation, Inc.
  125. This is free software; see the source for copying conditions. There is NO
  126. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  127.  
  128. configure:4768: $? = 0
  129. configure:4757: g++ -v >&5
  130. Reading specs from /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/specs
  131. COLLECT_GCC=g++
  132. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
  133. Target: x86_64-unknown-linux-gnu
  134. Configured with: ../gcc-4.6.1/configure --prefix=/tools --with-local-prefix=/tools --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --without-ppl --without-cloog --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.6.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
  135. Thread model: posix
  136. gcc version 4.6.1 (GCC)
  137. configure:4768: $? = 0
  138. configure:4757: g++ -V >&5
  139. g++: error: unrecognized option '-V'
  140. g++: fatal error: no input files
  141. compilation terminated.
  142. configure:4768: $? = 1
  143. configure:4757: g++ -qversion >&5
  144. g++: error: unrecognized option '-qversion'
  145. g++: fatal error: no input files
  146. compilation terminated.
  147. configure:4768: $? = 1
  148. configure:4772: checking whether we are using the GNU C++ compiler
  149. configure:4791: g++ -c conftest.cpp >&5
  150. configure:4791: $? = 0
  151. configure:4800: result: yes
  152. configure:4809: checking whether g++ accepts -g
  153. configure:4829: g++ -c -g conftest.cpp >&5
  154. configure:4829: $? = 0
  155. configure:4870: result: yes
  156. configure:4959: checking for gnatbind
  157. configure:4989: result: no
  158. configure:5051: checking for gnatmake
  159. configure:5081: result: no
  160. configure:5100: checking whether compiler driver understands Ada
  161. configure:5123: result: no
  162. configure:5132: checking how to compare bootstrapped objects
  163. configure:5157: result: cmp --ignore-initial=16 $$f1 $$f2
  164. configure:5173: checking for objdir
  165. configure:5188: result: .libs
  166. configure:5730: checking for PWL_handle_timeout in -lpwl
  167. configure:5755: gcc -o conftest -g -O2 conftest.c -lpwl >&5
  168. /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lpwl
  169. collect2: ld returned 1 exit status
  170. configure:5755: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h */
  173. | #define PACKAGE_NAME ""
  174. | #define PACKAGE_TARNAME ""
  175. | #define PACKAGE_VERSION ""
  176. | #define PACKAGE_STRING ""
  177. | #define PACKAGE_BUGREPORT ""
  178. | #define PACKAGE_URL ""
  179. | #define LT_OBJDIR ".libs/"
  180. | /* end confdefs.h. */
  181. |
  182. | /* Override any GCC internal prototype to avoid an error.
  183. | Use char because int might match the return type of a GCC
  184. | builtin and then its argument prototype would still apply. */
  185. | #ifdef __cplusplus
  186. | extern "C"
  187. | #endif
  188. | char PWL_handle_timeout ();
  189. | int
  190. | main ()
  191. | {
  192. | return PWL_handle_timeout ();
  193. | ;
  194. | return 0;
  195. | }
  196. configure:5764: result: no
  197. configure:5778: checking for version 0.11 (revision 0 or later) of PPL
  198. configure:5795: gcc -c -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src conftest.c >&5
  199. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  200. compilation terminated.
  201. configure:5795: $? = 1
  202. configure: failed program was:
  203. | /* confdefs.h */
  204. | #define PACKAGE_NAME ""
  205. | #define PACKAGE_TARNAME ""
  206. | #define PACKAGE_VERSION ""
  207. | #define PACKAGE_STRING ""
  208. | #define PACKAGE_BUGREPORT ""
  209. | #define PACKAGE_URL ""
  210. | #define LT_OBJDIR ".libs/"
  211. | /* end confdefs.h. */
  212. | #include "ppl_c.h"
  213. | int
  214. | main ()
  215. | {
  216. |
  217. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  218. | choke me
  219. | #endif
  220. |
  221. | ;
  222. | return 0;
  223. | }
  224. configure:5799: result: no
  225. configure:7245: checking for default BUILD_CONFIG
  226. configure:7277: result:
  227. configure:7767: checking for bison
  228. configure:7797: result: no
  229. configure:7767: checking for byacc
  230. configure:7797: result: no
  231. configure:7767: checking for yacc
  232. configure:7797: result: no
  233. configure:7815: checking for bison
  234. configure:7845: result: no
  235. configure:7862: checking for gm4
  236. configure:7892: result: no
  237. configure:7862: checking for gnum4
  238. configure:7892: result: no
  239. configure:7862: checking for m4
  240. configure:7878: found /tools/bin/m4
  241. configure:7889: result: m4
  242. configure:7909: checking for flex
  243. configure:7939: result: no
  244. configure:7909: checking for lex
  245. configure:7939: result: no
  246. configure:7957: checking for flex
  247. configure:7987: result: no
  248. configure:8004: checking for makeinfo
  249. configure:8020: found /tools/bin/makeinfo
  250. configure:8031: result: makeinfo
  251. configure:8065: checking for expect
  252. configure:8081: found /tools/bin/expect
  253. configure:8092: result: expect
  254. configure:8114: checking for runtest
  255. configure:8130: found /tools/bin/runtest
  256. configure:8141: result: runtest
  257. configure:8259: checking for ar
  258. configure:8275: found /usr/bin/ar
  259. configure:8286: result: ar
  260. configure:8400: checking for as
  261. configure:8416: found /usr/bin/as
  262. configure:8427: result: as
  263. configure:8541: checking for dlltool
  264. configure:8571: result: no
  265. configure:8601: checking for ld
  266. configure:8628: result: /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../x86_64-unknown-linux-gnu/bin/ld
  267. configure:8823: checking for lipo
  268. configure:8853: result: no
  269. configure:8964: checking for nm
  270. configure:8980: found /usr/bin/nm
  271. configure:8991: result: nm
  272. configure:9105: checking for ranlib
  273. configure:9121: found /usr/bin/ranlib
  274. configure:9132: result: ranlib
  275. configure:9241: checking for strip
  276. configure:9257: found /usr/bin/strip
  277. configure:9268: result: strip
  278. configure:9377: checking for windres
  279. configure:9407: result: no
  280. configure:9518: checking for windmc
  281. configure:9548: result: no
  282. configure:9659: checking for objcopy
  283. configure:9675: found /usr/bin/objcopy
  284. configure:9686: result: objcopy
  285. configure:9800: checking for objdump
  286. configure:9816: found /usr/bin/objdump
  287. configure:9827: result: objdump
  288. configure:9980: checking for cc
  289. configure:9996: found /tools/bin/cc
  290. configure:10007: result: cc
  291. configure:10141: checking for c++
  292. configure:10157: found /tools/bin/c++
  293. configure:10168: result: c++
  294. configure:10302: checking for gcc
  295. configure:10318: found /tools/bin/gcc
  296. configure:10329: result: gcc
  297. configure:10458: checking for gcj
  298. configure:10488: result: no
  299. configure:10619: checking for gfortran
  300. configure:10649: result: no
  301. configure:10780: checking for gccgo
  302. configure:10810: result: no
  303. configure:10871: checking for ar
  304. configure:10904: result: no
  305. configure:11021: checking for ar
  306. configure:11037: found /usr/bin/ar
  307. configure:11048: result: ar
  308. configure:11101: checking for as
  309. configure:11134: result: no
  310. configure:11251: checking for as
  311. configure:11267: found /usr/bin/as
  312. configure:11278: result: as
  313. configure:11331: checking for dlltool
  314. configure:11364: result: no
  315. configure:11481: checking for dlltool
  316. configure:11511: result: no
  317. configure:11561: checking for ld
  318. configure:11594: result: no
  319. configure:11711: checking for ld
  320. configure:11727: found /usr/bin/ld
  321. configure:11738: result: ld
  322. configure:11791: checking for lipo
  323. configure:11824: result: no
  324. configure:11941: checking for lipo
  325. configure:11971: result: no
  326. configure:12021: checking for nm
  327. configure:12054: result: no
  328. configure:12171: checking for nm
  329. configure:12187: found /usr/bin/nm
  330. configure:12198: result: nm
  331. configure:12251: checking for objdump
  332. configure:12284: result: no
  333. configure:12401: checking for objdump
  334. configure:12417: found /usr/bin/objdump
  335. configure:12428: result: objdump
  336. configure:12481: checking for ranlib
  337. configure:12514: result: no
  338. configure:12631: checking for ranlib
  339. configure:12647: found /usr/bin/ranlib
  340. configure:12658: result: ranlib
  341. configure:12711: checking for strip
  342. configure:12744: result: no
  343. configure:12861: checking for strip
  344. configure:12877: found /usr/bin/strip
  345. configure:12888: result: strip
  346. configure:12941: checking for windres
  347. configure:12974: result: no
  348. configure:13091: checking for windres
  349. configure:13121: result: no
  350. configure:13171: checking for windmc
  351. configure:13204: result: no
  352. configure:13321: checking for windmc
  353. configure:13351: result: no
  354. configure:13379: checking where to find the target ar
  355. configure:13412: result: host tool
  356. configure:13421: checking where to find the target as
  357. configure:13454: result: host tool
  358. configure:13463: checking where to find the target cc
  359. configure:13486: result: just compiled
  360. configure:13505: checking where to find the target c++
  361. configure:13531: result: just compiled
  362. configure:13550: checking where to find the target c++ for libstdc++
  363. configure:13576: result: just compiled
  364. configure:13595: checking where to find the target dlltool
  365. configure:13628: result: host tool
  366. configure:13637: checking where to find the target gcc
  367. configure:13660: result: just compiled
  368. configure:13679: checking where to find the target gcj
  369. configure:13715: result: host tool
  370. configure:13724: checking where to find the target gfortran
  371. configure:13760: result: host tool
  372. configure:13769: checking where to find the target gccgo
  373. configure:13805: result: host tool
  374. configure:13814: checking where to find the target ld
  375. configure:13847: result: host tool
  376. configure:13856: checking where to find the target lipo
  377. configure:13878: result: host tool
  378. configure:13887: checking where to find the target nm
  379. configure:13920: result: host tool
  380. configure:13929: checking where to find the target objdump
  381. configure:13962: result: host tool
  382. configure:13971: checking where to find the target ranlib
  383. configure:14004: result: host tool
  384. configure:14013: checking where to find the target strip
  385. configure:14046: result: host tool
  386. configure:14055: checking where to find the target windres
  387. configure:14088: result: host tool
  388. configure:14097: checking where to find the target windmc
  389. configure:14130: result: host tool
  390. configure:14167: checking whether to enable maintainer-specific portions of Makefiles
  391. configure:14176: result: no
  392. configure:14209: checking whether -fkeep-inline-functions is supported
  393. configure:14228: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  394. configure:14228: $? = 0
  395. configure:14229: result: yes
  396. configure:14426: creating ./config.status
  397.  
  398. ## ---------------------- ##
  399. ## Running config.status. ##
  400. ## ---------------------- ##
  401.  
  402. This file was extended by config.status, which was
  403. generated by GNU Autoconf 2.64. Invocation command line was
  404.  
  405. CONFIG_FILES =
  406. CONFIG_HEADERS =
  407. CONFIG_LINKS =
  408. CONFIG_COMMANDS =
  409. $ ./config.status
  410.  
  411. on ubuntu
  412.  
  413. config.status:976: creating Makefile
  414.  
  415. ## ---------------- ##
  416. ## Cache variables. ##
  417. ## ---------------- ##
  418.  
  419. ac_cv_build=x86_64-unknown-linux-gnu
  420. ac_cv_c_compiler_gnu=yes
  421. ac_cv_cxx_compiler_gnu=yes
  422. ac_cv_env_AR_FOR_TARGET_set=
  423. ac_cv_env_AR_FOR_TARGET_value=
  424. ac_cv_env_AR_set=
  425. ac_cv_env_AR_value=
  426. ac_cv_env_AS_FOR_TARGET_set=
  427. ac_cv_env_AS_FOR_TARGET_value=
  428. ac_cv_env_AS_set=
  429. ac_cv_env_AS_value=
  430. ac_cv_env_CCC_set=
  431. ac_cv_env_CCC_value=
  432. ac_cv_env_CC_FOR_TARGET_set=
  433. ac_cv_env_CC_FOR_TARGET_value=
  434. ac_cv_env_CC_set=
  435. ac_cv_env_CC_value=
  436. ac_cv_env_CFLAGS_set=
  437. ac_cv_env_CFLAGS_value=
  438. ac_cv_env_CPPFLAGS_set=
  439. ac_cv_env_CPPFLAGS_value=
  440. ac_cv_env_CXXFLAGS_set=
  441. ac_cv_env_CXXFLAGS_value=
  442. ac_cv_env_CXX_FOR_TARGET_set=
  443. ac_cv_env_CXX_FOR_TARGET_value=
  444. ac_cv_env_CXX_set=
  445. ac_cv_env_CXX_value=
  446. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  447. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  448. ac_cv_env_DLLTOOL_set=
  449. ac_cv_env_DLLTOOL_value=
  450. ac_cv_env_GCC_FOR_TARGET_set=
  451. ac_cv_env_GCC_FOR_TARGET_value=
  452. ac_cv_env_GCJ_FOR_TARGET_set=
  453. ac_cv_env_GCJ_FOR_TARGET_value=
  454. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  455. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  456. ac_cv_env_GOC_FOR_TARGET_set=
  457. ac_cv_env_GOC_FOR_TARGET_value=
  458. ac_cv_env_LDFLAGS_set=
  459. ac_cv_env_LDFLAGS_value=
  460. ac_cv_env_LD_FOR_TARGET_set=
  461. ac_cv_env_LD_FOR_TARGET_value=
  462. ac_cv_env_LD_set=
  463. ac_cv_env_LD_value=
  464. ac_cv_env_LIBS_set=
  465. ac_cv_env_LIBS_value=
  466. ac_cv_env_LIPO_FOR_TARGET_set=
  467. ac_cv_env_LIPO_FOR_TARGET_value=
  468. ac_cv_env_LIPO_set=
  469. ac_cv_env_LIPO_value=
  470. ac_cv_env_NM_FOR_TARGET_set=
  471. ac_cv_env_NM_FOR_TARGET_value=
  472. ac_cv_env_NM_set=
  473. ac_cv_env_NM_value=
  474. ac_cv_env_OBJCOPY_set=
  475. ac_cv_env_OBJCOPY_value=
  476. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  477. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  478. ac_cv_env_OBJDUMP_set=
  479. ac_cv_env_OBJDUMP_value=
  480. ac_cv_env_RANLIB_FOR_TARGET_set=
  481. ac_cv_env_RANLIB_FOR_TARGET_value=
  482. ac_cv_env_RANLIB_set=
  483. ac_cv_env_RANLIB_value=
  484. ac_cv_env_STRIP_FOR_TARGET_set=
  485. ac_cv_env_STRIP_FOR_TARGET_value=
  486. ac_cv_env_STRIP_set=
  487. ac_cv_env_STRIP_value=
  488. ac_cv_env_WINDMC_FOR_TARGET_set=
  489. ac_cv_env_WINDMC_FOR_TARGET_value=
  490. ac_cv_env_WINDMC_set=
  491. ac_cv_env_WINDMC_value=
  492. ac_cv_env_WINDRES_FOR_TARGET_set=
  493. ac_cv_env_WINDRES_FOR_TARGET_value=
  494. ac_cv_env_WINDRES_set=
  495. ac_cv_env_WINDRES_value=
  496. ac_cv_env_build_alias_set=
  497. ac_cv_env_build_alias_value=
  498. ac_cv_env_build_configargs_set=
  499. ac_cv_env_build_configargs_value=
  500. ac_cv_env_host_alias_set=
  501. ac_cv_env_host_alias_value=
  502. ac_cv_env_host_configargs_set=
  503. ac_cv_env_host_configargs_value=
  504. ac_cv_env_target_alias_set=
  505. ac_cv_env_target_alias_value=
  506. ac_cv_env_target_configargs_set=
  507. ac_cv_env_target_configargs_value=
  508. ac_cv_host=x86_64-unknown-linux-gnu
  509. ac_cv_lib_pwl_PWL_handle_timeout=no
  510. ac_cv_objext=o
  511. ac_cv_path_SED=/tools/bin/sed
  512. ac_cv_path_install='/tools/bin/install -c'
  513. ac_cv_prog_AR=ar
  514. ac_cv_prog_AR_FOR_TARGET=ar
  515. ac_cv_prog_AS=as
  516. ac_cv_prog_AS_FOR_TARGET=as
  517. ac_cv_prog_AWK=gawk
  518. ac_cv_prog_CC_FOR_TARGET=cc
  519. ac_cv_prog_CXX_FOR_TARGET=c++
  520. ac_cv_prog_EXPECT=expect
  521. ac_cv_prog_GCC_FOR_TARGET=gcc
  522. ac_cv_prog_LD=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../x86_64-unknown-linux-gnu/bin/ld
  523. ac_cv_prog_LD_FOR_TARGET=ld
  524. ac_cv_prog_M4=m4
  525. ac_cv_prog_MAKEINFO=makeinfo
  526. ac_cv_prog_NM=nm
  527. ac_cv_prog_NM_FOR_TARGET=nm
  528. ac_cv_prog_OBJCOPY=objcopy
  529. ac_cv_prog_OBJDUMP=objdump
  530. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  531. ac_cv_prog_RANLIB=ranlib
  532. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  533. ac_cv_prog_RUNTEST=runtest
  534. ac_cv_prog_STRIP=strip
  535. ac_cv_prog_STRIP_FOR_TARGET=strip
  536. ac_cv_prog_ac_ct_CC=gcc
  537. ac_cv_prog_ac_ct_CXX=g++
  538. ac_cv_prog_cc_c89=
  539. ac_cv_prog_cc_g=yes
  540. ac_cv_prog_cxx_g=yes
  541. ac_cv_target=x86_64-unknown-linux-gnu
  542. acx_cv_cc_gcc_supports_ada=no
  543. acx_cv_prog_LN=ln
  544. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  545. gcc_cv_tool_dirs=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1:/usr/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.6.1:/usr/x86_64-unknown-linux-gnu/bin:
  546. gcc_cv_tool_prefix=/usr
  547. lt_cv_objdir=.libs
  548.  
  549. ## ----------------- ##
  550. ## Output variables. ##
  551. ## ----------------- ##
  552.  
  553. AR='ar'
  554. AR_FOR_BUILD='$(AR)'
  555. AR_FOR_TARGET='$(AR)'
  556. AS='as'
  557. AS_FOR_BUILD='$(AS)'
  558. AS_FOR_TARGET='$(AS)'
  559. AWK='gawk'
  560. BISON='/sources/gcc-4.6.1/missing bison'
  561. BUILD_CONFIG=''
  562. CC='gcc'
  563. CC_FOR_BUILD='$(CC)'
  564. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  565. CFLAGS='-g -O2'
  566. CFLAGS_FOR_BUILD='-g -O2'
  567. CFLAGS_FOR_TARGET='-g -O2'
  568. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  569. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  570. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  571. CONFIGURE_GDB_TK=''
  572. CPPFLAGS=''
  573. CXX='g++'
  574. CXXFLAGS='-g -O2'
  575. CXXFLAGS_FOR_BUILD='-g -O2'
  576. CXXFLAGS_FOR_TARGET='-g -O2'
  577. CXX_FOR_BUILD='$(CXX)'
  578. 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'
  579. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  580. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  581. DLLTOOL='dlltool'
  582. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  583. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  584. ECHO_C=''
  585. ECHO_N='-n'
  586. ECHO_T=''
  587. EXEEXT=''
  588. EXPECT='expect'
  589. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  590. FLEX='/sources/gcc-4.6.1/missing flex'
  591. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  592. GCC_SHLIB_SUBDIR=''
  593. GCJ_FOR_BUILD='$(GCJ)'
  594. GCJ_FOR_TARGET='$(GCJ)'
  595. GDB_TK=''
  596. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  597. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  598. GNATBIND='no'
  599. GNATMAKE='no'
  600. GOC_FOR_BUILD='$(GOC)'
  601. GOC_FOR_TARGET='$(GOC)'
  602. INSTALL_DATA='${INSTALL} -m 644'
  603. INSTALL_GDB_TK=''
  604. INSTALL_PROGRAM='${INSTALL}'
  605. INSTALL_SCRIPT='${INSTALL}'
  606. LD='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../x86_64-unknown-linux-gnu/bin/ld'
  607. LDFLAGS=''
  608. LDFLAGS_FOR_BUILD=''
  609. LD_FOR_BUILD='$(LD)'
  610. LD_FOR_TARGET='$(LD)'
  611. LEX='/sources/gcc-4.6.1/missing flex'
  612. LIBOBJS=''
  613. LIBS=''
  614. LIPO='lipo'
  615. LIPO_FOR_TARGET='$(LIPO)'
  616. LN='ln'
  617. LN_S='ln -s'
  618. LTLIBOBJS=''
  619. M4='m4'
  620. MAINT='#'
  621. MAINTAINER_MODE_FALSE=''
  622. MAINTAINER_MODE_TRUE='#'
  623. MAKEINFO='makeinfo'
  624. NM='nm'
  625. NM_FOR_BUILD='$(NM)'
  626. NM_FOR_TARGET='$(NM)'
  627. OBJCOPY='objcopy'
  628. OBJDUMP='objdump'
  629. OBJDUMP_FOR_TARGET='$(OBJDUMP)'
  630. OBJEXT='o'
  631. PACKAGE_BUGREPORT=''
  632. PACKAGE_NAME=''
  633. PACKAGE_STRING=''
  634. PACKAGE_TARNAME=''
  635. PACKAGE_URL=''
  636. PACKAGE_VERSION=''
  637. PATH_SEPARATOR=':'
  638. RANLIB='ranlib'
  639. RANLIB_FOR_BUILD='$(RANLIB)'
  640. RANLIB_FOR_TARGET='$(RANLIB)'
  641. 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'
  642. RPATH_ENVVAR='LD_LIBRARY_PATH'
  643. RUNTEST='runtest'
  644. SED='/tools/bin/sed'
  645. SHELL='/bin/sh'
  646. STRIP='strip'
  647. STRIP_FOR_TARGET='$(STRIP)'
  648. SYSROOT_CFLAGS_FOR_TARGET=''
  649. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.6.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib'
  650. WINDMC='windmc'
  651. WINDMC_FOR_BUILD='$(WINDMC)'
  652. WINDMC_FOR_TARGET='$(WINDMC)'
  653. WINDRES='windres'
  654. WINDRES_FOR_BUILD='$(WINDRES)'
  655. WINDRES_FOR_TARGET='$(WINDRES)'
  656. YACC='/sources/gcc-4.6.1/missing bison -y'
  657. ac_ct_CC='gcc'
  658. ac_ct_CXX='g++'
  659. bindir='${exec_prefix}/bin'
  660. build='x86_64-unknown-linux-gnu'
  661. build_alias=''
  662. build_configargs=' --cache-file=../config.cache '\''--prefix=/usr'\'' '\''--libexecdir=/usr/lib'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--with-system-zlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  663. build_configdirs=' libiberty fixincludes'
  664. build_cpu='x86_64'
  665. build_libsubdir='build-x86_64-unknown-linux-gnu'
  666. build_noncanonical='x86_64-unknown-linux-gnu'
  667. build_os='linux-gnu'
  668. build_subdir='build-x86_64-unknown-linux-gnu'
  669. build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  670. build_vendor='unknown'
  671. clooginc=''
  672. clooglibs=''
  673. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  674. config_shell='/bin/sh'
  675. configdirs=' intl libiberty libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
  676. datadir='${datarootdir}'
  677. datarootdir='${prefix}/share'
  678. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  679. docdir='${datarootdir}/doc/${PACKAGE}'
  680. dvidir='${docdir}'
  681. exec_prefix='${prefix}'
  682. extra_host_libiberty_configure_flags='--enable-shared'
  683. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  684. extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs'
  685. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  686. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src '
  687. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  688. host='x86_64-unknown-linux-gnu'
  689. host_alias=''
  690. host_configargs=' --cache-file=./config.cache --with-system-zlib '\''--prefix=/usr'\'' '\''--libexecdir=/usr/lib'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--with-system-zlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  691. host_cpu='x86_64'
  692. host_noncanonical='x86_64-unknown-linux-gnu'
  693. host_os='linux-gnu'
  694. host_subdir='.'
  695. host_vendor='unknown'
  696. htmldir='${docdir}'
  697. includedir='${prefix}/include'
  698. infodir='${datarootdir}/info'
  699. libdir='${exec_prefix}/lib'
  700. libexecdir='/usr/lib'
  701. localedir='${datarootdir}/locale'
  702. localstatedir='${prefix}/var'
  703. mandir='${datarootdir}/man'
  704. oldincludedir='/usr/include'
  705. pdfdir='${docdir}'
  706. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  707. poststage1_libs=''
  708. pplinc=''
  709. ppllibs=''
  710. prefix='/usr'
  711. program_transform_name='s,y,y,'
  712. psdir='${docdir}'
  713. sbindir='${exec_prefix}/sbin'
  714. sharedstatedir='${prefix}/com'
  715. stage1_cflags='-g -fkeep-inline-functions'
  716. stage1_checking='--enable-checking=yes,types'
  717. stage1_languages='c,lto'
  718. stage1_ldflags=''
  719. stage1_libs=''
  720. stage2_werror_flag=''
  721. sysconfdir='${prefix}/etc'
  722. target='x86_64-unknown-linux-gnu'
  723. target_alias=''
  724. target_configargs='--cache-file=./config.cache '\''--prefix=/usr'\'' '\''--libexecdir=/usr/lib'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--disable-bootstrap'\'' '\''--with-system-zlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  725. target_configdirs=' libgcc libiberty libgomp libstdc++-v3 libmudflap libssp libquadmath'
  726. target_cpu='x86_64'
  727. target_noncanonical='x86_64-unknown-linux-gnu'
  728. target_os='linux-gnu'
  729. target_subdir='x86_64-unknown-linux-gnu'
  730. target_vendor='unknown'
  731. tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  732.  
  733. ## ------------------- ##
  734. ## File substitutions. ##
  735. ## ------------------- ##
  736.  
  737. alphaieee_frag='/dev/null'
  738. host_makefile_frag='/dev/null'
  739. ospace_frag='/dev/null'
  740. serialization_dependencies='serdep.tmp'
  741. target_makefile_frag='../gcc-4.6.1/config/mt-gnu'
  742.  
  743. ## ----------- ##
  744. ## confdefs.h. ##
  745. ## ----------- ##
  746.  
  747. /* confdefs.h */
  748. #define PACKAGE_NAME ""
  749. #define PACKAGE_TARNAME ""
  750. #define PACKAGE_VERSION ""
  751. #define PACKAGE_STRING ""
  752. #define PACKAGE_BUGREPORT ""
  753. #define PACKAGE_URL ""
  754. #define LT_OBJDIR ".libs/"
  755.  
  756. configure: exit 0
  757.  
  758.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement