Advertisement
Guest User

Untitled

a guest
May 26th, 2012
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.59 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 djinni configure 2.2.4, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure LDFLAGS=-L/c/Python27/libs
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ledelato-Dell
  14. uname -m = i686
  15. uname -r = 1.0.17(0.48/3/2)
  16. uname -s = MINGW32_NT-6.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: .
  31. PATH: /usr/local/bin
  32. PATH: /mingw/bin
  33. PATH: /bin
  34. PATH: /c/Program Files/MiKTeX 2.9/miktex/bin/x64
  35. PATH: /c/Windows/system32
  36. PATH: /c/Windows
  37. PATH: /c/Windows/System32/Wbem
  38. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  39. PATH: /c/Program Files/Intel/WiFi/bin/
  40. PATH: /c/Program Files/Common Files/Intel/WirelessCommon/
  41. PATH: /c/Program Files (x86)/Calibre2/
  42. PATH: /c/Program Files (x86)/QuickTime/QTSystem/
  43. PATH: /c/localsolver_2_0/bin
  44. PATH: /usr/bin
  45. PATH: /usr/include
  46. PATH: /mingw/bin
  47. PATH: /c/Python27
  48. PATH: /c/Python27/Scripts
  49. PATH: /c/ILOG/opl/bin/x64_win64
  50. PATH: /c/ILOG/opl/oplide/
  51. PATH: /c/ILOG/cplex/bin/x64_win64
  52. PATH: /c/ILOG/cpoptimizer/bin/x64_win64
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:1883: checking for a BSD-compatible install
  60. configure:1939: result: /bin/install -c
  61. configure:1950: checking whether build environment is sane
  62. configure:1993: result: yes
  63. configure:2021: checking for a thread-safe mkdir -p
  64. configure:2060: result: /bin/mkdir -p
  65. configure:2073: checking for gawk
  66. configure:2089: found /bin/gawk
  67. configure:2100: result: gawk
  68. configure:2111: checking whether make sets $(MAKE)
  69. configure:2132: result: yes
  70. configure:2378: checking for g++
  71. configure:2394: found /mingw/bin/g++
  72. configure:2405: result: g++
  73. configure:2436: checking for C++ compiler version
  74. configure:2443: g++ --version >&5
  75. g++.exe (GCC) 4.6.2
  76. Copyright (C) 2011 Free Software Foundation, Inc.
  77. This is free software; see the source for copying conditions. There is NO
  78. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  79.  
  80. configure:2446: $? = 0
  81. configure:2453: g++ -v >&5
  82. Using built-in specs.
  83. COLLECT_GCC=C:\MinGW\bin\g++.exe
  84. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe
  85. Target: mingw32
  86. Configured with: ../gcc-4.6.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 --build=mingw32 --prefix=/mingw
  87. Thread model: win32
  88. gcc version 4.6.2 (GCC)
  89. configure:2456: $? = 0
  90. configure:2463: g++ -V >&5
  91. g++.exe: error: unrecognized option '-V'
  92. g++.exe: fatal error: no input files
  93. compilation terminated.
  94. configure:2466: $? = 1
  95. configure:2489: checking for C++ compiler default output file name
  96. configure:2516: g++ -L/c/Python27/libs conftest.cpp >&5
  97. configure:2519: $? = 0
  98. configure:2557: result: a.exe
  99. configure:2574: checking whether the C++ compiler works
  100. configure:2584: ./a.exe
  101. configure:2587: $? = 0
  102. configure:2604: result: yes
  103. configure:2611: checking whether we are cross compiling
  104. configure:2613: result: no
  105. configure:2616: checking for suffix of executables
  106. configure:2623: g++ -o conftest.exe -L/c/Python27/libs conftest.cpp >&5
  107. configure:2626: $? = 0
  108. configure:2650: result: .exe
  109. configure:2656: checking for suffix of object files
  110. configure:2682: g++ -c conftest.cpp >&5
  111. configure:2685: $? = 0
  112. configure:2708: result: o
  113. configure:2712: checking whether we are using the GNU C++ compiler
  114. configure:2741: g++ -c conftest.cpp >&5
  115. configure:2747: $? = 0
  116. configure:2764: result: yes
  117. configure:2769: checking whether g++ accepts -g
  118. configure:2799: g++ -c -g conftest.cpp >&5
  119. configure:2805: $? = 0
  120. configure:2904: result: yes
  121. configure:2938: checking for style of include used by make
  122. configure:2966: result: GNU
  123. configure:2991: checking dependency style of g++
  124. configure:3082: result: gcc3
  125. configure:3140: checking for ranlib
  126. configure:3156: found /mingw/bin/ranlib
  127. configure:3167: result: ranlib
  128. configure:3224: checking build system type
  129. configure:3242: result: i686-pc-mingw32
  130. configure:3264: checking host system type
  131. configure:3279: result: i686-pc-mingw32
  132. configure:3322: checking how to print strings
  133. configure:3349: result: printf
  134. configure:3418: checking for gcc
  135. configure:3434: found /mingw/bin/gcc
  136. configure:3445: result: gcc
  137. configure:3683: checking for C compiler version
  138. configure:3690: gcc --version >&5
  139. gcc.exe (GCC) 4.6.2
  140. Copyright (C) 2011 Free Software Foundation, Inc.
  141. This is free software; see the source for copying conditions. There is NO
  142. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  143.  
  144. configure:3693: $? = 0
  145. configure:3700: gcc -v >&5
  146. Using built-in specs.
  147. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  148. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe
  149. Target: mingw32
  150. Configured with: ../gcc-4.6.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 --build=mingw32 --prefix=/mingw
  151. Thread model: win32
  152. gcc version 4.6.2 (GCC)
  153. configure:3703: $? = 0
  154. configure:3710: gcc -V >&5
  155. gcc.exe: error: unrecognized option '-V'
  156. gcc.exe: fatal error: no input files
  157. compilation terminated.
  158. configure:3713: $? = 1
  159. configure:3716: checking whether we are using the GNU C compiler
  160. configure:3745: gcc -c conftest.c >&5
  161. configure:3751: $? = 0
  162. configure:3768: result: yes
  163. configure:3773: checking whether gcc accepts -g
  164. configure:3803: gcc -c -g conftest.c >&5
  165. configure:3809: $? = 0
  166. configure:3908: result: yes
  167. configure:3925: checking for gcc option to accept ISO C89
  168. configure:3999: gcc -c -g -O2 conftest.c >&5
  169. configure:4005: $? = 0
  170. configure:4028: result: none needed
  171. configure:4048: checking dependency style of gcc
  172. configure:4139: result: gcc3
  173. configure:4154: checking for a sed that does not truncate output
  174. configure:4233: result: /bin/sed
  175. configure:4251: checking for grep that handles long lines and -e
  176. configure:4325: result: /bin/grep
  177. configure:4330: checking for egrep
  178. configure:4408: result: /bin/grep -E
  179. configure:4413: checking for fgrep
  180. configure:4491: result: /bin/grep -F
  181. configure:4526: checking for ld used by gcc
  182. configure:4593: result: c:/mingw/mingw32/bin/ld.exe
  183. configure:4602: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  184. configure:4617: result: yes
  185. configure:4629: checking for BSD- or MS-compatible name lister (nm)
  186. configure:4678: result: /bin/nm -B
  187. configure:4812: checking the name lister (/bin/nm -B) interface
  188. configure:4819: gcc -c -g -O2 conftest.c >&5
  189. configure:4822: /bin/nm -B "conftest.o"
  190. configure:4825: output
  191. 00000000 b .bss
  192. 00000000 d .data
  193. 00000000 N .debug_abbrev
  194. 00000000 N .debug_info
  195. 00000000 N .debug_line
  196. 00000000 t .text
  197. 00000000 B _some_variable
  198. configure:4832: result: BSD nm
  199. configure:4835: checking whether ln -s works
  200. configure:4842: result: no, using cp -p
  201. configure:4847: checking the maximum length of command line arguments
  202. configure:4972: result: 8192
  203. configure:4989: checking whether the shell understands some XSI constructs
  204. configure:4999: result: yes
  205. configure:5003: checking whether the shell understands "+="
  206. configure:5009: result: yes
  207. configure:5044: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
  208. configure:5051: result: -r
  209. configure:5120: checking for objdump
  210. configure:5136: found /mingw/bin/objdump
  211. configure:5147: result: objdump
  212. configure:5183: checking how to recognize dependent libraries
  213. configure:5385: result: file_magic ^x86 archive import|^x86 DLL
  214. configure:5445: checking for ar
  215. configure:5461: found /mingw/bin/ar
  216. configure:5472: result: ar
  217. configure:5554: checking for strip
  218. configure:5570: found /mingw/bin/strip
  219. configure:5581: result: strip
  220. configure:5657: checking for ranlib
  221. configure:5684: result: ranlib
  222. configure:5790: checking command to parse /bin/nm -B output from gcc object
  223. configure:5908: gcc -c -g -O2 conftest.c >&5
  224. configure:5911: $? = 0
  225. configure:5915: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
  226. configure:5918: $? = 0
  227. cannot find nm_test_var in conftest.nm
  228. configure:5908: gcc -c -g -O2 conftest.c >&5
  229. configure:5911: $? = 0
  230. configure:5915: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
  231. configure:5918: $? = 0
  232. configure:5972: gcc -o conftest.exe -g -O2 -L/c/Python27/libs conftest.c conftstm.o >&5
  233. configure:5975: $? = 0
  234. configure:6013: result: ok
  235. configure:6924: checking how to run the C preprocessor
  236. configure:6964: gcc -E conftest.c
  237. configure:6970: $? = 0
  238. configure:7001: gcc -E conftest.c
  239. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  240. compilation terminated.
  241. configure:7007: $? = 1
  242. configure: failed program was:
  243. | /* confdefs.h. */
  244. | #define PACKAGE_NAME "djinni"
  245. | #define PACKAGE_TARNAME "djinni"
  246. | #define PACKAGE_VERSION "2.2.4"
  247. | #define PACKAGE_STRING "djinni 2.2.4"
  248. | #define PACKAGE_BUGREPORT "[email protected]"
  249. | #define PACKAGE "djinni"
  250. | #define VERSION "2.2.4"
  251. | /* end confdefs.h. */
  252. | #include <ac_nonexistent.h>
  253. configure:7040: result: gcc -E
  254. configure:7069: gcc -E conftest.c
  255. configure:7075: $? = 0
  256. configure:7106: gcc -E conftest.c
  257. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  258. compilation terminated.
  259. configure:7112: $? = 1
  260. configure: failed program was:
  261. | /* confdefs.h. */
  262. | #define PACKAGE_NAME "djinni"
  263. | #define PACKAGE_TARNAME "djinni"
  264. | #define PACKAGE_VERSION "2.2.4"
  265. | #define PACKAGE_STRING "djinni 2.2.4"
  266. | #define PACKAGE_BUGREPORT "[email protected]"
  267. | #define PACKAGE "djinni"
  268. | #define VERSION "2.2.4"
  269. | /* end confdefs.h. */
  270. | #include <ac_nonexistent.h>
  271. configure:7150: checking for ANSI C header files
  272. configure:7180: gcc -c -g -O2 conftest.c >&5
  273. configure:7186: $? = 0
  274. configure:7285: gcc -o conftest.exe -g -O2 -L/c/Python27/libs conftest.c >&5
  275. configure:7288: $? = 0
  276. configure:7294: ./conftest.exe
  277. configure:7297: $? = 0
  278. configure:7314: result: yes
  279. configure:7338: checking for sys/types.h
  280. configure:7359: gcc -c -g -O2 conftest.c >&5
  281. configure:7365: $? = 0
  282. configure:7381: result: yes
  283. configure:7338: checking for sys/stat.h
  284. configure:7359: gcc -c -g -O2 conftest.c >&5
  285. configure:7365: $? = 0
  286. configure:7381: result: yes
  287. configure:7338: checking for stdlib.h
  288. configure:7359: gcc -c -g -O2 conftest.c >&5
  289. configure:7365: $? = 0
  290. configure:7381: result: yes
  291. configure:7338: checking for string.h
  292. configure:7359: gcc -c -g -O2 conftest.c >&5
  293. configure:7365: $? = 0
  294. configure:7381: result: yes
  295. configure:7338: checking for memory.h
  296. configure:7359: gcc -c -g -O2 conftest.c >&5
  297. configure:7365: $? = 0
  298. configure:7381: result: yes
  299. configure:7338: checking for strings.h
  300. configure:7359: gcc -c -g -O2 conftest.c >&5
  301. configure:7365: $? = 0
  302. configure:7381: result: yes
  303. configure:7338: checking for inttypes.h
  304. configure:7359: gcc -c -g -O2 conftest.c >&5
  305. configure:7365: $? = 0
  306. configure:7381: result: yes
  307. configure:7338: checking for stdint.h
  308. configure:7359: gcc -c -g -O2 conftest.c >&5
  309. configure:7365: $? = 0
  310. configure:7381: result: yes
  311. configure:7338: checking for unistd.h
  312. configure:7359: gcc -c -g -O2 conftest.c >&5
  313. configure:7365: $? = 0
  314. configure:7381: result: yes
  315. configure:7397: checking for dlfcn.h
  316. configure:7418: gcc -c -g -O2 conftest.c >&5
  317. conftest.c:54:19: fatal error: dlfcn.h: No such file or directory
  318. compilation terminated.
  319. configure:7424: $? = 1
  320. configure: failed program was:
  321. | /* confdefs.h. */
  322. | #define PACKAGE_NAME "djinni"
  323. | #define PACKAGE_TARNAME "djinni"
  324. | #define PACKAGE_VERSION "2.2.4"
  325. | #define PACKAGE_STRING "djinni 2.2.4"
  326. | #define PACKAGE_BUGREPORT "[email protected]"
  327. | #define PACKAGE "djinni"
  328. | #define VERSION "2.2.4"
  329. | #define STDC_HEADERS 1
  330. | #define HAVE_SYS_TYPES_H 1
  331. | #define HAVE_SYS_STAT_H 1
  332. | #define HAVE_STDLIB_H 1
  333. | #define HAVE_STRING_H 1
  334. | #define HAVE_MEMORY_H 1
  335. | #define HAVE_STRINGS_H 1
  336. | #define HAVE_INTTYPES_H 1
  337. | #define HAVE_STDINT_H 1
  338. | #define HAVE_UNISTD_H 1
  339. | /* end confdefs.h. */
  340. | #include <stdio.h>
  341. | #ifdef HAVE_SYS_TYPES_H
  342. | # include <sys/types.h>
  343. | #endif
  344. | #ifdef HAVE_SYS_STAT_H
  345. | # include <sys/stat.h>
  346. | #endif
  347. | #ifdef STDC_HEADERS
  348. | # include <stdlib.h>
  349. | # include <stddef.h>
  350. | #else
  351. | # ifdef HAVE_STDLIB_H
  352. | # include <stdlib.h>
  353. | # endif
  354. | #endif
  355. | #ifdef HAVE_STRING_H
  356. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  357. | # include <memory.h>
  358. | # endif
  359. | # include <string.h>
  360. | #endif
  361. | #ifdef HAVE_STRINGS_H
  362. | # include <strings.h>
  363. | #endif
  364. | #ifdef HAVE_INTTYPES_H
  365. | # include <inttypes.h>
  366. | #endif
  367. | #ifdef HAVE_STDINT_H
  368. | # include <stdint.h>
  369. | #endif
  370. | #ifdef HAVE_UNISTD_H
  371. | # include <unistd.h>
  372. | #endif
  373. |
  374. | #include <dlfcn.h>
  375. configure:7440: result: no
  376. configure:7628: checking for objdir
  377. configure:7643: result: .libs
  378. configure:7914: checking if gcc supports -fno-rtti -fno-exceptions
  379. configure:7932: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  380. cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  381. configure:7936: $? = 0
  382. configure:7949: result: no
  383. configure:7969: checking for gcc option to produce PIC
  384. configure:8254: result: -DDLL_EXPORT -DPIC
  385. configure:8266: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  386. configure:8284: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  387. configure:8288: $? = 0
  388. configure:8301: result: yes
  389. configure:8325: checking if gcc static flag -static works
  390. configure:8353: result: yes
  391. configure:8368: checking if gcc supports -c -o file.o
  392. configure:8389: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  393. configure:8393: $? = 0
  394. configure:8415: result: yes
  395. configure:8423: checking if gcc supports -c -o file.o
  396. configure:8470: result: yes
  397. configure:8503: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  398. configure:9654: result: yes
  399. configure:9691: checking whether -lc should be explicitly linked in
  400. configure:9699: gcc -c -g -O2 conftest.c >&5
  401. configure:9702: $? = 0
  402. configure:9717: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  403. configure:9720: $? = 1
  404. configure:9734: result: yes
  405. configure:9899: checking dynamic linker characteristics
  406. configure:10604: result: Win32 ld.exe
  407. configure:10711: checking how to hardcode library paths into programs
  408. configure:10736: result: immediate
  409. configure:11561: checking whether stripping libraries is possible
  410. configure:11566: result: yes
  411. configure:11601: checking if libtool supports shared libraries
  412. configure:11603: result: yes
  413. configure:11606: checking whether to build shared libraries
  414. configure:11627: result: yes
  415. configure:11630: checking whether to build static libraries
  416. configure:11634: result: yes
  417. configure:11657: checking how to run the C++ preprocessor
  418. configure:11693: g++ -E conftest.cpp
  419. configure:11699: $? = 0
  420. configure:11730: g++ -E conftest.cpp
  421. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  422. compilation terminated.
  423. configure:11736: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h. */
  426. | #define PACKAGE_NAME "djinni"
  427. | #define PACKAGE_TARNAME "djinni"
  428. | #define PACKAGE_VERSION "2.2.4"
  429. | #define PACKAGE_STRING "djinni 2.2.4"
  430. | #define PACKAGE_BUGREPORT "[email protected]"
  431. | #define PACKAGE "djinni"
  432. | #define VERSION "2.2.4"
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define LT_OBJDIR ".libs/"
  444. | /* end confdefs.h. */
  445. | #include <ac_nonexistent.h>
  446. configure:11769: result: g++ -E
  447. configure:11798: g++ -E conftest.cpp
  448. configure:11804: $? = 0
  449. configure:11835: g++ -E conftest.cpp
  450. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  451. compilation terminated.
  452. configure:11841: $? = 1
  453. configure: failed program was:
  454. | /* confdefs.h. */
  455. | #define PACKAGE_NAME "djinni"
  456. | #define PACKAGE_TARNAME "djinni"
  457. | #define PACKAGE_VERSION "2.2.4"
  458. | #define PACKAGE_STRING "djinni 2.2.4"
  459. | #define PACKAGE_BUGREPORT "[email protected]"
  460. | #define PACKAGE "djinni"
  461. | #define VERSION "2.2.4"
  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. | #define LT_OBJDIR ".libs/"
  473. | /* end confdefs.h. */
  474. | #include <ac_nonexistent.h>
  475. configure:12018: checking for ld used by g++
  476. configure:12085: result: c:/mingw/mingw32/bin/ld.exe
  477. configure:12094: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  478. configure:12109: result: yes
  479. configure:12164: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  480. configure:13150: result: yes
  481. configure:13178: g++ -c -g -O2 conftest.cpp >&5
  482. configure:13181: $? = 0
  483. configure:13363: checking for g++ option to produce PIC
  484. configure:13685: result: -DDLL_EXPORT -DPIC
  485. configure:13694: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
  486. configure:13712: g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
  487. configure:13716: $? = 0
  488. configure:13729: result: yes
  489. configure:13750: checking if g++ static flag -static works
  490. configure:13778: result: yes
  491. configure:13790: checking if g++ supports -c -o file.o
  492. configure:13811: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  493. configure:13815: $? = 0
  494. configure:13837: result: yes
  495. configure:13842: checking if g++ supports -c -o file.o
  496. configure:13889: result: yes
  497. configure:13919: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  498. configure:13947: result: yes
  499. configure:14090: checking dynamic linker characteristics
  500. configure:14729: result: Win32 ld.exe
  501. configure:14782: checking how to hardcode library paths into programs
  502. configure:14807: result: immediate
  503. configure:14873: checking for python
  504. configure:14891: found /c/Python27/python
  505. configure:14903: result: /c/Python27/python
  506. configure:14921: checking for a version of Python >= '2.1.0'
  507. configure:14956: result: yes
  508. configure:14964: checking for a version of Python >="2.3"
  509. configure:14970: result: yes
  510. configure:14993: checking for the distutils Python package
  511. configure:14997: result: yes
  512. configure:15015: checking for Python include path
  513. configure:15025: result: -Ic:\Python27\include
  514. configure:15032: checking for Python library path
  515. configure:15054: result: -Lc:\Python27\Lib -lpython27
  516. configure:15061: checking for Python site-packages path
  517. configure:15067: result: c:\Python27\Lib\site-packages
  518. configure:15074: checking python extra libraries
  519. configure:15081: result: None None
  520. configure:15088: checking python extra linking flags
  521. configure:15095: result: None
  522. configure:15102: checking consistency of all components of python development environment
  523. configure:15138: gcc -o conftest.exe -g -O2 -Ic:\Python27\include -L/c/Python27/libs conftest.c -Lc:\Python27\Lib -lpython27 >&5
  524. C:\Users\ledelato\AppData\Local\Temp\ccsw75UK.o: In function `main':
  525. c:\Users\ledelato\Downloads\Djinni-2.2.4.tar\Djinni-2.2.4\djinni-2.2.4/conftest.c:28: undefined reference to `_imp__Py_Initialize'
  526. collect2: ld returned 1 exit status
  527. configure:15144: $? = 1
  528. configure: failed program was:
  529. | /* confdefs.h. */
  530. | #define PACKAGE_NAME "djinni"
  531. | #define PACKAGE_TARNAME "djinni"
  532. | #define PACKAGE_VERSION "2.2.4"
  533. | #define PACKAGE_STRING "djinni 2.2.4"
  534. | #define PACKAGE_BUGREPORT "[email protected]"
  535. | #define PACKAGE "djinni"
  536. | #define VERSION "2.2.4"
  537. | #define STDC_HEADERS 1
  538. | #define HAVE_SYS_TYPES_H 1
  539. | #define HAVE_SYS_STAT_H 1
  540. | #define HAVE_STDLIB_H 1
  541. | #define HAVE_STRING_H 1
  542. | #define HAVE_MEMORY_H 1
  543. | #define HAVE_STRINGS_H 1
  544. | #define HAVE_INTTYPES_H 1
  545. | #define HAVE_STDINT_H 1
  546. | #define HAVE_UNISTD_H 1
  547. | #define LT_OBJDIR ".libs/"
  548. | /* end confdefs.h. */
  549. |
  550. | #include <Python.h>
  551. |
  552. | int
  553. | main ()
  554. | {
  555. |
  556. | Py_Initialize();
  557. |
  558. | ;
  559. | return 0;
  560. | }
  561. configure:15161: result: no
  562. configure:15175: error:
  563. Could not link test program to Python. Maybe the main Python library has been
  564. installed in some non-standard library path. If so, pass it to configure,
  565. via the LDFLAGS environment variable.
  566. Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
  567. ============================================================================
  568. ERROR!
  569. You probably have to install the development version of the Python package
  570. for your distribution. The exact name of this package varies among them.
  571. ============================================================================
  572.  
  573.  
  574. ## ---------------- ##
  575. ## Cache variables. ##
  576. ## ---------------- ##
  577.  
  578. ac_cv_build=i686-pc-mingw32
  579. ac_cv_c_compiler_gnu=yes
  580. ac_cv_cxx_compiler_gnu=yes
  581. ac_cv_env_CCC_set=
  582. ac_cv_env_CCC_value=
  583. ac_cv_env_CC_set=
  584. ac_cv_env_CC_value=
  585. ac_cv_env_CFLAGS_set=
  586. ac_cv_env_CFLAGS_value=
  587. ac_cv_env_CPPFLAGS_set=
  588. ac_cv_env_CPPFLAGS_value=
  589. ac_cv_env_CPP_set=
  590. ac_cv_env_CPP_value=
  591. ac_cv_env_CXXCPP_set=
  592. ac_cv_env_CXXCPP_value=
  593. ac_cv_env_CXXFLAGS_set=
  594. ac_cv_env_CXXFLAGS_value=
  595. ac_cv_env_CXX_set=
  596. ac_cv_env_CXX_value=
  597. ac_cv_env_LDFLAGS_set=set
  598. ac_cv_env_LDFLAGS_value=-L/c/Python27/libs
  599. ac_cv_env_LIBS_set=
  600. ac_cv_env_LIBS_value=
  601. ac_cv_env_PYTHON_VERSION_set=
  602. ac_cv_env_PYTHON_VERSION_value=
  603. ac_cv_env_build_alias_set=
  604. ac_cv_env_build_alias_value=
  605. ac_cv_env_host_alias_set=
  606. ac_cv_env_host_alias_value=
  607. ac_cv_env_target_alias_set=
  608. ac_cv_env_target_alias_value=
  609. ac_cv_exeext=.exe
  610. ac_cv_header_dlfcn_h=no
  611. ac_cv_header_inttypes_h=yes
  612. ac_cv_header_memory_h=yes
  613. ac_cv_header_stdc=yes
  614. ac_cv_header_stdint_h=yes
  615. ac_cv_header_stdlib_h=yes
  616. ac_cv_header_string_h=yes
  617. ac_cv_header_strings_h=yes
  618. ac_cv_header_sys_stat_h=yes
  619. ac_cv_header_sys_types_h=yes
  620. ac_cv_header_unistd_h=yes
  621. ac_cv_host=i686-pc-mingw32
  622. ac_cv_objext=o
  623. ac_cv_path_EGREP='/bin/grep -E'
  624. ac_cv_path_FGREP='/bin/grep -F'
  625. ac_cv_path_GREP=/bin/grep
  626. ac_cv_path_PYTHON=/c/Python27/python
  627. ac_cv_path_SED=/bin/sed
  628. ac_cv_path_install='/bin/install -c'
  629. ac_cv_path_mkdir=/bin/mkdir
  630. ac_cv_prog_AWK=gawk
  631. ac_cv_prog_CPP='gcc -E'
  632. ac_cv_prog_CXXCPP='g++ -E'
  633. ac_cv_prog_ac_ct_AR=ar
  634. ac_cv_prog_ac_ct_CC=gcc
  635. ac_cv_prog_ac_ct_CXX=g++
  636. ac_cv_prog_ac_ct_OBJDUMP=objdump
  637. ac_cv_prog_ac_ct_RANLIB=ranlib
  638. ac_cv_prog_ac_ct_STRIP=strip
  639. ac_cv_prog_cc_c89=
  640. ac_cv_prog_cc_g=yes
  641. ac_cv_prog_cxx_g=yes
  642. ac_cv_prog_make_make_set=yes
  643. am_cv_CC_dependencies_compiler_type=gcc3
  644. am_cv_CXX_dependencies_compiler_type=gcc3
  645. lt_cv_archive_cmds_need_lc=yes
  646. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  647. lt_cv_file_magic_cmd=func_win32_libid
  648. lt_cv_file_magic_test_file=
  649. lt_cv_ld_reload_flag=-r
  650. lt_cv_nm_interface='BSD nm'
  651. lt_cv_objdir=.libs
  652. lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  653. lt_cv_path_LDCXX=c:/mingw/mingw32/bin/ld.exe
  654. lt_cv_path_NM='/bin/nm -B'
  655. lt_cv_prog_compiler_c_o=yes
  656. lt_cv_prog_compiler_c_o_CXX=yes
  657. lt_cv_prog_compiler_pic_works=yes
  658. lt_cv_prog_compiler_pic_works_CXX=yes
  659. lt_cv_prog_compiler_rtti_exceptions=no
  660. lt_cv_prog_compiler_static_works=yes
  661. lt_cv_prog_compiler_static_works_CXX=yes
  662. lt_cv_prog_gnu_ld=yes
  663. lt_cv_prog_gnu_ldcxx=yes
  664. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  665. \{0,1\}$/\1 _\2 \2/p'\'''
  666. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  667. 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'\'''
  668. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  669. lt_cv_sys_max_cmd_len=8192
  670.  
  671. ## ----------------- ##
  672. ## Output variables. ##
  673. ## ----------------- ##
  674.  
  675. ACLOCAL='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run aclocal-1.10'
  676. AMDEPBACKSLASH='\'
  677. AMDEP_FALSE='#'
  678. AMDEP_TRUE=''
  679. AMTAR='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run tar'
  680. AR='ar'
  681. AUTOCONF='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run autoconf'
  682. AUTOHEADER='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run autoheader'
  683. AUTOMAKE='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run automake-1.10'
  684. AWK='gawk'
  685. BOOST_CPPFLAGS=''
  686. BOOST_LDFLAGS=''
  687. CC='gcc'
  688. CCDEPMODE='depmode=gcc3'
  689. CFLAGS='-g -O2'
  690. CPP='gcc -E'
  691. CPPFLAGS=' -Ic:\Python27\include'
  692. CXX='g++'
  693. CXXCPP='g++ -E'
  694. CXXDEPMODE='depmode=gcc3'
  695. CXXFLAGS='-g -O2'
  696. CYGPATH_W='echo'
  697. DEFS=''
  698. DEPDIR='.deps'
  699. DSYMUTIL=''
  700. DUMPBIN=''
  701. ECHO_C=''
  702. ECHO_N='-n'
  703. ECHO_T=''
  704. EGREP='/bin/grep -E'
  705. EXEEXT='.exe'
  706. FGREP='/bin/grep -F'
  707. GREP='/bin/grep'
  708. INSTALL_DATA='${INSTALL} -m 644'
  709. INSTALL_PROGRAM='${INSTALL}'
  710. INSTALL_SCRIPT='${INSTALL}'
  711. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  712. LD='c:/mingw/mingw32/bin/ld.exe'
  713. LDFLAGS='-L/c/Python27/libs'
  714. LIBOBJS=''
  715. LIBS=' -Lc:\Python27\Lib -lpython27'
  716. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  717. LIPO=''
  718. LN_S='cp -p'
  719. LTLIBOBJS=''
  720. MAKEINFO='${SHELL} /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/missing --run makeinfo'
  721. NM='/bin/nm -B'
  722. NMEDIT=''
  723. OBJDUMP='objdump'
  724. OBJEXT='o'
  725. OTOOL64=''
  726. OTOOL=''
  727. PACKAGE='djinni'
  728. PACKAGE_BUGREPORT='[email protected]'
  729. PACKAGE_NAME='djinni'
  730. PACKAGE_STRING='djinni 2.2.4'
  731. PACKAGE_TARNAME='djinni'
  732. PACKAGE_VERSION='2.2.4'
  733. PATH_SEPARATOR=':'
  734. PYTHON='/c/Python27/python'
  735. PYTHON_CPPFLAGS='-Ic:\Python27\include'
  736. PYTHON_EXEC_PREFIX=''
  737. PYTHON_EXTRA_LDFLAGS='None'
  738. PYTHON_EXTRA_LIBS='None None'
  739. PYTHON_LDFLAGS='-Lc:\Python27\Lib -lpython27'
  740. PYTHON_PLATFORM=''
  741. PYTHON_PREFIX=''
  742. PYTHON_SITE_PKG='c:\Python27\Lib\site-packages'
  743. PYTHON_VERSION=''
  744. RANLIB='ranlib'
  745. SED='/bin/sed'
  746. SET_MAKE=''
  747. SHELL='/bin/sh'
  748. STRIP='strip'
  749. SWIG=''
  750. SWIG_LIB=''
  751. SWIG_PYTHON_CPPFLAGS=''
  752. SWIG_PYTHON_OPT=''
  753. VERSION='2.2.4'
  754. ac_ct_CC='gcc'
  755. ac_ct_CXX='g++'
  756. ac_ct_DUMPBIN=''
  757. am__fastdepCC_FALSE='#'
  758. am__fastdepCC_TRUE=''
  759. am__fastdepCXX_FALSE='#'
  760. am__fastdepCXX_TRUE=''
  761. am__include='include'
  762. am__isrc=''
  763. am__leading_dot='.'
  764. am__quote=''
  765. am__tar='${AMTAR} chof - "$$tardir"'
  766. am__untar='${AMTAR} xf -'
  767. bindir='${exec_prefix}/bin'
  768. build='i686-pc-mingw32'
  769. build_alias=''
  770. build_cpu='i686'
  771. build_os='mingw32'
  772. build_vendor='pc'
  773. datadir='${datarootdir}'
  774. datarootdir='${prefix}/share'
  775. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  776. dvidir='${docdir}'
  777. exec_prefix='NONE'
  778. host='i686-pc-mingw32'
  779. host_alias=''
  780. host_cpu='i686'
  781. host_os='mingw32'
  782. host_vendor='pc'
  783. htmldir='${docdir}'
  784. includedir='${prefix}/include'
  785. infodir='${datarootdir}/info'
  786. install_sh='$(SHELL) /c/Users/ledelato/Downloads/Djinni-2.2.4.tar/Djinni-2.2.4/djinni-2.2.4/install-sh'
  787. libdir='${exec_prefix}/lib'
  788. libexecdir='${exec_prefix}/libexec'
  789. localedir='${datarootdir}/locale'
  790. localstatedir='${prefix}/var'
  791. mandir='${datarootdir}/man'
  792. mkdir_p='/bin/mkdir -p'
  793. oldincludedir='/usr/include'
  794. pdfdir='${docdir}'
  795. pkgpyexecdir=''
  796. pkgpythondir=''
  797. prefix='NONE'
  798. program_transform_name='s,x,x,'
  799. psdir='${docdir}'
  800. pyexecdir=''
  801. pythondir=''
  802. sbindir='${exec_prefix}/sbin'
  803. sharedstatedir='${prefix}/com'
  804. sysconfdir='${prefix}/etc'
  805. target_alias=''
  806.  
  807. ## ----------- ##
  808. ## confdefs.h. ##
  809. ## ----------- ##
  810.  
  811. #define PACKAGE_NAME "djinni"
  812. #define PACKAGE_TARNAME "djinni"
  813. #define PACKAGE_VERSION "2.2.4"
  814. #define PACKAGE_STRING "djinni 2.2.4"
  815. #define PACKAGE_BUGREPORT "[email protected]"
  816. #define PACKAGE "djinni"
  817. #define VERSION "2.2.4"
  818. #define STDC_HEADERS 1
  819. #define HAVE_SYS_TYPES_H 1
  820. #define HAVE_SYS_STAT_H 1
  821. #define HAVE_STDLIB_H 1
  822. #define HAVE_STRING_H 1
  823. #define HAVE_MEMORY_H 1
  824. #define HAVE_STRINGS_H 1
  825. #define HAVE_INTTYPES_H 1
  826. #define HAVE_STDINT_H 1
  827. #define HAVE_UNISTD_H 1
  828. #define LT_OBJDIR ".libs/"
  829.  
  830. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement