Advertisement
Guest User

configure.log

a guest
Jul 19th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 28.86 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.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = c1
  14. uname -m = x86_64
  15. uname -r = 3.0.101-0.35-default
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Jul 9 11:43:04 UTC 2014 (c36987d)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = x86_64
  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: /home/c1/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /sbin
  34. PATH: /usr/sbin
  35. PATH: /bin
  36. PATH: /usr/bin/X11
  37. PATH: /usr/X11R6/bin
  38. PATH: /usr/games
  39. PATH: /usr/lib64/jvm/jre/bin
  40. PATH: /usr/lib/mit/bin
  41. PATH: /usr/lib/mit/sbin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2237: checking build system type
  49. configure:2251: result: x86_64-unknown-linux-gnu
  50. configure:2298: checking host system type
  51. configure:2311: result: x86_64-unknown-linux-gnu
  52. configure:2331: checking target system type
  53. configure:2344: result: x86_64-unknown-linux-gnu
  54. configure:2398: checking for a BSD-compatible install
  55. configure:2466: result: /usr/bin/install -c
  56. configure:2477: checking whether ln works
  57. configure:2499: result: yes
  58. configure:2503: checking whether ln -s works
  59. configure:2507: result: yes
  60. configure:2514: checking for a sed that does not truncate output
  61. configure:2578: result: /usr/bin/sed
  62. configure:2587: checking for gawk
  63. configure:2603: found /usr/bin/gawk
  64. configure:2614: result: gawk
  65. configure:3070: checking for libitm support
  66. configure:3080: result: yes
  67. configure:3776: checking for gcc
  68. configure:3792: found /usr/bin/gcc
  69. configure:3803: result: gcc
  70. configure:4032: checking for C compiler version
  71. configure:4041: gcc --version >&5
  72. gcc (SUSE Linux) 4.3.4 [gcc-4_3-branch revision 152973]
  73. Copyright (C) 2008 Free Software Foundation, Inc.
  74. This is free software; see the source for copying conditions.  There is NO
  75. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  76.  
  77. configure:4052: $? = 0
  78. configure:4041: gcc -v >&5
  79. Using built-in specs.
  80. Target: x86_64-suse-linux
  81. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
  82. Thread model: posix
  83. gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux)
  84. configure:4052: $? = 0
  85. configure:4041: gcc -V >&5
  86. gcc: '-V' option must have argument
  87. configure:4052: $? = 1
  88. configure:4041: gcc -qversion >&5
  89. gcc: unrecognized option '-qversion'
  90. gcc: no input files
  91. configure:4052: $? = 1
  92. configure:4072: checking for C compiler default output file name
  93. configure:4094: gcc    conftest.c  >&5
  94. configure:4098: $? = 0
  95. configure:4135: result: a.out
  96. configure:4151: checking whether the C compiler works
  97. configure:4160: ./a.out
  98. configure:4164: $? = 0
  99. configure:4179: result: yes
  100. configure:4186: checking whether we are cross compiling
  101. configure:4188: result: no
  102. configure:4191: checking for suffix of executables
  103. configure:4198: gcc -o conftest    conftest.c  >&5
  104. configure:4202: $? = 0
  105. configure:4224: result:
  106. configure:4230: checking for suffix of object files
  107. configure:4252: gcc -c   conftest.c >&5
  108. configure:4256: $? = 0
  109. configure:4277: result: o
  110. configure:4281: checking whether we are using the GNU C compiler
  111. configure:4300: gcc -c   conftest.c >&5
  112. configure:4300: $? = 0
  113. configure:4309: result: yes
  114. configure:4318: checking whether gcc accepts -g
  115. configure:4338: gcc -c -g  conftest.c >&5
  116. configure:4338: $? = 0
  117. configure:4379: result: yes
  118. configure:4396: checking for gcc option to accept ISO C89
  119. configure:4460: gcc  -c -g -O2  conftest.c >&5
  120. configure:4460: $? = 0
  121. configure:4473: result: none needed
  122. configure:4551: checking for g++
  123. configure:4581: result: no
  124. configure:4551: checking for c++
  125. configure:4581: result: no
  126. configure:4551: checking for gpp
  127. configure:4581: result: no
  128. configure:4551: checking for aCC
  129. configure:4581: result: no
  130. configure:4551: checking for CC
  131. configure:4581: result: no
  132. configure:4551: checking for cxx
  133. configure:4581: result: no
  134. configure:4551: checking for cc++
  135. configure:4581: result: no
  136. configure:4551: checking for cl.exe
  137. configure:4581: result: no
  138. configure:4551: checking for FCC
  139. configure:4581: result: no
  140. configure:4551: checking for KCC
  141. configure:4581: result: no
  142. configure:4551: checking for RCC
  143. configure:4581: result: no
  144. configure:4551: checking for xlC_r
  145. configure:4581: result: no
  146. configure:4551: checking for xlC
  147. configure:4581: result: no
  148. configure:4605: checking for C++ compiler version
  149. configure:4614: g++ --version >&5
  150. ./configure: line 4616: g++: command not found
  151. configure:4625: $? = 127
  152. configure:4614: g++ -v >&5
  153. ./configure: line 4616: g++: command not found
  154. configure:4625: $? = 127
  155. configure:4614: g++ -V >&5
  156. ./configure: line 4616: g++: command not found
  157. configure:4625: $? = 127
  158. configure:4614: g++ -qversion >&5
  159. ./configure: line 4616: g++: command not found
  160. configure:4625: $? = 127
  161. configure:4629: checking whether we are using the GNU C++ compiler
  162. configure:4648: g++ -c   conftest.cpp >&5
  163. ./configure: line 1754: g++: command not found
  164. configure:4648: $? = 127
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME ""
  168. | #define PACKAGE_TARNAME ""
  169. | #define PACKAGE_VERSION ""
  170. | #define PACKAGE_STRING ""
  171. | #define PACKAGE_BUGREPORT ""
  172. | #define PACKAGE_URL ""
  173. | /* end confdefs.h.  */
  174. |
  175. | int
  176. | main ()
  177. | {
  178. | #ifndef __GNUC__
  179. |        choke me
  180. | #endif
  181. |
  182. |   ;
  183. |   return 0;
  184. | }
  185. configure:4657: result: no
  186. configure:4666: checking whether g++ accepts -g
  187. configure:4686: g++ -c -g  conftest.cpp >&5
  188. ./configure: line 1754: g++: command not found
  189. configure:4686: $? = 127
  190. configure: failed program was:
  191. | /* confdefs.h */
  192. | #define PACKAGE_NAME ""
  193. | #define PACKAGE_TARNAME ""
  194. | #define PACKAGE_VERSION ""
  195. | #define PACKAGE_STRING ""
  196. | #define PACKAGE_BUGREPORT ""
  197. | #define PACKAGE_URL ""
  198. | /* end confdefs.h.  */
  199. |
  200. | int
  201. | main ()
  202. | {
  203. |
  204. |   ;
  205. |   return 0;
  206. | }
  207. configure:4701: g++ -c   conftest.cpp >&5
  208. ./configure: line 1754: g++: command not found
  209. configure:4701: $? = 127
  210. configure: failed program was:
  211. | /* confdefs.h */
  212. | #define PACKAGE_NAME ""
  213. | #define PACKAGE_TARNAME ""
  214. | #define PACKAGE_VERSION ""
  215. | #define PACKAGE_STRING ""
  216. | #define PACKAGE_BUGREPORT ""
  217. | #define PACKAGE_URL ""
  218. | /* end confdefs.h.  */
  219. |
  220. | int
  221. | main ()
  222. | {
  223. |
  224. |   ;
  225. |   return 0;
  226. | }
  227. configure:4717: g++ -c -g  conftest.cpp >&5
  228. ./configure: line 1754: g++: command not found
  229. configure:4717: $? = 127
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME ""
  233. | #define PACKAGE_TARNAME ""
  234. | #define PACKAGE_VERSION ""
  235. | #define PACKAGE_STRING ""
  236. | #define PACKAGE_BUGREPORT ""
  237. | #define PACKAGE_URL ""
  238. | /* end confdefs.h.  */
  239. |
  240. | int
  241. | main ()
  242. | {
  243. |
  244. |   ;
  245. |   return 0;
  246. | }
  247. configure:4727: result: no
  248. configure:4816: checking for gnatbind
  249. configure:4846: result: no
  250. configure:4908: checking for gnatmake
  251. configure:4938: result: no
  252. configure:4957: checking whether compiler driver understands Ada
  253. configure:4980: result: no
  254. configure:4989: checking how to compare bootstrapped objects
  255. configure:5014: result: cmp --ignore-initial=16 $$f1 $$f2
  256. configure:5086: checking for objdir
  257. configure:5101: result: .libs
  258. configure:5267: checking for the correct version of gmp.h
  259. configure:5287: gcc -c -g -O2   conftest.c >&5
  260. configure:5287: $? = 0
  261. configure:5305: gcc -c -g -O2   conftest.c >&5
  262. configure:5305: $? = 0
  263. configure:5306: result: yes
  264. configure:5322: checking for the correct version of mpfr.h
  265. configure:5340: gcc -c -g -O2   conftest.c >&5
  266. configure:5340: $? = 0
  267. configure:5357: gcc -c -g -O2   conftest.c >&5
  268. configure:5357: $? = 0
  269. configure:5358: result: yes
  270. configure:5375: checking for the correct version of mpc.h
  271. configure:5392: gcc -c -g -O2   conftest.c >&5
  272. configure:5392: $? = 0
  273. configure:5408: gcc -c -g -O2   conftest.c >&5
  274. configure:5408: $? = 0
  275. configure:5409: result: yes
  276. configure:5427: checking for the correct version of the gmp/mpfr/mpc libraries
  277. configure:5458: gcc -o conftest -g -O2    conftest.c  -lmpc -lmpfr -lgmp >&5
  278. configure:5458: $? = 0
  279. configure:5459: result: yes
  280. configure:5643: checking for PWL_handle_timeout in -lpwl
  281. configure:5668: gcc -o conftest -g -O2   conftest.c -lpwl    -lstdc++ -lm >&5
  282. /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lpwl
  283. /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lstdc++
  284. collect2: ld returned 1 exit status
  285. configure:5668: $? = 1
  286. configure: failed program was:
  287. | /* confdefs.h */
  288. | #define PACKAGE_NAME ""
  289. | #define PACKAGE_TARNAME ""
  290. | #define PACKAGE_VERSION ""
  291. | #define PACKAGE_STRING ""
  292. | #define PACKAGE_BUGREPORT ""
  293. | #define PACKAGE_URL ""
  294. | #define LT_OBJDIR ".libs/"
  295. | /* end confdefs.h.  */
  296. |
  297. | /* Override any GCC internal prototype to avoid an error.
  298. |    Use char because int might match the return type of a GCC
  299. |    builtin and then its argument prototype would still apply.  */
  300. | #ifdef __cplusplus
  301. | extern "C"
  302. | #endif
  303. | char PWL_handle_timeout ();
  304. | int
  305. | main ()
  306. | {
  307. | return PWL_handle_timeout ();
  308. |   ;
  309. |   return 0;
  310. | }
  311. configure:5677: result: no
  312. configure:5691: checking for version 0.11 (revision 0 or later) of PPL
  313. configure:5708: gcc -c -g -O2    conftest.c >&5
  314. conftest.c:10:19: error: ppl_c.h: No such file or directory
  315. conftest.c: In function 'main':
  316. conftest.c:16: error: 'choke' undeclared (first use in this function)
  317. conftest.c:16: error: (Each undeclared identifier is reported only once
  318. conftest.c:16: error: for each function it appears in.)
  319. conftest.c:16: error: expected ';' before 'me'
  320. configure:5708: $? = 1
  321. configure: failed program was:
  322. | /* confdefs.h */
  323. | #define PACKAGE_NAME ""
  324. | #define PACKAGE_TARNAME ""
  325. | #define PACKAGE_VERSION ""
  326. | #define PACKAGE_STRING ""
  327. | #define PACKAGE_BUGREPORT ""
  328. | #define PACKAGE_URL ""
  329. | #define LT_OBJDIR ".libs/"
  330. | /* end confdefs.h.  */
  331. | #include "ppl_c.h"
  332. | int
  333. | main ()
  334. | {
  335. |
  336. |     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  337. |     choke me
  338. |     #endif
  339. |
  340. |   ;
  341. |   return 0;
  342. | }
  343. configure:5712: result: no
  344. configure:7026: checking for default BUILD_CONFIG
  345. configure:7058: result:
  346. configure:7547: checking for bison
  347. configure:7563: found /usr/local/bin/bison
  348. configure:7574: result: bison -y
  349. configure:7594: checking for bison
  350. configure:7610: found /usr/local/bin/bison
  351. configure:7621: result: bison
  352. configure:7641: checking for gm4
  353. configure:7671: result: no
  354. configure:7641: checking for gnum4
  355. configure:7671: result: no
  356. configure:7641: checking for m4
  357. configure:7657: found /usr/local/bin/m4
  358. configure:7668: result: m4
  359. configure:7688: checking for flex
  360. configure:7704: found /usr/local/bin/flex
  361. configure:7715: result: flex
  362. configure:7736: checking for flex
  363. configure:7752: found /usr/local/bin/flex
  364. configure:7763: result: flex
  365. configure:7783: checking for makeinfo
  366. configure:7813: result: no
  367. configure:7844: checking for expect
  368. configure:7874: result: no
  369. configure:7893: checking for runtest
  370. configure:7923: result: no
  371. configure:8038: checking for ar
  372. configure:8054: found /usr/bin/ar
  373. configure:8065: result: ar
  374. configure:8179: checking for as
  375. configure:8195: found /usr/bin/as
  376. configure:8206: result: as
  377. configure:8320: checking for dlltool
  378. configure:8350: result: no
  379. configure:8380: checking for ld
  380. configure:8407: result: /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld
  381. configure:8602: checking for lipo
  382. configure:8632: result: no
  383. configure:8743: checking for nm
  384. configure:8759: found /usr/bin/nm
  385. configure:8770: result: nm
  386. configure:8884: checking for ranlib
  387. configure:8900: found /usr/bin/ranlib
  388. configure:8911: result: ranlib
  389. configure:9020: checking for strip
  390. configure:9036: found /usr/bin/strip
  391. configure:9047: result: strip
  392. configure:9156: checking for windres
  393. configure:9186: result: no
  394. configure:9297: checking for windmc
  395. configure:9327: result: no
  396. configure:9438: checking for objcopy
  397. configure:9454: found /usr/bin/objcopy
  398. configure:9465: result: objcopy
  399. configure:9579: checking for objdump
  400. configure:9595: found /usr/bin/objdump
  401. configure:9606: result: objdump
  402. configure:9720: checking for readelf
  403. configure:9736: found /usr/bin/readelf
  404. configure:9747: result: readelf
  405. configure:9900: checking for cc
  406. configure:9916: found /usr/bin/cc
  407. configure:9927: result: cc
  408. configure:10061: checking for c++
  409. configure:10091: result: no
  410. configure:10061: checking for g++
  411. configure:10091: result: no
  412. configure:10061: checking for cxx
  413. configure:10091: result: no
  414. configure:10061: checking for gxx
  415. configure:10091: result: no
  416. configure:10222: checking for gcc
  417. configure:10238: found /usr/bin/gcc
  418. configure:10249: result: gcc
  419. configure:10378: checking for gcj
  420. configure:10408: result: no
  421. configure:10539: checking for gfortran
  422. configure:10569: result: no
  423. configure:10700: checking for gccgo
  424. configure:10730: result: no
  425. configure:10791: checking for ar
  426. configure:10824: result: no
  427. configure:10941: checking for ar
  428. configure:10957: found /usr/bin/ar
  429. configure:10968: result: ar
  430. configure:11021: checking for as
  431. configure:11054: result: no
  432. configure:11171: checking for as
  433. configure:11187: found /usr/bin/as
  434. configure:11198: result: as
  435. configure:11251: checking for dlltool
  436. configure:11284: result: no
  437. configure:11401: checking for dlltool
  438. configure:11431: result: no
  439. configure:11481: checking for ld
  440. configure:11514: result: no
  441. configure:11631: checking for ld
  442. configure:11647: found /usr/bin/ld
  443. configure:11658: result: ld
  444. configure:11711: checking for lipo
  445. configure:11744: result: no
  446. configure:11861: checking for lipo
  447. configure:11891: result: no
  448. configure:11941: checking for nm
  449. configure:11974: result: no
  450. configure:12091: checking for nm
  451. configure:12107: found /usr/bin/nm
  452. configure:12118: result: nm
  453. configure:12171: checking for objdump
  454. configure:12204: result: no
  455. configure:12321: checking for objdump
  456. configure:12337: found /usr/bin/objdump
  457. configure:12348: result: objdump
  458. configure:12401: checking for ranlib
  459. configure:12434: result: no
  460. configure:12551: checking for ranlib
  461. configure:12567: found /usr/bin/ranlib
  462. configure:12578: result: ranlib
  463. configure:12631: checking for readelf
  464. configure:12664: result: no
  465. configure:12781: checking for readelf
  466. configure:12797: found /usr/bin/readelf
  467. configure:12808: result: readelf
  468. configure:12861: checking for strip
  469. configure:12894: result: no
  470. configure:13011: checking for strip
  471. configure:13027: found /usr/bin/strip
  472. configure:13038: result: strip
  473. configure:13091: checking for windres
  474. configure:13124: result: no
  475. configure:13241: checking for windres
  476. configure:13271: result: no
  477. configure:13321: checking for windmc
  478. configure:13354: result: no
  479. configure:13471: checking for windmc
  480. configure:13501: result: no
  481. configure:13529: checking where to find the target ar
  482. configure:13562: result: host tool
  483. configure:13571: checking where to find the target as
  484. configure:13604: result: host tool
  485. configure:13613: checking where to find the target cc
  486. configure:13636: result: just compiled
  487. configure:13655: checking where to find the target c++
  488. configure:13681: result: just compiled
  489. configure:13700: checking where to find the target c++ for libstdc++
  490. configure:13726: result: just compiled
  491. configure:13745: checking where to find the target dlltool
  492. configure:13778: result: host tool
  493. configure:13787: checking where to find the target gcc
  494. configure:13810: result: just compiled
  495. configure:13829: checking where to find the target gcj
  496. configure:13855: result: just compiled
  497. configure:13874: checking where to find the target gfortran
  498. configure:13900: result: just compiled
  499. configure:13919: checking where to find the target gccgo
  500. configure:13955: result: host tool
  501. configure:13964: checking where to find the target ld
  502. configure:13997: result: host tool
  503. configure:14006: checking where to find the target lipo
  504. configure:14028: result: host tool
  505. configure:14037: checking where to find the target nm
  506. configure:14070: result: host tool
  507. configure:14079: checking where to find the target objdump
  508. configure:14112: result: host tool
  509. configure:14121: checking where to find the target ranlib
  510. configure:14154: result: host tool
  511. configure:14163: checking where to find the target readelf
  512. configure:14196: result: host tool
  513. configure:14205: checking where to find the target strip
  514. configure:14238: result: host tool
  515. configure:14247: checking where to find the target windres
  516. configure:14280: result: host tool
  517. configure:14289: checking where to find the target windmc
  518. configure:14322: result: host tool
  519. configure:14359: checking whether to enable maintainer-specific portions of Makefiles
  520. configure:14368: result: no
  521. configure:14401: checking whether -fkeep-inline-functions is supported
  522. configure:14420: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
  523. configure:14420: $? = 0
  524. configure:14421: result: yes
  525. configure:14627: creating ./config.status
  526.  
  527. ## ---------------------- ##
  528. ## Running config.status. ##
  529. ## ---------------------- ##
  530.  
  531. This file was extended by config.status, which was
  532. generated by GNU Autoconf 2.64.  Invocation command line was
  533.  
  534.   CONFIG_FILES    =
  535.   CONFIG_HEADERS  =
  536.   CONFIG_LINKS    =
  537.   CONFIG_COMMANDS =
  538.   $ ./config.status
  539.  
  540. on c1
  541.  
  542. config.status:990: creating Makefile
  543.  
  544. ## ---------------- ##
  545. ## Cache variables. ##
  546. ## ---------------- ##
  547.  
  548. ac_cv_build=x86_64-unknown-linux-gnu
  549. ac_cv_c_compiler_gnu=yes
  550. ac_cv_cxx_compiler_gnu=no
  551. ac_cv_env_AR_FOR_TARGET_set=
  552. ac_cv_env_AR_FOR_TARGET_value=
  553. ac_cv_env_AR_set=
  554. ac_cv_env_AR_value=
  555. ac_cv_env_AS_FOR_TARGET_set=
  556. ac_cv_env_AS_FOR_TARGET_value=
  557. ac_cv_env_AS_set=
  558. ac_cv_env_AS_value=
  559. ac_cv_env_CCC_set=
  560. ac_cv_env_CCC_value=
  561. ac_cv_env_CC_FOR_TARGET_set=
  562. ac_cv_env_CC_FOR_TARGET_value=
  563. ac_cv_env_CC_set=
  564. ac_cv_env_CC_value=
  565. ac_cv_env_CFLAGS_set=
  566. ac_cv_env_CFLAGS_value=
  567. ac_cv_env_CPPFLAGS_set=
  568. ac_cv_env_CPPFLAGS_value=
  569. ac_cv_env_CXXFLAGS_set=
  570. ac_cv_env_CXXFLAGS_value=
  571. ac_cv_env_CXX_FOR_TARGET_set=
  572. ac_cv_env_CXX_FOR_TARGET_value=
  573. ac_cv_env_CXX_set=
  574. ac_cv_env_CXX_value=
  575. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  576. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  577. ac_cv_env_DLLTOOL_set=
  578. ac_cv_env_DLLTOOL_value=
  579. ac_cv_env_GCC_FOR_TARGET_set=
  580. ac_cv_env_GCC_FOR_TARGET_value=
  581. ac_cv_env_GCJ_FOR_TARGET_set=
  582. ac_cv_env_GCJ_FOR_TARGET_value=
  583. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  584. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  585. ac_cv_env_GOC_FOR_TARGET_set=
  586. ac_cv_env_GOC_FOR_TARGET_value=
  587. ac_cv_env_LDFLAGS_set=
  588. ac_cv_env_LDFLAGS_value=
  589. ac_cv_env_LD_FOR_TARGET_set=
  590. ac_cv_env_LD_FOR_TARGET_value=
  591. ac_cv_env_LD_set=
  592. ac_cv_env_LD_value=
  593. ac_cv_env_LIBS_set=
  594. ac_cv_env_LIBS_value=
  595. ac_cv_env_LIPO_FOR_TARGET_set=
  596. ac_cv_env_LIPO_FOR_TARGET_value=
  597. ac_cv_env_LIPO_set=
  598. ac_cv_env_LIPO_value=
  599. ac_cv_env_NM_FOR_TARGET_set=
  600. ac_cv_env_NM_FOR_TARGET_value=
  601. ac_cv_env_NM_set=
  602. ac_cv_env_NM_value=
  603. ac_cv_env_OBJCOPY_set=
  604. ac_cv_env_OBJCOPY_value=
  605. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  606. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  607. ac_cv_env_OBJDUMP_set=
  608. ac_cv_env_OBJDUMP_value=
  609. ac_cv_env_RANLIB_FOR_TARGET_set=
  610. ac_cv_env_RANLIB_FOR_TARGET_value=
  611. ac_cv_env_RANLIB_set=
  612. ac_cv_env_RANLIB_value=
  613. ac_cv_env_READELF_FOR_TARGET_set=
  614. ac_cv_env_READELF_FOR_TARGET_value=
  615. ac_cv_env_READELF_set=
  616. ac_cv_env_READELF_value=
  617. ac_cv_env_STRIP_FOR_TARGET_set=
  618. ac_cv_env_STRIP_FOR_TARGET_value=
  619. ac_cv_env_STRIP_set=
  620. ac_cv_env_STRIP_value=
  621. ac_cv_env_WINDMC_FOR_TARGET_set=
  622. ac_cv_env_WINDMC_FOR_TARGET_value=
  623. ac_cv_env_WINDMC_set=
  624. ac_cv_env_WINDMC_value=
  625. ac_cv_env_WINDRES_FOR_TARGET_set=
  626. ac_cv_env_WINDRES_FOR_TARGET_value=
  627. ac_cv_env_WINDRES_set=
  628. ac_cv_env_WINDRES_value=
  629. ac_cv_env_build_alias_set=
  630. ac_cv_env_build_alias_value=
  631. ac_cv_env_build_configargs_set=
  632. ac_cv_env_build_configargs_value=
  633. ac_cv_env_host_alias_set=
  634. ac_cv_env_host_alias_value=
  635. ac_cv_env_host_configargs_set=
  636. ac_cv_env_host_configargs_value=
  637. ac_cv_env_target_alias_set=
  638. ac_cv_env_target_alias_value=
  639. ac_cv_env_target_configargs_set=
  640. ac_cv_env_target_configargs_value=
  641. ac_cv_host=x86_64-unknown-linux-gnu
  642. ac_cv_lib_pwl_PWL_handle_timeout=no
  643. ac_cv_objext=o
  644. ac_cv_path_SED=/usr/bin/sed
  645. ac_cv_path_install='/usr/bin/install -c'
  646. ac_cv_prog_AR=ar
  647. ac_cv_prog_AR_FOR_TARGET=ar
  648. ac_cv_prog_AS=as
  649. ac_cv_prog_AS_FOR_TARGET=as
  650. ac_cv_prog_AWK=gawk
  651. ac_cv_prog_BISON=bison
  652. ac_cv_prog_CC_FOR_TARGET=cc
  653. ac_cv_prog_FLEX=flex
  654. ac_cv_prog_GCC_FOR_TARGET=gcc
  655. ac_cv_prog_LD=/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld
  656. ac_cv_prog_LD_FOR_TARGET=ld
  657. ac_cv_prog_LEX=flex
  658. ac_cv_prog_M4=m4
  659. ac_cv_prog_NM=nm
  660. ac_cv_prog_NM_FOR_TARGET=nm
  661. ac_cv_prog_OBJCOPY=objcopy
  662. ac_cv_prog_OBJDUMP=objdump
  663. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  664. ac_cv_prog_RANLIB=ranlib
  665. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  666. ac_cv_prog_READELF=readelf
  667. ac_cv_prog_READELF_FOR_TARGET=readelf
  668. ac_cv_prog_STRIP=strip
  669. ac_cv_prog_STRIP_FOR_TARGET=strip
  670. ac_cv_prog_YACC='bison -y'
  671. ac_cv_prog_ac_ct_CC=gcc
  672. ac_cv_prog_cc_c89=
  673. ac_cv_prog_cc_g=yes
  674. ac_cv_prog_cxx_g=no
  675. ac_cv_target=x86_64-unknown-linux-gnu
  676. acx_cv_cc_gcc_supports_ada=no
  677. acx_cv_prog_LN=ln
  678. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  679. gcc_cv_tool_dirs=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2:/usr/local/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.7.2:/usr/local/x86_64-unknown-linux-gnu/bin:
  680. gcc_cv_tool_prefix=/usr/local
  681. lt_cv_objdir=.libs
  682.  
  683. ## ----------------- ##
  684. ## Output variables. ##
  685. ## ----------------- ##
  686.  
  687. AR='ar'
  688. AR_FOR_BUILD='$(AR)'
  689. AR_FOR_TARGET='$(AR)'
  690. AS='as'
  691. AS_FOR_BUILD='$(AS)'
  692. AS_FOR_TARGET='$(AS)'
  693. AWK='gawk'
  694. BISON='bison'
  695. BUILD_CONFIG=''
  696. CC='gcc'
  697. CC_FOR_BUILD='$(CC)'
  698. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  699. CFLAGS='-g -O2'
  700. CFLAGS_FOR_BUILD='-g -O2'
  701. CFLAGS_FOR_TARGET='-g -O2'
  702. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  703. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  704. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  705. CONFIGURE_GDB_TK=''
  706. CPPFLAGS=''
  707. CXX='g++'
  708. CXXFLAGS=''
  709. CXXFLAGS_FOR_BUILD=''
  710. CXXFLAGS_FOR_TARGET='-g '
  711. CXX_FOR_BUILD='$(CXX)'
  712. 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'
  713. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  714. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  715. DLLTOOL='dlltool'
  716. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  717. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  718. ECHO_C=''
  719. ECHO_N='-n'
  720. ECHO_T=''
  721. EXEEXT=''
  722. EXPECT='expect'
  723. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  724. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  725. FLEX='flex'
  726. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  727. GCC_SHLIB_SUBDIR=''
  728. GCJ_FOR_BUILD='$(GCJ)'
  729. GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
  730. GDB_TK=''
  731. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  732. GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
  733. GNATBIND='no'
  734. GNATMAKE='no'
  735. GOC_FOR_BUILD='$(GOC)'
  736. GOC_FOR_TARGET='$(GOC)'
  737. INSTALL_DATA='${INSTALL} -m 644'
  738. INSTALL_GDB_TK=''
  739. INSTALL_PROGRAM='${INSTALL}'
  740. INSTALL_SCRIPT='${INSTALL}'
  741. LD='/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld'
  742. LDFLAGS=''
  743. LDFLAGS_FOR_BUILD=''
  744. LDFLAGS_FOR_TARGET=''
  745. LD_FOR_BUILD='$(LD)'
  746. LD_FOR_TARGET='$(LD)'
  747. LEX='flex'
  748. LIBOBJS=''
  749. LIBS=''
  750. LIPO='lipo'
  751. LIPO_FOR_TARGET='$(LIPO)'
  752. LN='ln'
  753. LN_S='ln -s'
  754. LTLIBOBJS=''
  755. M4='m4'
  756. MAINT='#'
  757. MAINTAINER_MODE_FALSE=''
  758. MAINTAINER_MODE_TRUE='#'
  759. MAKEINFO='/home/c1/Desktop/gcc-4.7.2/missing makeinfo'
  760. NM='nm'
  761. NM_FOR_BUILD='$(NM)'
  762. NM_FOR_TARGET='$(NM)'
  763. OBJCOPY='objcopy'
  764. OBJDUMP='objdump'
  765. OBJDUMP_FOR_TARGET='$(OBJDUMP)'
  766. OBJEXT='o'
  767. PACKAGE_BUGREPORT=''
  768. PACKAGE_NAME=''
  769. PACKAGE_STRING=''
  770. PACKAGE_TARNAME=''
  771. PACKAGE_URL=''
  772. PACKAGE_VERSION=''
  773. PATH_SEPARATOR=':'
  774. POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
  775. RANLIB='ranlib'
  776. RANLIB_FOR_BUILD='$(RANLIB)'
  777. RANLIB_FOR_TARGET='$(RANLIB)'
  778. 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'
  779. READELF='readelf'
  780. READELF_FOR_TARGET='$(READELF)'
  781. RPATH_ENVVAR='LD_LIBRARY_PATH'
  782. RUNTEST='runtest'
  783. SED='/usr/bin/sed'
  784. SHELL='/bin/sh'
  785. STRIP='strip'
  786. STRIP_FOR_TARGET='$(STRIP)'
  787. SYSROOT_CFLAGS_FOR_TARGET=''
  788. TOPLEVEL_CONFIGURE_ARGUMENTS='./configure'
  789. WINDMC='windmc'
  790. WINDMC_FOR_BUILD='$(WINDMC)'
  791. WINDMC_FOR_TARGET='$(WINDMC)'
  792. WINDRES='windres'
  793. WINDRES_FOR_BUILD='$(WINDRES)'
  794. WINDRES_FOR_TARGET='$(WINDRES)'
  795. YACC='bison -y'
  796. ac_ct_CC='gcc'
  797. ac_ct_CXX=''
  798. bindir='${exec_prefix}/bin'
  799. build='x86_64-unknown-linux-gnu'
  800. build_alias=''
  801. build_configargs=' --cache-file=../config.cache '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  802. build_configdirs=' libiberty fixincludes'
  803. build_cpu='x86_64'
  804. build_libsubdir='build-x86_64-unknown-linux-gnu'
  805. build_noncanonical='x86_64-unknown-linux-gnu'
  806. build_os='linux-gnu'
  807. build_subdir='build-x86_64-unknown-linux-gnu'
  808. build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  809. build_vendor='unknown'
  810. clooginc=''
  811. clooglibs=''
  812. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  813. configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc lto-plugin'
  814. datadir='${datarootdir}'
  815. datarootdir='${prefix}/share'
  816. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  817. docdir='${datarootdir}/doc/${PACKAGE}'
  818. dvidir='${docdir}'
  819. exec_prefix='${prefix}'
  820. extra_host_libiberty_configure_flags='--enable-shared'
  821. extra_mpc_gmp_configure_flags=''
  822. extra_mpc_mpfr_configure_flags=''
  823. extra_mpfr_configure_flags=''
  824. gmpinc=''
  825. gmplibs='-lmpc -lmpfr -lgmp'
  826. host='x86_64-unknown-linux-gnu'
  827. host_alias=''
  828. host_configargs=' --cache-file=./config.cache  '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  829. host_cpu='x86_64'
  830. host_noncanonical='x86_64-unknown-linux-gnu'
  831. host_os='linux-gnu'
  832. host_subdir='host-x86_64-unknown-linux-gnu'
  833. host_vendor='unknown'
  834. htmldir='${docdir}'
  835. includedir='${prefix}/include'
  836. infodir='${datarootdir}/info'
  837. libdir='${exec_prefix}/lib'
  838. libexecdir='${exec_prefix}/libexec'
  839. localedir='${datarootdir}/locale'
  840. localstatedir='${prefix}/var'
  841. mandir='${datarootdir}/man'
  842. oldincludedir='/usr/include'
  843. pdfdir='${docdir}'
  844. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  845. poststage1_libs=''
  846. pplinc=''
  847. ppllibs=''
  848. prefix='/usr/local'
  849. program_transform_name='s,y,y,'
  850. psdir='${docdir}'
  851. sbindir='${exec_prefix}/sbin'
  852. sharedstatedir='${prefix}/com'
  853. stage1_cflags='-g -fkeep-inline-functions'
  854. stage1_checking='--enable-checking=yes,types'
  855. stage1_languages='c,c++,lto'
  856. stage1_ldflags=''
  857. stage1_libs=''
  858. stage2_werror_flag=''
  859. sysconfdir='${prefix}/etc'
  860. target='x86_64-unknown-linux-gnu'
  861. target_alias=''
  862. target_configargs='--cache-file=./config.cache --enable-multilib   '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  863. target_configdirs=' libgcc libgomp libitm libstdc++-v3 libmudflap libssp libquadmath libgfortran boehm-gc libffi zlib libjava libobjc'
  864. target_cpu='x86_64'
  865. target_noncanonical='x86_64-unknown-linux-gnu'
  866. target_os='linux-gnu'
  867. target_subdir='x86_64-unknown-linux-gnu'
  868. target_vendor='unknown'
  869. tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  870.  
  871. ## ------------------- ##
  872. ## File substitutions. ##
  873. ## ------------------- ##
  874.  
  875. alphaieee_frag='/dev/null'
  876. host_makefile_frag='/dev/null'
  877. ospace_frag='/dev/null'
  878. serialization_dependencies='serdep.tmp'
  879. target_makefile_frag='./config/mt-gnu'
  880.  
  881. ## ----------- ##
  882. ## confdefs.h. ##
  883. ## ----------- ##
  884.  
  885. /* confdefs.h */
  886. #define PACKAGE_NAME ""
  887. #define PACKAGE_TARNAME ""
  888. #define PACKAGE_VERSION ""
  889. #define PACKAGE_STRING ""
  890. #define PACKAGE_BUGREPORT ""
  891. #define PACKAGE_URL ""
  892. #define LT_OBJDIR ".libs/"
  893.  
  894. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement