Advertisement
Guest User

config.log error

a guest
Mar 11th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.76 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ /home/abhimanyu/gcc/gccsrc/gcc-4.6.3/configure --disable-shared --enable-static --prefix=/home/abhimanyu/gcc/gccinstall --with-gmp=/home/abhimanyu/gcc/prereqs/GMP/install --with-mpfr=/home/abhimanyu/gcc/prereqs/MPFR/install --with-mpc=/home/abhimanyu/gcc/prereqs/MPC/install --disable-multilib --enable-languages=c
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = abhimanyu-Inspiron-N5010
  14. uname -m = i686
  15. uname -r = 3.2.0-57-generic-pae
  16. uname -s = Linux
  17. uname -v = #87-Ubuntu SMP Tue Nov 12 21:57:43 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /home/abhimanyu/bin
  38. PATH: /usr/local/java/jdk1.7.0_45/bin
  39. PATH: /home/abhimanyu/bin
  40. PATH: /usr/local/java/jre1.7.0_45/bin
  41. PATH: /home/abhimanyu/adt-bundle-linux-x86-20131030/sdk/platform-tools
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2222: checking build system type
  49. configure:2236: result: i686-pc-linux-gnu
  50. configure:2283: checking host system type
  51. configure:2296: result: i686-pc-linux-gnu
  52. configure:2316: checking target system type
  53. configure:2329: result: i686-pc-linux-gnu
  54. configure:2383: checking for a BSD-compatible install
  55. configure:2451: result: /usr/bin/install -c
  56. configure:2462: checking whether ln works
  57. configure:2484: result: yes
  58. configure:2488: checking whether ln -s works
  59. configure:2492: result: yes
  60. configure:2499: checking for a sed that does not truncate output
  61. configure:2563: result: /bin/sed
  62. configure:2572: checking for gawk
  63. configure:2588: found /usr/bin/gawk
  64. configure:2599: result: gawk
  65. configure:3913: checking for gcc
  66. configure:3929: found /usr/bin/gcc
  67. configure:3940: result: gcc
  68. configure:4169: checking for C compiler version
  69. configure:4178: gcc --version >&5
  70. gcc-4.6.real (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  71. Copyright (C) 2011 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:4189: $? = 0
  76. configure:4178: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=/usr/bin/gcc-4.6.real
  79. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  80. Target: i686-linux-gnu
  81. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  82. Thread model: posix
  83. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  84. configure:4189: $? = 0
  85. configure:4178: gcc -V >&5
  86. gcc-4.6.real: error: unrecognized option '-V'
  87. gcc-4.6.real: fatal error: no input files
  88. compilation terminated.
  89. configure:4189: $? = 4
  90. configure:4178: gcc -qversion >&5
  91. gcc-4.6.real: error: unrecognized option '-qversion'
  92. gcc-4.6.real: fatal error: no input files
  93. compilation terminated.
  94. configure:4189: $? = 4
  95. configure:4209: checking for C compiler default output file name
  96. configure:4231: gcc conftest.c >&5
  97. configure:4235: $? = 0
  98. configure:4272: result: a.out
  99. configure:4288: checking whether the C compiler works
  100. configure:4297: ./a.out
  101. configure:4301: $? = 0
  102. configure:4316: result: yes
  103. configure:4323: checking whether we are cross compiling
  104. configure:4325: result: no
  105. configure:4328: checking for suffix of executables
  106. configure:4335: gcc -o conftest conftest.c >&5
  107. configure:4339: $? = 0
  108. configure:4361: result:
  109. configure:4367: checking for suffix of object files
  110. configure:4389: gcc -c conftest.c >&5
  111. configure:4393: $? = 0
  112. configure:4414: result: o
  113. configure:4418: checking whether we are using the GNU C compiler
  114. configure:4437: gcc -c conftest.c >&5
  115. configure:4437: $? = 0
  116. configure:4446: result: yes
  117. configure:4455: checking whether gcc accepts -g
  118. configure:4475: gcc -c -g conftest.c >&5
  119. configure:4475: $? = 0
  120. configure:4516: result: yes
  121. configure:4533: checking for gcc option to accept ISO C89
  122. configure:4597: gcc -c -g -O2 conftest.c >&5
  123. configure:4597: $? = 0
  124. configure:4610: result: none needed
  125. configure:4688: checking for g++
  126. configure:4704: found /usr/bin/g++
  127. configure:4715: result: g++
  128. configure:4742: checking for C++ compiler version
  129. configure:4751: g++ --version >&5
  130. g++-4.6.real (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  131. Copyright (C) 2011 Free Software Foundation, Inc.
  132. This is free software; see the source for copying conditions. There is NO
  133. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  134.  
  135. configure:4762: $? = 0
  136. configure:4751: g++ -v >&5
  137. Using built-in specs.
  138. COLLECT_GCC=/usr/bin/g++-4.6.real
  139. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  140. Target: i686-linux-gnu
  141. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  142. Thread model: posix
  143. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  144. configure:4762: $? = 0
  145. configure:4751: g++ -V >&5
  146. g++-4.6.real: error: unrecognized option '-V'
  147. g++-4.6.real: fatal error: no input files
  148. compilation terminated.
  149. configure:4762: $? = 4
  150. configure:4751: g++ -qversion >&5
  151. g++-4.6.real: error: unrecognized option '-qversion'
  152. g++-4.6.real: fatal error: no input files
  153. compilation terminated.
  154. configure:4762: $? = 4
  155. configure:4766: checking whether we are using the GNU C++ compiler
  156. configure:4785: g++ -c conftest.cpp >&5
  157. configure:4785: $? = 0
  158. configure:4794: result: yes
  159. configure:4803: checking whether g++ accepts -g
  160. configure:4823: g++ -c -g conftest.cpp >&5
  161. configure:4823: $? = 0
  162. configure:4864: result: yes
  163. configure:4953: checking for gnatbind
  164. configure:4983: result: no
  165. configure:5045: checking for gnatmake
  166. configure:5075: result: no
  167. configure:5094: checking whether compiler driver understands Ada
  168. configure:5117: result: no
  169. configure:5126: checking how to compare bootstrapped objects
  170. configure:5151: result: cmp --ignore-initial=16 $$f1 $$f2
  171. configure:5167: checking for objdir
  172. configure:5182: result: .libs
  173. configure:5348: checking for the correct version of gmp.h
  174. configure:5368: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  175. configure:5368: $? = 0
  176. configure:5386: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  177. configure:5386: $? = 0
  178. configure:5387: result: yes
  179. configure:5403: checking for the correct version of mpfr.h
  180. configure:5421: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  181. configure:5421: $? = 0
  182. configure:5438: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  183. configure:5438: $? = 0
  184. configure:5439: result: yes
  185. configure:5456: checking for the correct version of mpc.h
  186. configure:5473: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  187. configure:5473: $? = 0
  188. configure:5489: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  189. configure:5489: $? = 0
  190. configure:5490: result: yes
  191. configure:5508: checking for the correct version of the gmp/mpfr/mpc libraries
  192. configure:5539: gcc -o conftest -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c -L/home/abhimanyu/gcc/prereqs/GMP/install/lib -L/home/abhimanyu/gcc/prereqs/MPFR/install/lib -L/home/abhimanyu/gcc/prereqs/MPC/install/lib -lmpc -lmpfr -lgmp >&5
  193. configure:5539: $? = 0
  194. configure:5540: result: yes
  195. configure:5724: checking for PWL_handle_timeout in -lpwl
  196. configure:5749: gcc -o conftest -g -O2 conftest.c -lpwl >&5
  197. /usr/bin/ld.bfd.real: cannot find -lpwl
  198. collect2: ld returned 1 exit status
  199. configure:5749: $? = 1
  200. configure: failed program was:
  201. | /* confdefs.h */
  202. | #define PACKAGE_NAME ""
  203. | #define PACKAGE_TARNAME ""
  204. | #define PACKAGE_VERSION ""
  205. | #define PACKAGE_STRING ""
  206. | #define PACKAGE_BUGREPORT ""
  207. | #define PACKAGE_URL ""
  208. | #define LT_OBJDIR ".libs/"
  209. | /* end confdefs.h. */
  210. |
  211. | /* Override any GCC internal prototype to avoid an error.
  212. | Use char because int might match the return type of a GCC
  213. | builtin and then its argument prototype would still apply. */
  214. | #ifdef __cplusplus
  215. | extern "C"
  216. | #endif
  217. | char PWL_handle_timeout ();
  218. | int
  219. | main ()
  220. | {
  221. | return PWL_handle_timeout ();
  222. | ;
  223. | return 0;
  224. | }
  225. configure:5758: result: no
  226. configure:5772: checking for version 0.11 (revision 0 or later) of PPL
  227. configure:5789: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  228. configure:5789: $? = 0
  229. configure:5790: result: yes
  230. configure:5917: checking for installed CLooG PPL Legacy
  231. configure:5936: gcc -o conftest -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include -DCLOOG_INT_GMP -DCLOOG_ORG -lppl_c -lppl -lgmpxx conftest.c -lcloog >&5
  232. configure:5936: $? = 0
  233. configure:5944: result: PPL Legacy
  234. configure:6082: checking for version 0.15.5 (or later revision) of CLooG
  235. configure:6102: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  236. configure:6102: $? = 0
  237. configure:6118: gcc -c -g -O2 -I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include conftest.c >&5
  238. configure:6118: $? = 0
  239. configure:6129: result: yes
  240. configure:7214: checking for default BUILD_CONFIG
  241. configure:7246: result: bootstrap-debug
  242. configure:7736: checking for bison
  243. configure:7752: found /usr/bin/bison
  244. configure:7763: result: bison -y
  245. configure:7784: checking for bison
  246. configure:7800: found /usr/bin/bison
  247. configure:7811: result: bison
  248. configure:7831: checking for gm4
  249. configure:7861: result: no
  250. configure:7831: checking for gnum4
  251. configure:7861: result: no
  252. configure:7831: checking for m4
  253. configure:7847: found /usr/bin/m4
  254. configure:7858: result: m4
  255. configure:7878: checking for flex
  256. configure:7894: found /usr/bin/flex
  257. configure:7905: result: flex
  258. configure:7926: checking for flex
  259. configure:7942: found /usr/bin/flex
  260. configure:7953: result: flex
  261. configure:7973: checking for makeinfo
  262. configure:7989: found /usr/bin/makeinfo
  263. configure:8000: result: makeinfo
  264. configure:8034: checking for expect
  265. configure:8050: found /usr/bin/expect
  266. configure:8061: result: expect
  267. configure:8083: checking for runtest
  268. configure:8099: found /usr/bin/runtest
  269. configure:8110: result: runtest
  270. configure:8228: checking for ar
  271. configure:8244: found /usr/bin/ar
  272. configure:8255: result: ar
  273. configure:8369: checking for as
  274. configure:8385: found /usr/bin/as
  275. configure:8396: result: as
  276. configure:8510: checking for dlltool
  277. configure:8540: result: no
  278. configure:8651: checking for ld
  279. configure:8667: found /usr/bin/ld
  280. configure:8678: result: ld
  281. configure:8792: checking for lipo
  282. configure:8822: result: no
  283. configure:8933: checking for nm
  284. configure:8949: found /usr/bin/nm
  285. configure:8960: result: nm
  286. configure:9074: checking for ranlib
  287. configure:9090: found /usr/bin/ranlib
  288. configure:9101: result: ranlib
  289. configure:9210: checking for strip
  290. configure:9226: found /usr/bin/strip
  291. configure:9237: result: strip
  292. configure:9346: checking for windres
  293. configure:9376: result: no
  294. configure:9487: checking for windmc
  295. configure:9517: result: no
  296. configure:9628: checking for objcopy
  297. configure:9644: found /usr/bin/objcopy
  298. configure:9655: result: objcopy
  299. configure:9769: checking for objdump
  300. configure:9785: found /usr/bin/objdump
  301. configure:9796: result: objdump
  302. configure:9949: checking for cc
  303. configure:9965: found /usr/bin/cc
  304. configure:9976: result: cc
  305. configure:10110: checking for c++
  306. configure:10126: found /usr/bin/c++
  307. configure:10137: result: c++
  308. configure:10271: checking for gcc
  309. configure:10287: found /usr/bin/gcc
  310. configure:10298: result: gcc
  311. configure:10427: checking for gcj
  312. configure:10457: result: no
  313. configure:10588: checking for gfortran
  314. configure:10618: result: no
  315. configure:10749: checking for gccgo
  316. configure:10779: result: no
  317. configure:10840: checking for ar
  318. configure:10873: result: no
  319. configure:10990: checking for ar
  320. configure:11006: found /usr/bin/ar
  321. configure:11017: result: ar
  322. configure:11070: checking for as
  323. configure:11103: result: no
  324. configure:11220: checking for as
  325. configure:11236: found /usr/bin/as
  326. configure:11247: result: as
  327. configure:11300: checking for dlltool
  328. configure:11333: result: no
  329. configure:11450: checking for dlltool
  330. configure:11480: result: no
  331. configure:11530: checking for ld
  332. configure:11563: result: no
  333. configure:11680: checking for ld
  334. configure:11696: found /usr/bin/ld
  335. configure:11707: result: ld
  336. configure:11760: checking for lipo
  337. configure:11793: result: no
  338. configure:11910: checking for lipo
  339. configure:11940: result: no
  340. configure:11990: checking for nm
  341. configure:12023: result: no
  342. configure:12140: checking for nm
  343. configure:12156: found /usr/bin/nm
  344. configure:12167: result: nm
  345. configure:12220: checking for objdump
  346. configure:12253: result: no
  347. configure:12370: checking for objdump
  348. configure:12386: found /usr/bin/objdump
  349. configure:12397: result: objdump
  350. configure:12450: checking for ranlib
  351. configure:12483: result: no
  352. configure:12600: checking for ranlib
  353. configure:12616: found /usr/bin/ranlib
  354. configure:12627: result: ranlib
  355. configure:12680: checking for strip
  356. configure:12713: result: no
  357. configure:12830: checking for strip
  358. configure:12846: found /usr/bin/strip
  359. configure:12857: result: strip
  360. configure:12910: checking for windres
  361. configure:12943: result: no
  362. configure:13060: checking for windres
  363. configure:13090: result: no
  364. configure:13140: checking for windmc
  365. configure:13173: result: no
  366. configure:13290: checking for windmc
  367. configure:13320: result: no
  368. configure:13348: checking where to find the target ar
  369. configure:13381: result: host tool
  370. configure:13390: checking where to find the target as
  371. configure:13423: result: host tool
  372. configure:13432: checking where to find the target cc
  373. configure:13455: result: just compiled
  374. configure:13474: checking where to find the target c++
  375. configure:13510: result: host tool
  376. configure:13519: checking where to find the target c++ for libstdc++
  377. configure:13555: result: host tool
  378. configure:13564: checking where to find the target dlltool
  379. configure:13597: result: host tool
  380. configure:13606: checking where to find the target gcc
  381. configure:13629: result: just compiled
  382. configure:13648: checking where to find the target gcj
  383. configure:13684: result: host tool
  384. configure:13693: checking where to find the target gfortran
  385. configure:13729: result: host tool
  386. configure:13738: checking where to find the target gccgo
  387. configure:13774: result: host tool
  388. configure:13783: checking where to find the target ld
  389. configure:13816: result: host tool
  390. configure:13825: checking where to find the target lipo
  391. configure:13847: result: host tool
  392. configure:13856: checking where to find the target nm
  393. configure:13889: result: host tool
  394. configure:13898: checking where to find the target objdump
  395. configure:13931: result: host tool
  396. configure:13940: checking where to find the target ranlib
  397. configure:13973: result: host tool
  398. configure:13982: checking where to find the target strip
  399. configure:14015: result: host tool
  400. configure:14024: checking where to find the target windres
  401. configure:14057: result: host tool
  402. configure:14066: checking where to find the target windmc
  403. configure:14099: result: host tool
  404. configure:14136: checking whether to enable maintainer-specific portions of Makefiles
  405. configure:14145: result: no
  406. configure:14178: checking whether -fkeep-inline-functions is supported
  407. configure:14197: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  408. configure:14197: $? = 0
  409. configure:14198: result: yes
  410. configure:14395: creating ./config.status
  411.  
  412. ## ---------------------- ##
  413. ## Running config.status. ##
  414. ## ---------------------- ##
  415.  
  416. This file was extended by config.status, which was
  417. generated by GNU Autoconf 2.64. Invocation command line was
  418.  
  419. CONFIG_FILES =
  420. CONFIG_HEADERS =
  421. CONFIG_LINKS =
  422. CONFIG_COMMANDS =
  423. $ ./config.status
  424.  
  425. on abhimanyu-Inspiron-N5010
  426.  
  427. config.status:960: creating Makefile
  428.  
  429. ## ---------------- ##
  430. ## Cache variables. ##
  431. ## ---------------- ##
  432.  
  433. ac_cv_build=i686-pc-linux-gnu
  434. ac_cv_c_compiler_gnu=yes
  435. ac_cv_cxx_compiler_gnu=yes
  436. ac_cv_env_AR_FOR_TARGET_set=
  437. ac_cv_env_AR_FOR_TARGET_value=
  438. ac_cv_env_AR_set=
  439. ac_cv_env_AR_value=
  440. ac_cv_env_AS_FOR_TARGET_set=
  441. ac_cv_env_AS_FOR_TARGET_value=
  442. ac_cv_env_AS_set=
  443. ac_cv_env_AS_value=
  444. ac_cv_env_CCC_set=
  445. ac_cv_env_CCC_value=
  446. ac_cv_env_CC_FOR_TARGET_set=
  447. ac_cv_env_CC_FOR_TARGET_value=
  448. ac_cv_env_CC_set=
  449. ac_cv_env_CC_value=
  450. ac_cv_env_CFLAGS_set=
  451. ac_cv_env_CFLAGS_value=
  452. ac_cv_env_CPPFLAGS_set=
  453. ac_cv_env_CPPFLAGS_value=
  454. ac_cv_env_CXXFLAGS_set=
  455. ac_cv_env_CXXFLAGS_value=
  456. ac_cv_env_CXX_FOR_TARGET_set=
  457. ac_cv_env_CXX_FOR_TARGET_value=
  458. ac_cv_env_CXX_set=
  459. ac_cv_env_CXX_value=
  460. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  461. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  462. ac_cv_env_DLLTOOL_set=
  463. ac_cv_env_DLLTOOL_value=
  464. ac_cv_env_GCC_FOR_TARGET_set=
  465. ac_cv_env_GCC_FOR_TARGET_value=
  466. ac_cv_env_GCJ_FOR_TARGET_set=
  467. ac_cv_env_GCJ_FOR_TARGET_value=
  468. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  469. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  470. ac_cv_env_GOC_FOR_TARGET_set=
  471. ac_cv_env_GOC_FOR_TARGET_value=
  472. ac_cv_env_LDFLAGS_set=
  473. ac_cv_env_LDFLAGS_value=
  474. ac_cv_env_LD_FOR_TARGET_set=
  475. ac_cv_env_LD_FOR_TARGET_value=
  476. ac_cv_env_LD_set=
  477. ac_cv_env_LD_value=
  478. ac_cv_env_LIBS_set=
  479. ac_cv_env_LIBS_value=
  480. ac_cv_env_LIPO_FOR_TARGET_set=
  481. ac_cv_env_LIPO_FOR_TARGET_value=
  482. ac_cv_env_LIPO_set=
  483. ac_cv_env_LIPO_value=
  484. ac_cv_env_NM_FOR_TARGET_set=
  485. ac_cv_env_NM_FOR_TARGET_value=
  486. ac_cv_env_NM_set=
  487. ac_cv_env_NM_value=
  488. ac_cv_env_OBJCOPY_set=
  489. ac_cv_env_OBJCOPY_value=
  490. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  491. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  492. ac_cv_env_OBJDUMP_set=
  493. ac_cv_env_OBJDUMP_value=
  494. ac_cv_env_RANLIB_FOR_TARGET_set=
  495. ac_cv_env_RANLIB_FOR_TARGET_value=
  496. ac_cv_env_RANLIB_set=
  497. ac_cv_env_RANLIB_value=
  498. ac_cv_env_STRIP_FOR_TARGET_set=
  499. ac_cv_env_STRIP_FOR_TARGET_value=
  500. ac_cv_env_STRIP_set=
  501. ac_cv_env_STRIP_value=
  502. ac_cv_env_WINDMC_FOR_TARGET_set=
  503. ac_cv_env_WINDMC_FOR_TARGET_value=
  504. ac_cv_env_WINDMC_set=
  505. ac_cv_env_WINDMC_value=
  506. ac_cv_env_WINDRES_FOR_TARGET_set=
  507. ac_cv_env_WINDRES_FOR_TARGET_value=
  508. ac_cv_env_WINDRES_set=
  509. ac_cv_env_WINDRES_value=
  510. ac_cv_env_build_alias_set=
  511. ac_cv_env_build_alias_value=
  512. ac_cv_env_build_configargs_set=
  513. ac_cv_env_build_configargs_value=
  514. ac_cv_env_host_alias_set=
  515. ac_cv_env_host_alias_value=
  516. ac_cv_env_host_configargs_set=
  517. ac_cv_env_host_configargs_value=
  518. ac_cv_env_target_alias_set=
  519. ac_cv_env_target_alias_value=
  520. ac_cv_env_target_configargs_set=
  521. ac_cv_env_target_configargs_value=
  522. ac_cv_host=i686-pc-linux-gnu
  523. ac_cv_lib_pwl_PWL_handle_timeout=no
  524. ac_cv_objext=o
  525. ac_cv_path_SED=/bin/sed
  526. ac_cv_path_install='/usr/bin/install -c'
  527. ac_cv_prog_AR=ar
  528. ac_cv_prog_AR_FOR_TARGET=ar
  529. ac_cv_prog_AS=as
  530. ac_cv_prog_AS_FOR_TARGET=as
  531. ac_cv_prog_AWK=gawk
  532. ac_cv_prog_BISON=bison
  533. ac_cv_prog_CC_FOR_TARGET=cc
  534. ac_cv_prog_CXX_FOR_TARGET=c++
  535. ac_cv_prog_EXPECT=expect
  536. ac_cv_prog_FLEX=flex
  537. ac_cv_prog_GCC_FOR_TARGET=gcc
  538. ac_cv_prog_LD=ld
  539. ac_cv_prog_LD_FOR_TARGET=ld
  540. ac_cv_prog_LEX=flex
  541. ac_cv_prog_M4=m4
  542. ac_cv_prog_MAKEINFO=makeinfo
  543. ac_cv_prog_NM=nm
  544. ac_cv_prog_NM_FOR_TARGET=nm
  545. ac_cv_prog_OBJCOPY=objcopy
  546. ac_cv_prog_OBJDUMP=objdump
  547. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  548. ac_cv_prog_RANLIB=ranlib
  549. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  550. ac_cv_prog_RUNTEST=runtest
  551. ac_cv_prog_STRIP=strip
  552. ac_cv_prog_STRIP_FOR_TARGET=strip
  553. ac_cv_prog_YACC='bison -y'
  554. ac_cv_prog_ac_ct_CC=gcc
  555. ac_cv_prog_ac_ct_CXX=g++
  556. ac_cv_prog_cc_c89=
  557. ac_cv_prog_cc_g=yes
  558. ac_cv_prog_cxx_g=yes
  559. ac_cv_target=i686-pc-linux-gnu
  560. acx_cv_cc_gcc_supports_ada=no
  561. acx_cv_prog_LN=ln
  562. gcc_cv_cloog_ct_0_15_5=yes
  563. gcc_cv_cloog_type='PPL Legacy'
  564. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  565. gcc_cv_tool_dirs=/home/abhimanyu/gcc/gccinstall/libexec/gcc/i686-pc-linux-gnu/4.6.3:/home/abhimanyu/gcc/gccinstall/libexec/gcc/i686-pc-linux-gnu:/usr/lib/gcc/i686-pc-linux-gnu/4.6.3:/usr/lib/gcc/i686-pc-linux-gnu:/home/abhimanyu/gcc/gccinstall/i686-pc-linux-gnu/bin/i686-pc-linux-gnu/4.6.3:/home/abhimanyu/gcc/gccinstall/i686-pc-linux-gnu/bin:
  566. gcc_cv_tool_prefix=/home/abhimanyu/gcc/gccinstall
  567. lt_cv_objdir=.libs
  568.  
  569. ## ----------------- ##
  570. ## Output variables. ##
  571. ## ----------------- ##
  572.  
  573. AR='ar'
  574. AR_FOR_BUILD='$(AR)'
  575. AR_FOR_TARGET='$(AR)'
  576. AS='as'
  577. AS_FOR_BUILD='$(AS)'
  578. AS_FOR_TARGET='$(AS)'
  579. AWK='gawk'
  580. BISON='bison'
  581. BUILD_CONFIG='bootstrap-debug'
  582. CC='gcc'
  583. CC_FOR_BUILD='$(CC)'
  584. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  585. CFLAGS='-g -O2'
  586. CFLAGS_FOR_BUILD='-g -O2'
  587. CFLAGS_FOR_TARGET='-g -O2'
  588. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  589. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  590. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  591. CONFIGURE_GDB_TK=''
  592. CPPFLAGS=''
  593. CXX='g++'
  594. CXXFLAGS='-g -O2'
  595. CXXFLAGS_FOR_BUILD='-g -O2'
  596. CXXFLAGS_FOR_TARGET='-g -O2'
  597. CXX_FOR_BUILD='$(CXX)'
  598. CXX_FOR_TARGET='$(CXX)'
  599. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  600. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  601. DLLTOOL='dlltool'
  602. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  603. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  604. ECHO_C=''
  605. ECHO_N='-n'
  606. ECHO_T=''
  607. EXEEXT=''
  608. EXPECT='expect'
  609. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  610. FLEX='flex'
  611. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  612. GCC_SHLIB_SUBDIR=''
  613. GCJ_FOR_BUILD='$(GCJ)'
  614. GCJ_FOR_TARGET='$(GCJ)'
  615. GDB_TK=''
  616. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  617. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  618. GNATBIND='no'
  619. GNATMAKE='no'
  620. GOC_FOR_BUILD='$(GOC)'
  621. GOC_FOR_TARGET='$(GOC)'
  622. INSTALL_DATA='${INSTALL} -m 644'
  623. INSTALL_GDB_TK=''
  624. INSTALL_PROGRAM='${INSTALL}'
  625. INSTALL_SCRIPT='${INSTALL}'
  626. LD='ld'
  627. LDFLAGS=''
  628. LDFLAGS_FOR_BUILD=''
  629. LD_FOR_BUILD='$(LD)'
  630. LD_FOR_TARGET='$(LD)'
  631. LEX='flex'
  632. LIBOBJS=''
  633. LIBS=''
  634. LIPO='lipo'
  635. LIPO_FOR_TARGET='$(LIPO)'
  636. LN='ln'
  637. LN_S='ln -s'
  638. LTLIBOBJS=''
  639. M4='m4'
  640. MAINT='#'
  641. MAINTAINER_MODE_FALSE=''
  642. MAINTAINER_MODE_TRUE='#'
  643. MAKEINFO='makeinfo'
  644. NM='nm'
  645. NM_FOR_BUILD='$(NM)'
  646. NM_FOR_TARGET='$(NM)'
  647. OBJCOPY='objcopy'
  648. OBJDUMP='objdump'
  649. OBJDUMP_FOR_TARGET='$(OBJDUMP)'
  650. OBJEXT='o'
  651. PACKAGE_BUGREPORT=''
  652. PACKAGE_NAME=''
  653. PACKAGE_STRING=''
  654. PACKAGE_TARNAME=''
  655. PACKAGE_URL=''
  656. PACKAGE_VERSION=''
  657. PATH_SEPARATOR=':'
  658. RANLIB='ranlib'
  659. RANLIB_FOR_BUILD='$(RANLIB)'
  660. RANLIB_FOR_TARGET='$(RANLIB)'
  661. RAW_CXX_FOR_TARGET='$(CXX)'
  662. RPATH_ENVVAR='LD_LIBRARY_PATH'
  663. RUNTEST='runtest'
  664. SED='/bin/sed'
  665. SHELL='/bin/bash'
  666. STRIP='strip'
  667. STRIP_FOR_TARGET='$(STRIP)'
  668. SYSROOT_CFLAGS_FOR_TARGET=''
  669. TOPLEVEL_CONFIGURE_ARGUMENTS='/home/abhimanyu/gcc/gccsrc/gcc-4.6.3/configure --disable-shared --enable-static --prefix=/home/abhimanyu/gcc/gccinstall --with-gmp=/home/abhimanyu/gcc/prereqs/GMP/install --with-mpfr=/home/abhimanyu/gcc/prereqs/MPFR/install --with-mpc=/home/abhimanyu/gcc/prereqs/MPC/install --disable-multilib --enable-languages=c'
  670. WINDMC='windmc'
  671. WINDMC_FOR_BUILD='$(WINDMC)'
  672. WINDMC_FOR_TARGET='$(WINDMC)'
  673. WINDRES='windres'
  674. WINDRES_FOR_BUILD='$(WINDRES)'
  675. WINDRES_FOR_TARGET='$(WINDRES)'
  676. YACC='bison -y'
  677. ac_ct_CC='gcc'
  678. ac_ct_CXX='g++'
  679. bindir='${exec_prefix}/bin'
  680. build='i686-pc-linux-gnu'
  681. build_alias=''
  682. build_configargs=' --cache-file=../config.cache '\''--disable-shared'\'' '\''--enable-static'\'' '\''--prefix=/home/abhimanyu/gcc/gccinstall'\'' '\''--with-gmp=/home/abhimanyu/gcc/prereqs/GMP/install'\'' '\''--with-mpfr=/home/abhimanyu/gcc/prereqs/MPFR/install'\'' '\''--with-mpc=/home/abhimanyu/gcc/prereqs/MPC/install'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  683. build_configdirs=' libiberty fixincludes'
  684. build_cpu='i686'
  685. build_libsubdir='build-i686-pc-linux-gnu'
  686. build_noncanonical='i686-pc-linux-gnu'
  687. build_os='linux-gnu'
  688. build_subdir='build-i686-pc-linux-gnu'
  689. build_tooldir='${exec_prefix}/i686-pc-linux-gnu'
  690. build_vendor='pc'
  691. clooginc=''
  692. clooglibs=' -lcloog'
  693. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  694. config_shell='/bin/bash'
  695. configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc lto-plugin'
  696. datadir='${datarootdir}'
  697. datarootdir='${prefix}/share'
  698. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  699. docdir='${datarootdir}/doc/${PACKAGE}'
  700. dvidir='${docdir}'
  701. exec_prefix='${prefix}'
  702. extra_host_libiberty_configure_flags='--enable-shared'
  703. extra_mpc_gmp_configure_flags=''
  704. extra_mpc_mpfr_configure_flags=''
  705. extra_mpfr_configure_flags=''
  706. gmpinc='-I/home/abhimanyu/gcc/prereqs/GMP/install/include -I/home/abhimanyu/gcc/prereqs/MPFR/install/include -I/home/abhimanyu/gcc/prereqs/MPC/install/include '
  707. gmplibs='-L/home/abhimanyu/gcc/prereqs/GMP/install/lib -L/home/abhimanyu/gcc/prereqs/MPFR/install/lib -L/home/abhimanyu/gcc/prereqs/MPC/install/lib -lmpc -lmpfr -lgmp'
  708. host='i686-pc-linux-gnu'
  709. host_alias=''
  710. host_configargs=' --cache-file=./config.cache '\''--disable-shared'\'' '\''--enable-static'\'' '\''--prefix=/home/abhimanyu/gcc/gccinstall'\'' '\''--with-gmp=/home/abhimanyu/gcc/prereqs/GMP/install'\'' '\''--with-mpfr=/home/abhimanyu/gcc/prereqs/MPFR/install'\'' '\''--with-mpc=/home/abhimanyu/gcc/prereqs/MPC/install'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  711. host_cpu='i686'
  712. host_noncanonical='i686-pc-linux-gnu'
  713. host_os='linux-gnu'
  714. host_subdir='.'
  715. host_vendor='pc'
  716. htmldir='${docdir}'
  717. includedir='${prefix}/include'
  718. infodir='${datarootdir}/info'
  719. libdir='${exec_prefix}/lib'
  720. libexecdir='${exec_prefix}/libexec'
  721. localedir='${datarootdir}/locale'
  722. localstatedir='${prefix}/var'
  723. mandir='${datarootdir}/man'
  724. oldincludedir='/usr/include'
  725. pdfdir='${docdir}'
  726. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  727. poststage1_libs=''
  728. pplinc=''
  729. ppllibs=' -lppl_c -lppl -lgmpxx'
  730. prefix='/home/abhimanyu/gcc/gccinstall'
  731. program_transform_name='s,y,y,'
  732. psdir='${docdir}'
  733. sbindir='${exec_prefix}/sbin'
  734. sharedstatedir='${prefix}/com'
  735. stage1_cflags='-g -fkeep-inline-functions'
  736. stage1_checking='--enable-checking=yes,types'
  737. stage1_languages='c,lto'
  738. stage1_ldflags=''
  739. stage1_libs=''
  740. stage2_werror_flag=''
  741. sysconfdir='${prefix}/etc'
  742. target='i686-pc-linux-gnu'
  743. target_alias=''
  744. target_configargs='--cache-file=./config.cache '\''--disable-shared'\'' '\''--enable-static'\'' '\''--prefix=/home/abhimanyu/gcc/gccinstall'\'' '\''--with-gmp=/home/abhimanyu/gcc/prereqs/GMP/install'\'' '\''--with-mpfr=/home/abhimanyu/gcc/prereqs/MPFR/install'\'' '\''--with-mpc=/home/abhimanyu/gcc/prereqs/MPC/install'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  745. target_configdirs=' libgcc libgomp libmudflap libssp libquadmath'
  746. target_cpu='i686'
  747. target_noncanonical='i686-pc-linux-gnu'
  748. target_os='linux-gnu'
  749. target_subdir='i686-pc-linux-gnu'
  750. target_vendor='pc'
  751. tooldir='${exec_prefix}/i686-pc-linux-gnu'
  752.  
  753. ## ------------------- ##
  754. ## File substitutions. ##
  755. ## ------------------- ##
  756.  
  757. alphaieee_frag='/dev/null'
  758. host_makefile_frag='/home/abhimanyu/gcc/gccsrc/gcc-4.6.3/config/mh-x86omitfp'
  759. ospace_frag='/dev/null'
  760. serialization_dependencies='serdep.tmp'
  761. target_makefile_frag='/home/abhimanyu/gcc/gccsrc/gcc-4.6.3/config/mt-gnu'
  762.  
  763. ## ----------- ##
  764. ## confdefs.h. ##
  765. ## ----------- ##
  766.  
  767. /* confdefs.h */
  768. #define PACKAGE_NAME ""
  769. #define PACKAGE_TARNAME ""
  770. #define PACKAGE_VERSION ""
  771. #define PACKAGE_STRING ""
  772. #define PACKAGE_BUGREPORT ""
  773. #define PACKAGE_URL ""
  774. #define LT_OBJDIR ".libs/"
  775.  
  776. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement