Patrick108

Untitled

Sep 16th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.81 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.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 5.4.0-47-generic
  16. uname -s = Linux
  17. uname -v = #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/bin
  31. PATH: /usr/lib/x86_64-linux-gnu/
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /usr/local/games
  40. PATH: /snap/bin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:1503: checking build system type
  48. configure:1521: result: x86_64-unknown-linux-gnu
  49. configure:1556: checking host system type
  50. configure:1570: result: x86_64-unknown-linux-gnu
  51. configure:1578: checking target system type
  52. configure:1592: result: x86_64-unknown-linux-gnu
  53. configure:1635: checking for a BSD-compatible install
  54. configure:1690: result: /usr/bin/install -c
  55. configure:1701: checking whether ln works
  56. configure:1723: result: yes
  57. configure:1727: checking whether ln -s works
  58. configure:1731: result: yes
  59. configure:2883: checking for gcc
  60. configure:2899: found /usr/bin/gcc
  61. configure:2909: result: gcc
  62. configure:3153: checking for C compiler version
  63. configure:3156: gcc --version </dev/null >&5
  64. gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
  65. Copyright (C) 2019 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:3159: $? = 0
  70. configure:3161: gcc -v </dev/null >&5
  71. Using built-in specs.
  72. COLLECT_GCC=gcc
  73. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
  74. OFFLOAD_TARGET_NAMES=nvptx-none:hsa
  75. OFFLOAD_TARGET_DEFAULT=1
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  78. Thread model: posix
  79. gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
  80. configure:3164: $? = 0
  81. configure:3166: gcc -V </dev/null >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3169: $? = 1
  86. configure:3192: checking for C compiler default output file name
  87. configure:3195: gcc conftest.c >&5
  88. configure:3198: $? = 0
  89. configure:3244: result: a.out
  90. configure:3249: checking whether the C compiler works
  91. configure:3255: ./a.out
  92. configure:3258: $? = 0
  93. configure:3275: result: yes
  94. configure:3282: checking whether we are cross compiling
  95. configure:3284: result: no
  96. configure:3287: checking for suffix of executables
  97. configure:3289: gcc -o conftest conftest.c >&5
  98. configure:3292: $? = 0
  99. configure:3317: result:
  100. configure:3323: checking for suffix of object files
  101. configure:3344: gcc -c conftest.c >&5
  102. configure:3347: $? = 0
  103. configure:3369: result: o
  104. configure:3373: checking whether we are using the GNU C compiler
  105. configure:3397: gcc -c conftest.c >&5
  106. configure:3403: $? = 0
  107. configure:3407: test -z
  108. || test ! -s conftest.err
  109. configure:3410: $? = 0
  110. configure:3413: test -s conftest.o
  111. configure:3416: $? = 0
  112. configure:3429: result: yes
  113. configure:3435: checking whether gcc accepts -g
  114. configure:3456: gcc -c -g conftest.c >&5
  115. configure:3462: $? = 0
  116. configure:3466: test -z
  117. || test ! -s conftest.err
  118. configure:3469: $? = 0
  119. configure:3472: test -s conftest.o
  120. configure:3475: $? = 0
  121. configure:3486: result: yes
  122. configure:3503: checking for gcc option to accept ANSI C
  123. configure:3573: gcc -c -g -O2 conftest.c >&5
  124. configure:3579: $? = 0
  125. configure:3583: test -z
  126. || test ! -s conftest.err
  127. configure:3586: $? = 0
  128. configure:3589: test -s conftest.o
  129. configure:3592: $? = 0
  130. configure:3610: result: none needed
  131. configure:3628: gcc -c -g -O2 conftest.c >&5
  132. conftest.c:2:3: error: unknown type name 'choke'
  133. 2 | choke me
  134. | ^~~~~
  135. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  136. configure:3634: $? = 1
  137. configure: failed program was:
  138. | #ifndef __cplusplus
  139. | choke me
  140. | #endif
  141. configure:3819: checking for g++
  142. configure:3835: found /usr/bin/g++
  143. configure:3845: result: g++
  144. configure:3861: checking for C++ compiler version
  145. configure:3864: g++ --version </dev/null >&5
  146. g++ (Ubuntu 9.3.0-10ubuntu2) 9.3.0
  147. Copyright (C) 2019 Free Software Foundation, Inc.
  148. This is free software; see the source for copying conditions. There is NO
  149. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  150.  
  151. configure:3867: $? = 0
  152. configure:3869: g++ -v </dev/null >&5
  153. Using built-in specs.
  154. COLLECT_GCC=g++
  155. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
  156. OFFLOAD_TARGET_NAMES=nvptx-none:hsa
  157. OFFLOAD_TARGET_DEFAULT=1
  158. Target: x86_64-linux-gnu
  159. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  160. Thread model: posix
  161. gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
  162. configure:3872: $? = 0
  163. configure:3874: g++ -V </dev/null >&5
  164. g++: error: unrecognized command line option '-V'
  165. g++: fatal error: no input files
  166. compilation terminated.
  167. configure:3877: $? = 1
  168. configure:3880: checking whether we are using the GNU C++ compiler
  169. configure:3904: g++ -c conftest.cc >&5
  170. configure:3910: $? = 0
  171. configure:3914: test -z
  172. || test ! -s conftest.err
  173. configure:3917: $? = 0
  174. configure:3920: test -s conftest.o
  175. configure:3923: $? = 0
  176. configure:3936: result: yes
  177. configure:3942: checking whether g++ accepts -g
  178. configure:3963: g++ -c -g conftest.cc >&5
  179. configure:3969: $? = 0
  180. configure:3973: test -z
  181. || test ! -s conftest.err
  182. configure:3976: $? = 0
  183. configure:3979: test -s conftest.o
  184. configure:3982: $? = 0
  185. configure:3993: result: yes
  186. configure:4035: g++ -c -g -O2 conftest.cc >&5
  187. configure:4041: $? = 0
  188. configure:4045: test -z
  189. || test ! -s conftest.err
  190. configure:4048: $? = 0
  191. configure:4051: test -s conftest.o
  192. configure:4054: $? = 0
  193. configure:4080: g++ -c -g -O2 conftest.cc >&5
  194. conftest.cc: In function 'int main()':
  195. conftest.cc:13:1: error: 'exit' was not declared in this scope
  196. 13 | exit (42);
  197. | ^~~~
  198. configure:4086: $? = 1
  199. configure: failed program was:
  200. | /* confdefs.h. */
  201. |
  202. | #define PACKAGE_NAME ""
  203. | #define PACKAGE_TARNAME ""
  204. | #define PACKAGE_VERSION ""
  205. | #define PACKAGE_STRING ""
  206. | #define PACKAGE_BUGREPORT ""
  207. | /* end confdefs.h. */
  208. |
  209. | int
  210. | main ()
  211. | {
  212. | exit (42);
  213. | ;
  214. | return 0;
  215. | }
  216. configure:4035: g++ -c -g -O2 conftest.cc >&5
  217. configure:4041: $? = 0
  218. configure:4045: test -z
  219. || test ! -s conftest.err
  220. configure:4048: $? = 0
  221. configure:4051: test -s conftest.o
  222. configure:4054: $? = 0
  223. configure:4080: g++ -c -g -O2 conftest.cc >&5
  224. configure:4086: $? = 0
  225. configure:4090: test -z
  226. || test ! -s conftest.err
  227. configure:4093: $? = 0
  228. configure:4096: test -s conftest.o
  229. configure:4099: $? = 0
  230. configure:4186: checking for gnatbind
  231. configure:4213: result: no
  232. configure:4266: checking for gnatmake
  233. configure:4293: result: no
  234. configure:4305: checking whether compiler driver understands Ada
  235. configure:4328: result: no
  236. configure:4337: checking how to compare bootstrapped objects
  237. configure:4362: result: cmp --ignore-initial=16 $$f1 $$f2
  238. configure:4482: checking for correct version of gmp.h
  239. configure:4505: gcc -c -g -O2 conftest.c >&5
  240. configure:4511: $? = 0
  241. configure:4515: test -z
  242. || test ! -s conftest.err
  243. configure:4518: $? = 0
  244. configure:4521: test -s conftest.o
  245. configure:4524: $? = 0
  246. configure:4526: result: yes
  247. configure:4540: checking for correct version of mpfr.h
  248. configure:4571: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5
  249. configure:4577: $? = 0
  250. configure:4581: test -z
  251. || test ! -s conftest.err
  252. configure:4584: $? = 0
  253. configure:4587: test -s conftest
  254. configure:4590: $? = 0
  255. configure:4614: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5
  256. configure:4620: $? = 0
  257. configure:4624: test -z
  258. || test ! -s conftest.err
  259. configure:4627: $? = 0
  260. configure:4630: test -s conftest
  261. configure:4633: $? = 0
  262. configure:4635: result: yes
  263. configure:5969: checking for bison
  264. configure:5998: result: no
  265. configure:5969: checking for byacc
  266. configure:5998: result: no
  267. configure:5969: checking for yacc
  268. configure:5998: result: no
  269. configure:6015: checking for bison
  270. configure:6044: result: no
  271. configure:6060: checking for gm4
  272. configure:6089: result: no
  273. configure:6060: checking for gnum4
  274. configure:6089: result: no
  275. configure:6060: checking for m4
  276. configure:6089: result: no
  277. configure:6105: checking for flex
  278. configure:6134: result: no
  279. configure:6105: checking for lex
  280. configure:6134: result: no
  281. configure:6151: checking for flex
  282. configure:6180: result: no
  283. configure:6196: checking for makeinfo
  284. configure:6225: result: no
  285. configure:6255: checking for expect
  286. configure:6284: result: no
  287. configure:6302: checking for runtest
  288. configure:6331: result: no
  289. configure:6441: checking for ar
  290. configure:6457: found /usr/bin/ar
  291. configure:6467: result: ar
  292. configure:6576: checking for as
  293. configure:6592: found /usr/bin/as
  294. configure:6602: result: as
  295. configure:6711: checking for dlltool
  296. configure:6740: result: no
  297. configure:6846: checking for ld
  298. configure:6862: found /usr/bin/ld
  299. configure:6872: result: ld
  300. configure:6981: checking for lipo
  301. configure:7010: result: no
  302. configure:7116: checking for nm
  303. configure:7132: found /usr/bin/nm
  304. configure:7142: result: nm
  305. configure:7251: checking for ranlib
  306. configure:7267: found /usr/bin/ranlib
  307. configure:7277: result: ranlib
  308. configure:7381: checking for strip
  309. configure:7397: found /usr/bin/strip
  310. configure:7407: result: strip
  311. configure:7511: checking for windres
  312. configure:7540: result: no
  313. configure:7646: checking for windmc
  314. configure:7675: result: no
  315. configure:7781: checking for objcopy
  316. configure:7797: found /usr/bin/objcopy
  317. configure:7807: result: objcopy
  318. configure:7916: checking for objdump
  319. configure:7932: found /usr/bin/objdump
  320. configure:7942: result: objdump
  321. configure:8090: checking for cc
  322. configure:8106: found /usr/bin/cc
  323. configure:8116: result: cc
  324. configure:8245: checking for c++
  325. configure:8261: found /usr/bin/c++
  326. configure:8271: result: c++
  327. configure:8400: checking for gcc
  328. configure:8416: found /usr/bin/gcc
  329. configure:8426: result: gcc
  330. configure:8550: checking for gcj
  331. configure:8579: result: no
  332. configure:8705: checking for gfortran
  333. configure:8734: result: no
  334. configure:8794: checking for ar
  335. configure:8827: result: no
  336. configure:8939: checking for ar
  337. configure:8955: found /usr/bin/ar
  338. configure:8965: result: ar
  339. configure:9017: checking for as
  340. configure:9050: result: no
  341. configure:9162: checking for as
  342. configure:9178: found /usr/bin/as
  343. configure:9188: result: as
  344. configure:9240: checking for dlltool
  345. configure:9273: result: no
  346. configure:9385: checking for dlltool
  347. configure:9414: result: no
  348. configure:9463: checking for ld
  349. configure:9496: result: no
  350. configure:9608: checking for ld
  351. configure:9624: found /usr/bin/ld
  352. configure:9634: result: ld
  353. configure:9686: checking for lipo
  354. configure:9719: result: no
  355. configure:9831: checking for lipo
  356. configure:9860: result: no
  357. configure:9909: checking for nm
  358. configure:9942: result: no
  359. configure:10054: checking for nm
  360. configure:10070: found /usr/bin/nm
  361. configure:10080: result: nm
  362. configure:10132: checking for objdump
  363. configure:10165: result: no
  364. configure:10277: checking for objdump
  365. configure:10293: found /usr/bin/objdump
  366. configure:10303: result: objdump
  367. configure:10355: checking for ranlib
  368. configure:10388: result: no
  369. configure:10500: checking for ranlib
  370. configure:10516: found /usr/bin/ranlib
  371. configure:10526: result: ranlib
  372. configure:10578: checking for strip
  373. configure:10611: result: no
  374. configure:10723: checking for strip
  375. configure:10739: found /usr/bin/strip
  376. configure:10749: result: strip
  377. configure:10801: checking for windres
  378. configure:10834: result: no
  379. configure:10946: checking for windres
  380. configure:10975: result: no
  381. configure:11024: checking for windmc
  382. configure:11057: result: no
  383. configure:11169: checking for windmc
  384. configure:11198: result: no
  385. configure:11225: checking where to find the target ar
  386. configure:11258: result: host tool
  387. configure:11267: checking where to find the target as
  388. configure:11300: result: host tool
  389. configure:11309: checking where to find the target cc
  390. configure:11332: result: just compiled
  391. configure:11351: checking where to find the target c++
  392. configure:11377: result: just compiled
  393. configure:11396: checking where to find the target c++ for libstdc++
  394. configure:11422: result: just compiled
  395. configure:11441: checking where to find the target dlltool
  396. configure:11474: result: host tool
  397. configure:11483: checking where to find the target gcc
  398. configure:11506: result: just compiled
  399. configure:11525: checking where to find the target gcj
  400. configure:11551: result: just compiled
  401. configure:11570: checking where to find the target gfortran
  402. configure:11596: result: just compiled
  403. configure:11615: checking where to find the target ld
  404. configure:11648: result: host tool
  405. configure:11657: checking where to find the target lipo
  406. configure:11679: result: host tool
  407. configure:11688: checking where to find the target nm
  408. configure:11721: result: host tool
  409. configure:11730: checking where to find the target objdump
  410. configure:11763: result: host tool
  411. configure:11772: checking where to find the target ranlib
  412. configure:11805: result: host tool
  413. configure:11814: checking where to find the target strip
  414. configure:11847: result: host tool
  415. configure:11856: checking where to find the target windres
  416. configure:11889: result: host tool
  417. configure:11898: checking where to find the target windmc
  418. configure:11931: result: host tool
  419. configure:11968: checking whether to enable maintainer-specific portions of Makefiles
  420. configure:11977: result: no
  421. configure:12010: checking whether -fkeep-inline-functions is supported
  422. configure:12034: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  423. configure:12040: $? = 0
  424. configure:12044: test -z
  425. || test ! -s conftest.err
  426. configure:12047: $? = 0
  427. configure:12050: test -s conftest.o
  428. configure:12053: $? = 0
  429. configure:12055: result: yes
  430. configure:12272: creating ./config.status
  431.  
  432. ## ---------------------- ##
  433. ## Running config.status. ##
  434. ## ---------------------- ##
  435.  
  436. This file was extended by config.status, which was
  437. generated by GNU Autoconf 2.59. Invocation command line was
  438.  
  439. CONFIG_FILES =
  440. CONFIG_HEADERS =
  441. CONFIG_LINKS =
  442. CONFIG_COMMANDS =
  443. $ ./config.status
  444.  
  445. on ubuntu-VirtualBox
  446.  
  447. config.status:748: creating Makefile
  448.  
  449. ## ---------------- ##
  450. ## Cache variables. ##
  451. ## ---------------- ##
  452.  
  453. ac_cv_build=x86_64-unknown-linux-gnu
  454. ac_cv_build_alias=x86_64-unknown-linux-gnu
  455. ac_cv_c_compiler_gnu=yes
  456. ac_cv_cxx_compiler_gnu=yes
  457. ac_cv_env_AR_FOR_TARGET_set=
  458. ac_cv_env_AR_FOR_TARGET_value=
  459. ac_cv_env_AR_set=
  460. ac_cv_env_AR_value=
  461. ac_cv_env_AS_FOR_TARGET_set=
  462. ac_cv_env_AS_FOR_TARGET_value=
  463. ac_cv_env_AS_set=
  464. ac_cv_env_AS_value=
  465. ac_cv_env_CC_FOR_TARGET_set=
  466. ac_cv_env_CC_FOR_TARGET_value=
  467. ac_cv_env_CC_set=
  468. ac_cv_env_CC_value=
  469. ac_cv_env_CFLAGS_set=
  470. ac_cv_env_CFLAGS_value=
  471. ac_cv_env_CPPFLAGS_set=
  472. ac_cv_env_CPPFLAGS_value=
  473. ac_cv_env_CXXFLAGS_set=
  474. ac_cv_env_CXXFLAGS_value=
  475. ac_cv_env_CXX_FOR_TARGET_set=
  476. ac_cv_env_CXX_FOR_TARGET_value=
  477. ac_cv_env_CXX_set=
  478. ac_cv_env_CXX_value=
  479. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  480. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  481. ac_cv_env_DLLTOOL_set=
  482. ac_cv_env_DLLTOOL_value=
  483. ac_cv_env_GCC_FOR_TARGET_set=
  484. ac_cv_env_GCC_FOR_TARGET_value=
  485. ac_cv_env_GCJ_FOR_TARGET_set=
  486. ac_cv_env_GCJ_FOR_TARGET_value=
  487. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  488. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  489. ac_cv_env_LDFLAGS_set=
  490. ac_cv_env_LDFLAGS_value=
  491. ac_cv_env_LD_FOR_TARGET_set=
  492. ac_cv_env_LD_FOR_TARGET_value=
  493. ac_cv_env_LD_set=
  494. ac_cv_env_LD_value=
  495. ac_cv_env_LIPO_FOR_TARGET_set=
  496. ac_cv_env_LIPO_FOR_TARGET_value=
  497. ac_cv_env_LIPO_set=
  498. ac_cv_env_LIPO_value=
  499. ac_cv_env_NM_FOR_TARGET_set=
  500. ac_cv_env_NM_FOR_TARGET_value=
  501. ac_cv_env_NM_set=
  502. ac_cv_env_NM_value=
  503. ac_cv_env_OBJCOPY_set=
  504. ac_cv_env_OBJCOPY_value=
  505. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  506. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  507. ac_cv_env_OBJDUMP_set=
  508. ac_cv_env_OBJDUMP_value=
  509. ac_cv_env_RANLIB_FOR_TARGET_set=
  510. ac_cv_env_RANLIB_FOR_TARGET_value=
  511. ac_cv_env_RANLIB_set=
  512. ac_cv_env_RANLIB_value=
  513. ac_cv_env_STRIP_FOR_TARGET_set=
  514. ac_cv_env_STRIP_FOR_TARGET_value=
  515. ac_cv_env_STRIP_set=
  516. ac_cv_env_STRIP_value=
  517. ac_cv_env_WINDMC_FOR_TARGET_set=
  518. ac_cv_env_WINDMC_FOR_TARGET_value=
  519. ac_cv_env_WINDMC_set=
  520. ac_cv_env_WINDMC_value=
  521. ac_cv_env_WINDRES_FOR_TARGET_set=
  522. ac_cv_env_WINDRES_FOR_TARGET_value=
  523. ac_cv_env_WINDRES_set=
  524. ac_cv_env_WINDRES_value=
  525. ac_cv_env_build_alias_set=
  526. ac_cv_env_build_alias_value=
  527. ac_cv_env_host_alias_set=
  528. ac_cv_env_host_alias_value=
  529. ac_cv_env_target_alias_set=
  530. ac_cv_env_target_alias_value=
  531. ac_cv_exeext=
  532. ac_cv_host=x86_64-unknown-linux-gnu
  533. ac_cv_host_alias=x86_64-unknown-linux-gnu
  534. ac_cv_objext=o
  535. ac_cv_path_install='/usr/bin/install -c'
  536. ac_cv_prog_AR=ar
  537. ac_cv_prog_AR_FOR_TARGET=ar
  538. ac_cv_prog_AS=as
  539. ac_cv_prog_AS_FOR_TARGET=as
  540. ac_cv_prog_CC_FOR_TARGET=cc
  541. ac_cv_prog_CXX_FOR_TARGET=c++
  542. ac_cv_prog_GCC_FOR_TARGET=gcc
  543. ac_cv_prog_LD=ld
  544. ac_cv_prog_LD_FOR_TARGET=ld
  545. ac_cv_prog_NM=nm
  546. ac_cv_prog_NM_FOR_TARGET=nm
  547. ac_cv_prog_OBJCOPY=objcopy
  548. ac_cv_prog_OBJDUMP=objdump
  549. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  550. ac_cv_prog_RANLIB=ranlib
  551. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  552. ac_cv_prog_STRIP=strip
  553. ac_cv_prog_STRIP_FOR_TARGET=strip
  554. ac_cv_prog_ac_ct_CC=gcc
  555. ac_cv_prog_ac_ct_CXX=g++
  556. ac_cv_prog_ac_ct_GNATBIND=no
  557. ac_cv_prog_ac_ct_GNATMAKE=no
  558. ac_cv_prog_cc_g=yes
  559. ac_cv_prog_cc_stdc=
  560. ac_cv_prog_cxx_g=yes
  561. ac_cv_target=x86_64-unknown-linux-gnu
  562. ac_cv_target_alias=x86_64-unknown-linux-gnu
  563. acx_cv_cc_gcc_supports_ada=no
  564. acx_cv_prog_LN=ln
  565. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  566. gcc_cv_tool_dirs=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.3.3:/usr/local/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.3.3:/usr/local/x86_64-unknown-linux-gnu/bin:
  567. gcc_cv_tool_prefix=/usr/local
  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. BISON='/home/ubuntu/gcc-4.3.3/missing bison'
  580. CC='gcc'
  581. CC_FOR_BUILD='$(CC)'
  582. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  583. CFLAGS='-g -O2'
  584. CFLAGS_FOR_BUILD='-g -O2'
  585. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  586. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  587. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  588. CONFIGURE_GDB_TK=''
  589. CPPFLAGS=''
  590. CXX='g++'
  591. CXXFLAGS='-g -O2'
  592. CXXFLAGS_FOR_BUILD='-g -O2'
  593. CXX_FOR_BUILD='$(CXX)'
  594. CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
  595. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  596. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
  597. DLLTOOL='dlltool'
  598. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  599. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  600. ECHO_C=''
  601. ECHO_N='-n'
  602. ECHO_T=''
  603. EXEEXT=''
  604. EXPECT='expect'
  605. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  606. FLEX='/home/ubuntu/gcc-4.3.3/missing flex'
  607. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  608. GCJ_FOR_BUILD='$(GCJ)'
  609. GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
  610. GDB_TK=''
  611. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  612. GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
  613. GNATBIND='no'
  614. GNATMAKE='no'
  615. INSTALL_DATA='${INSTALL} -m 644'
  616. INSTALL_GDB_TK=''
  617. INSTALL_PROGRAM='${INSTALL}'
  618. INSTALL_SCRIPT='${INSTALL}'
  619. LD='ld'
  620. LDFLAGS=''
  621. LDFLAGS_FOR_BUILD=''
  622. LD_FOR_BUILD='$(LD)'
  623. LD_FOR_TARGET='$(LD)'
  624. LEX='/home/ubuntu/gcc-4.3.3/missing flex'
  625. LIBOBJS=''
  626. LIBS=''
  627. LIPO='lipo'
  628. LIPO_FOR_TARGET='$(LIPO)'
  629. LN='ln'
  630. LN_S='ln -s'
  631. LTLIBOBJS=''
  632. M4='/home/ubuntu/gcc-4.3.3/missing m4'
  633. MAINT='#'
  634. MAINTAINER_MODE_FALSE=''
  635. MAINTAINER_MODE_TRUE='#'
  636. MAKEINFO='/home/ubuntu/gcc-4.3.3/missing makeinfo'
  637. NM='nm'
  638. NM_FOR_BUILD='$(NM)'
  639. NM_FOR_TARGET='$(NM)'
  640. OBJCOPY='objcopy'
  641. OBJDUMP='objdump'
  642. OBJDUMP_FOR_TARGET='$(OBJDUMP)'
  643. OBJEXT='o'
  644. PACKAGE_BUGREPORT=''
  645. PACKAGE_NAME=''
  646. PACKAGE_STRING=''
  647. PACKAGE_TARNAME=''
  648. PACKAGE_VERSION=''
  649. PATH_SEPARATOR=':'
  650. RANLIB='ranlib'
  651. RANLIB_FOR_BUILD='$(RANLIB)'
  652. RANLIB_FOR_TARGET='$(RANLIB)'
  653. 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'
  654. RPATH_ENVVAR='LD_LIBRARY_PATH'
  655. RUNTEST='runtest'
  656. SHELL='/bin/bash'
  657. STRIP='strip'
  658. STRIP_FOR_TARGET='$(STRIP)'
  659. SYSROOT_CFLAGS_FOR_TARGET=''
  660. TOPLEVEL_CONFIGURE_ARGUMENTS='./configure'
  661. WINDMC='windmc'
  662. WINDMC_FOR_BUILD='$(WINDMC)'
  663. WINDMC_FOR_TARGET='$(WINDMC)'
  664. WINDRES='windres'
  665. WINDRES_FOR_BUILD='$(WINDRES)'
  666. WINDRES_FOR_TARGET='$(WINDRES)'
  667. YACC='/home/ubuntu/gcc-4.3.3/missing bison -y'
  668. ac_ct_CC='gcc'
  669. ac_ct_CXX='g++'
  670. ac_ct_GNATBIND='no'
  671. ac_ct_GNATMAKE='no'
  672. bindir='${exec_prefix}/bin'
  673. build='x86_64-unknown-linux-gnu'
  674. build_alias=''
  675. build_configargs='--cache-file=../config.cache '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
  676. build_configdirs=' libiberty fixincludes'
  677. build_cpu='x86_64'
  678. build_libsubdir='build-x86_64-unknown-linux-gnu'
  679. build_noncanonical='x86_64-unknown-linux-gnu'
  680. build_os='linux-gnu'
  681. build_subdir='build-x86_64-unknown-linux-gnu'
  682. build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  683. build_vendor='unknown'
  684. config_shell='/bin/bash'
  685. configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
  686. datadir='${prefix}/share'
  687. datarootdir='${prefix}/share'
  688. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  689. docdir='${datarootdir}/doc'
  690. exec_prefix='${prefix}'
  691. gmpinc=''
  692. gmplibs='-lmpfr -lgmp'
  693. host='x86_64-unknown-linux-gnu'
  694. host_alias=''
  695. host_configargs='--cache-file=./config.cache '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
  696. host_cpu='x86_64'
  697. host_noncanonical='x86_64-unknown-linux-gnu'
  698. host_os='linux-gnu'
  699. host_subdir='host-x86_64-unknown-linux-gnu'
  700. host_vendor='unknown'
  701. htmldir='${docdir}'
  702. includedir='${prefix}/include'
  703. infodir='${prefix}/info'
  704. libdir='${exec_prefix}/lib'
  705. libexecdir='${exec_prefix}/libexec'
  706. localstatedir='${prefix}/var'
  707. mandir='${prefix}/man'
  708. oldincludedir='/usr/include'
  709. pdfdir='${docdir}'
  710. prefix='/usr/local'
  711. program_transform_name='s,y,y,'
  712. sbindir='${exec_prefix}/sbin'
  713. sharedstatedir='${prefix}/com'
  714. stage1_cflags='-g -fkeep-inline-functions'
  715. stage1_checking='--enable-checking=yes,types'
  716. stage1_languages='c'
  717. stage2_werror_flag=''
  718. sysconfdir='${prefix}/etc'
  719. target='x86_64-unknown-linux-gnu'
  720. target_alias=''
  721. target_configargs='--cache-file=./config.cache --enable-multilib '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
  722. target_cpu='x86_64'
  723. target_noncanonical='x86_64-unknown-linux-gnu'
  724. target_os='linux-gnu'
  725. target_subdir='x86_64-unknown-linux-gnu'
  726. target_vendor='unknown'
  727. tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
  728.  
  729. ## ------------- ##
  730. ## Output files. ##
  731. ## ------------- ##
  732.  
  733. alphaieee_frag='/dev/null'
  734. host_makefile_frag='/dev/null'
  735. ospace_frag='/dev/null'
  736. serialization_dependencies='serdep.tmp'
  737. target_makefile_frag='./config/mt-gnu'
  738.  
  739. ## ----------- ##
  740. ## confdefs.h. ##
  741. ## ----------- ##
  742.  
  743. #define PACKAGE_BUGREPORT ""
  744. #define PACKAGE_NAME ""
  745. #define PACKAGE_STRING ""
  746. #define PACKAGE_TARNAME ""
  747. #define PACKAGE_VERSION ""
  748. #endif
  749. #ifdef __cplusplus
  750. extern "C" void std::exit (int) throw (); using std::exit;
  751.  
  752. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment