Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 23.70 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.64.  Invocation command line was
  6.  
  7.   $ ../source/binutils-2.21/configure --build=x86_64-unknown-linux-gnu --target=i686-w64-mingw32 --disable-multilib --with-sysroot=/home/dennis/Documents/mingw-w64/mingw-w64-i686 --prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dennis-desktop
  14. uname -m = x86_64
  15. uname -r = 2.6.38-8-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2197: checking build system type
  44. configure:2211: result: x86_64-unknown-linux-gnu
  45. configure:2258: checking host system type
  46. configure:2271: result: x86_64-unknown-linux-gnu
  47. configure:2291: checking target system type
  48. configure:2304: result: i686-w64-mingw32
  49. configure:2358: checking for a BSD-compatible install
  50. configure:2426: result: /usr/bin/install -c
  51. configure:2437: checking whether ln works
  52. configure:2459: result: yes
  53. configure:2463: checking whether ln -s works
  54. configure:2467: result: yes
  55. configure:2474: checking for a sed that does not truncate output
  56. configure:2538: result: /bin/sed
  57. configure:2547: checking for gawk
  58. configure:2563: found /usr/bin/gawk
  59. configure:2574: result: gawk
  60. configure:3858: checking for gcc
  61. configure:3885: result: i686-mingw32-gcc
  62. configure:4114: checking for C compiler version
  63. configure:4123: i686-mingw32-gcc --version >&5
  64. i686-mingw32-gcc (GCC) 4.4.2
  65. Copyright (C) 2009 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:4134: $? = 0
  70. configure:4123: i686-mingw32-gcc -v >&5
  71. Using built-in specs.
  72. Target: i686-mingw32
  73. Configured with: ../configure --target=i686-mingw32 --prefix=/usr --disable-werror --disable-nls --enable-languages=c,c++ --program-prefix=i686-mingw32- --program-suffix=-4.4 --disable-libstdcxx-pch --enable-version-specific-runtime-libs
  74. Thread model: win32
  75. gcc version 4.4.2 (GCC)
  76. configure:4134: $? = 0
  77. configure:4123: i686-mingw32-gcc -V >&5
  78. i686-mingw32-gcc: '-V' option must have argument
  79. configure:4134: $? = 1
  80. configure:4123: i686-mingw32-gcc -qversion >&5
  81. i686-mingw32-gcc: unrecognized option '-qversion'
  82. i686-mingw32-gcc: no input files
  83. configure:4134: $? = 1
  84. configure:4154: checking for C compiler default output file name
  85. configure:4176: i686-mingw32-gcc    conftest.c  >&5
  86. configure:4180: $? = 0
  87. configure:4217: result: a.exe
  88. configure:4233: checking whether the C compiler works
  89. configure:4242: ./a.exe
  90. configure:4246: $? = 0
  91. configure:4261: result: yes
  92. configure:4268: checking whether we are cross compiling
  93. configure:4270: result: no
  94. configure:4273: checking for suffix of executables
  95. configure:4280: i686-mingw32-gcc -o conftest.exe    conftest.c  >&5
  96. configure:4284: $? = 0
  97. configure:4306: result: .exe
  98. configure:4312: checking for suffix of object files
  99. configure:4334: i686-mingw32-gcc -c   conftest.c >&5
  100. configure:4338: $? = 0
  101. configure:4359: result: o
  102. configure:4363: checking whether we are using the GNU C compiler
  103. configure:4382: i686-mingw32-gcc -c   conftest.c >&5
  104. configure:4382: $? = 0
  105. configure:4391: result: yes
  106. configure:4400: checking whether i686-mingw32-gcc accepts -g
  107. configure:4420: i686-mingw32-gcc -c -g  conftest.c >&5
  108. configure:4420: $? = 0
  109. configure:4461: result: yes
  110. configure:4478: checking for i686-mingw32-gcc option to accept ISO C89
  111. configure:4542: i686-mingw32-gcc  -c -g -O2  conftest.c >&5
  112. configure:4542: $? = 0
  113. configure:4555: result: none needed
  114. configure:4633: checking for g++
  115. configure:4649: found /usr/bin/g++
  116. configure:4660: result: g++
  117. configure:4687: checking for C++ compiler version
  118. configure:4696: g++ --version >&5
  119. g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  120. Copyright (C) 2010 Free Software Foundation, Inc.
  121. This is free software; see the source for copying conditions.  There is NO
  122. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  123.  
  124. configure:4707: $? = 0
  125. configure:4696: g++ -v >&5
  126. Using built-in specs.
  127. COLLECT_GCC=g++
  128. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  129. Target: x86_64-linux-gnu
  130. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  131. Thread model: posix
  132. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  133. configure:4707: $? = 0
  134. configure:4696: g++ -V >&5
  135. g++: '-V' option must have argument
  136. configure:4707: $? = 1
  137. configure:4696: g++ -qversion >&5
  138. g++: unrecognized option '-qversion'
  139. g++: no input files
  140. configure:4707: $? = 1
  141. configure:4711: checking whether we are using the GNU C++ compiler
  142. configure:4730: g++ -c   conftest.cpp >&5
  143. configure:4730: $? = 0
  144. configure:4739: result: yes
  145. configure:4748: checking whether g++ accepts -g
  146. configure:4768: g++ -c -g  conftest.cpp >&5
  147. configure:4768: $? = 0
  148. configure:4809: result: yes
  149. configure:4898: checking for gnatbind
  150. configure:4928: result: no
  151. configure:4990: checking for gnatmake
  152. configure:5020: result: no
  153. configure:5039: checking whether compiler driver understands Ada
  154. configure:5062: result: no
  155. configure:5071: checking how to compare bootstrapped objects
  156. configure:5096: result: cmp --ignore-initial=16 $$f1 $$f2
  157. configure:5112: checking for objdir
  158. configure:5127: result: .libs
  159. configure:5658: checking for version 0.10 (or later revision) of PPL
  160. configure:5675: i686-mingw32-gcc -c -g -O2    conftest.c >&5
  161. conftest.c:10:19: error: ppl_c.h: No such file or directory
  162. conftest.c: In function 'main':
  163. conftest.c:16: error: 'choke' undeclared (first use in this function)
  164. conftest.c:16: error: (Each undeclared identifier is reported only once
  165. conftest.c:16: error: for each function it appears in.)
  166. conftest.c:16: error: expected ';' before 'me'
  167. configure:5675: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME ""
  171. | #define PACKAGE_TARNAME ""
  172. | #define PACKAGE_VERSION ""
  173. | #define PACKAGE_STRING ""
  174. | #define PACKAGE_BUGREPORT ""
  175. | #define PACKAGE_URL ""
  176. | #define LT_OBJDIR ".libs/"
  177. | /* end confdefs.h.  */
  178. | #include "ppl_c.h"
  179. | int
  180. | main ()
  181. | {
  182. |
  183. |   #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
  184. |   choke me
  185. |   #endif
  186. |
  187. |   ;
  188. |   return 0;
  189. | }
  190. configure:5679: result: no
  191. configure:6838: checking for default BUILD_CONFIG
  192. configure:6870: result:
  193. configure:7317: checking for bison
  194. configure:7333: found /usr/bin/bison
  195. configure:7344: result: bison -y
  196. configure:7365: checking for bison
  197. configure:7381: found /usr/bin/bison
  198. configure:7392: result: bison
  199. configure:7412: checking for gm4
  200. configure:7442: result: no
  201. configure:7412: checking for gnum4
  202. configure:7442: result: no
  203. configure:7412: checking for m4
  204. configure:7428: found /usr/bin/m4
  205. configure:7439: result: m4
  206. configure:7459: checking for flex
  207. configure:7475: found /usr/bin/flex
  208. configure:7486: result: flex
  209. configure:7507: checking for flex
  210. configure:7523: found /usr/bin/flex
  211. configure:7534: result: flex
  212. configure:7554: checking for makeinfo
  213. configure:7584: result: no
  214. configure:7615: checking for expect
  215. configure:7645: result: no
  216. configure:7664: checking for runtest
  217. configure:7694: result: no
  218. configure:7809: checking for ar
  219. configure:7825: found /usr/bin/ar
  220. configure:7836: result: ar
  221. configure:7950: checking for as
  222. configure:7966: found /usr/bin/as
  223. configure:7977: result: as
  224. configure:8091: checking for dlltool
  225. configure:8121: result: no
  226. configure:8151: checking for ld
  227. configure:8178: result: /usr/lib/gcc/i686-mingw32/4.4.2/../../../../i686-mingw32/bin/ld
  228. configure:8373: checking for lipo
  229. configure:8403: result: no
  230. configure:8514: checking for nm
  231. configure:8530: found /usr/bin/nm
  232. configure:8541: result: nm
  233. configure:8655: checking for ranlib
  234. configure:8671: found /usr/bin/ranlib
  235. configure:8682: result: ranlib
  236. configure:8791: checking for strip
  237. configure:8807: found /usr/bin/strip
  238. configure:8818: result: strip
  239. configure:8927: checking for windres
  240. configure:8957: result: no
  241. configure:9068: checking for windmc
  242. configure:9098: result: no
  243. configure:9209: checking for objcopy
  244. configure:9225: found /usr/bin/objcopy
  245. configure:9236: result: objcopy
  246. configure:9350: checking for objdump
  247. configure:9366: found /usr/bin/objdump
  248. configure:9377: result: objdump
  249. configure:9491: checking for i686-w64-mingw32-cc
  250. configure:9521: result: no
  251. configure:9491: checking for i686-w64-mingw32-gcc
  252. configure:9521: result: no
  253. configure:9652: checking for i686-w64-mingw32-c++
  254. configure:9682: result: no
  255. configure:9652: checking for i686-w64-mingw32-g++
  256. configure:9682: result: no
  257. configure:9652: checking for i686-w64-mingw32-cxx
  258. configure:9682: result: no
  259. configure:9652: checking for i686-w64-mingw32-gxx
  260. configure:9682: result: no
  261. configure:9813: checking for i686-w64-mingw32-gcc
  262. configure:9843: result: no
  263. configure:9969: checking for i686-w64-mingw32-gcj
  264. configure:9999: result: no
  265. configure:10130: checking for i686-w64-mingw32-gfortran
  266. configure:10160: result: no
  267. configure:10371: checking for i686-w64-mingw32-ar
  268. configure:10401: result: no
  269. configure:10601: checking for i686-w64-mingw32-as
  270. configure:10631: result: no
  271. configure:10831: checking for i686-w64-mingw32-dlltool
  272. configure:10861: result: no
  273. configure:11061: checking for i686-w64-mingw32-ld
  274. configure:11091: result: no
  275. configure:11291: checking for i686-w64-mingw32-lipo
  276. configure:11321: result: no
  277. configure:11521: checking for i686-w64-mingw32-nm
  278. configure:11551: result: no
  279. configure:11751: checking for i686-w64-mingw32-objdump
  280. configure:11781: result: no
  281. configure:11981: checking for i686-w64-mingw32-ranlib
  282. configure:12011: result: no
  283. configure:12211: checking for i686-w64-mingw32-strip
  284. configure:12241: result: no
  285. configure:12441: checking for i686-w64-mingw32-windres
  286. configure:12471: result: no
  287. configure:12671: checking for i686-w64-mingw32-windmc
  288. configure:12701: result: no
  289. configure:12768: checking where to find the target ar
  290. configure:12791: result: just compiled
  291. configure:12810: checking where to find the target as
  292. configure:12833: result: just compiled
  293. configure:12852: checking where to find the target cc
  294. configure:12889: result: pre-installed
  295. configure:12894: checking where to find the target c++
  296. configure:12934: result: pre-installed
  297. configure:12939: checking where to find the target c++ for libstdc++
  298. configure:12979: result: pre-installed
  299. configure:12984: checking where to find the target dlltool
  300. configure:13007: result: just compiled
  301. configure:13026: checking where to find the target gcc
  302. configure:13063: result: pre-installed
  303. configure:13068: checking where to find the target gcj
  304. configure:13108: result: pre-installed
  305. configure:13113: checking where to find the target gfortran
  306. configure:13153: result: pre-installed
  307. configure:13158: checking where to find the target ld
  308. configure:13181: result: just compiled
  309. configure:13200: checking where to find the target lipo
  310. configure:13226: result: pre-installed
  311. configure:13231: checking where to find the target nm
  312. configure:13254: result: just compiled
  313. configure:13273: checking where to find the target objdump
  314. configure:13296: result: just compiled
  315. configure:13315: checking where to find the target ranlib
  316. configure:13338: result: just compiled
  317. configure:13357: checking where to find the target strip
  318. configure:13380: result: just compiled
  319. configure:13399: checking where to find the target windres
  320. configure:13422: result: just compiled
  321. configure:13441: checking where to find the target windmc
  322. configure:13464: result: just compiled
  323. configure:13511: checking whether to enable maintainer-specific portions of Makefiles
  324. configure:13520: result: no
  325. configure:13553: checking whether -fkeep-inline-functions is supported
  326. configure:13572: i686-mingw32-gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
  327. configure:13572: $? = 0
  328. configure:13573: result: yes
  329. configure:13770: creating ./config.status
  330.  
  331. ## ---------------------- ##
  332. ## Running config.status. ##
  333. ## ---------------------- ##
  334.  
  335. This file was extended by config.status, which was
  336. generated by GNU Autoconf 2.64.  Invocation command line was
  337.  
  338.   CONFIG_FILES    =
  339.   CONFIG_HEADERS  =
  340.   CONFIG_LINKS    =
  341.   CONFIG_COMMANDS =
  342.   $ ./config.status
  343.  
  344. on dennis-desktop
  345.  
  346. config.status:933: creating Makefile
  347.  
  348. ## ---------------- ##
  349. ## Cache variables. ##
  350. ## ---------------- ##
  351.  
  352. ac_cv_build=x86_64-unknown-linux-gnu
  353. ac_cv_c_compiler_gnu=yes
  354. ac_cv_cxx_compiler_gnu=yes
  355. ac_cv_env_AR_FOR_TARGET_set=
  356. ac_cv_env_AR_FOR_TARGET_value=
  357. ac_cv_env_AR_set=
  358. ac_cv_env_AR_value=
  359. ac_cv_env_AS_FOR_TARGET_set=
  360. ac_cv_env_AS_FOR_TARGET_value=
  361. ac_cv_env_AS_set=
  362. ac_cv_env_AS_value=
  363. ac_cv_env_CCC_set=
  364. ac_cv_env_CCC_value=
  365. ac_cv_env_CC_FOR_TARGET_set=
  366. ac_cv_env_CC_FOR_TARGET_value=
  367. ac_cv_env_CC_set=set
  368. ac_cv_env_CC_value=i686-mingw32-gcc
  369. ac_cv_env_CFLAGS_set=
  370. ac_cv_env_CFLAGS_value=
  371. ac_cv_env_CPPFLAGS_set=
  372. ac_cv_env_CPPFLAGS_value=
  373. ac_cv_env_CXXFLAGS_set=
  374. ac_cv_env_CXXFLAGS_value=
  375. ac_cv_env_CXX_FOR_TARGET_set=
  376. ac_cv_env_CXX_FOR_TARGET_value=
  377. ac_cv_env_CXX_set=
  378. ac_cv_env_CXX_value=
  379. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  380. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  381. ac_cv_env_DLLTOOL_set=
  382. ac_cv_env_DLLTOOL_value=
  383. ac_cv_env_GCC_FOR_TARGET_set=
  384. ac_cv_env_GCC_FOR_TARGET_value=
  385. ac_cv_env_GCJ_FOR_TARGET_set=
  386. ac_cv_env_GCJ_FOR_TARGET_value=
  387. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  388. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  389. ac_cv_env_LDFLAGS_set=
  390. ac_cv_env_LDFLAGS_value=
  391. ac_cv_env_LD_FOR_TARGET_set=
  392. ac_cv_env_LD_FOR_TARGET_value=
  393. ac_cv_env_LD_set=
  394. ac_cv_env_LD_value=
  395. ac_cv_env_LIBS_set=
  396. ac_cv_env_LIBS_value=
  397. ac_cv_env_LIPO_FOR_TARGET_set=
  398. ac_cv_env_LIPO_FOR_TARGET_value=
  399. ac_cv_env_LIPO_set=
  400. ac_cv_env_LIPO_value=
  401. ac_cv_env_NM_FOR_TARGET_set=
  402. ac_cv_env_NM_FOR_TARGET_value=
  403. ac_cv_env_NM_set=
  404. ac_cv_env_NM_value=
  405. ac_cv_env_OBJCOPY_set=
  406. ac_cv_env_OBJCOPY_value=
  407. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  408. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  409. ac_cv_env_OBJDUMP_set=
  410. ac_cv_env_OBJDUMP_value=
  411. ac_cv_env_RANLIB_FOR_TARGET_set=
  412. ac_cv_env_RANLIB_FOR_TARGET_value=
  413. ac_cv_env_RANLIB_set=
  414. ac_cv_env_RANLIB_value=
  415. ac_cv_env_STRIP_FOR_TARGET_set=
  416. ac_cv_env_STRIP_FOR_TARGET_value=
  417. ac_cv_env_STRIP_set=
  418. ac_cv_env_STRIP_value=
  419. ac_cv_env_WINDMC_FOR_TARGET_set=
  420. ac_cv_env_WINDMC_FOR_TARGET_value=
  421. ac_cv_env_WINDMC_set=
  422. ac_cv_env_WINDMC_value=
  423. ac_cv_env_WINDRES_FOR_TARGET_set=
  424. ac_cv_env_WINDRES_FOR_TARGET_value=
  425. ac_cv_env_WINDRES_set=
  426. ac_cv_env_WINDRES_value=
  427. ac_cv_env_build_alias_set=set
  428. ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
  429. ac_cv_env_build_configargs_set=
  430. ac_cv_env_build_configargs_value=
  431. ac_cv_env_host_alias_set=
  432. ac_cv_env_host_alias_value=
  433. ac_cv_env_host_configargs_set=
  434. ac_cv_env_host_configargs_value=
  435. ac_cv_env_target_alias_set=set
  436. ac_cv_env_target_alias_value=i686-w64-mingw32
  437. ac_cv_env_target_configargs_set=
  438. ac_cv_env_target_configargs_value=
  439. ac_cv_exeext=.exe
  440. ac_cv_host=x86_64-unknown-linux-gnu
  441. ac_cv_objext=o
  442. ac_cv_path_SED=/bin/sed
  443. ac_cv_path_install='/usr/bin/install -c'
  444. ac_cv_prog_AR=ar
  445. ac_cv_prog_AS=as
  446. ac_cv_prog_AWK=gawk
  447. ac_cv_prog_BISON=bison
  448. ac_cv_prog_FLEX=flex
  449. ac_cv_prog_LD=/usr/lib/gcc/i686-mingw32/4.4.2/../../../../i686-mingw32/bin/ld
  450. ac_cv_prog_LEX=flex
  451. ac_cv_prog_M4=m4
  452. ac_cv_prog_NM=nm
  453. ac_cv_prog_OBJCOPY=objcopy
  454. ac_cv_prog_OBJDUMP=objdump
  455. ac_cv_prog_RANLIB=ranlib
  456. ac_cv_prog_STRIP=strip
  457. ac_cv_prog_YACC='bison -y'
  458. ac_cv_prog_ac_ct_CC=i686-mingw32-gcc
  459. ac_cv_prog_ac_ct_CXX=g++
  460. ac_cv_prog_cc_c89=
  461. ac_cv_prog_cc_g=yes
  462. ac_cv_prog_cxx_g=yes
  463. ac_cv_target=i686-w64-mingw32
  464. acx_cv_cc_gcc_supports_ada=no
  465. acx_cv_prog_LN=ln
  466. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  467. gcc_cv_tool_dirs=
  468. gcc_cv_tool_prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686
  469. lt_cv_objdir=.libs
  470.  
  471. ## ----------------- ##
  472. ## Output variables. ##
  473. ## ----------------- ##
  474.  
  475. AR='ar'
  476. AR_FOR_BUILD='$(AR)'
  477. AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
  478. AS='as'
  479. AS_FOR_BUILD='$(AS)'
  480. AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
  481. AWK='gawk'
  482. BISON='bison'
  483. BUILD_CONFIG=''
  484. CC='i686-mingw32-gcc'
  485. CC_FOR_BUILD='$(CC)'
  486. CC_FOR_TARGET='i686-w64-mingw32-cc'
  487. CFLAGS='-g -O2'
  488. CFLAGS_FOR_BUILD='-g -O2'
  489. CFLAGS_FOR_TARGET='-g -O2'
  490. COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
  491. COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
  492. COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
  493. CONFIGURE_GDB_TK=''
  494. CPPFLAGS=''
  495. CXX='g++'
  496. CXXFLAGS='-g -O2'
  497. CXXFLAGS_FOR_BUILD='-g -O2'
  498. CXXFLAGS_FOR_TARGET='-g -O2'
  499. CXX_FOR_BUILD='$(CXX)'
  500. CXX_FOR_TARGET='i686-w64-mingw32-c++'
  501. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  502. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  503. DLLTOOL='dlltool'
  504. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  505. DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
  506. ECHO_C=''
  507. ECHO_N='-n'
  508. ECHO_T=''
  509. EXEEXT='.exe'
  510. EXPECT='expect'
  511. FLAGS_FOR_TARGET=' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include -L$$r/$(HOST_SUBDIR)/ld'
  512. FLEX='flex'
  513. GCC_FOR_TARGET='i686-w64-mingw32-gcc'
  514. GCC_SHLIB_SUBDIR=''
  515. GCJ_FOR_BUILD='$(GCJ)'
  516. GCJ_FOR_TARGET='i686-w64-mingw32-gcj'
  517. GDB_TK=''
  518. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  519. GFORTRAN_FOR_TARGET='i686-w64-mingw32-gfortran'
  520. GNATBIND='no'
  521. GNATMAKE='no'
  522. INSTALL_DATA='${INSTALL} -m 644'
  523. INSTALL_GDB_TK=''
  524. INSTALL_PROGRAM='${INSTALL}'
  525. INSTALL_SCRIPT='${INSTALL}'
  526. LD='/usr/lib/gcc/i686-mingw32/4.4.2/../../../../i686-mingw32/bin/ld'
  527. LDFLAGS=''
  528. LDFLAGS_FOR_BUILD=''
  529. LD_FOR_BUILD='$(LD)'
  530. LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
  531. LEX='flex'
  532. LIBOBJS=''
  533. LIBS=''
  534. LIPO='lipo'
  535. LIPO_FOR_TARGET='i686-w64-mingw32-lipo'
  536. LN='ln'
  537. LN_S='ln -s'
  538. LTLIBOBJS=''
  539. M4='m4'
  540. MAINT='#'
  541. MAINTAINER_MODE_FALSE=''
  542. MAINTAINER_MODE_TRUE='#'
  543. MAKEINFO='/home/dennis/Documents/mingw-w64/packages/binutils/source/binutils-2.21/missing makeinfo'
  544. NM='nm'
  545. NM_FOR_BUILD='$(NM)'
  546. NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
  547. OBJCOPY='objcopy'
  548. OBJDUMP='objdump'
  549. OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
  550. OBJEXT='o'
  551. PACKAGE_BUGREPORT=''
  552. PACKAGE_NAME=''
  553. PACKAGE_STRING=''
  554. PACKAGE_TARNAME=''
  555. PACKAGE_URL=''
  556. PACKAGE_VERSION=''
  557. PATH_SEPARATOR=':'
  558. RANLIB='ranlib'
  559. RANLIB_FOR_BUILD='$(RANLIB)'
  560. RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
  561. RAW_CXX_FOR_TARGET='i686-w64-mingw32-c++'
  562. RPATH_ENVVAR='LD_LIBRARY_PATH'
  563. RUNTEST='runtest'
  564. SED='/bin/sed'
  565. SHELL='/bin/bash'
  566. STRIP='strip'
  567. STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
  568. SYSROOT_CFLAGS_FOR_TARGET=''
  569. TOPLEVEL_CONFIGURE_ARGUMENTS='../source/binutils-2.21/configure --build=x86_64-unknown-linux-gnu --target=i686-w64-mingw32 --disable-multilib --with-sysroot=/home/dennis/Documents/mingw-w64/mingw-w64-i686 --prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686'
  570. WINDMC='windmc'
  571. WINDMC_FOR_BUILD='$(WINDMC)'
  572. WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
  573. WINDRES='windres'
  574. WINDRES_FOR_BUILD='$(WINDRES)'
  575. WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
  576. YACC='bison -y'
  577. ac_ct_CC='i686-mingw32-gcc'
  578. ac_ct_CXX='g++'
  579. bindir='${exec_prefix}/bin'
  580. build='x86_64-unknown-linux-gnu'
  581. build_alias='x86_64-unknown-linux-gnu'
  582. build_configargs=' --cache-file=../config.cache '\''--disable-multilib'\'' '\''--with-sysroot=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' '\''--prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
  583. build_configdirs=' libiberty'
  584. build_cpu='x86_64'
  585. build_libsubdir='build-x86_64-unknown-linux-gnu'
  586. build_noncanonical='x86_64-unknown-linux-gnu'
  587. build_os='linux-gnu'
  588. build_subdir='build-x86_64-unknown-linux-gnu'
  589. build_tooldir='${exec_prefix}/i686-w64-mingw32'
  590. build_vendor='unknown'
  591. clooginc=''
  592. clooglibs=''
  593. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  594. config_shell='/bin/bash'
  595. configdirs=' intl libiberty opcodes bfd binutils gas ld gprof etc'
  596. datadir='${datarootdir}'
  597. datarootdir='${prefix}/share'
  598. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  599. docdir='${datarootdir}/doc/${PACKAGE}'
  600. dvidir='${docdir}'
  601. exec_prefix='${prefix}'
  602. extra_host_libiberty_configure_flags=''
  603. extra_mpc_gmp_configure_flags=''
  604. extra_mpc_mpfr_configure_flags=''
  605. extra_mpfr_configure_flags=''
  606. gmpinc=''
  607. gmplibs='-lmpc -lmpfr -lgmp'
  608. host='x86_64-unknown-linux-gnu'
  609. host_alias=''
  610. host_configargs=' --cache-file=./config.cache  --with-gnu-as --with-gnu-ld --with-system-zlib '\''--disable-multilib'\'' '\''--with-sysroot=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' '\''--prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
  611. host_cpu='x86_64'
  612. host_noncanonical='x86_64-unknown-linux-gnu'
  613. host_os='linux-gnu'
  614. host_subdir='.'
  615. host_vendor='unknown'
  616. htmldir='${docdir}'
  617. includedir='${prefix}/include'
  618. infodir='${datarootdir}/info'
  619. libdir='${exec_prefix}/lib'
  620. libexecdir='${exec_prefix}/libexec'
  621. localedir='${datarootdir}/locale'
  622. localstatedir='${prefix}/var'
  623. mandir='${datarootdir}/man'
  624. oldincludedir='/usr/include'
  625. pdfdir='${docdir}'
  626. poststage1_ldflags=''
  627. poststage1_libs=''
  628. pplinc=''
  629. ppllibs=''
  630. prefix='/home/dennis/Documents/mingw-w64/mingw-w64-i686'
  631. program_transform_name='s&^&i686-w64-mingw32-&'
  632. psdir='${docdir}'
  633. sbindir='${exec_prefix}/sbin'
  634. sharedstatedir='${prefix}/com'
  635. stage1_cflags='-g -fkeep-inline-functions'
  636. stage1_checking='--enable-checking=yes,types'
  637. stage1_languages=',c,'
  638. stage1_ldflags=''
  639. stage1_libs=''
  640. stage2_werror_flag=''
  641. sysconfdir='${prefix}/etc'
  642. target='i686-w64-mingw32'
  643. target_alias='i686-w64-mingw32'
  644. target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-unknown-linux-gnu  '\''--disable-multilib'\'' '\''--with-sysroot=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' '\''--prefix=/home/dennis/Documents/mingw-w64/mingw-w64-i686'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
  645. target_configdirs=''
  646. target_cpu='i686'
  647. target_noncanonical='i686-w64-mingw32'
  648. target_os='mingw32'
  649. target_subdir='i686-w64-mingw32'
  650. target_vendor='w64'
  651. tooldir='${exec_prefix}/i686-w64-mingw32'
  652.  
  653. ## ------------------- ##
  654. ## File substitutions. ##
  655. ## ------------------- ##
  656.  
  657. alphaieee_frag='/dev/null'
  658. host_makefile_frag='/dev/null'
  659. ospace_frag='/dev/null'
  660. serialization_dependencies='serdep.tmp'
  661. target_makefile_frag='/dev/null'
  662.  
  663. ## ----------- ##
  664. ## confdefs.h. ##
  665. ## ----------- ##
  666.  
  667. /* confdefs.h */
  668. #define PACKAGE_NAME ""
  669. #define PACKAGE_TARNAME ""
  670. #define PACKAGE_VERSION ""
  671. #define PACKAGE_STRING ""
  672. #define PACKAGE_BUGREPORT ""
  673. #define PACKAGE_URL ""
  674. #define LT_OBJDIR ".libs/"
  675.  
  676. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement