Advertisement
Quackor

GDC on RPi configure

Aug 13th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.22 KB | None | 0 0
  1. ../configure --enable-languages=d --disable-bootstrap --disable-shared --disable-nls --prefix=/opt/gdc --with-bugurl="https://bitbucket.org/goshawk/gdc/issues" --disable-libgomp --disable-libmudflap --enable-multiarch --enable-linker-build-id --with-system-zlib --without-included-gettext --enable-threads=posix --enable-clocale=gnu --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=yes 2>&1 | tee configure.txt
  2.  
  3. This file contains any messages produced by compilers while
  4. running configure, to aid debugging if configure makes a mistake.
  5.  
  6. It was created by configure, which was
  7. generated by GNU Autoconf 2.64. Invocation command line was
  8.  
  9. $ ../configure --enable-languages=d --disable-bootstrap --disable-shared --disable-nls --prefix=/opt/gdc --with-bugurl=https://bitbucket.org/goshawk/gdc/issues --disable-libgomp --disable-libmudflap --enable-multiarch --enable-linker-build-id --with-system-zlib --without-included-gettext --enable-threads=posix --enable-clocale=gnu --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=yes
  10.  
  11. ## --------- ##
  12. ## Platform. ##
  13. ## --------- ##
  14.  
  15. hostname = summitian
  16. uname -m = armv6l
  17. uname -r = 3.1.9+
  18. uname -s = Linux
  19. uname -v = #272 PREEMPT Tue Aug 7 22:51:44 BST 2012
  20.  
  21. /usr/bin/uname -p = unknown
  22. /bin/uname -X = unknown
  23.  
  24. /bin/arch = unknown
  25. /usr/bin/arch -k = unknown
  26. /usr/convex/getsysinfo = unknown
  27. /usr/bin/hostinfo = unknown
  28. /bin/machine = unknown
  29. /usr/bin/oslevel = unknown
  30. /bin/universe = unknown
  31.  
  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/local/games
  39. PATH: /usr/games
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2237: checking build system type
  47. configure:2251: result: arm-unknown-linux-gnueabihf
  48. configure:2298: checking host system type
  49. configure:2311: result: arm-unknown-linux-gnueabihf
  50. configure:2331: checking target system type
  51. configure:2344: result: arm-unknown-linux-gnueabihf
  52. configure:2398: checking for a BSD-compatible install
  53. configure:2466: result: /usr/bin/install -c
  54. configure:2477: checking whether ln works
  55. configure:2499: result: yes
  56. configure:2503: checking whether ln -s works
  57. configure:2507: result: yes
  58. configure:2514: checking for a sed that does not truncate output
  59. configure:2578: result: /bin/sed
  60. configure:2587: checking for gawk
  61. configure:2603: found /usr/bin/gawk
  62. configure:2614: result: gawk
  63. configure:3071: checking for libitm support
  64. configure:3081: result: yes
  65. configure:3730: checking for arm-linux-gnueabihf-gcc
  66. configure:3746: found /usr/bin/arm-linux-gnueabihf-gcc
  67. configure:3757: result: arm-linux-gnueabihf-gcc
  68. configure:4026: checking for C compiler version
  69. configure:4035: arm-linux-gnueabihf-gcc --version >&5
  70. arm-linux-gnueabihf-gcc (Debian 4.6.3-8+rpi1) 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:4046: $? = 0
  76. configure:4035: arm-linux-gnueabihf-gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=arm-linux-gnueabihf-gcc
  79. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  80. Target: arm-linux-gnueabihf
  81. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-8+rpi1' --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 --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  82. Thread model: posix
  83. gcc version 4.6.3 (Debian 4.6.3-8+rpi1)
  84. configure:4046: $? = 0
  85. configure:4035: arm-linux-gnueabihf-gcc -V >&5
  86. arm-linux-gnueabihf-gcc: error: unrecognized option '-V'
  87. arm-linux-gnueabihf-gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:4046: $? = 4
  90. configure:4035: arm-linux-gnueabihf-gcc -qversion >&5
  91. arm-linux-gnueabihf-gcc: error: unrecognized option '-qversion'
  92. arm-linux-gnueabihf-gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:4046: $? = 4
  95. configure:4066: checking for C compiler default output file name
  96. configure:4088: arm-linux-gnueabihf-gcc conftest.c >&5
  97. configure:4092: $? = 0
  98. configure:4129: result: a.out
  99. configure:4145: checking whether the C compiler works
  100. configure:4154: ./a.out
  101. configure:4158: $? = 0
  102. configure:4173: result: yes
  103. configure:4180: checking whether we are cross compiling
  104. configure:4182: result: no
  105. configure:4185: checking for suffix of executables
  106. configure:4192: arm-linux-gnueabihf-gcc -o conftest conftest.c >&5
  107. configure:4196: $? = 0
  108. configure:4218: result:
  109. configure:4224: checking for suffix of object files
  110. configure:4246: arm-linux-gnueabihf-gcc -c conftest.c >&5
  111. configure:4250: $? = 0
  112. configure:4271: result: o
  113. configure:4275: checking whether we are using the GNU C compiler
  114. configure:4294: arm-linux-gnueabihf-gcc -c conftest.c >&5
  115. configure:4294: $? = 0
  116. configure:4303: result: yes
  117. configure:4312: checking whether arm-linux-gnueabihf-gcc accepts -g
  118. configure:4332: arm-linux-gnueabihf-gcc -c -g conftest.c >&5
  119. configure:4332: $? = 0
  120. configure:4373: result: yes
  121. configure:4390: checking for arm-linux-gnueabihf-gcc option to accept ISO C89
  122. configure:4454: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  123. configure:4454: $? = 0
  124. configure:4467: result: none needed
  125. configure:4501: checking for arm-linux-gnueabihf-g++
  126. configure:4517: found /usr/bin/arm-linux-gnueabihf-g++
  127. configure:4528: result: arm-linux-gnueabihf-g++
  128. configure:4599: checking for C++ compiler version
  129. configure:4608: arm-linux-gnueabihf-g++ --version >&5
  130. arm-linux-gnueabihf-g++ (Debian 4.6.3-8+rpi1) 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:4619: $? = 0
  136. configure:4608: arm-linux-gnueabihf-g++ -v >&5
  137. Using built-in specs.
  138. COLLECT_GCC=arm-linux-gnueabihf-g++
  139. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  140. Target: arm-linux-gnueabihf
  141. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-8+rpi1' --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 --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  142. Thread model: posix
  143. gcc version 4.6.3 (Debian 4.6.3-8+rpi1)
  144. configure:4619: $? = 0
  145. configure:4608: arm-linux-gnueabihf-g++ -V >&5
  146. arm-linux-gnueabihf-g++: error: unrecognized option '-V'
  147. arm-linux-gnueabihf-g++: fatal error: no input files
  148. compilation terminated.
  149. configure:4619: $? = 4
  150. configure:4608: arm-linux-gnueabihf-g++ -qversion >&5
  151. arm-linux-gnueabihf-g++: error: unrecognized option '-qversion'
  152. arm-linux-gnueabihf-g++: fatal error: no input files
  153. compilation terminated.
  154. configure:4619: $? = 4
  155. configure:4623: checking whether we are using the GNU C++ compiler
  156. configure:4642: arm-linux-gnueabihf-g++ -c conftest.cpp >&5
  157. configure:4642: $? = 0
  158. configure:4651: result: yes
  159. configure:4660: checking whether arm-linux-gnueabihf-g++ accepts -g
  160. configure:4680: arm-linux-gnueabihf-g++ -c -g conftest.cpp >&5
  161. configure:4680: $? = 0
  162. configure:4721: result: yes
  163. configure:4770: checking for arm-linux-gnueabihf-gnatbind
  164. configure:4800: result: no
  165. configure:4810: checking for gnatbind
  166. configure:4840: result: no
  167. configure:4862: checking for arm-linux-gnueabihf-gnatmake
  168. configure:4892: result: no
  169. configure:4902: checking for gnatmake
  170. configure:4932: result: no
  171. configure:4951: checking whether compiler driver understands Ada
  172. configure:4974: result: no
  173. configure:4983: checking how to compare bootstrapped objects
  174. configure:5008: result: cmp --ignore-initial=16 $$f1 $$f2
  175. configure:5080: checking for objdir
  176. configure:5095: result: .libs
  177. configure:5261: checking for the correct version of gmp.h
  178. configure:5281: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  179. configure:5281: $? = 0
  180. configure:5299: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  181. configure:5299: $? = 0
  182. configure:5300: result: yes
  183. configure:5316: checking for the correct version of mpfr.h
  184. configure:5334: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  185. configure:5334: $? = 0
  186. configure:5351: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  187. configure:5351: $? = 0
  188. configure:5352: result: yes
  189. configure:5369: checking for the correct version of mpc.h
  190. configure:5386: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  191. configure:5386: $? = 0
  192. configure:5402: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  193. configure:5402: $? = 0
  194. configure:5403: result: yes
  195. configure:5421: checking for the correct version of the gmp/mpfr/mpc libraries
  196. configure:5452: arm-linux-gnueabihf-gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  197. configure:5452: $? = 0
  198. configure:5453: result: yes
  199. configure:5637: checking for PWL_handle_timeout in -lpwl
  200. configure:5662: arm-linux-gnueabihf-gcc -o conftest -g -O2 conftest.c -lpwl -lstdc++ -lm >&5
  201. /usr/bin/ld: cannot find -lpwl
  202. collect2: ld returned 1 exit status
  203. configure:5662: $? = 1
  204. configure: failed program was:
  205. | /* confdefs.h */
  206. | #define PACKAGE_NAME ""
  207. | #define PACKAGE_TARNAME ""
  208. | #define PACKAGE_VERSION ""
  209. | #define PACKAGE_STRING ""
  210. | #define PACKAGE_BUGREPORT ""
  211. | #define PACKAGE_URL ""
  212. | #define LT_OBJDIR ".libs/"
  213. | /* end confdefs.h. */
  214. |
  215. | /* Override any GCC internal prototype to avoid an error.
  216. | Use char because int might match the return type of a GCC
  217. | builtin and then its argument prototype would still apply. */
  218. | #ifdef __cplusplus
  219. | extern "C"
  220. | #endif
  221. | char PWL_handle_timeout ();
  222. | int
  223. | main ()
  224. | {
  225. | return PWL_handle_timeout ();
  226. | ;
  227. | return 0;
  228. | }
  229. configure:5671: result: no
  230. configure:5685: checking for version 0.11 (revision 0 or later) of PPL
  231. configure:5702: arm-linux-gnueabihf-gcc -c -g -O2 conftest.c >&5
  232. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  233. compilation terminated.
  234. configure:5702: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME ""
  238. | #define PACKAGE_TARNAME ""
  239. | #define PACKAGE_VERSION ""
  240. | #define PACKAGE_STRING ""
  241. | #define PACKAGE_BUGREPORT ""
  242. | #define PACKAGE_URL ""
  243. | #define LT_OBJDIR ".libs/"
  244. | /* end confdefs.h. */
  245. | #include "ppl_c.h"
  246. | int
  247. | main ()
  248. | {
  249. |
  250. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  251. | choke me
  252. | #endif
  253. |
  254. | ;
  255. | return 0;
  256. | }
  257. configure:5706: result: no
  258. configure:7020: checking for default BUILD_CONFIG
  259. configure:7052: result:
  260. configure:7541: checking for bison
  261. configure:7557: found /usr/bin/bison
  262. configure:7568: result: bison -y
  263. configure:7588: checking for bison
  264. configure:7604: found /usr/bin/bison
  265. configure:7615: result: bison
  266. configure:7635: checking for gm4
  267. configure:7665: result: no
  268. configure:7635: checking for gnum4
  269. configure:7665: result: no
  270. configure:7635: checking for m4
  271. configure:7651: found /usr/bin/m4
  272. configure:7662: result: m4
  273. configure:7682: checking for flex
  274. configure:7698: found /usr/bin/flex
  275. configure:7709: result: flex
  276. configure:7730: checking for flex
  277. configure:7746: found /usr/bin/flex
  278. configure:7757: result: flex
  279. configure:7777: checking for makeinfo
  280. configure:7807: result: no
  281. configure:7838: checking for expect
  282. configure:7868: result: no
  283. configure:7887: checking for runtest
  284. configure:7917: result: no
  285. configure:7993: checking for arm-linux-gnueabihf-ar
  286. configure:8023: result: no
  287. configure:8032: checking for ar
  288. configure:8048: found /usr/bin/ar
  289. configure:8059: result: ar
  290. configure:8134: checking for arm-linux-gnueabihf-as
  291. configure:8164: result: no
  292. configure:8173: checking for as
  293. configure:8189: found /usr/bin/as
  294. configure:8200: result: as
  295. configure:8275: checking for arm-linux-gnueabihf-dlltool
  296. configure:8305: result: no
  297. configure:8314: checking for dlltool
  298. configure:8344: result: no
  299. configure:8416: checking for arm-linux-gnueabihf-ld
  300. configure:8446: result: no
  301. configure:8455: checking for ld
  302. configure:8471: found /usr/bin/ld
  303. configure:8482: result: ld
  304. configure:8557: checking for arm-linux-gnueabihf-lipo
  305. configure:8587: result: no
  306. configure:8596: checking for lipo
  307. configure:8626: result: no
  308. configure:8698: checking for arm-linux-gnueabihf-nm
  309. configure:8728: result: no
  310. configure:8737: checking for nm
  311. configure:8753: found /usr/bin/nm
  312. configure:8764: result: nm
  313. configure:8839: checking for arm-linux-gnueabihf-ranlib
  314. configure:8869: result: no
  315. configure:8878: checking for ranlib
  316. configure:8894: found /usr/bin/ranlib
  317. configure:8905: result: ranlib
  318. configure:8975: checking for arm-linux-gnueabihf-strip
  319. configure:9005: result: no
  320. configure:9014: checking for strip
  321. configure:9030: found /usr/bin/strip
  322. configure:9041: result: strip
  323. configure:9111: checking for arm-linux-gnueabihf-windres
  324. configure:9141: result: no
  325. configure:9150: checking for windres
  326. configure:9180: result: no
  327. configure:9252: checking for arm-linux-gnueabihf-windmc
  328. configure:9282: result: no
  329. configure:9291: checking for windmc
  330. configure:9321: result: no
  331. configure:9393: checking for arm-linux-gnueabihf-objcopy
  332. configure:9423: result: no
  333. configure:9432: checking for objcopy
  334. configure:9448: found /usr/bin/objcopy
  335. configure:9459: result: objcopy
  336. configure:9534: checking for arm-linux-gnueabihf-objdump
  337. configure:9564: result: no
  338. configure:9573: checking for objdump
  339. configure:9589: found /usr/bin/objdump
  340. configure:9600: result: objdump
  341. configure:9675: checking for arm-linux-gnueabihf-readelf
  342. configure:9705: result: no
  343. configure:9714: checking for readelf
  344. configure:9730: found /usr/bin/readelf
  345. configure:9741: result: readelf
  346. configure:9855: checking for arm-linux-gnueabihf-cc
  347. configure:9885: result: no
  348. configure:9894: checking for cc
  349. configure:9910: found /usr/bin/cc
  350. configure:9921: result: cc
  351. configure:10016: checking for arm-linux-gnueabihf-c++
  352. configure:10046: result: no
  353. configure:10055: checking for c++
  354. configure:10071: found /usr/bin/c++
  355. configure:10082: result: c++
  356. configure:10177: checking for arm-linux-gnueabihf-gcc
  357. configure:10193: found /usr/bin/arm-linux-gnueabihf-gcc
  358. configure:10204: result: arm-linux-gnueabihf-gcc
  359. configure:10333: checking for arm-linux-gnueabihf-gcj
  360. configure:10363: result: no
  361. configure:10372: checking for gcj
  362. configure:10402: result: no
  363. configure:10494: checking for arm-linux-gnueabihf-gfortran
  364. configure:10510: found /usr/bin/arm-linux-gnueabihf-gfortran
  365. configure:10521: result: arm-linux-gnueabihf-gfortran
  366. configure:10655: checking for arm-linux-gnueabihf-gccgo
  367. configure:10685: result: no
  368. configure:10694: checking for gccgo
  369. configure:10724: result: no
  370. configure:10785: checking for ar
  371. configure:10818: result: no
  372. configure:10896: checking for arm-linux-gnueabihf-ar
  373. configure:10926: result: no
  374. configure:10935: checking for ar
  375. configure:10951: found /usr/bin/ar
  376. configure:10962: result: ar
  377. configure:11015: checking for as
  378. configure:11048: result: no
  379. configure:11126: checking for arm-linux-gnueabihf-as
  380. configure:11156: result: no
  381. configure:11165: checking for as
  382. configure:11181: found /usr/bin/as
  383. configure:11192: result: as
  384. configure:11245: checking for dlltool
  385. configure:11278: result: no
  386. configure:11356: checking for arm-linux-gnueabihf-dlltool
  387. configure:11386: result: no
  388. configure:11395: checking for dlltool
  389. configure:11425: result: no
  390. configure:11475: checking for ld
  391. configure:11508: result: no
  392. configure:11586: checking for arm-linux-gnueabihf-ld
  393. configure:11616: result: no
  394. configure:11625: checking for ld
  395. configure:11641: found /usr/bin/ld
  396. configure:11652: result: ld
  397. configure:11705: checking for lipo
  398. configure:11738: result: no
  399. configure:11816: checking for arm-linux-gnueabihf-lipo
  400. configure:11846: result: no
  401. configure:11855: checking for lipo
  402. configure:11885: result: no
  403. configure:11935: checking for nm
  404. configure:11968: result: no
  405. configure:12046: checking for arm-linux-gnueabihf-nm
  406. configure:12076: result: no
  407. configure:12085: checking for nm
  408. configure:12101: found /usr/bin/nm
  409. configure:12112: result: nm
  410. configure:12165: checking for objdump
  411. configure:12198: result: no
  412. configure:12276: checking for arm-linux-gnueabihf-objdump
  413. configure:12306: result: no
  414. configure:12315: checking for objdump
  415. configure:12331: found /usr/bin/objdump
  416. configure:12342: result: objdump
  417. configure:12395: checking for ranlib
  418. configure:12428: result: no
  419. configure:12506: checking for arm-linux-gnueabihf-ranlib
  420. configure:12536: result: no
  421. configure:12545: checking for ranlib
  422. configure:12561: found /usr/bin/ranlib
  423. configure:12572: result: ranlib
  424. configure:12625: checking for readelf
  425. configure:12658: result: no
  426. configure:12736: checking for arm-linux-gnueabihf-readelf
  427. configure:12766: result: no
  428. configure:12775: checking for readelf
  429. configure:12791: found /usr/bin/readelf
  430. configure:12802: result: readelf
  431. configure:12855: checking for strip
  432. configure:12888: result: no
  433. configure:12966: checking for arm-linux-gnueabihf-strip
  434. configure:12996: result: no
  435. configure:13005: checking for strip
  436. configure:13021: found /usr/bin/strip
  437. configure:13032: result: strip
  438. configure:13085: checking for windres
  439. configure:13118: result: no
  440. configure:13196: checking for arm-linux-gnueabihf-windres
  441. configure:13226: result: no
  442. configure:13235: checking for windres
  443. configure:13265: result: no
  444. configure:13315: checking for windmc
  445. configure:13348: result: no
  446. configure:13426: checking for arm-linux-gnueabihf-windmc
  447. configure:13456: result: no
  448. configure:13465: checking for windmc
  449. configure:13495: result: no
  450. configure:13523: checking where to find the target ar
  451. configure:13556: result: host tool
  452. configure:13565: checking where to find the target as
  453. configure:13598: result: host tool
  454. configure:13607: checking where to find the target cc
  455. configure:13630: result: just compiled
  456. configure:13649: checking where to find the target c++
  457. configure:13685: result: host tool
  458. configure:13694: checking where to find the target c++ for libstdc++
  459. configure:13730: result: host tool
  460. configure:13739: checking where to find the target dlltool
  461. configure:13772: result: host tool
  462. configure:13781: checking where to find the target gcc
  463. configure:13804: result: just compiled
  464. configure:13823: checking where to find the target gcj
  465. configure:13859: result: host tool
  466. configure:13868: checking where to find the target gfortran
  467. configure:13904: result: host tool
  468. configure:13913: checking where to find the target gccgo
  469. configure:13949: result: host tool
  470. configure:13958: checking where to find the target ld
  471. configure:13991: result: host tool
  472. configure:14000: checking where to find the target lipo
  473. configure:14022: result: host tool
  474. configure:14031: checking where to find the target nm
  475. configure:14064: result: host tool
  476. configure:14073: checking where to find the target objdump
  477. configure:14106: result: host tool
  478. configure:14115: checking where to find the target ranlib
  479. configure:14148: result: host tool
  480. configure:14157: checking where to find the target readelf
  481. configure:14190: result: host tool
  482. configure:14199: checking where to find the target strip
  483. configure:14232: result: host tool
  484. configure:14241: checking where to find the target windres
  485. configure:14274: result: host tool
  486. configure:14283: checking where to find the target windmc
  487. configure:14316: result: host tool
  488. configure:14353: checking whether to enable maintainer-specific portions of Makefiles
  489. configure:14362: result: no
  490. configure:14395: checking whether -fkeep-inline-functions is supported
  491. configure:14414: arm-linux-gnueabihf-gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  492. configure:14414: $? = 0
  493. configure:14415: result: yes
  494. configure:14621: creating ./config.status
  495.  
  496. ## ---------------------- ##
  497. ## Running config.status. ##
  498. ## ---------------------- ##
  499.  
  500. This file was extended by config.status, which was
  501. generated by GNU Autoconf 2.64. Invocation command line was
  502.  
  503. CONFIG_FILES =
  504. CONFIG_HEADERS =
  505. CONFIG_LINKS =
  506. CONFIG_COMMANDS =
  507. $ ./config.status
  508.  
  509. on summitian
  510.  
  511. config.status:958: creating Makefile
  512.  
  513. ## ---------------- ##
  514. ## Cache variables. ##
  515. ## ---------------- ##
  516.  
  517. ac_cv_build=arm-unknown-linux-gnueabihf
  518. ac_cv_c_compiler_gnu=yes
  519. ac_cv_cxx_compiler_gnu=yes
  520. ac_cv_env_AR_FOR_TARGET_set=
  521. ac_cv_env_AR_FOR_TARGET_value=
  522. ac_cv_env_AR_set=
  523. ac_cv_env_AR_value=
  524. ac_cv_env_AS_FOR_TARGET_set=
  525. ac_cv_env_AS_FOR_TARGET_value=
  526. ac_cv_env_AS_set=
  527. ac_cv_env_AS_value=
  528. ac_cv_env_CCC_set=
  529. ac_cv_env_CCC_value=
  530. ac_cv_env_CC_FOR_TARGET_set=
  531. ac_cv_env_CC_FOR_TARGET_value=
  532. ac_cv_env_CC_set=
  533. ac_cv_env_CC_value=
  534. ac_cv_env_CFLAGS_set=
  535. ac_cv_env_CFLAGS_value=
  536. ac_cv_env_CPPFLAGS_set=
  537. ac_cv_env_CPPFLAGS_value=
  538. ac_cv_env_CXXFLAGS_set=
  539. ac_cv_env_CXXFLAGS_value=
  540. ac_cv_env_CXX_FOR_TARGET_set=
  541. ac_cv_env_CXX_FOR_TARGET_value=
  542. ac_cv_env_CXX_set=
  543. ac_cv_env_CXX_value=
  544. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  545. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  546. ac_cv_env_DLLTOOL_set=
  547. ac_cv_env_DLLTOOL_value=
  548. ac_cv_env_GCC_FOR_TARGET_set=
  549. ac_cv_env_GCC_FOR_TARGET_value=
  550. ac_cv_env_GCJ_FOR_TARGET_set=
  551. ac_cv_env_GCJ_FOR_TARGET_value=
  552. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  553. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  554. ac_cv_env_GOC_FOR_TARGET_set=
  555. ac_cv_env_GOC_FOR_TARGET_value=
  556. ac_cv_env_LDFLAGS_set=
  557. ac_cv_env_LDFLAGS_value=
  558. ac_cv_env_LD_FOR_TARGET_set=
  559. ac_cv_env_LD_FOR_TARGET_value=
  560. ac_cv_env_LD_set=
  561. ac_cv_env_LD_value=
  562. ac_cv_env_LIBS_set=
  563. ac_cv_env_LIBS_value=
  564. ac_cv_env_LIPO_FOR_TARGET_set=
  565. ac_cv_env_LIPO_FOR_TARGET_value=
  566. ac_cv_env_LIPO_set=
  567. ac_cv_env_LIPO_value=
  568. ac_cv_env_NM_FOR_TARGET_set=
  569. ac_cv_env_NM_FOR_TARGET_value=
  570. ac_cv_env_NM_set=
  571. ac_cv_env_NM_value=
  572. ac_cv_env_OBJCOPY_set=
  573. ac_cv_env_OBJCOPY_value=
  574. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  575. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  576. ac_cv_env_OBJDUMP_set=
  577. ac_cv_env_OBJDUMP_value=
  578. ac_cv_env_RANLIB_FOR_TARGET_set=
  579. ac_cv_env_RANLIB_FOR_TARGET_value=
  580. ac_cv_env_RANLIB_set=
  581. ac_cv_env_RANLIB_value=
  582. ac_cv_env_READELF_FOR_TARGET_set=
  583. ac_cv_env_READELF_FOR_TARGET_value=
  584. ac_cv_env_READELF_set=
  585. ac_cv_env_READELF_value=
  586. ac_cv_env_STRIP_FOR_TARGET_set=
  587. ac_cv_env_STRIP_FOR_TARGET_value=
  588. ac_cv_env_STRIP_set=
  589. ac_cv_env_STRIP_value=
  590. ac_cv_env_WINDMC_FOR_TARGET_set=
  591. ac_cv_env_WINDMC_FOR_TARGET_value=
  592. ac_cv_env_WINDMC_set=
  593. ac_cv_env_WINDMC_value=
  594. ac_cv_env_WINDRES_FOR_TARGET_set=
  595. ac_cv_env_WINDRES_FOR_TARGET_value=
  596. ac_cv_env_WINDRES_set=
  597. ac_cv_env_WINDRES_value=
  598. ac_cv_env_build_alias_set=set
  599. ac_cv_env_build_alias_value=arm-linux-gnueabihf
  600. ac_cv_env_build_configargs_set=
  601. ac_cv_env_build_configargs_value=
  602. ac_cv_env_host_alias_set=set
  603. ac_cv_env_host_alias_value=arm-linux-gnueabihf
  604. ac_cv_env_host_configargs_set=
  605. ac_cv_env_host_configargs_value=
  606. ac_cv_env_target_alias_set=set
  607. ac_cv_env_target_alias_value=arm-linux-gnueabihf
  608. ac_cv_env_target_configargs_set=
  609. ac_cv_env_target_configargs_value=
  610. ac_cv_host=arm-unknown-linux-gnueabihf
  611. ac_cv_lib_pwl_PWL_handle_timeout=no
  612. ac_cv_objext=o
  613. ac_cv_path_SED=/bin/sed
  614. ac_cv_path_install='/usr/bin/install -c'
  615. ac_cv_prog_AR=ar
  616. ac_cv_prog_AR_FOR_TARGET=ar
  617. ac_cv_prog_AS=as
  618. ac_cv_prog_AS_FOR_TARGET=as
  619. ac_cv_prog_AWK=gawk
  620. ac_cv_prog_BISON=bison
  621. ac_cv_prog_CC=arm-linux-gnueabihf-gcc
  622. ac_cv_prog_CC_FOR_TARGET=cc
  623. ac_cv_prog_CXX=arm-linux-gnueabihf-g++
  624. ac_cv_prog_CXX_FOR_TARGET=c++
  625. ac_cv_prog_FLEX=flex
  626. ac_cv_prog_GCC_FOR_TARGET=arm-linux-gnueabihf-gcc
  627. ac_cv_prog_GFORTRAN_FOR_TARGET=arm-linux-gnueabihf-gfortran
  628. ac_cv_prog_LD=ld
  629. ac_cv_prog_LD_FOR_TARGET=ld
  630. ac_cv_prog_LEX=flex
  631. ac_cv_prog_M4=m4
  632. ac_cv_prog_NM=nm
  633. ac_cv_prog_NM_FOR_TARGET=nm
  634. ac_cv_prog_OBJCOPY=objcopy
  635. ac_cv_prog_OBJDUMP=objdump
  636. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  637. ac_cv_prog_RANLIB=ranlib
  638. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  639. ac_cv_prog_READELF=readelf
  640. ac_cv_prog_READELF_FOR_TARGET=readelf
  641. ac_cv_prog_STRIP=strip
  642. ac_cv_prog_STRIP_FOR_TARGET=strip
  643. ac_cv_prog_YACC='bison -y'
  644. ac_cv_prog_cc_c89=
  645. ac_cv_prog_cc_g=yes
  646. ac_cv_prog_cxx_g=yes
  647. ac_cv_target=arm-unknown-linux-gnueabihf
  648. acx_cv_cc_gcc_supports_ada=no
  649. acx_cv_prog_LN=ln
  650. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  651. gcc_cv_tool_dirs=/opt/gdc/libexec/gcc/arm-linux-gnueabihf/4.7.1:/opt/gdc/libexec/gcc/arm-linux-gnueabihf:/usr/lib/gcc/arm-linux-gnueabihf/4.7.1:/usr/lib/gcc/arm-linux-gnueabihf:/opt/gdc/arm-linux-gnueabihf/bin/arm-linux-gnueabihf/4.7.1:/opt/gdc/arm-linux-gnueabihf/bin:
  652. gcc_cv_tool_prefix=/opt/gdc
  653. lt_cv_objdir=.libs
  654.  
  655. ## ----------------- ##
  656. ## Output variables. ##
  657. ## ----------------- ##
  658.  
  659. AR='ar'
  660. AR_FOR_BUILD='$(AR)'
  661. AR_FOR_TARGET='$(AR)'
  662. AS='as'
  663. AS_FOR_BUILD='$(AS)'
  664. AS_FOR_TARGET='$(AS)'
  665. AWK='gawk'
  666. BISON='bison'
  667. BUILD_CONFIG=''
  668. CC='arm-linux-gnueabihf-gcc'
  669. CC_FOR_BUILD='$(CC)'
  670. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  671. CFLAGS='-g -O2'
  672. CFLAGS_FOR_BUILD='-g -O2'
  673. CFLAGS_FOR_TARGET='-g -O2'
  674. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  675. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  676. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  677. CONFIGURE_GDB_TK=''
  678. CPPFLAGS=''
  679. CXX='arm-linux-gnueabihf-g++'
  680. CXXFLAGS='-g -O2'
  681. CXXFLAGS_FOR_BUILD='-g -O2'
  682. CXXFLAGS_FOR_TARGET='-g -O2'
  683. CXX_FOR_BUILD='$(CXX)'
  684. CXX_FOR_TARGET='$(CXX)'
  685. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  686. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  687. DLLTOOL='dlltool'
  688. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  689. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  690. ECHO_C=''
  691. ECHO_N='-n'
  692. ECHO_T=''
  693. EXEEXT=''
  694. EXPECT='expect'
  695. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  696. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  697. FLEX='flex'
  698. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  699. GCC_SHLIB_SUBDIR=''
  700. GCJ_FOR_BUILD='$(GCJ)'
  701. GCJ_FOR_TARGET='$(GCJ)'
  702. GDB_TK=''
  703. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  704. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  705. GNATBIND='no'
  706. GNATMAKE='no'
  707. GOC_FOR_BUILD='$(GOC)'
  708. GOC_FOR_TARGET='$(GOC)'
  709. INSTALL_DATA='${INSTALL} -m 644'
  710. INSTALL_GDB_TK=''
  711. INSTALL_PROGRAM='${INSTALL}'
  712. INSTALL_SCRIPT='${INSTALL}'
  713. LD='ld'
  714. LDFLAGS=''
  715. LDFLAGS_FOR_BUILD=''
  716. LDFLAGS_FOR_TARGET=''
  717. LD_FOR_BUILD='$(LD)'
  718. LD_FOR_TARGET='$(LD)'
  719. LEX='flex'
  720. LIBOBJS=''
  721. LIBS=''
  722. LIPO='lipo'
  723. LIPO_FOR_TARGET='$(LIPO)'
  724. LN='ln'
  725. LN_S='ln -s'
  726. LTLIBOBJS=''
  727. M4='m4'
  728. MAINT='#'
  729. MAINTAINER_MODE_FALSE=''
  730. MAINTAINER_MODE_TRUE='#'
  731. MAKEINFO='/home/pi/gcc-4.7.1-debian/missing makeinfo'
  732. NM='nm'
  733. NM_FOR_BUILD='$(NM)'
  734. NM_FOR_TARGET='$(NM)'
  735. OBJCOPY='objcopy'
  736. OBJDUMP='objdump'
  737. OBJDUMP_FOR_TARGET='$(OBJDUMP)'
  738. OBJEXT='o'
  739. PACKAGE_BUGREPORT=''
  740. PACKAGE_NAME=''
  741. PACKAGE_STRING=''
  742. PACKAGE_TARNAME=''
  743. PACKAGE_URL=''
  744. PACKAGE_VERSION=''
  745. PATH_SEPARATOR=':'
  746. POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
  747. RANLIB='ranlib'
  748. RANLIB_FOR_BUILD='$(RANLIB)'
  749. RANLIB_FOR_TARGET='$(RANLIB)'
  750. RAW_CXX_FOR_TARGET='$(CXX)'
  751. READELF='readelf'
  752. READELF_FOR_TARGET='$(READELF)'
  753. RPATH_ENVVAR='LD_LIBRARY_PATH'
  754. RUNTEST='runtest'
  755. SED='/bin/sed'
  756. SHELL='/bin/bash'
  757. STRIP='strip'
  758. STRIP_FOR_TARGET='$(STRIP)'
  759. SYSROOT_CFLAGS_FOR_TARGET=''
  760. TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --enable-languages=d --disable-bootstrap --disable-shared --disable-nls --prefix=/opt/gdc --with-bugurl=https://bitbucket.org/goshawk/gdc/issues --disable-libgomp --disable-libmudflap --enable-multiarch --enable-linker-build-id --with-system-zlib --without-included-gettext --enable-threads=posix --enable-clocale=gnu --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=yes'
  761. WINDMC='windmc'
  762. WINDMC_FOR_BUILD='$(WINDMC)'
  763. WINDMC_FOR_TARGET='$(WINDMC)'
  764. WINDRES='windres'
  765. WINDRES_FOR_BUILD='$(WINDRES)'
  766. WINDRES_FOR_TARGET='$(WINDRES)'
  767. YACC='bison -y'
  768. ac_ct_CC=''
  769. ac_ct_CXX=''
  770. bindir='${exec_prefix}/bin'
  771. build='arm-unknown-linux-gnueabihf'
  772. build_alias='arm-linux-gnueabihf'
  773. build_configargs=' --cache-file=../config.cache '\''--disable-bootstrap'\'' '\''--disable-shared'\'' '\''--disable-nls'\'' '\''--prefix=/opt/gdc'\'' '\''--with-bugurl=https://bitbucket.org/goshawk/gdc/issues'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--enable-multiarch'\'' '\''--enable-linker-build-id'\'' '\''--with-system-zlib'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--enable-clocale=gnu'\'' '\''--with-arch=armv6'\'' '\''--with-fpu=vfp'\'' '\''--with-float=hard'\'' '\''--enable-checking=yes'\'' '\''--enable-languages=c,d,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  774. build_configdirs=' libiberty fixincludes'
  775. build_cpu='arm'
  776. build_libsubdir='build-arm-linux-gnueabihf'
  777. build_noncanonical='arm-linux-gnueabihf'
  778. build_os='linux-gnueabihf'
  779. build_subdir='build-arm-linux-gnueabihf'
  780. build_tooldir='${exec_prefix}/arm-linux-gnueabihf'
  781. build_vendor='unknown'
  782. clooginc=''
  783. clooglibs=''
  784. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  785. configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc lto-plugin'
  786. datadir='${datarootdir}'
  787. datarootdir='${prefix}/share'
  788. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  789. docdir='${datarootdir}/doc/${PACKAGE}'
  790. dvidir='${docdir}'
  791. exec_prefix='${prefix}'
  792. extra_host_libiberty_configure_flags='--enable-shared'
  793. extra_mpc_gmp_configure_flags=''
  794. extra_mpc_mpfr_configure_flags=''
  795. extra_mpfr_configure_flags=''
  796. gmpinc=''
  797. gmplibs='-lmpc -lmpfr -lgmp'
  798. host='arm-unknown-linux-gnueabihf'
  799. host_alias='arm-linux-gnueabihf'
  800. host_configargs=' --cache-file=./config.cache --with-system-zlib '\''--disable-bootstrap'\'' '\''--disable-shared'\'' '\''--disable-nls'\'' '\''--prefix=/opt/gdc'\'' '\''--with-bugurl=https://bitbucket.org/goshawk/gdc/issues'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--enable-multiarch'\'' '\''--enable-linker-build-id'\'' '\''--with-system-zlib'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--enable-clocale=gnu'\'' '\''--with-arch=armv6'\'' '\''--with-fpu=vfp'\'' '\''--with-float=hard'\'' '\''--enable-checking=yes'\'' '\''--enable-languages=c,d,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  801. host_cpu='arm'
  802. host_noncanonical='arm-linux-gnueabihf'
  803. host_os='linux-gnueabihf'
  804. host_subdir='.'
  805. host_vendor='unknown'
  806. htmldir='${docdir}'
  807. includedir='${prefix}/include'
  808. infodir='${datarootdir}/info'
  809. libdir='${exec_prefix}/lib'
  810. libexecdir='${exec_prefix}/libexec'
  811. localedir='${datarootdir}/locale'
  812. localstatedir='${prefix}/var'
  813. mandir='${datarootdir}/man'
  814. oldincludedir='/usr/include'
  815. pdfdir='${docdir}'
  816. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  817. poststage1_libs=''
  818. pplinc=''
  819. ppllibs=''
  820. prefix='/opt/gdc'
  821. program_transform_name='s,y,y,'
  822. psdir='${docdir}'
  823. sbindir='${exec_prefix}/sbin'
  824. sharedstatedir='${prefix}/com'
  825. stage1_cflags='-g -fkeep-inline-functions'
  826. stage1_checking='--enable-checking=yes,types'
  827. stage1_languages='c,lto'
  828. stage1_ldflags=''
  829. stage1_libs=''
  830. stage2_werror_flag=''
  831. sysconfdir='${prefix}/etc'
  832. target='arm-unknown-linux-gnueabihf'
  833. target_alias='arm-linux-gnueabihf'
  834. target_configargs='--cache-file=./config.cache --enable-multilib '\''--disable-bootstrap'\'' '\''--disable-shared'\'' '\''--disable-nls'\'' '\''--prefix=/opt/gdc'\'' '\''--with-bugurl=https://bitbucket.org/goshawk/gdc/issues'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--enable-multiarch'\'' '\''--enable-linker-build-id'\'' '\''--with-system-zlib'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--enable-clocale=gnu'\'' '\''--with-arch=armv6'\'' '\''--with-fpu=vfp'\'' '\''--with-float=hard'\'' '\''--enable-checking=yes'\'' '\''--enable-languages=c,d,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  835. target_configdirs=' libgcc libssp libquadmath libphobos'
  836. target_cpu='arm'
  837. target_noncanonical='arm-linux-gnueabihf'
  838. target_os='linux-gnueabihf'
  839. target_subdir='arm-linux-gnueabihf'
  840. target_vendor='unknown'
  841. tooldir='${exec_prefix}/arm-linux-gnueabihf'
  842.  
  843. ## ------------------- ##
  844. ## File substitutions. ##
  845. ## ------------------- ##
  846.  
  847. alphaieee_frag='/dev/null'
  848. host_makefile_frag='/dev/null'
  849. ospace_frag='/dev/null'
  850. serialization_dependencies='serdep.tmp'
  851. target_makefile_frag='../config/mt-gnu'
  852.  
  853. ## ----------- ##
  854. ## confdefs.h. ##
  855. ## ----------- ##
  856.  
  857. /* confdefs.h */
  858. #define PACKAGE_NAME ""
  859. #define PACKAGE_TARNAME ""
  860. #define PACKAGE_VERSION ""
  861. #define PACKAGE_STRING ""
  862. #define PACKAGE_BUGREPORT ""
  863. #define PACKAGE_URL ""
  864. #define LT_OBJDIR ".libs/"
  865.  
  866. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement