Guest User

Untitled

a guest
Jul 15th, 2018
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 23.73 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 mingw-w64-runtime configure 4.0b, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ../mingw-w64-v5.0.4/mingw-w64-crt/configure --prefix=/mnt/sdb1/build/toolchain --with-sysroot=/mnt/sdb1/build/toolchain --host=x86_64-w64-mingw32 --enable-lib32
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = box
  14. uname -m = x86_64
  15. uname -r = 4.14.10-tinycore64
  16. uname -s = Linux
  17. uname -v = #2018 SMP Mon Jan 1 16:07:42 UTC 2018
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /home/tc/.local/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /apps/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /etc/sysconfig/tcedir/ondemand
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2233: checking for a BSD-compatible install
  46. configure:2301: result: /usr/bin/install -c
  47. configure:2312: checking whether build environment is sane
  48. configure:2367: result: yes
  49. configure:2426: checking for x86_64-w64-mingw32-strip
  50. configure:2456: result: no
  51. configure:2466: checking for strip
  52. configure:2482: found /usr/local/bin/strip
  53. configure:2493: result: strip
  54. configure:2518: checking for a thread-safe mkdir -p
  55. configure:2557: result: ../mingw-w64-v5.0.4/mingw-w64-crt/build-aux/install-sh -c -d
  56. configure:2564: checking for gawk
  57. configure:2580: found /usr/local/bin/gawk
  58. configure:2591: result: gawk
  59. configure:2602: checking whether make sets $(MAKE)
  60. configure:2624: result: yes
  61. configure:2653: checking whether make supports nested variables
  62. configure:2670: result: yes
  63. configure:2796: checking whether to enable maintainer-specific portions of Makefiles
  64. configure:2805: result: no
  65. configure:2823: checking build system type
  66. configure:2837: result: x86_64-pc-linux-gnu
  67. configure:2857: checking host system type
  68. configure:2870: result: x86_64-w64-mingw32
  69. configure:2891: checking for sysroot
  70. configure:2909: result: /mnt/sdb1/build/toolchain
  71. configure:2930: checking for a sed that does not truncate output
  72. configure:2994: result: /usr/local/bin/sed
  73. configure:3003: checking for gawk
  74. configure:3030: result: gawk
  75. configure:3049: checking for x86_64-w64-mingw32-gcc
  76. configure:3079: result: no
  77. configure:3089: checking for gcc
  78. configure:3105: found /usr/local/bin/gcc
  79. configure:3116: result: gcc
  80. configure:3345: checking for C compiler version
  81. configure:3354: gcc --version >&5
  82. gcc (GCC) 7.2.0
  83. Copyright (C) 2017 Free Software Foundation, Inc.
  84. This is free software; see the source for copying conditions.  There is NO
  85. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  86.  
  87. configure:3365: $? = 0
  88. configure:3354: gcc -v >&5
  89. Using built-in specs.
  90. COLLECT_GCC=gcc
  91. COLLECT_LTO_WRAPPER=/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
  92. Target: x86_64-pc-linux-gnu
  93. Configured with: ../configure --prefix=/usr/local --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib --libexecdir=/usr/local/lib --enable-frame-pointer --with-mpfr=/usr/local --with-gmp=/usr/local --with-cloog=/usr/local --with-isl=/usr/local
  94. Thread model: posix
  95. gcc version 7.2.0 (GCC)
  96. configure:3365: $? = 0
  97. configure:3354: gcc -V >&5
  98. gcc: error: unrecognized command line option '-V'
  99. gcc: fatal error: no input files
  100. compilation terminated.
  101. configure:3365: $? = 1
  102. configure:3354: gcc -qversion >&5
  103. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  104. gcc: fatal error: no input files
  105. compilation terminated.
  106. configure:3365: $? = 1
  107. configure:3385: gcc -o conftest    conftest.c  >&5
  108. configure:3389: $? = 0
  109. configure:3408: checking whether the C compiler works
  110. configure:3430: gcc    conftest.c  >&5
  111. configure:3434: $? = 0
  112. configure:3482: result: yes
  113. configure:3485: checking for C compiler default output file name
  114. configure:3487: result: a.out
  115. configure:3493: checking for suffix of executables
  116. configure:3500: gcc -o conftest    conftest.c  >&5
  117. configure:3504: $? = 0
  118. configure:3526: result:
  119. configure:3548: checking whether we are cross compiling
  120. configure:3556: gcc -o conftest    conftest.c  >&5
  121. configure:3560: $? = 0
  122. configure:3567: ./conftest
  123. configure:3571: $? = 0
  124. configure:3586: result: no
  125. configure:3644: checking for suffix of object files
  126. configure:3666: gcc -c   conftest.c >&5
  127. configure:3670: $? = 0
  128. configure:3691: result: o
  129. configure:3695: checking whether we are using the GNU C compiler
  130. configure:3714: gcc -c   conftest.c >&5
  131. configure:3714: $? = 0
  132. configure:3723: result: yes
  133. configure:3732: checking whether gcc accepts -g
  134. configure:3752: gcc -c -g  conftest.c >&5
  135. configure:3752: $? = 0
  136. configure:3793: result: yes
  137. configure:3810: checking for gcc option to accept ISO C89
  138. configure:3873: gcc  -c -g -O2  conftest.c >&5
  139. configure:3873: $? = 0
  140. configure:3886: result: none needed
  141. configure:3911: checking whether gcc understands -c and -o together
  142. configure:3933: gcc -c conftest.c -o conftest2.o
  143. configure:3936: $? = 0
  144. configure:3933: gcc -c conftest.c -o conftest2.o
  145. configure:3936: $? = 0
  146. configure:3948: result: yes
  147. configure:3976: checking for style of include used by make
  148. configure:4004: result: GNU
  149. configure:4030: checking dependency style of gcc
  150. configure:4141: result: gcc3
  151. configure:4170: checking for x86_64-w64-mingw32-g++
  152. configure:4200: result: no
  153. configure:4170: checking for x86_64-w64-mingw32-c++
  154. configure:4200: result: no
  155. configure:4170: checking for x86_64-w64-mingw32-gpp
  156. configure:4200: result: no
  157. configure:4170: checking for x86_64-w64-mingw32-aCC
  158. configure:4200: result: no
  159. configure:4170: checking for x86_64-w64-mingw32-CC
  160. configure:4200: result: no
  161. configure:4170: checking for x86_64-w64-mingw32-cxx
  162. configure:4200: result: no
  163. configure:4170: checking for x86_64-w64-mingw32-cc++
  164. configure:4200: result: no
  165. configure:4170: checking for x86_64-w64-mingw32-cl.exe
  166. configure:4200: result: no
  167. configure:4170: checking for x86_64-w64-mingw32-FCC
  168. configure:4200: result: no
  169. configure:4170: checking for x86_64-w64-mingw32-KCC
  170. configure:4200: result: no
  171. configure:4170: checking for x86_64-w64-mingw32-RCC
  172. configure:4200: result: no
  173. configure:4170: checking for x86_64-w64-mingw32-xlC_r
  174. configure:4200: result: no
  175. configure:4170: checking for x86_64-w64-mingw32-xlC
  176. configure:4200: result: no
  177. configure:4214: checking for g++
  178. configure:4230: found /usr/local/bin/g++
  179. configure:4241: result: g++
  180. configure:4268: checking for C++ compiler version
  181. configure:4277: g++ --version >&5
  182. g++ (GCC) 7.2.0
  183. Copyright (C) 2017 Free Software Foundation, Inc.
  184. This is free software; see the source for copying conditions.  There is NO
  185. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  186.  
  187. configure:4288: $? = 0
  188. configure:4277: g++ -v >&5
  189. Using built-in specs.
  190. COLLECT_GCC=g++
  191. COLLECT_LTO_WRAPPER=/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
  192. Target: x86_64-pc-linux-gnu
  193. Configured with: ../configure --prefix=/usr/local --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib --libexecdir=/usr/local/lib --enable-frame-pointer --with-mpfr=/usr/local --with-gmp=/usr/local --with-cloog=/usr/local --with-isl=/usr/local
  194. Thread model: posix
  195. gcc version 7.2.0 (GCC)
  196. configure:4288: $? = 0
  197. configure:4277: g++ -V >&5
  198. g++: error: unrecognized command line option '-V'
  199. g++: fatal error: no input files
  200. compilation terminated.
  201. configure:4288: $? = 1
  202. configure:4277: g++ -qversion >&5
  203. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  204. g++: fatal error: no input files
  205. compilation terminated.
  206. configure:4288: $? = 1
  207. configure:4292: checking whether we are using the GNU C++ compiler
  208. configure:4311: g++ -c   conftest.cpp >&5
  209. configure:4311: $? = 0
  210. configure:4320: result: yes
  211. configure:4329: checking whether g++ accepts -g
  212. configure:4349: g++ -c -g  conftest.cpp >&5
  213. configure:4349: $? = 0
  214. configure:4390: result: yes
  215. configure:4415: checking dependency style of g++
  216. configure:4526: result: gcc3
  217. configure:4546: checking how to run the C preprocessor
  218. configure:4577: gcc -E  conftest.c
  219. configure:4577: $? = 0
  220. configure:4591: gcc -E  conftest.c
  221. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  222.  #include <ac_nonexistent.h>
  223.           ^~~~~~~~~~~~~~~~~~
  224. compilation terminated.
  225. configure:4591: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME "mingw-w64-runtime"
  229. | #define PACKAGE_TARNAME "mingw-w64-runtime"
  230. | #define PACKAGE_VERSION "4.0b"
  231. | #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  232. | #define PACKAGE_BUGREPORT "[email protected]"
  233. | #define PACKAGE_URL ""
  234. | #define PACKAGE "mingw-w64-runtime"
  235. | #define VERSION "4.0b"
  236. | /* end confdefs.h.  */
  237. | #include <ac_nonexistent.h>
  238. configure:4616: result: gcc -E
  239. configure:4636: gcc -E  conftest.c
  240. configure:4636: $? = 0
  241. configure:4650: gcc -E  conftest.c
  242. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  243.  #include <ac_nonexistent.h>
  244.           ^~~~~~~~~~~~~~~~~~
  245. compilation terminated.
  246. configure:4650: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "mingw-w64-runtime"
  250. | #define PACKAGE_TARNAME "mingw-w64-runtime"
  251. | #define PACKAGE_VERSION "4.0b"
  252. | #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  253. | #define PACKAGE_BUGREPORT "[email protected]"
  254. | #define PACKAGE_URL ""
  255. | #define PACKAGE "mingw-w64-runtime"
  256. | #define VERSION "4.0b"
  257. | /* end confdefs.h.  */
  258. | #include <ac_nonexistent.h>
  259. configure:4682: checking for x86_64-w64-mingw32-ranlib
  260. configure:4712: result: no
  261. configure:4722: checking for ranlib
  262. configure:4738: found /usr/local/bin/ranlib
  263. configure:4749: result: ranlib
  264. configure:4774: checking for x86_64-w64-mingw32-dlltool
  265. configure:4804: result: no
  266. configure:4814: checking for dlltool
  267. configure:4844: result: no
  268. configure:4869: checking for x86_64-w64-mingw32-ar
  269. configure:4899: result: no
  270. configure:4869: checking for x86_64-w64-mingw32-lib
  271. configure:4899: result: no
  272. configure:4869: checking for x86_64-w64-mingw32-link
  273. configure:4899: result: no
  274. configure:4913: checking for ar
  275. configure:4929: found /usr/local/bin/ar
  276. configure:4940: result: ar
  277. configure:4966: checking the archiver (ar) interface
  278. configure:4982: gcc -c -g -O2  conftest.c >&5
  279. configure:4982: $? = 0
  280. configure:4984: ar cru libconftest.a conftest.o >&5
  281. configure:4987: $? = 0
  282. configure:5015: result: ar
  283. configure:5044: checking dependency style of gcc
  284. configure:5153: result: gcc3
  285. configure:5171: checking for x86_64-w64-mingw32-as
  286. configure:5201: result: no
  287. configure:5211: checking for as
  288. configure:5227: found /usr/local/bin/as
  289. configure:5238: result: as
  290. configure:5262: checking whether to build a w32api package for Cygwin
  291. configure:5271: result: no
  292. configure:5291: checking whether to build the Win32 libraries
  293. configure:5320: result: yes
  294. configure:5339: checking whether to build the Win64 libraries
  295. configure:5359: gcc -c -g -O2 -m64  conftest.c >&5
  296. configure:5359: $? = 0
  297. configure:5368: result: yes
  298. configure:5387: checking whether to build the WinARM32 libraries
  299. configure:5404: result: no
  300. configure:5485: checking whether to use genlib
  301. configure:5602: result: no
  302. configure:5605: checking whether to enable globbing
  303. configure:5627: result: no
  304. configure:5630: checking whether to enable private exports
  305. configure:5655: result: no
  306. configure:5658: checking whether to enable delay import libs
  307. configure:5683: result: no
  308. configure:5686: checking whether to enable experimental features
  309. configure:5722: result: no
  310. configure:5764: checking whether the compiler supports -municode
  311. configure:5781: gcc -c -g -O2 -municode  conftest.c >&5
  312. gcc: error: unrecognized command line option '-municode'
  313. configure:5781: $? = 1
  314. configure: failed program was:
  315. | /* confdefs.h */
  316. | #define PACKAGE_NAME "mingw-w64-runtime"
  317. | #define PACKAGE_TARNAME "mingw-w64-runtime"
  318. | #define PACKAGE_VERSION "4.0b"
  319. | #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  320. | #define PACKAGE_BUGREPORT "[email protected]"
  321. | #define PACKAGE_URL ""
  322. | #define PACKAGE "mingw-w64-runtime"
  323. | #define VERSION "4.0b"
  324. | #define __ENABLE_GLOBBING 0
  325. | /* end confdefs.h.  */
  326. |
  327. | #ifndef UNICODE
  328. | # error UNICODE not defined with -municode
  329. | #endif
  330. |
  331. configure:5798: result: no
  332. configure:5823: checking for grep that handles long lines and -e
  333. configure:5881: result: /usr/local/bin/grep
  334. configure:5886: checking for egrep
  335. configure:5948: result: /usr/local/bin/grep -E
  336. configure:5953: checking for ANSI C header files
  337. configure:5973: gcc -c -g -O2  conftest.c >&5
  338. configure:5973: $? = 0
  339. configure:6046: gcc -o conftest -g -O2   conftest.c  >&5
  340. configure:6046: $? = 0
  341. configure:6046: ./conftest
  342. configure:6046: $? = 0
  343. configure:6057: result: yes
  344. configure:6070: checking for sys/types.h
  345. configure:6070: gcc -c -g -O2  conftest.c >&5
  346. configure:6070: $? = 0
  347. configure:6070: result: yes
  348. configure:6070: checking for sys/stat.h
  349. configure:6070: gcc -c -g -O2  conftest.c >&5
  350. configure:6070: $? = 0
  351. configure:6070: result: yes
  352. configure:6070: checking for stdlib.h
  353. configure:6070: gcc -c -g -O2  conftest.c >&5
  354. configure:6070: $? = 0
  355. configure:6070: result: yes
  356. configure:6070: checking for string.h
  357. configure:6070: gcc -c -g -O2  conftest.c >&5
  358. configure:6070: $? = 0
  359. configure:6070: result: yes
  360. configure:6070: checking for memory.h
  361. configure:6070: gcc -c -g -O2  conftest.c >&5
  362. configure:6070: $? = 0
  363. configure:6070: result: yes
  364. configure:6070: checking for strings.h
  365. configure:6070: gcc -c -g -O2  conftest.c >&5
  366. configure:6070: $? = 0
  367. configure:6070: result: yes
  368. configure:6070: checking for inttypes.h
  369. configure:6070: gcc -c -g -O2  conftest.c >&5
  370. configure:6070: $? = 0
  371. configure:6070: result: yes
  372. configure:6070: checking for stdint.h
  373. configure:6070: gcc -c -g -O2  conftest.c >&5
  374. configure:6070: $? = 0
  375. configure:6070: result: yes
  376. configure:6070: checking for unistd.h
  377. configure:6070: gcc -c -g -O2  conftest.c >&5
  378. configure:6070: $? = 0
  379. configure:6070: result: yes
  380. configure:6082: checking _mingw_mac.h usability
  381. configure:6082: gcc -c -g -O2  conftest.c >&5
  382. conftest.c:55:10: fatal error: _mingw_mac.h: No such file or directory
  383.  #include <_mingw_mac.h>
  384.           ^~~~~~~~~~~~~~
  385. compilation terminated.
  386. configure:6082: $? = 1
  387. configure: failed program was:
  388. | /* confdefs.h */
  389. | #define PACKAGE_NAME "mingw-w64-runtime"
  390. | #define PACKAGE_TARNAME "mingw-w64-runtime"
  391. | #define PACKAGE_VERSION "4.0b"
  392. | #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  393. | #define PACKAGE_BUGREPORT "[email protected]"
  394. | #define PACKAGE_URL ""
  395. | #define PACKAGE "mingw-w64-runtime"
  396. | #define VERSION "4.0b"
  397. | #define __ENABLE_GLOBBING 0
  398. | #define STDC_HEADERS 1
  399. | #define HAVE_SYS_TYPES_H 1
  400. | #define HAVE_SYS_STAT_H 1
  401. | #define HAVE_STDLIB_H 1
  402. | #define HAVE_STRING_H 1
  403. | #define HAVE_MEMORY_H 1
  404. | #define HAVE_STRINGS_H 1
  405. | #define HAVE_INTTYPES_H 1
  406. | #define HAVE_STDINT_H 1
  407. | #define HAVE_UNISTD_H 1
  408. | /* end confdefs.h.  */
  409. | #include <stdio.h>
  410. | #ifdef HAVE_SYS_TYPES_H
  411. | # include <sys/types.h>
  412. | #endif
  413. | #ifdef HAVE_SYS_STAT_H
  414. | # include <sys/stat.h>
  415. | #endif
  416. | #ifdef STDC_HEADERS
  417. | # include <stdlib.h>
  418. | # include <stddef.h>
  419. | #else
  420. | # ifdef HAVE_STDLIB_H
  421. | #  include <stdlib.h>
  422. | # endif
  423. | #endif
  424. | #ifdef HAVE_STRING_H
  425. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  426. | #  include <memory.h>
  427. | # endif
  428. | # include <string.h>
  429. | #endif
  430. | #ifdef HAVE_STRINGS_H
  431. | # include <strings.h>
  432. | #endif
  433. | #ifdef HAVE_INTTYPES_H
  434. | # include <inttypes.h>
  435. | #endif
  436. | #ifdef HAVE_STDINT_H
  437. | # include <stdint.h>
  438. | #endif
  439. | #ifdef HAVE_UNISTD_H
  440. | # include <unistd.h>
  441. | #endif
  442. | #include <_mingw_mac.h>
  443. configure:6082: result: no
  444. configure:6082: checking _mingw_mac.h presence
  445. configure:6082: gcc -E  conftest.c
  446. conftest.c:22:10: fatal error: _mingw_mac.h: No such file or directory
  447.  #include <_mingw_mac.h>
  448.           ^~~~~~~~~~~~~~
  449. compilation terminated.
  450. configure:6082: $? = 1
  451. configure: failed program was:
  452. | /* confdefs.h */
  453. | #define PACKAGE_NAME "mingw-w64-runtime"
  454. | #define PACKAGE_TARNAME "mingw-w64-runtime"
  455. | #define PACKAGE_VERSION "4.0b"
  456. | #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  457. | #define PACKAGE_BUGREPORT "[email protected]"
  458. | #define PACKAGE_URL ""
  459. | #define PACKAGE "mingw-w64-runtime"
  460. | #define VERSION "4.0b"
  461. | #define __ENABLE_GLOBBING 0
  462. | #define STDC_HEADERS 1
  463. | #define HAVE_SYS_TYPES_H 1
  464. | #define HAVE_SYS_STAT_H 1
  465. | #define HAVE_STDLIB_H 1
  466. | #define HAVE_STRING_H 1
  467. | #define HAVE_MEMORY_H 1
  468. | #define HAVE_STRINGS_H 1
  469. | #define HAVE_INTTYPES_H 1
  470. | #define HAVE_STDINT_H 1
  471. | #define HAVE_UNISTD_H 1
  472. | /* end confdefs.h.  */
  473. | #include <_mingw_mac.h>
  474. configure:6082: result: no
  475. configure:6082: checking for _mingw_mac.h
  476. configure:6082: result: no
  477. configure:6086: error: Please check if the mingw-w64 header set and the build/host option are set properly.
  478.  
  479. ## ---------------- ##
  480. ## Cache variables. ##
  481. ## ---------------- ##
  482.  
  483. ac_cv_build='x86_64-pc-linux-gnu'
  484. ac_cv_c_compiler_gnu='yes'
  485. ac_cv_cxx_compiler_gnu='yes'
  486. ac_cv_env_CCASFLAGS_set=''
  487. ac_cv_env_CCASFLAGS_value=''
  488. ac_cv_env_CCAS_set=''
  489. ac_cv_env_CCAS_value=''
  490. ac_cv_env_CCC_set=''
  491. ac_cv_env_CCC_value=''
  492. ac_cv_env_CC_set=''
  493. ac_cv_env_CC_value=''
  494. ac_cv_env_CFLAGS_set=''
  495. ac_cv_env_CFLAGS_value=''
  496. ac_cv_env_CPPFLAGS_set=''
  497. ac_cv_env_CPPFLAGS_value=''
  498. ac_cv_env_CPP_set=''
  499. ac_cv_env_CPP_value=''
  500. ac_cv_env_CXXFLAGS_set=''
  501. ac_cv_env_CXXFLAGS_value=''
  502. ac_cv_env_CXX_set=''
  503. ac_cv_env_CXX_value=''
  504. ac_cv_env_LDFLAGS_set=''
  505. ac_cv_env_LDFLAGS_value=''
  506. ac_cv_env_LIBS_set=''
  507. ac_cv_env_LIBS_value=''
  508. ac_cv_env_build_alias_set=''
  509. ac_cv_env_build_alias_value=''
  510. ac_cv_env_host_alias_set='set'
  511. ac_cv_env_host_alias_value='x86_64-w64-mingw32'
  512. ac_cv_env_target_alias_set=''
  513. ac_cv_env_target_alias_value=''
  514. ac_cv_header__mingw_mac_h='no'
  515. ac_cv_header_inttypes_h='yes'
  516. ac_cv_header_memory_h='yes'
  517. ac_cv_header_stdc='yes'
  518. ac_cv_header_stdint_h='yes'
  519. ac_cv_header_stdlib_h='yes'
  520. ac_cv_header_string_h='yes'
  521. ac_cv_header_strings_h='yes'
  522. ac_cv_header_sys_stat_h='yes'
  523. ac_cv_header_sys_types_h='yes'
  524. ac_cv_header_unistd_h='yes'
  525. ac_cv_host='x86_64-w64-mingw32'
  526. ac_cv_objext='o'
  527. ac_cv_path_EGREP='/usr/local/bin/grep -E'
  528. ac_cv_path_GREP='/usr/local/bin/grep'
  529. ac_cv_path_SED='/usr/local/bin/sed'
  530. ac_cv_path_install='/usr/bin/install -c'
  531. ac_cv_prog_AWK='gawk'
  532. ac_cv_prog_CPP='gcc -E'
  533. ac_cv_prog_ac_ct_AR='ar'
  534. ac_cv_prog_ac_ct_AS='as'
  535. ac_cv_prog_ac_ct_CC='gcc'
  536. ac_cv_prog_ac_ct_CXX='g++'
  537. ac_cv_prog_ac_ct_RANLIB='ranlib'
  538. ac_cv_prog_ac_ct_STRIP='strip'
  539. ac_cv_prog_cc_c89=''
  540. ac_cv_prog_cc_g='yes'
  541. ac_cv_prog_cxx_g='yes'
  542. ac_cv_prog_make_make_set='yes'
  543. am_cv_CCAS_dependencies_compiler_type='gcc3'
  544. am_cv_CC_dependencies_compiler_type='gcc3'
  545. am_cv_CXX_dependencies_compiler_type='gcc3'
  546. am_cv_ar_interface='ar'
  547. am_cv_make_support_nested_variables='yes'
  548. am_cv_prog_cc_c_o='yes'
  549.  
  550. ## ----------------- ##
  551. ## Output variables. ##
  552. ## ----------------- ##
  553.  
  554. ACLOCAL='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/missing aclocal-1.14'
  555. ADD_CXX_ONLY_WARNING_FLAGS=''
  556. ADD_C_CXX_WARNING_FLAGS=''
  557. ADD_C_ONLY_WARNING_FLAGS=''
  558. AMDEPBACKSLASH='\'
  559. AMDEP_FALSE='#'
  560. AMDEP_TRUE=''
  561. AMTAR='$${TAR-tar}'
  562. AM_BACKSLASH='\'
  563. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  564. AM_DEFAULT_VERBOSITY='1'
  565. AM_V='$(V)'
  566. AR='ar'
  567. AS='as'
  568. AUTOCONF='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/missing autoconf'
  569. AUTOHEADER='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/missing autoheader'
  570. AUTOMAKE='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/missing automake-1.14'
  571. AWK='gawk'
  572. CC='gcc'
  573. CCAS='gcc'
  574. CCASDEPMODE='depmode=gcc3'
  575. CCASFLAGS='-g -O2'
  576. CCDEPMODE='depmode=gcc3'
  577. CFLAGS='-g -O2'
  578. CPP='gcc -E'
  579. CPPFLAGS=''
  580. CXX='g++'
  581. CXXDEPMODE='depmode=gcc3'
  582. CXXFLAGS='-g -O2'
  583. CYGPATH_W='echo'
  584. DEFS=''
  585. DELAY_IMPORT_LIBS_FALSE=''
  586. DELAY_IMPORT_LIBS_TRUE='#'
  587. DEPDIR='.deps'
  588. DLLTOOL=':'
  589. ECHO_C=''
  590. ECHO_N='-n'
  591. ECHO_T=''
  592. EGREP='/usr/local/bin/grep -E'
  593. ENABLE_DFP_FALSE=''
  594. ENABLE_DFP_TRUE='#'
  595. ENABLE_PRINTF128_FALSE=''
  596. ENABLE_PRINTF128_TRUE='#'
  597. ENABLE_REGISTEREDPRINTF_FALSE=''
  598. ENABLE_REGISTEREDPRINTF_TRUE='#'
  599. ENABLE_TESTS_UNICODE_FALSE=''
  600. ENABLE_TESTS_UNICODE_TRUE='#'
  601. EXEEXT=''
  602. GENLIB=''
  603. GREP='/usr/local/bin/grep'
  604. INSTALL_DATA='${INSTALL} -m 644'
  605. INSTALL_PROGRAM='${INSTALL}'
  606. INSTALL_SCRIPT='${INSTALL}'
  607. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  608. LDFLAGS=''
  609. LIB32_FALSE='#'
  610. LIB32_TRUE=''
  611. LIB64_FALSE='#'
  612. LIB64_TRUE=''
  613. LIBARM32SUFFIXDIR='libarm32'
  614. LIBARM32_FALSE=''
  615. LIBARM32_TRUE='#'
  616. LIBARM64SUFFIXDIR='libarm64'
  617. LIBOBJS=''
  618. LIBS=''
  619. LIBX8632SUFFIXDIR='lib32'
  620. LIBX8664SUFFIXDIR='lib'
  621. LTLIBOBJS=''
  622. MAINT='#'
  623. MAINTAINER_MODE_FALSE=''
  624. MAINTAINER_MODE_TRUE='#'
  625. MAKEINFO='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/missing makeinfo'
  626. MKDIR_P='../mingw-w64-v5.0.4/mingw-w64-crt/build-aux/install-sh -c -d'
  627. OBJEXT='o'
  628. PACKAGE='mingw-w64-runtime'
  629. PACKAGE_BUGREPORT='[email protected]'
  630. PACKAGE_NAME='mingw-w64-runtime'
  631. PACKAGE_STRING='mingw-w64-runtime 4.0b'
  632. PACKAGE_TARNAME='mingw-w64-runtime'
  633. PACKAGE_URL=''
  634. PACKAGE_VERSION='4.0b'
  635. PATH_SEPARATOR=':'
  636. PRIVATE_EXPORTS_FALSE=''
  637. PRIVATE_EXPORTS_TRUE='#'
  638. RANLIB='ranlib'
  639. SED='/usr/local/bin/sed'
  640. SET_MAKE=''
  641. SHELL='/bin/sh'
  642. STRIP='strip'
  643. TARGET_SYSTEM_ROOT='/mnt/sdb1/build/toolchain'
  644. VERSION='4.0b'
  645. W32API_FALSE=''
  646. W32API_TRUE='#'
  647. WITHSYSROOT_FALSE='#'
  648. WITHSYSROOT_TRUE=''
  649. WITH_GENLIB_FALSE=''
  650. WITH_GENLIB_TRUE='#'
  651. ac_ct_AR='ar'
  652. ac_ct_CC='gcc'
  653. ac_ct_CXX='g++'
  654. am__EXEEXT_FALSE=''
  655. am__EXEEXT_TRUE=''
  656. am__fastdepCCAS_FALSE='#'
  657. am__fastdepCCAS_TRUE=''
  658. am__fastdepCC_FALSE='#'
  659. am__fastdepCC_TRUE=''
  660. am__fastdepCXX_FALSE='#'
  661. am__fastdepCXX_TRUE=''
  662. am__include='include'
  663. am__isrc=' -I$(srcdir)'
  664. am__leading_dot='.'
  665. am__nodep='_no'
  666. am__quote=''
  667. am__tar='$${TAR-tar} chof - "$$tardir"'
  668. am__untar='$${TAR-tar} xf -'
  669. bindir='${exec_prefix}/bin'
  670. build='x86_64-pc-linux-gnu'
  671. build_alias=''
  672. build_cpu='x86_64'
  673. build_os='linux-gnu'
  674. build_vendor='pc'
  675. datadir='${datarootdir}'
  676. datarootdir='${prefix}/share'
  677. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  678. dvidir='${docdir}'
  679. exec_prefix='NONE'
  680. host='x86_64-w64-mingw32'
  681. host_alias='x86_64-w64-mingw32'
  682. host_cpu='x86_64'
  683. host_os='mingw32'
  684. host_vendor='w64'
  685. htmldir='${docdir}'
  686. includedir='${prefix}/include'
  687. infodir='${datarootdir}/info'
  688. install_sh='${SHELL} /mnt/sdb1/build/mingw-w64-v5.0.4/mingw-w64-crt/build-aux/install-sh'
  689. libdir='${exec_prefix}/lib'
  690. libexecdir='${exec_prefix}/libexec'
  691. localedir='${datarootdir}/locale'
  692. localstatedir='${prefix}/var'
  693. mandir='${datarootdir}/man'
  694. mkdir_p='$(MKDIR_P)'
  695. oldincludedir='/usr/include'
  696. pdfdir='${docdir}'
  697. prefix='/mnt/sdb1/build/toolchain'
  698. program_transform_name='s,x,x,'
  699. psdir='${docdir}'
  700. sbindir='${exec_prefix}/sbin'
  701. sharedstatedir='${prefix}/com'
  702. sysconfdir='${prefix}/etc'
  703. target_alias=''
  704.  
  705. ## ----------- ##
  706. ## confdefs.h. ##
  707. ## ----------- ##
  708.  
  709. /* confdefs.h */
  710. #define PACKAGE_NAME "mingw-w64-runtime"
  711. #define PACKAGE_TARNAME "mingw-w64-runtime"
  712. #define PACKAGE_VERSION "4.0b"
  713. #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
  714. #define PACKAGE_BUGREPORT "[email protected]"
  715. #define PACKAGE_URL ""
  716. #define PACKAGE "mingw-w64-runtime"
  717. #define VERSION "4.0b"
  718. #define __ENABLE_GLOBBING 0
  719. #define STDC_HEADERS 1
  720. #define HAVE_SYS_TYPES_H 1
  721. #define HAVE_SYS_STAT_H 1
  722. #define HAVE_STDLIB_H 1
  723. #define HAVE_STRING_H 1
  724. #define HAVE_MEMORY_H 1
  725. #define HAVE_STRINGS_H 1
  726. #define HAVE_INTTYPES_H 1
  727. #define HAVE_STDINT_H 1
  728. #define HAVE_UNISTD_H 1
  729.  
  730. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment