Advertisement
Guest User

Untitled

a guest
Jun 9th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.62 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.63. Invocation command line was
  6.  
  7. $ configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = wad1
  14. uname -m = i686
  15. uname -r = 1.0.17(0.48/3/2)
  16. uname -s = MINGW32_NT-5.1
  17. uname -v = 2011-04-24 23:39
  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: /mingw/bin
  31. PATH: /usr/bin
  32.  
  33.  
  34. ## ----------- ##
  35. ## Core tests. ##
  36. ## ----------- ##
  37.  
  38. configure:2156: checking build system type
  39. configure:2174: result: i686-pc-mingw32
  40. configure:2196: checking host system type
  41. configure:2211: result: i686-pc-mingw32
  42. configure:2281: checking for gcc
  43. configure:2297: found /mingw/bin/gcc
  44. configure:2308: result: gcc
  45. configure:2540: checking for C compiler version
  46. configure:2548: gcc --version >&5
  47. gcc.exe (GCC) 4.5.2
  48. Copyright (C) 2010 Free Software Foundation, Inc.
  49. This is free software; see the source for copying conditions. There is NO
  50. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52. configure:2552: $? = 0
  53. configure:2559: gcc -v >&5
  54. Using built-in specs.
  55. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  56. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.2/lto-wrapper.exe
  57. Target: mingw32
  58. Configured with: ../gcc-4.5.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
  59. Thread model: win32
  60. gcc version 4.5.2 (GCC)
  61. configure:2563: $? = 0
  62. configure:2570: gcc -V >&5
  63. gcc.exe: '-V' option must have argument
  64. configure:2574: $? = 1
  65. configure:2597: checking for C compiler default output file name
  66. configure:2619: gcc conftest.c >&5
  67. configure:2623: $? = 0
  68. configure:2661: result: a.exe
  69. configure:2680: checking whether the C compiler works
  70. configure:2690: ./a.exe
  71. configure:2694: $? = 0
  72. configure:2713: result: yes
  73. configure:2720: checking whether we are cross compiling
  74. configure:2722: result: no
  75. configure:2725: checking for suffix of executables
  76. configure:2732: gcc -o conftest.exe conftest.c >&5
  77. configure:2736: $? = 0
  78. configure:2762: result: .exe
  79. configure:2768: checking for suffix of object files
  80. configure:2794: gcc -c conftest.c >&5
  81. configure:2798: $? = 0
  82. configure:2823: result: o
  83. configure:2827: checking whether we are using the GNU C compiler
  84. configure:2856: gcc -c conftest.c >&5
  85. configure:2863: $? = 0
  86. configure:2880: result: yes
  87. configure:2889: checking whether gcc accepts -g
  88. configure:2919: gcc -c -g conftest.c >&5
  89. configure:2926: $? = 0
  90. configure:3027: result: yes
  91. configure:3044: checking for gcc option to accept ISO C89
  92. configure:3118: gcc -c -g -O2 conftest.c >&5
  93. configure:3125: $? = 0
  94. configure:3148: result: none needed
  95. configure:3166: checking for a sed that does not truncate output
  96. configure:3232: result: /usr/bin/sed
  97. configure:3250: checking for grep that handles long lines and -e
  98. configure:3310: result: /usr/bin/grep
  99. configure:3315: checking for egrep
  100. configure:3379: result: /usr/bin/grep -E
  101. configure:3384: checking for fgrep
  102. configure:3448: result: /usr/bin/grep -F
  103. configure:3483: checking for ld used by gcc
  104. configure:3550: result: c:/mingw/mingw32/bin/ld.exe
  105. configure:3559: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  106. configure:3574: result: yes
  107. configure:3586: checking for BSD- or MS-compatible name lister (nm)
  108. configure:3635: result: /mingw/bin/nm
  109. configure:3753: checking the name lister (/mingw/bin/nm) interface
  110. configure:3760: gcc -c -g -O2 conftest.c >&5
  111. configure:3763: /mingw/bin/nm "conftest.o"
  112. configure:3766: output
  113. 00000000 b .bss
  114. 00000000 d .data
  115. 00000000 N .debug_abbrev
  116. 00000000 N .debug_info
  117. 00000000 N .debug_line
  118. 00000000 N .debug_pubnames
  119. 00000000 t .text
  120. 00000000 B _some_variable
  121. configure:3773: result: BSD nm
  122. configure:3776: checking whether ln -s works
  123. configure:3783: result: no, using cp -p
  124. configure:3788: checking the maximum length of command line arguments
  125. configure:3914: result: 8192
  126. configure:3931: checking whether the shell understands some XSI constructs
  127. configure:3941: result: yes
  128. configure:3945: checking whether the shell understands "+="
  129. configure:3951: result: yes
  130. configure:3986: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
  131. configure:3993: result: -r
  132. configure:4062: checking for objdump
  133. configure:4078: found /mingw/bin/objdump
  134. configure:4089: result: objdump
  135. configure:4118: checking how to recognize dependent libraries
  136. configure:4316: result: pass_all
  137. configure:4376: checking for ar
  138. configure:4392: found /mingw/bin/ar
  139. configure:4403: result: ar
  140. configure:4481: checking for strip
  141. configure:4497: found /mingw/bin/strip
  142. configure:4508: result: strip
  143. configure:4580: checking for ranlib
  144. configure:4596: found /mingw/bin/ranlib
  145. configure:4607: result: ranlib
  146. configure:4697: checking command to parse /mingw/bin/nm output from gcc object
  147. configure:4815: gcc -c -g -O2 conftest.c >&5
  148. configure:4818: $? = 0
  149. configure:4822: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
  150. configure:4825: $? = 0
  151. cannot find nm_test_var in conftest.nm
  152. configure:4815: gcc -c -g -O2 conftest.c >&5
  153. configure:4818: $? = 0
  154. configure:4822: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
  155. configure:4825: $? = 0
  156. configure:4879: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  157. configure:4882: $? = 0
  158. configure:4920: result: ok
  159. configure:5787: checking how to run the C preprocessor
  160. configure:5827: gcc -E conftest.c
  161. configure:5834: $? = 0
  162. configure:5865: gcc -E conftest.c
  163. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  164. compilation terminated.
  165. configure:5872: $? = 1
  166. configure: failed program was:
  167. | /* confdefs.h. */
  168. | #define PACKAGE_NAME ""
  169. | #define PACKAGE_TARNAME ""
  170. | #define PACKAGE_VERSION ""
  171. | #define PACKAGE_STRING ""
  172. | #define PACKAGE_BUGREPORT ""
  173. | /* end confdefs.h. */
  174. | #include <ac_nonexistent.h>
  175. configure:5905: result: gcc -E
  176. configure:5934: gcc -E conftest.c
  177. configure:5941: $? = 0
  178. configure:5972: gcc -E conftest.c
  179. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  180. compilation terminated.
  181. configure:5979: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h. */
  184. | #define PACKAGE_NAME ""
  185. | #define PACKAGE_TARNAME ""
  186. | #define PACKAGE_VERSION ""
  187. | #define PACKAGE_STRING ""
  188. | #define PACKAGE_BUGREPORT ""
  189. | /* end confdefs.h. */
  190. | #include <ac_nonexistent.h>
  191. configure:6019: checking for ANSI C header files
  192. configure:6049: gcc -c -g -O2 conftest.c >&5
  193. configure:6056: $? = 0
  194. configure:6155: gcc -o conftest.exe -g -O2 conftest.c >&5
  195. configure:6159: $? = 0
  196. configure:6165: ./conftest.exe
  197. configure:6169: $? = 0
  198. configure:6187: result: yes
  199. configure:6211: checking for sys/types.h
  200. configure:6232: gcc -c -g -O2 conftest.c >&5
  201. configure:6239: $? = 0
  202. configure:6256: result: yes
  203. configure:6211: checking for sys/stat.h
  204. configure:6232: gcc -c -g -O2 conftest.c >&5
  205. configure:6239: $? = 0
  206. configure:6256: result: yes
  207. configure:6211: checking for stdlib.h
  208. configure:6232: gcc -c -g -O2 conftest.c >&5
  209. configure:6239: $? = 0
  210. configure:6256: result: yes
  211. configure:6211: checking for string.h
  212. configure:6232: gcc -c -g -O2 conftest.c >&5
  213. configure:6239: $? = 0
  214. configure:6256: result: yes
  215. configure:6211: checking for memory.h
  216. configure:6232: gcc -c -g -O2 conftest.c >&5
  217. configure:6239: $? = 0
  218. configure:6256: result: yes
  219. configure:6211: checking for strings.h
  220. configure:6232: gcc -c -g -O2 conftest.c >&5
  221. configure:6239: $? = 0
  222. configure:6256: result: yes
  223. configure:6211: checking for inttypes.h
  224. configure:6232: gcc -c -g -O2 conftest.c >&5
  225. configure:6239: $? = 0
  226. configure:6256: result: yes
  227. configure:6211: checking for stdint.h
  228. configure:6232: gcc -c -g -O2 conftest.c >&5
  229. configure:6239: $? = 0
  230. configure:6256: result: yes
  231. configure:6211: checking for unistd.h
  232. configure:6232: gcc -c -g -O2 conftest.c >&5
  233. configure:6239: $? = 0
  234. configure:6256: result: yes
  235. configure:6274: checking for dlfcn.h
  236. configure:6295: gcc -c -g -O2 conftest.c >&5
  237. conftest.c:52:19: fatal error: dlfcn.h: No such file or directory
  238. compilation terminated.
  239. configure:6302: $? = 1
  240. configure: failed program was:
  241. | /* confdefs.h. */
  242. | #define PACKAGE_NAME ""
  243. | #define PACKAGE_TARNAME ""
  244. | #define PACKAGE_VERSION ""
  245. | #define PACKAGE_STRING ""
  246. | #define PACKAGE_BUGREPORT ""
  247. | #define STDC_HEADERS 1
  248. | #define HAVE_SYS_TYPES_H 1
  249. | #define HAVE_SYS_STAT_H 1
  250. | #define HAVE_STDLIB_H 1
  251. | #define HAVE_STRING_H 1
  252. | #define HAVE_MEMORY_H 1
  253. | #define HAVE_STRINGS_H 1
  254. | #define HAVE_INTTYPES_H 1
  255. | #define HAVE_STDINT_H 1
  256. | #define HAVE_UNISTD_H 1
  257. | /* end confdefs.h. */
  258. | #include <stdio.h>
  259. | #ifdef HAVE_SYS_TYPES_H
  260. | # include <sys/types.h>
  261. | #endif
  262. | #ifdef HAVE_SYS_STAT_H
  263. | # include <sys/stat.h>
  264. | #endif
  265. | #ifdef STDC_HEADERS
  266. | # include <stdlib.h>
  267. | # include <stddef.h>
  268. | #else
  269. | # ifdef HAVE_STDLIB_H
  270. | # include <stdlib.h>
  271. | # endif
  272. | #endif
  273. | #ifdef HAVE_STRING_H
  274. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  275. | # include <memory.h>
  276. | # endif
  277. | # include <string.h>
  278. | #endif
  279. | #ifdef HAVE_STRINGS_H
  280. | # include <strings.h>
  281. | #endif
  282. | #ifdef HAVE_INTTYPES_H
  283. | # include <inttypes.h>
  284. | #endif
  285. | #ifdef HAVE_STDINT_H
  286. | # include <stdint.h>
  287. | #endif
  288. | #ifdef HAVE_UNISTD_H
  289. | # include <unistd.h>
  290. | #endif
  291. |
  292. | #include <dlfcn.h>
  293. configure:6319: result: no
  294. configure:6382: checking for as
  295. configure:6398: found /mingw/bin/as
  296. configure:6409: result: as
  297. configure:6474: checking for dlltool
  298. configure:6490: found /mingw/bin/dlltool
  299. configure:6501: result: dlltool
  300. configure:6566: checking for objdump
  301. configure:6593: result: objdump
  302. configure:6803: checking for objdir
  303. configure:6818: result: .libs
  304. configure:7114: checking if gcc supports -fno-rtti -fno-exceptions
  305. configure:7132: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  306. cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  307. configure:7136: $? = 0
  308. configure:7149: result: no
  309. configure:7169: checking for gcc option to produce PIC
  310. configure:7441: result: -DDLL_EXPORT -DPIC
  311. configure:7453: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  312. configure:7471: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  313. configure:7475: $? = 0
  314. configure:7488: result: yes
  315. configure:7512: checking if gcc static flag -static works
  316. configure:7540: result: yes
  317. configure:7555: checking if gcc supports -c -o file.o
  318. configure:7576: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  319. configure:7580: $? = 0
  320. configure:7602: result: yes
  321. configure:7610: checking if gcc supports -c -o file.o
  322. configure:7657: result: yes
  323. configure:7690: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  324. configure:8764: result: yes
  325. configure:8801: checking whether -lc should be explicitly linked in
  326. configure:8806: gcc -c -g -O2 conftest.c >&5
  327. configure:8809: $? = 0
  328. configure:8824: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  329. configure:8827: $? = 1
  330. configure:8839: result: yes
  331. configure:9003: checking dynamic linker characteristics
  332. configure:9688: result: Win32 ld.exe
  333. configure:9790: checking how to hardcode library paths into programs
  334. configure:9815: result: immediate
  335. configure:10648: checking whether stripping libraries is possible
  336. configure:10653: result: yes
  337. configure:10688: checking if libtool supports shared libraries
  338. configure:10690: result: yes
  339. configure:10693: checking whether to build shared libraries
  340. configure:10714: result: yes
  341. configure:10717: checking whether to build static libraries
  342. configure:10721: result: yes
  343. configure:10849: checking for gcc
  344. configure:10876: result: gcc
  345. configure:11108: checking for C compiler version
  346. configure:11116: gcc --version >&5
  347. gcc.exe (GCC) 4.5.2
  348. Copyright (C) 2010 Free Software Foundation, Inc.
  349. This is free software; see the source for copying conditions. There is NO
  350. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  351.  
  352. configure:11120: $? = 0
  353. configure:11127: gcc -v >&5
  354. Using built-in specs.
  355. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  356. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.2/lto-wrapper.exe
  357. Target: mingw32
  358. Configured with: ../gcc-4.5.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
  359. Thread model: win32
  360. gcc version 4.5.2 (GCC)
  361. configure:11131: $? = 0
  362. configure:11138: gcc -V >&5
  363. gcc.exe: '-V' option must have argument
  364. configure:11142: $? = 1
  365. configure:11145: checking whether we are using the GNU C compiler
  366. configure:11198: result: yes
  367. configure:11207: checking whether gcc accepts -g
  368. configure:11345: result: yes
  369. configure:11362: checking for gcc option to accept ISO C89
  370. configure:11466: result: none needed
  371. configure:11498: checking for a BSD-compatible install
  372. configure:11566: result: /usr/bin/install -c
  373. configure:11577: checking whether make sets $(MAKE)
  374. configure:11599: result: yes
  375. configure:11617: checking for windres
  376. configure:11633: found /mingw/bin/windres
  377. configure:11644: result: windres
  378. configure:11684: checking for an ANSI C-conforming const
  379. configure:11759: gcc -c -g -O2 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 conftest.c >&5
  380. gcc.exe: C:\Program: No such file or directory
  381. gcc.exe: Files\Microsoft: No such file or directory
  382. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  383. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  384. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  385. gcc.exe: C:\Program: No such file or directory
  386. gcc.exe: Files\Microsoft: No such file or directory
  387. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  388. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  389. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  390. configure:11766: $? = 1
  391. configure: failed program was:
  392. | /* confdefs.h. */
  393. | #define PACKAGE_NAME ""
  394. | #define PACKAGE_TARNAME ""
  395. | #define PACKAGE_VERSION ""
  396. | #define PACKAGE_STRING ""
  397. | #define PACKAGE_BUGREPORT ""
  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. | #define LT_OBJDIR ".libs/"
  409. | /* end confdefs.h. */
  410. |
  411. | int
  412. | main ()
  413. | {
  414. | /* FIXME: Include the comments suggested by Paul. */
  415. | #ifndef __cplusplus
  416. | /* Ultrix mips cc rejects this. */
  417. | typedef int charset[2];
  418. | const charset cs;
  419. | /* SunOS 4.1.1 cc rejects this. */
  420. | char const *const *pcpcc;
  421. | char **ppc;
  422. | /* NEC SVR4.0.2 mips cc rejects this. */
  423. | struct point {int x, y;};
  424. | static struct point const zero = {0,0};
  425. | /* AIX XL C 1.02.0.0 rejects this.
  426. | It does not let you subtract one const X* pointer from another in
  427. | an arm of an if-expression whose if-part is not a constant
  428. | expression */
  429. | const char *g = "string";
  430. | pcpcc = &g + (g ? g-g : 0);
  431. | /* HPUX 7.0 cc rejects these. */
  432. | ++pcpcc;
  433. | ppc = (char**) pcpcc;
  434. | pcpcc = (char const *const *) ppc;
  435. | { /* SCO 3.2v4 cc rejects this. */
  436. | char *t;
  437. | char const *s = 0 ? (char *) 0 : (char const *) 0;
  438. |
  439. | *t++ = 0;
  440. | if (s) return 0;
  441. | }
  442. | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
  443. | int x[] = {25, 17};
  444. | const int *foo = &x[0];
  445. | ++foo;
  446. | }
  447. | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  448. | typedef const int *iptr;
  449. | iptr p = 0;
  450. | ++p;
  451. | }
  452. | { /* AIX XL C 1.02.0.0 rejects this saying
  453. | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  454. | struct s { int j; const int *ap[3]; };
  455. | struct s *b; b->j = 5;
  456. | }
  457. | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  458. | const int foo = 10;
  459. | if (!foo) return 0;
  460. | }
  461. | return !cs[0] && !zero.x;
  462. | #endif
  463. |
  464. | ;
  465. | return 0;
  466. | }
  467. configure:11781: result: no
  468. configure:11801: checking for GCC -MMD -MT option
  469. configure:11829: gcc -c -g -O2 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 conftest.c >&5
  470. gcc.exe: C:\Program: No such file or directory
  471. gcc.exe: Files\Microsoft: No such file or directory
  472. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  473. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  474. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  475. gcc.exe: C:\Program: No such file or directory
  476. gcc.exe: Files\Microsoft: No such file or directory
  477. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  478. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  479. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  480. configure:11836: $? = 1
  481. configure: failed program was:
  482. | /* confdefs.h. */
  483. | #define PACKAGE_NAME ""
  484. | #define PACKAGE_TARNAME ""
  485. | #define PACKAGE_VERSION ""
  486. | #define PACKAGE_STRING ""
  487. | #define PACKAGE_BUGREPORT ""
  488. | #define STDC_HEADERS 1
  489. | #define HAVE_SYS_TYPES_H 1
  490. | #define HAVE_SYS_STAT_H 1
  491. | #define HAVE_STDLIB_H 1
  492. | #define HAVE_STRING_H 1
  493. | #define HAVE_MEMORY_H 1
  494. | #define HAVE_STRINGS_H 1
  495. | #define HAVE_INTTYPES_H 1
  496. | #define HAVE_STDINT_H 1
  497. | #define HAVE_UNISTD_H 1
  498. | #define LT_OBJDIR ".libs/"
  499. | #define const /**/
  500. | /* end confdefs.h. */
  501. |
  502. | #if !defined(__GNUC__) || __GNUC__ < 3
  503. | #error Dependency tracking requires GCC 3.0 or newer
  504. | #endif
  505. |
  506. | int
  507. | main ()
  508. | {
  509. |
  510. |
  511. | ;
  512. | return 0;
  513. | }
  514. configure:11852: result: no
  515. configure:11961: checking for pkg-config
  516. configure:11994: result: no
  517. configure:12057: checking for SDL
  518. configure:12121: result: no
  519. configure:12158: checking for sdl-config
  520. configure:12189: result: D:/andre/prg/doom/prboom-plus/branches/prboom-plus-24/!/sdl/sdl-config
  521. configure:12198: checking for SDL - version >= 1.2.10
  522. configure:12296: gcc -o conftest.exe -g -O2 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 conftest.c -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows >&5
  523. gcc.exe: C:\Program: No such file or directory
  524. gcc.exe: Files\Microsoft: No such file or directory
  525. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  526. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  527. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  528. gcc.exe: C:\Program: No such file or directory
  529. gcc.exe: Files\Microsoft: No such file or directory
  530. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  531. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  532. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  533. configure:12300: $? = 1
  534. configure: program exited with status 1
  535. configure: failed program was:
  536. | /* confdefs.h. */
  537. | #define PACKAGE_NAME ""
  538. | #define PACKAGE_TARNAME ""
  539. | #define PACKAGE_VERSION ""
  540. | #define PACKAGE_STRING ""
  541. | #define PACKAGE_BUGREPORT ""
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define LT_OBJDIR ".libs/"
  553. | #define const /**/
  554. | /* end confdefs.h. */
  555. |
  556. | #include <stdio.h>
  557. | #include <stdlib.h>
  558. | #include <string.h>
  559. | #include "SDL.h"
  560. |
  561. | char*
  562. | my_strdup (char *str)
  563. | {
  564. | char *new_str;
  565. |
  566. | if (str)
  567. | {
  568. | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
  569. | strcpy (new_str, str);
  570. | }
  571. | else
  572. | new_str = NULL;
  573. |
  574. | return new_str;
  575. | }
  576. |
  577. | int main (int argc, char *argv[])
  578. | {
  579. | int major, minor, micro;
  580. | char *tmp_version;
  581. |
  582. | /* This hangs on some systems (?)
  583. | system ("touch conf.sdltest");
  584. | */
  585. | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
  586. |
  587. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  588. | tmp_version = my_strdup("1.2.10");
  589. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  590. | printf("%s, bad version string\n", "1.2.10");
  591. | exit(1);
  592. | }
  593. |
  594. | if ((1 > major) ||
  595. | ((1 == major) && (2 > minor)) ||
  596. | ((1 == major) && (2 == minor) && (14 >= micro)))
  597. | {
  598. | return 0;
  599. | }
  600. | else
  601. | {
  602. | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", 1, 2, 14);
  603. | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
  604. | printf("*** best to upgrade to the required version.\n");
  605. | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
  606. | printf("*** to point to the correct copy of sdl-config, and remove the file\n");
  607. | printf("*** config.cache before re-running configure\n");
  608. | return 1;
  609. | }
  610. | }
  611. |
  612. |
  613. configure:12335: result: no
  614. configure:12384: gcc -o conftest.exe -g -O2 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1 conftest.c -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows >&5
  615. gcc.exe: C:\Program: No such file or directory
  616. gcc.exe: Files\Microsoft: No such file or directory
  617. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  618. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  619. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  620. gcc.exe: C:\Program: No such file or directory
  621. gcc.exe: Files\Microsoft: No such file or directory
  622. gcc.exe: SDK\Include\.;C:\Program: Invalid argument
  623. gcc.exe: Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program: Invalid argument
  624. gcc.exe: Files\Intel\Compiler\C++\9.1\EM64T\Include: No such file or directory
  625. configure:12391: $? = 1
  626. configure: failed program was:
  627. | /* confdefs.h. */
  628. | #define PACKAGE_NAME ""
  629. | #define PACKAGE_TARNAME ""
  630. | #define PACKAGE_VERSION ""
  631. | #define PACKAGE_STRING ""
  632. | #define PACKAGE_BUGREPORT ""
  633. | #define STDC_HEADERS 1
  634. | #define HAVE_SYS_TYPES_H 1
  635. | #define HAVE_SYS_STAT_H 1
  636. | #define HAVE_STDLIB_H 1
  637. | #define HAVE_STRING_H 1
  638. | #define HAVE_MEMORY_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_STDINT_H 1
  642. | #define HAVE_UNISTD_H 1
  643. | #define LT_OBJDIR ".libs/"
  644. | #define const /**/
  645. | /* end confdefs.h. */
  646. |
  647. | #include <stdio.h>
  648. | #include "SDL.h"
  649. |
  650. | int main(int argc, char *argv[])
  651. | { return 0; }
  652. | #undef main
  653. | #define main K_and_R_C_main
  654. |
  655. | int
  656. | main ()
  657. | {
  658. | return 0;
  659. | ;
  660. | return 0;
  661. | }
  662. configure:12428: error: *** SDL version 1.2.10 not found!
  663.  
  664. ## ---------------- ##
  665. ## Cache variables. ##
  666. ## ---------------- ##
  667.  
  668. ac_cv_build=i686-pc-mingw32
  669. ac_cv_c_compiler_gnu=yes
  670. ac_cv_c_const=no
  671. ac_cv_env_CC_set=
  672. ac_cv_env_CC_value=
  673. ac_cv_env_CFLAGS_set=
  674. ac_cv_env_CFLAGS_value=
  675. ac_cv_env_CPPFLAGS_set=
  676. ac_cv_env_CPPFLAGS_value=
  677. ac_cv_env_CPP_set=
  678. ac_cv_env_CPP_value=
  679. ac_cv_env_LDFLAGS_set=
  680. ac_cv_env_LDFLAGS_value=
  681. ac_cv_env_LIBS_set=
  682. ac_cv_env_LIBS_value=
  683. ac_cv_env_PKG_CONFIG_set=
  684. ac_cv_env_PKG_CONFIG_value=
  685. ac_cv_env_SDL_CFLAGS_set=
  686. ac_cv_env_SDL_CFLAGS_value=
  687. ac_cv_env_SDL_LIBS_set=
  688. ac_cv_env_SDL_LIBS_value=
  689. ac_cv_env_build_alias_set=
  690. ac_cv_env_build_alias_value=
  691. ac_cv_env_host_alias_set=
  692. ac_cv_env_host_alias_value=
  693. ac_cv_env_target_alias_set=
  694. ac_cv_env_target_alias_value=
  695. ac_cv_exeext=.exe
  696. ac_cv_header_dlfcn_h=no
  697. ac_cv_header_inttypes_h=yes
  698. ac_cv_header_memory_h=yes
  699. ac_cv_header_stdc=yes
  700. ac_cv_header_stdint_h=yes
  701. ac_cv_header_stdlib_h=yes
  702. ac_cv_header_string_h=yes
  703. ac_cv_header_strings_h=yes
  704. ac_cv_header_sys_stat_h=yes
  705. ac_cv_header_sys_types_h=yes
  706. ac_cv_header_unistd_h=yes
  707. ac_cv_host=i686-pc-mingw32
  708. ac_cv_objext=o
  709. ac_cv_path_EGREP='/usr/bin/grep -E'
  710. ac_cv_path_FGREP='/usr/bin/grep -F'
  711. ac_cv_path_GREP=/usr/bin/grep
  712. ac_cv_path_SDL_CONFIG='D:/andre/prg/doom/prboom-plus/branches/prboom-plus-24/!/sdl/sdl-config'
  713. ac_cv_path_SED=/usr/bin/sed
  714. ac_cv_path_install='/usr/bin/install -c'
  715. ac_cv_prog_CPP='gcc -E'
  716. ac_cv_prog_WINDRES=windres
  717. ac_cv_prog_ac_ct_AR=ar
  718. ac_cv_prog_ac_ct_AS=as
  719. ac_cv_prog_ac_ct_CC=gcc
  720. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  721. ac_cv_prog_ac_ct_OBJDUMP=objdump
  722. ac_cv_prog_ac_ct_RANLIB=ranlib
  723. ac_cv_prog_ac_ct_STRIP=strip
  724. ac_cv_prog_cc_c89=
  725. ac_cv_prog_cc_g=yes
  726. ac_cv_prog_make_make_set=yes
  727. lt_cv_deplibs_check_method=pass_all
  728. lt_cv_file_magic_cmd=func_win32_libid
  729. lt_cv_file_magic_test_file=
  730. lt_cv_ld_reload_flag=-r
  731. lt_cv_nm_interface='BSD nm'
  732. lt_cv_objdir=.libs
  733. lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  734. lt_cv_path_NM=/mingw/bin/nm
  735. lt_cv_prog_compiler_c_o=yes
  736. lt_cv_prog_compiler_pic_works=yes
  737. lt_cv_prog_compiler_rtti_exceptions=no
  738. lt_cv_prog_compiler_static_works=yes
  739. lt_cv_prog_gnu_ld=yes
  740. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  741. \{0,1\}$/\1 _\2 \2/p'\'''
  742. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  743. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  744. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  745. lt_cv_sys_max_cmd_len=8192
  746.  
  747. ## ----------------- ##
  748. ## Output variables. ##
  749. ## ----------------- ##
  750.  
  751. AR='ar'
  752. AS='as'
  753. BINARY_AGE='11'
  754. BUILD_CFLAGS='-g -O2 '
  755. BUILD_LDFLAGS=''
  756. CC='gcc'
  757. CFLAGS='-g -O2 C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1'
  758. CPP='gcc -E'
  759. CPPFLAGS=' C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1'
  760. DEFS=''
  761. DEPENDS=''
  762. DLLTOOL='dlltool'
  763. DSYMUTIL=''
  764. DUMPBIN=''
  765. ECHO_C=''
  766. ECHO_N='-n'
  767. ECHO_T=''
  768. EGREP='/usr/bin/grep -E'
  769. EXE='.exe'
  770. EXEEXT='.exe'
  771. EXTRA_CFLAGS='C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Intel\Compiler\C++\9.1\IA32\Include;C:\Program Files\Intel\Compiler\C++\9.1\EM64T\Include -D_GNU_SOURCE=1'
  772. EXTRA_LDFLAGS=''
  773. FGREP='/usr/bin/grep -F'
  774. GREP='/usr/bin/grep'
  775. INSTALL_DATA='${INSTALL} -m 644'
  776. INSTALL_PROGRAM='${INSTALL}'
  777. INSTALL_SCRIPT='${INSTALL}'
  778. INTERFACE_AGE='1'
  779. LD='c:/mingw/mingw32/bin/ld.exe'
  780. LDFLAGS=' '
  781. LIBMIKMOD_CONFIG=''
  782. LIBOBJS=''
  783. LIBS=''
  784. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  785. LIPO=''
  786. LN_S='cp -p'
  787. LTLIBOBJS=''
  788. LT_AGE='10'
  789. LT_CURRENT='10'
  790. LT_RELEASE='1.2'
  791. LT_REVISION='1'
  792. MAJOR_VERSION='1'
  793. MICRO_VERSION='11'
  794. MINOR_VERSION='2'
  795. NM='/mingw/bin/nm'
  796. NMEDIT=''
  797. OBJDUMP='objdump'
  798. OBJECTS=''
  799. OBJEXT='o'
  800. OTOOL64=''
  801. OTOOL=''
  802. PACKAGE_BUGREPORT=''
  803. PACKAGE_NAME=''
  804. PACKAGE_STRING=''
  805. PACKAGE_TARNAME=''
  806. PACKAGE_VERSION=''
  807. PATH_SEPARATOR=':'
  808. PKG_CONFIG=''
  809. PLAYMUS_DEPENDS=''
  810. PLAYMUS_OBJECTS=''
  811. PLAYWAVE_DEPENDS=''
  812. PLAYWAVE_OBJECTS=''
  813. RANLIB='ranlib'
  814. SDL_CFLAGS=''
  815. SDL_CONFIG='D:/andre/prg/doom/prboom-plus/branches/prboom-plus-24/!/sdl/sdl-config'
  816. SDL_LIBS=''
  817. SDL_VERSION='1.2.10'
  818. SED='/usr/bin/sed'
  819. SET_MAKE=''
  820. SHELL='/bin/sh'
  821. SMPEG_CFLAGS=''
  822. SMPEG_CONFIG=''
  823. SMPEG_LIBS=''
  824. STRIP='strip'
  825. VERSION='1.2.11'
  826. VERSION_DEPENDS=''
  827. VERSION_OBJECTS=''
  828. WINDRES='windres'
  829. ac_aux_dir='./build-scripts'
  830. ac_ct_CC='gcc'
  831. ac_ct_DUMPBIN=''
  832. bindir='${exec_prefix}/bin'
  833. build='i686-pc-mingw32'
  834. build_alias=''
  835. build_cpu='i686'
  836. build_os='mingw32'
  837. build_vendor='pc'
  838. datadir='${datarootdir}'
  839. datarootdir='${prefix}/share'
  840. docdir='${datarootdir}/doc/${PACKAGE}'
  841. dvidir='${docdir}'
  842. exec_prefix='NONE'
  843. host='i686-pc-mingw32'
  844. host_alias=''
  845. host_cpu='i686'
  846. host_os='mingw32'
  847. host_vendor='pc'
  848. htmldir='${docdir}'
  849. includedir='${prefix}/include'
  850. infodir='${datarootdir}/info'
  851. libdir='${exec_prefix}/lib'
  852. libexecdir='${exec_prefix}/libexec'
  853. localedir='${datarootdir}/locale'
  854. localstatedir='${prefix}/var'
  855. lt_ECHO='echo'
  856. mandir='${datarootdir}/man'
  857. oldincludedir='/usr/include'
  858. pdfdir='${docdir}'
  859. prefix='NONE'
  860. program_transform_name='s,x,x,'
  861. psdir='${docdir}'
  862. sbindir='${exec_prefix}/sbin'
  863. sharedstatedir='${prefix}/com'
  864. sysconfdir='${prefix}/etc'
  865. target_alias=''
  866.  
  867. ## ----------- ##
  868. ## confdefs.h. ##
  869. ## ----------- ##
  870.  
  871. #define PACKAGE_NAME ""
  872. #define PACKAGE_TARNAME ""
  873. #define PACKAGE_VERSION ""
  874. #define PACKAGE_STRING ""
  875. #define PACKAGE_BUGREPORT ""
  876. #define STDC_HEADERS 1
  877. #define HAVE_SYS_TYPES_H 1
  878. #define HAVE_SYS_STAT_H 1
  879. #define HAVE_STDLIB_H 1
  880. #define HAVE_STRING_H 1
  881. #define HAVE_MEMORY_H 1
  882. #define HAVE_STRINGS_H 1
  883. #define HAVE_INTTYPES_H 1
  884. #define HAVE_STDINT_H 1
  885. #define HAVE_UNISTD_H 1
  886. #define LT_OBJDIR ".libs/"
  887. #define const /**/
  888.  
  889. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement