Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.59 KB | None | 0 0
  1. checking for freetype-config... /usr/local/bin/freetype-config
  2. checking for FreeType -- version >= 9.0.3... yes
  3. checking GL/gl.h usability... yes
  4. checking GL/gl.h presence... yes
  5. checking for GL/gl.h... yes
  6. checking for OpenGL framework (Darwin-specific)... no
  7. checking for GL library... no
  8. configure: error: GL library could not be found, please specify its location wit
  9. h --with-gl-lib. If this still fails, please contact henryj@paradise.net.nz, in
  10. clude the string FTGL somewhere in the subject line and provide a copy of the co
  11. nfig.log file that was left behind.
  12.  
  13. ****************./config.log************
  14.  
  15. This file contains any messages produced by compilers while
  16. running configure, to aid debugging if configure makes a mistake.
  17.  
  18. It was created by FTGL configure 2.1.3~rc5, which was
  19. generated by GNU Autoconf 2.61. Invocation command line was
  20.  
  21. $ ./configure
  22.  
  23. ## --------- ##
  24. ## Platform. ##
  25. ## --------- ##
  26.  
  27. hostname = Jertop
  28. uname -m = i686
  29. uname -r = 1.0.15(0.47/3/2)
  30. uname -s = MINGW32_NT-5.1
  31. uname -v = 2010-07-06 22:04
  32.  
  33. /usr/bin/uname -p = unknown
  34. /bin/uname -X = unknown
  35.  
  36. /bin/arch = unknown
  37. /usr/bin/arch -k = unknown
  38. /usr/convex/getsysinfo = unknown
  39. /usr/bin/hostinfo = unknown
  40. /bin/machine = unknown
  41. /usr/bin/oslevel = unknown
  42. /bin/universe = unknown
  43.  
  44. PATH: .
  45. PATH: /usr/local/bin
  46. PATH: /mingw/bin
  47. PATH: /bin
  48. PATH: /c/WINDOWS/system32
  49. PATH: /c/WINDOWS
  50. PATH: /c/WINDOWS/System32/Wbem
  51. PATH: /c/Program Files/doxygen/bin
  52. PATH: /c/lib
  53. PATH: /c/Program Files/Trend Micro/AMSP
  54.  
  55.  
  56. ## ----------- ##
  57. ## Core tests. ##
  58. ## ----------- ##
  59.  
  60. configure:2041: checking for a BSD-compatible install
  61. configure:2097: result: /bin/install -c
  62. configure:2108: checking whether build environment is sane
  63. configure:2151: result: yes
  64. configure:2179: checking for a thread-safe mkdir -p
  65. configure:2218: result: /bin/mkdir -p
  66. configure:2231: checking for gawk
  67. configure:2247: found /bin/gawk
  68. configure:2258: result: gawk
  69. configure:2269: checking whether make sets $(MAKE)
  70. configure:2290: result: yes
  71. configure:2484: checking for style of include used by make
  72. configure:2512: result: GNU
  73. configure:2540: checking build system type
  74. configure:2558: result: i686-pc-mingw32
  75. configure:2580: checking host system type
  76. configure:2595: result: i686-pc-mingw32
  77. configure:2694: checking for g++
  78. configure:2710: found /mingw/bin/g++
  79. configure:2721: result: g++
  80. configure:2752: checking for C++ compiler version
  81. configure:2759: g++ --version >&5
  82. g++.exe (GCC) 4.5.0
  83. Copyright (C) 2010 Free Software Foundation, Inc.
  84. This is free software; see the source for copying conditions. There is NO
  85. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  86.  
  87. configure:2762: $? = 0
  88. configure:2769: g++ -v >&5
  89. Using built-in specs.
  90. COLLECT_GCC=C:\MinGW\bin\g++.exe
  91. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  92. Target: mingw32
  93. Configured with: ../gcc-4.5.0/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
  94. Thread model: win32
  95. gcc version 4.5.0 (GCC)
  96. configure:2772: $? = 0
  97. configure:2779: g++ -V >&5
  98. g++.exe: '-V' option must have argument
  99. configure:2782: $? = 1
  100. configure:2805: checking for C++ compiler default output file name
  101. configure:2832: g++ conftest.cpp >&5
  102. configure:2835: $? = 0
  103. configure:2873: result: a.exe
  104. configure:2890: checking whether the C++ compiler works
  105. configure:2900: ./a.exe
  106. configure:2903: $? = 0
  107. configure:2920: result: yes
  108. configure:2927: checking whether we are cross compiling
  109. configure:2929: result: no
  110. configure:2932: checking for suffix of executables
  111. configure:2939: g++ -o conftest.exe conftest.cpp >&5
  112. configure:2942: $? = 0
  113. configure:2966: result: .exe
  114. configure:2972: checking for suffix of object files
  115. configure:2998: g++ -c conftest.cpp >&5
  116. configure:3001: $? = 0
  117. configure:3024: result: o
  118. configure:3028: checking whether we are using the GNU C++ compiler
  119. configure:3057: g++ -c conftest.cpp >&5
  120. configure:3063: $? = 0
  121. configure:3080: result: yes
  122. configure:3085: checking whether g++ accepts -g
  123. configure:3115: g++ -c -g conftest.cpp >&5
  124. configure:3121: $? = 0
  125. configure:3220: result: yes
  126. configure:3245: checking dependency style of g++
  127. configure:3336: result: gcc3
  128. configure:3482: checking for gcc
  129. configure:3498: found /mingw/bin/gcc
  130. configure:3509: result: gcc
  131. configure:3747: checking for C compiler version
  132. configure:3754: gcc --version >&5
  133. gcc.exe (GCC) 4.5.0
  134. Copyright (C) 2010 Free Software Foundation, Inc.
  135. This is free software; see the source for copying conditions. There is NO
  136. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  137.  
  138. configure:3757: $? = 0
  139. configure:3764: gcc -v >&5
  140. Using built-in specs.
  141. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  142. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  143. Target: mingw32
  144. Configured with: ../gcc-4.5.0/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
  145. Thread model: win32
  146. gcc version 4.5.0 (GCC)
  147. configure:3767: $? = 0
  148. configure:3774: gcc -V >&5
  149. gcc.exe: '-V' option must have argument
  150. configure:3777: $? = 1
  151. configure:3780: checking whether we are using the GNU C compiler
  152. configure:3809: gcc -c conftest.c >&5
  153. configure:3815: $? = 0
  154. configure:3832: result: yes
  155. configure:3837: checking whether gcc accepts -g
  156. configure:3867: gcc -c -g conftest.c >&5
  157. configure:3873: $? = 0
  158. configure:3972: result: yes
  159. configure:3989: checking for gcc option to accept ISO C89
  160. configure:4063: gcc -c -g -O2 conftest.c >&5
  161. configure:4069: $? = 0
  162. configure:4092: result: none needed
  163. configure:4112: checking dependency style of gcc
  164. configure:4203: result: gcc3
  165. configure:4218: checking for a sed that does not truncate output
  166. configure:4274: result: /bin/sed
  167. configure:4277: checking for grep that handles long lines and -e
  168. configure:4351: result: /bin/grep
  169. configure:4356: checking for egrep
  170. configure:4434: result: /bin/grep -E
  171. configure:4450: checking for ld used by gcc
  172. configure:4517: result: c:/mingw/mingw32/bin/ld.exe
  173. configure:4526: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  174. configure:4541: result: yes
  175. configure:4546: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
  176. configure:4553: result: -r
  177. configure:4571: checking for BSD-compatible nm
  178. configure:4620: result: /bin/nm -B
  179. configure:4624: checking whether ln -s works
  180. configure:4631: result: no, using cp -p
  181. configure:4635: checking how to recognize dependent libraries
  182. configure:4821: result: file_magic ^x86 archive import|^x86 DLL
  183. configure:5066: checking how to run the C preprocessor
  184. configure:5106: gcc -E conftest.c
  185. configure:5112: $? = 0
  186. configure:5143: gcc -E conftest.c
  187. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  188. compilation terminated.
  189. configure:5149: $? = 1
  190. configure: failed program was:
  191. | /* confdefs.h. */
  192. | #define PACKAGE_NAME "FTGL"
  193. | #define PACKAGE_TARNAME "ftgl"
  194. | #define PACKAGE_VERSION "2.1.3~rc5"
  195. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  196. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  197. | /* end confdefs.h. */
  198. | #include <ac_nonexistent.h>
  199. configure:5182: result: gcc -E
  200. configure:5211: gcc -E conftest.c
  201. configure:5217: $? = 0
  202. configure:5248: gcc -E conftest.c
  203. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  204. compilation terminated.
  205. configure:5254: $? = 1
  206. configure: failed program was:
  207. | /* confdefs.h. */
  208. | #define PACKAGE_NAME "FTGL"
  209. | #define PACKAGE_TARNAME "ftgl"
  210. | #define PACKAGE_VERSION "2.1.3~rc5"
  211. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  212. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  213. | /* end confdefs.h. */
  214. | #include <ac_nonexistent.h>
  215. configure:5292: checking for ANSI C header files
  216. configure:5322: gcc -c -g -O2 conftest.c >&5
  217. configure:5328: $? = 0
  218. configure:5427: gcc -o conftest.exe -g -O2 conftest.c >&5
  219. configure:5430: $? = 0
  220. configure:5436: ./conftest.exe
  221. configure:5439: $? = 0
  222. configure:5456: result: yes
  223. configure:5480: checking for sys/types.h
  224. configure:5501: gcc -c -g -O2 conftest.c >&5
  225. configure:5507: $? = 0
  226. configure:5523: result: yes
  227. configure:5480: checking for sys/stat.h
  228. configure:5501: gcc -c -g -O2 conftest.c >&5
  229. configure:5507: $? = 0
  230. configure:5523: result: yes
  231. configure:5480: checking for stdlib.h
  232. configure:5501: gcc -c -g -O2 conftest.c >&5
  233. configure:5507: $? = 0
  234. configure:5523: result: yes
  235. configure:5480: checking for string.h
  236. configure:5501: gcc -c -g -O2 conftest.c >&5
  237. configure:5507: $? = 0
  238. configure:5523: result: yes
  239. configure:5480: checking for memory.h
  240. configure:5501: gcc -c -g -O2 conftest.c >&5
  241. configure:5507: $? = 0
  242. configure:5523: result: yes
  243. configure:5480: checking for strings.h
  244. configure:5501: gcc -c -g -O2 conftest.c >&5
  245. configure:5507: $? = 0
  246. configure:5523: result: yes
  247. configure:5480: checking for inttypes.h
  248. configure:5501: gcc -c -g -O2 conftest.c >&5
  249. configure:5507: $? = 0
  250. configure:5523: result: yes
  251. configure:5480: checking for stdint.h
  252. configure:5501: gcc -c -g -O2 conftest.c >&5
  253. configure:5507: $? = 0
  254. configure:5523: result: yes
  255. configure:5480: checking for unistd.h
  256. configure:5501: gcc -c -g -O2 conftest.c >&5
  257. configure:5507: $? = 0
  258. configure:5523: result: yes
  259. configure:5550: checking dlfcn.h usability
  260. configure:5567: gcc -c -g -O2 conftest.c >&5
  261. conftest.c:51:19: fatal error: dlfcn.h: No such file or directory
  262. compilation terminated.
  263. configure:5573: $? = 1
  264. configure: failed program was:
  265. | /* confdefs.h. */
  266. | #define PACKAGE_NAME "FTGL"
  267. | #define PACKAGE_TARNAME "ftgl"
  268. | #define PACKAGE_VERSION "2.1.3~rc5"
  269. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  270. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  271. | #define STDC_HEADERS 1
  272. | #define HAVE_SYS_TYPES_H 1
  273. | #define HAVE_SYS_STAT_H 1
  274. | #define HAVE_STDLIB_H 1
  275. | #define HAVE_STRING_H 1
  276. | #define HAVE_MEMORY_H 1
  277. | #define HAVE_STRINGS_H 1
  278. | #define HAVE_INTTYPES_H 1
  279. | #define HAVE_STDINT_H 1
  280. | #define HAVE_UNISTD_H 1
  281. | /* end confdefs.h. */
  282. | #include <stdio.h>
  283. | #ifdef HAVE_SYS_TYPES_H
  284. | # include <sys/types.h>
  285. | #endif
  286. | #ifdef HAVE_SYS_STAT_H
  287. | # include <sys/stat.h>
  288. | #endif
  289. | #ifdef STDC_HEADERS
  290. | # include <stdlib.h>
  291. | # include <stddef.h>
  292. | #else
  293. | # ifdef HAVE_STDLIB_H
  294. | # include <stdlib.h>
  295. | # endif
  296. | #endif
  297. | #ifdef HAVE_STRING_H
  298. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  299. | # include <memory.h>
  300. | # endif
  301. | # include <string.h>
  302. | #endif
  303. | #ifdef HAVE_STRINGS_H
  304. | # include <strings.h>
  305. | #endif
  306. | #ifdef HAVE_INTTYPES_H
  307. | # include <inttypes.h>
  308. | #endif
  309. | #ifdef HAVE_STDINT_H
  310. | # include <stdint.h>
  311. | #endif
  312. | #ifdef HAVE_UNISTD_H
  313. | # include <unistd.h>
  314. | #endif
  315. | #include <dlfcn.h>
  316. configure:5587: result: no
  317. configure:5591: checking dlfcn.h presence
  318. configure:5606: gcc -E conftest.c
  319. conftest.c:18:19: fatal error: dlfcn.h: No such file or directory
  320. compilation terminated.
  321. configure:5612: $? = 1
  322. configure: failed program was:
  323. | /* confdefs.h. */
  324. | #define PACKAGE_NAME "FTGL"
  325. | #define PACKAGE_TARNAME "ftgl"
  326. | #define PACKAGE_VERSION "2.1.3~rc5"
  327. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  328. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  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 <dlfcn.h>
  341. configure:5626: result: no
  342. configure:5659: checking for dlfcn.h
  343. configure:5667: result: no
  344. configure:5690: checking how to run the C++ preprocessor
  345. configure:5726: g++ -E conftest.cpp
  346. configure:5732: $? = 0
  347. configure:5763: g++ -E conftest.cpp
  348. conftest.cpp:18:28: fatal error: ac_nonexistent.h: No such file or directory
  349. compilation terminated.
  350. configure:5769: $? = 1
  351. configure: failed program was:
  352. | /* confdefs.h. */
  353. | #define PACKAGE_NAME "FTGL"
  354. | #define PACKAGE_TARNAME "ftgl"
  355. | #define PACKAGE_VERSION "2.1.3~rc5"
  356. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  357. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  358. | #define STDC_HEADERS 1
  359. | #define HAVE_SYS_TYPES_H 1
  360. | #define HAVE_SYS_STAT_H 1
  361. | #define HAVE_STDLIB_H 1
  362. | #define HAVE_STRING_H 1
  363. | #define HAVE_MEMORY_H 1
  364. | #define HAVE_STRINGS_H 1
  365. | #define HAVE_INTTYPES_H 1
  366. | #define HAVE_STDINT_H 1
  367. | #define HAVE_UNISTD_H 1
  368. | /* end confdefs.h. */
  369. | #include <ac_nonexistent.h>
  370. configure:5802: result: g++ -E
  371. configure:5831: g++ -E conftest.cpp
  372. configure:5837: $? = 0
  373. configure:5868: g++ -E conftest.cpp
  374. conftest.cpp:18:28: fatal error: ac_nonexistent.h: No such file or directory
  375. compilation terminated.
  376. configure:5874: $? = 1
  377. configure: failed program was:
  378. | /* confdefs.h. */
  379. | #define PACKAGE_NAME "FTGL"
  380. | #define PACKAGE_TARNAME "ftgl"
  381. | #define PACKAGE_VERSION "2.1.3~rc5"
  382. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  383. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  384. | #define STDC_HEADERS 1
  385. | #define HAVE_SYS_TYPES_H 1
  386. | #define HAVE_SYS_STAT_H 1
  387. | #define HAVE_STDLIB_H 1
  388. | #define HAVE_STRING_H 1
  389. | #define HAVE_MEMORY_H 1
  390. | #define HAVE_STRINGS_H 1
  391. | #define HAVE_INTTYPES_H 1
  392. | #define HAVE_STDINT_H 1
  393. | #define HAVE_UNISTD_H 1
  394. | /* end confdefs.h. */
  395. | #include <ac_nonexistent.h>
  396. configure:5967: checking for g77
  397. configure:5997: result: no
  398. configure:5967: checking for xlf
  399. configure:5997: result: no
  400. configure:5967: checking for f77
  401. configure:5997: result: no
  402. configure:5967: checking for frt
  403. configure:5997: result: no
  404. configure:5967: checking for pgf77
  405. configure:5997: result: no
  406. configure:5967: checking for cf77
  407. configure:5997: result: no
  408. configure:5967: checking for fort77
  409. configure:5997: result: no
  410. configure:5967: checking for fl32
  411. configure:5997: result: no
  412. configure:5967: checking for af77
  413. configure:5997: result: no
  414. configure:5967: checking for xlf90
  415. configure:5997: result: no
  416. configure:5967: checking for f90
  417. configure:5997: result: no
  418. configure:5967: checking for pgf90
  419. configure:5997: result: no
  420. configure:5967: checking for pghpf
  421. configure:5997: result: no
  422. configure:5967: checking for epcf90
  423. configure:5997: result: no
  424. configure:5967: checking for gfortran
  425. configure:5983: found /mingw/bin/gfortran
  426. configure:5994: result: gfortran
  427. configure:6024: checking for Fortran 77 compiler version
  428. configure:6031: gfortran --version >&5
  429. GNU Fortran (GCC) 4.5.0
  430. Copyright (C) 2010 Free Software Foundation, Inc.
  431.  
  432. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  433. You may redistribute copies of GNU Fortran
  434. under the terms of the GNU General Public License.
  435. For more information about these matters, see the file named COPYING
  436.  
  437. configure:6034: $? = 0
  438. configure:6041: gfortran -v >&5
  439. Using built-in specs.
  440. COLLECT_GCC=C:\MinGW\bin\gfortran.exe
  441. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  442. Target: mingw32
  443. Configured with: ../gcc-4.5.0/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
  444. Thread model: win32
  445. gcc version 4.5.0 (GCC)
  446. configure:6044: $? = 0
  447. configure:6051: gfortran -V >&5
  448. gfortran.exe: '-V' option must have argument
  449. configure:6054: $? = 1
  450. configure:6062: checking whether we are using the GNU Fortran 77 compiler
  451. configure:6081: gfortran -c conftest.F >&5
  452. configure:6087: $? = 0
  453. configure:6104: result: yes
  454. configure:6110: checking whether gfortran accepts -g
  455. configure:6127: gfortran -c -g conftest.f >&5
  456. configure:6133: $? = 0
  457. configure:6149: result: yes
  458. configure:6178: checking the maximum length of command line arguments
  459. configure:6290: result: 8192
  460. configure:6302: checking command to parse /bin/nm -B output from gcc object
  461. configure:6407: gcc -c -g -O2 conftest.c >&5
  462. configure:6410: $? = 0
  463. configure:6414: /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
  464. configure:6417: $? = 0
  465. cannot find nm_test_var in conftest.nm
  466. configure:6407: gcc -c -g -O2 conftest.c >&5
  467. configure:6410: $? = 0
  468. configure:6414: /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
  469. configure:6417: $? = 0
  470. configure:6469: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  471. configure:6472: $? = 0
  472. configure:6510: result: ok
  473. configure:6514: checking for objdir
  474. configure:6529: result: .libs
  475. configure:6621: checking for ar
  476. configure:6637: found /mingw/bin/ar
  477. configure:6648: result: ar
  478. configure:6717: checking for ranlib
  479. configure:6733: found /mingw/bin/ranlib
  480. configure:6744: result: ranlib
  481. configure:6813: checking for strip
  482. configure:6829: found /mingw/bin/strip
  483. configure:6840: result: strip
  484. configure:7438: checking if gcc supports -fno-rtti -fno-exceptions
  485. configure:7456: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  486. cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  487. configure:7460: $? = 0
  488. configure:7473: result: no
  489. configure:7488: checking for gcc option to produce PIC
  490. configure:7720: result: -DDLL_EXPORT
  491. configure:7728: checking if gcc PIC flag -DDLL_EXPORT works
  492. configure:7746: gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5
  493. configure:7750: $? = 0
  494. configure:7763: result: yes
  495. configure:7791: checking if gcc static flag -static works
  496. configure:7819: result: yes
  497. configure:7829: checking if gcc supports -c -o file.o
  498. configure:7850: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  499. configure:7854: $? = 0
  500. configure:7876: result: yes
  501. configure:7902: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  502. configure:8883: result: yes
  503. configure:8904: checking whether -lc should be explicitly linked in
  504. configure:8909: gcc -c -g -O2 conftest.c >&5
  505. configure:8912: $? = 0
  506. configure:8927: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  507. configure:8930: $? = 1
  508. configure:8942: result: yes
  509. configure:8950: checking dynamic linker characteristics
  510. configure:9564: result: Win32 ld.exe
  511. configure:9588: checking how to hardcode library paths into programs
  512. configure:9613: result: immediate
  513. configure:9627: checking whether stripping libraries is possible
  514. configure:9632: result: yes
  515. configure:10434: checking if libtool supports shared libraries
  516. configure:10436: result: yes
  517. configure:10439: checking whether to build shared libraries
  518. configure:10460: result: yes
  519. configure:10463: checking whether to build static libraries
  520. configure:10467: result: yes
  521. configure:10561: creating libtool
  522. configure:11154: checking for ld used by g++
  523. configure:11221: result: c:/mingw/mingw32/bin/ld.exe
  524. configure:11230: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  525. configure:11245: result: yes
  526. configure:11296: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  527. configure:12242: result: yes
  528. configure:12259: g++ -c -g -O2 conftest.cpp >&5
  529. configure:12262: $? = 0
  530. configure:12418: checking for g++ option to produce PIC
  531. configure:12702: result: -DDLL_EXPORT
  532. configure:12710: checking if g++ PIC flag -DDLL_EXPORT works
  533. configure:12728: g++ -c -g -O2 -DDLL_EXPORT -DPIC conftest.cpp >&5
  534. configure:12732: $? = 0
  535. configure:12745: result: yes
  536. configure:12773: checking if g++ static flag -static works
  537. configure:12801: result: yes
  538. configure:12811: checking if g++ supports -c -o file.o
  539. configure:12832: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  540. configure:12836: $? = 0
  541. configure:12858: result: yes
  542. configure:12884: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  543. configure:12913: result: yes
  544. configure:12980: checking dynamic linker characteristics
  545. configure:13542: result: Win32 ld.exe
  546. configure:13566: checking how to hardcode library paths into programs
  547. configure:13591: result: immediate
  548. configure:14130: checking if libtool supports shared libraries
  549. configure:14132: result: yes
  550. configure:14135: checking whether to build shared libraries
  551. configure:14155: result: yes
  552. configure:14158: checking whether to build static libraries
  553. configure:14162: result: yes
  554. configure:14172: checking for gfortran option to produce PIC
  555. configure:14404: result: -DDLL_EXPORT
  556. configure:14412: checking if gfortran PIC flag -DDLL_EXPORT works
  557. configure:14430: gfortran -c -g -O2 -DDLL_EXPORT conftest.f >&5
  558. configure:14434: $? = 0
  559. configure:14447: result: yes
  560. configure:14475: checking if gfortran static flag -static works
  561. configure:14503: result: yes
  562. configure:14513: checking if gfortran supports -c -o file.o
  563. configure:14534: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
  564. configure:14538: $? = 0
  565. configure:14560: result: yes
  566. configure:14586: checking whether the gfortran linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  567. configure:15547: result: yes
  568. configure:15614: checking dynamic linker characteristics
  569. configure:16176: result: Win32 ld.exe
  570. configure:16200: checking how to hardcode library paths into programs
  571. configure:16225: result: immediate
  572. configure:19851: checking for a BSD-compatible install
  573. configure:19907: result: /bin/install -c
  574. configure:19922: checking whether gcc and cc understand -c and -o together
  575. configure:19957: gcc -c conftest.c -o conftest2.o >&5
  576. configure:19960: $? = 0
  577. configure:19966: gcc -c conftest.c -o conftest2.o >&5
  578. configure:19969: $? = 0
  579. configure:19980: cc -c conftest.c >&5
  580. ./configure: line 19981: cc: command not found
  581. configure:19983: $? = 127
  582. configure:20021: result: yes
  583. configure:20049: checking for ANSI C header files
  584. configure:20213: result: yes
  585. configure:20224: checking for stdlib.h
  586. configure:20229: result: yes
  587. configure:20361: checking for wcsdup
  588. configure:20417: gcc -o conftest.exe -g -O2 conftest.c >&5
  589. configure:20423: $? = 0
  590. configure:20441: result: yes
  591. configure:20455: checking for strndup
  592. configure:20511: gcc -o conftest.exe -g -O2 conftest.c >&5
  593. conftest.c:43:6: warning: conflicting types for built-in function 'strndup'
  594. C:\DOCUME~1\Jeremiah\LOCALS~1\Temp\cc2uDQ9o.o: In function `main':
  595. c:\TEMP\ftgl-2.1.3~rc5/conftest.c:54: undefined reference to `strndup'
  596. collect2: ld returned 1 exit status
  597. configure:20517: $? = 1
  598. configure: failed program was:
  599. | /* confdefs.h. */
  600. | #define PACKAGE_NAME "FTGL"
  601. | #define PACKAGE_TARNAME "ftgl"
  602. | #define PACKAGE_VERSION "2.1.3~rc5"
  603. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  604. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  605. | #define STDC_HEADERS 1
  606. | #define HAVE_SYS_TYPES_H 1
  607. | #define HAVE_SYS_STAT_H 1
  608. | #define HAVE_STDLIB_H 1
  609. | #define HAVE_STRING_H 1
  610. | #define HAVE_MEMORY_H 1
  611. | #define HAVE_STRINGS_H 1
  612. | #define HAVE_INTTYPES_H 1
  613. | #define HAVE_STDINT_H 1
  614. | #define HAVE_UNISTD_H 1
  615. | #define STDC_HEADERS 1
  616. | #define HAVE_WCSDUP 1
  617. | /* end confdefs.h. */
  618. | /* Define strndup to an innocuous variant, in case <limits.h> declares strndup.
  619. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  620. | #define strndup innocuous_strndup
  621. |
  622. | /* System header to define __stub macros and hopefully few prototypes,
  623. | which can conflict with char strndup (); below.
  624. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  625. | <limits.h> exists even on freestanding compilers. */
  626. |
  627. | #ifdef __STDC__
  628. | # include <limits.h>
  629. | #else
  630. | # include <assert.h>
  631. | #endif
  632. |
  633. | #undef strndup
  634. |
  635. | /* Override any GCC internal prototype to avoid an error.
  636. | Use char because int might match the return type of a GCC
  637. | builtin and then its argument prototype would still apply. */
  638. | #ifdef __cplusplus
  639. | extern "C"
  640. | #endif
  641. | char strndup ();
  642. | /* The GNU C library defines this for functions which it implements
  643. | to always fail with ENOSYS. Some functions are actually named
  644. | something starting with __ and the normal name is an alias. */
  645. | #if defined __stub_strndup || defined __stub___strndup
  646. | choke me
  647. | #endif
  648. |
  649. | int
  650. | main ()
  651. | {
  652. | return strndup ();
  653. | ;
  654. | return 0;
  655. | }
  656. configure:20535: result: no
  657. configure:20548: checking for X
  658. configure:20663: gcc -E conftest.c
  659. conftest.c:20:22: fatal error: X11/Xlib.h: No such file or directory
  660. compilation terminated.
  661. configure:20669: $? = 1
  662. configure: failed program was:
  663. | /* confdefs.h. */
  664. | #define PACKAGE_NAME "FTGL"
  665. | #define PACKAGE_TARNAME "ftgl"
  666. | #define PACKAGE_VERSION "2.1.3~rc5"
  667. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  668. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  669. | #define STDC_HEADERS 1
  670. | #define HAVE_SYS_TYPES_H 1
  671. | #define HAVE_SYS_STAT_H 1
  672. | #define HAVE_STDLIB_H 1
  673. | #define HAVE_STRING_H 1
  674. | #define HAVE_MEMORY_H 1
  675. | #define HAVE_STRINGS_H 1
  676. | #define HAVE_INTTYPES_H 1
  677. | #define HAVE_STDINT_H 1
  678. | #define HAVE_UNISTD_H 1
  679. | #define STDC_HEADERS 1
  680. | #define HAVE_WCSDUP 1
  681. | /* end confdefs.h. */
  682. | #include <X11/Xlib.h>
  683. configure:20718: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
  684. conftest.c:20:22: fatal error: X11/Xlib.h: No such file or directory
  685. compilation terminated.
  686. configure:20724: $? = 1
  687. configure: failed program was:
  688. | /* confdefs.h. */
  689. | #define PACKAGE_NAME "FTGL"
  690. | #define PACKAGE_TARNAME "ftgl"
  691. | #define PACKAGE_VERSION "2.1.3~rc5"
  692. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  693. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  694. | #define STDC_HEADERS 1
  695. | #define HAVE_SYS_TYPES_H 1
  696. | #define HAVE_SYS_STAT_H 1
  697. | #define HAVE_STDLIB_H 1
  698. | #define HAVE_STRING_H 1
  699. | #define HAVE_MEMORY_H 1
  700. | #define HAVE_STRINGS_H 1
  701. | #define HAVE_INTTYPES_H 1
  702. | #define HAVE_STDINT_H 1
  703. | #define HAVE_UNISTD_H 1
  704. | #define STDC_HEADERS 1
  705. | #define HAVE_WCSDUP 1
  706. | /* end confdefs.h. */
  707. | #include <X11/Xlib.h>
  708. | int
  709. | main ()
  710. | {
  711. | XrmInitialize ()
  712. | ;
  713. | return 0;
  714. | }
  715. configure:20772: result: no
  716. configure:20832: checking for freetype-config
  717. configure:20850: found /usr/local/bin/freetype-config
  718. configure:20863: result: /usr/local/bin/freetype-config
  719. configure:20873: checking for FreeType -- version >= 9.0.3
  720. configure:20964: gcc -o conftest.exe -g -O2 -I/usr/local/include/freetype2 -I/usr/local/include conftest.c -L/usr/local/lib -lfreetype -lz >&5
  721. configure:20967: $? = 0
  722. configure:20973: ./conftest.exe
  723. configure:20976: $? = 0
  724. configure:20999: result: yes
  725. configure:22190: checking GL/gl.h usability
  726. configure:22207: gcc -c -g -O2 conftest.c >&5
  727. configure:22213: $? = 0
  728. configure:22227: result: yes
  729. configure:22231: checking GL/gl.h presence
  730. configure:22246: gcc -E conftest.c
  731. configure:22252: $? = 0
  732. configure:22266: result: yes
  733. configure:22299: checking for GL/gl.h
  734. configure:22306: result: yes
  735. configure:22468: checking for OpenGL framework (Darwin-specific)
  736. configure:22495: gcc -o conftest.exe -g -O2 conftest.c -Xlinker -framework -Xlinker OpenGL >&5
  737. conftest.c:22:23: fatal error: OpenGL/gl.h: No such file or directory
  738. compilation terminated.
  739. configure:22501: $? = 1
  740. configure: failed program was:
  741. | /* confdefs.h. */
  742. | #define PACKAGE_NAME "FTGL"
  743. | #define PACKAGE_TARNAME "ftgl"
  744. | #define PACKAGE_VERSION "2.1.3~rc5"
  745. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  746. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  747. | #define STDC_HEADERS 1
  748. | #define HAVE_SYS_TYPES_H 1
  749. | #define HAVE_SYS_STAT_H 1
  750. | #define HAVE_STDLIB_H 1
  751. | #define HAVE_STRING_H 1
  752. | #define HAVE_MEMORY_H 1
  753. | #define HAVE_STRINGS_H 1
  754. | #define HAVE_INTTYPES_H 1
  755. | #define HAVE_STDINT_H 1
  756. | #define HAVE_UNISTD_H 1
  757. | #define STDC_HEADERS 1
  758. | #define HAVE_WCSDUP 1
  759. | #define X_DISPLAY_MISSING 1
  760. | #define HAVE_GL_GL_H 1
  761. | /* end confdefs.h. */
  762. | #include <OpenGL/gl.h>
  763. | int
  764. | main ()
  765. | {
  766. | glBegin(GL_POINTS)
  767. | ;
  768. | return 0;
  769. | }
  770. configure:22513: result: no
  771. configure:22523: checking for GL library
  772. configure:22562: gcc -o conftest.exe -g -O2 conftest.c -lGL >&5
  773. c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot find -lGL
  774. collect2: ld returned 1 exit status
  775. configure:22568: $? = 1
  776. configure: failed program was:
  777. | /* confdefs.h. */
  778. | #define PACKAGE_NAME "FTGL"
  779. | #define PACKAGE_TARNAME "ftgl"
  780. | #define PACKAGE_VERSION "2.1.3~rc5"
  781. | #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  782. | #define PACKAGE_BUGREPORT "sam@zoy.org"
  783. | #define STDC_HEADERS 1
  784. | #define HAVE_SYS_TYPES_H 1
  785. | #define HAVE_SYS_STAT_H 1
  786. | #define HAVE_STDLIB_H 1
  787. | #define HAVE_STRING_H 1
  788. | #define HAVE_MEMORY_H 1
  789. | #define HAVE_STRINGS_H 1
  790. | #define HAVE_INTTYPES_H 1
  791. | #define HAVE_STDINT_H 1
  792. | #define HAVE_UNISTD_H 1
  793. | #define STDC_HEADERS 1
  794. | #define HAVE_WCSDUP 1
  795. | #define X_DISPLAY_MISSING 1
  796. | #define HAVE_GL_GL_H 1
  797. | /* end confdefs.h. */
  798. |
  799. | /* Override any GCC internal prototype to avoid an error.
  800. | Use char because int might match the return type of a GCC
  801. | builtin and then its argument prototype would still apply. */
  802. | #ifdef __cplusplus
  803. | extern "C"
  804. | #endif
  805. | char glBegin ();
  806. | int
  807. | main ()
  808. | {
  809. | return glBegin ();
  810. | ;
  811. | return 0;
  812. | }
  813. configure:22644: result: no
  814. configure:22646: error: GL library could not be found, please specify its location with --with-gl-lib. If this still fails, please contact henryj@paradise.net.nz, include the string FTGL somewhere in the subject line and provide a copy of the config.log file that was left behind.
  815.  
  816. ## ---------------- ##
  817. ## Cache variables. ##
  818. ## ---------------- ##
  819.  
  820. ac_cv_build=i686-pc-mingw32
  821. ac_cv_c_compiler_gnu=yes
  822. ac_cv_cxx_compiler_gnu=yes
  823. ac_cv_env_CCC_set=
  824. ac_cv_env_CCC_value=
  825. ac_cv_env_CC_set=
  826. ac_cv_env_CC_value=
  827. ac_cv_env_CFLAGS_set=
  828. ac_cv_env_CFLAGS_value=
  829. ac_cv_env_CPPFLAGS_set=
  830. ac_cv_env_CPPFLAGS_value=
  831. ac_cv_env_CPPUNIT_CFLAGS_set=
  832. ac_cv_env_CPPUNIT_CFLAGS_value=
  833. ac_cv_env_CPPUNIT_LIBS_set=
  834. ac_cv_env_CPPUNIT_LIBS_value=
  835. ac_cv_env_CPP_set=
  836. ac_cv_env_CPP_value=
  837. ac_cv_env_CXXCPP_set=
  838. ac_cv_env_CXXCPP_value=
  839. ac_cv_env_CXXFLAGS_set=
  840. ac_cv_env_CXXFLAGS_value=
  841. ac_cv_env_CXX_set=
  842. ac_cv_env_CXX_value=
  843. ac_cv_env_F77_set=
  844. ac_cv_env_F77_value=
  845. ac_cv_env_FFLAGS_set=
  846. ac_cv_env_FFLAGS_value=
  847. ac_cv_env_LDFLAGS_set=
  848. ac_cv_env_LDFLAGS_value=
  849. ac_cv_env_LIBS_set=
  850. ac_cv_env_LIBS_value=
  851. ac_cv_env_PKG_CONFIG_set=
  852. ac_cv_env_PKG_CONFIG_value=
  853. ac_cv_env_XMKMF_set=
  854. ac_cv_env_XMKMF_value=
  855. ac_cv_env_build_alias_set=
  856. ac_cv_env_build_alias_value=
  857. ac_cv_env_host_alias_set=
  858. ac_cv_env_host_alias_value=
  859. ac_cv_env_target_alias_set=
  860. ac_cv_env_target_alias_value=
  861. ac_cv_exeext=.exe
  862. ac_cv_f77_compiler_gnu=yes
  863. ac_cv_func_strndup=no
  864. ac_cv_func_wcsdup=yes
  865. ac_cv_have_x=have_x=no
  866. ac_cv_header_GL_gl_h=yes
  867. ac_cv_header_dlfcn_h=no
  868. ac_cv_header_inttypes_h=yes
  869. ac_cv_header_memory_h=yes
  870. ac_cv_header_stdc=yes
  871. ac_cv_header_stdint_h=yes
  872. ac_cv_header_stdlib_h=yes
  873. ac_cv_header_string_h=yes
  874. ac_cv_header_strings_h=yes
  875. ac_cv_header_sys_stat_h=yes
  876. ac_cv_header_sys_types_h=yes
  877. ac_cv_header_unistd_h=yes
  878. ac_cv_host=i686-pc-mingw32
  879. ac_cv_objext=o
  880. ac_cv_path_EGREP='/bin/grep -E'
  881. ac_cv_path_FT2_CONFIG=/usr/local/bin/freetype-config
  882. ac_cv_path_GREP=/bin/grep
  883. ac_cv_path_install='/bin/install -c'
  884. ac_cv_path_mkdir=/bin/mkdir
  885. ac_cv_prog_AWK=gawk
  886. ac_cv_prog_CPP='gcc -E'
  887. ac_cv_prog_CXXCPP='g++ -E'
  888. ac_cv_prog_ac_ct_AR=ar
  889. ac_cv_prog_ac_ct_CC=gcc
  890. ac_cv_prog_ac_ct_CXX=g++
  891. ac_cv_prog_ac_ct_F77=gfortran
  892. ac_cv_prog_ac_ct_RANLIB=ranlib
  893. ac_cv_prog_ac_ct_STRIP=strip
  894. ac_cv_prog_cc_c89=
  895. ac_cv_prog_cc_g=yes
  896. ac_cv_prog_cc_gcc_c_o=yes
  897. ac_cv_prog_cxx_g=yes
  898. ac_cv_prog_f77_g=yes
  899. ac_cv_prog_make_make_set=yes
  900. am_cv_CC_dependencies_compiler_type=gcc3
  901. am_cv_CXX_dependencies_compiler_type=gcc3
  902. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  903. lt_cv_file_magic_cmd=func_win32_libid
  904. lt_cv_file_magic_test_file=
  905. lt_cv_ld_reload_flag=-r
  906. lt_cv_objdir=.libs
  907. lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  908. lt_cv_path_LDCXX=c:/mingw/mingw32/bin/ld.exe
  909. lt_cv_path_NM='/bin/nm -B'
  910. lt_cv_path_SED=/bin/sed
  911. lt_cv_prog_compiler_c_o=yes
  912. lt_cv_prog_compiler_c_o_CXX=yes
  913. lt_cv_prog_compiler_c_o_F77=yes
  914. lt_cv_prog_compiler_pic_works=yes
  915. lt_cv_prog_compiler_pic_works_CXX=yes
  916. lt_cv_prog_compiler_pic_works_F77=yes
  917. lt_cv_prog_compiler_rtti_exceptions=no
  918. lt_cv_prog_compiler_static_works=yes
  919. lt_cv_prog_compiler_static_works_CXX=yes
  920. lt_cv_prog_compiler_static_works_F77=yes
  921. lt_cv_prog_gnu_ld=yes
  922. lt_cv_prog_gnu_ldcxx=yes
  923. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  924. \{0,1\}$/\1 _\2 \2/p'\'''
  925. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  926. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  927. lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
  928. lt_cv_sys_lib_search_path_spec=' =c:/mingw/bin/../lib/gcc/mingw32/4.5.0/ c:/mingw/bin/../lib/gcc/ c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/lib/mingw32/4.5.0/ c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/lib/ c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../mingw32/4.5.0/ c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../ /mingw/lib/mingw32/4.5.0/ /mingw/lib/'
  929. lt_cv_sys_max_cmd_len=8192
  930. lt_lt_cv_prog_compiler_c_o='"yes"'
  931. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  932. lt_lt_cv_prog_compiler_c_o_F77='"yes"'
  933. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)
  934. \\{0,1\\}\$/\\1 _\\2 \\2/p'\''"'
  935. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  936. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  937.  
  938. ## ----------------- ##
  939. ## Output variables. ##
  940. ## ----------------- ##
  941.  
  942. ACLOCAL='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run aclocal-1.10'
  943. AMDEPBACKSLASH='\'
  944. AMDEP_FALSE='#'
  945. AMDEP_TRUE=''
  946. AMTAR='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run tar'
  947. AR='ar'
  948. AUTOCONF='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run autoconf'
  949. AUTOHEADER='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run autoheader'
  950. AUTOMAKE='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run automake-1.10'
  951. AWK='gawk'
  952. CC='gcc'
  953. CCDEPMODE='depmode=gcc3'
  954. CFLAGS='-g -O2'
  955. CONVERT=''
  956. CPP='gcc -E'
  957. CPPFLAGS=''
  958. CPPUNIT_CFLAGS=''
  959. CPPUNIT_LIBS=''
  960. CXX='g++'
  961. CXXCPP='g++ -E'
  962. CXXDEPMODE='depmode=gcc3'
  963. CXXFLAGS='-g -O2'
  964. CYGPATH_W='echo'
  965. DEFS=''
  966. DEPDIR='.deps'
  967. DOXYGEN=''
  968. DSYMUTIL=''
  969. DVIPS=''
  970. ECHO='echo'
  971. ECHO_C=''
  972. ECHO_N='-n'
  973. ECHO_T=''
  974. EGREP='/bin/grep -E'
  975. EPSTOPDF=''
  976. EXEEXT='.exe'
  977. F77='gfortran'
  978. FFLAGS='-g -O2'
  979. FRAMEWORK_OPENGL=''
  980. FT2_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include'
  981. FT2_CONFIG='/usr/local/bin/freetype-config'
  982. FT2_LIBS='-L/usr/local/lib -lfreetype -lz'
  983. GLUT_CFLAGS=''
  984. GLUT_LIBS=''
  985. GL_CFLAGS=''
  986. GL_LIBS=''
  987. GREP='/bin/grep'
  988. HAVE_CPPUNIT_FALSE=''
  989. HAVE_CPPUNIT_TRUE=''
  990. HAVE_DOXYGEN_FALSE=''
  991. HAVE_DOXYGEN_TRUE=''
  992. HAVE_GLUT_FALSE=''
  993. HAVE_GLUT_TRUE=''
  994. HAVE_LATEX_FALSE=''
  995. HAVE_LATEX_TRUE=''
  996. INSTALL_DATA='${INSTALL} -m 644'
  997. INSTALL_PROGRAM='${INSTALL}'
  998. INSTALL_SCRIPT='${INSTALL}'
  999. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1000. KPSEWHICH=''
  1001. LATEX=''
  1002. LDFLAGS=''
  1003. LIBOBJS=''
  1004. LIBS='-lGL'
  1005. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1006. LN_S='cp -p'
  1007. LTLIBOBJS=''
  1008. LT_MAJOR='2'
  1009. LT_MICRO='3'
  1010. LT_MINOR='1'
  1011. LT_VERSION='2:1:3'
  1012. MAKEINFO='${SHELL} /c/TEMP/ftgl-2.1.3~rc5/.auto/missing --run makeinfo'
  1013. NMEDIT=''
  1014. OBJEXT='o'
  1015. PACKAGE='ftgl'
  1016. PACKAGE_BUGREPORT='sam@zoy.org'
  1017. PACKAGE_NAME='FTGL'
  1018. PACKAGE_STRING='FTGL 2.1.3~rc5'
  1019. PACKAGE_TARNAME='ftgl'
  1020. PACKAGE_VERSION='2.1.3~rc5'
  1021. PATH_SEPARATOR=':'
  1022. PKG_CONFIG=''
  1023. RANLIB='ranlib'
  1024. SED='/bin/sed'
  1025. SET_MAKE=''
  1026. SHELL='/bin/sh'
  1027. STRIP='strip'
  1028. VERSION='2.1.3~rc5'
  1029. XMKMF=''
  1030. X_CFLAGS=''
  1031. X_EXTRA_LIBS=''
  1032. X_LIBS=''
  1033. X_PRE_LIBS=''
  1034. ac_ct_CC='gcc'
  1035. ac_ct_CXX='g++'
  1036. ac_ct_F77='gfortran'
  1037. am__fastdepCC_FALSE='#'
  1038. am__fastdepCC_TRUE=''
  1039. am__fastdepCXX_FALSE='#'
  1040. am__fastdepCXX_TRUE=''
  1041. am__include='include'
  1042. am__isrc=''
  1043. am__leading_dot='.'
  1044. am__quote=''
  1045. am__tar='${AMTAR} chof - "$$tardir"'
  1046. am__untar='${AMTAR} xf -'
  1047. bindir='${exec_prefix}/bin'
  1048. build='i686-pc-mingw32'
  1049. build_alias=''
  1050. build_cpu='i686'
  1051. build_os='mingw32'
  1052. build_vendor='pc'
  1053. datadir='${datarootdir}'
  1054. datarootdir='${prefix}/share'
  1055. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1056. dvidir='${docdir}'
  1057. exec_prefix='NONE'
  1058. host='i686-pc-mingw32'
  1059. host_alias=''
  1060. host_cpu='i686'
  1061. host_os='mingw32'
  1062. host_vendor='pc'
  1063. htmldir='${docdir}'
  1064. includedir='${prefix}/include'
  1065. infodir='${datarootdir}/info'
  1066. install_sh='$(SHELL) /c/TEMP/ftgl-2.1.3~rc5/.auto/install-sh'
  1067. libdir='${exec_prefix}/lib'
  1068. libexecdir='${exec_prefix}/libexec'
  1069. localedir='${datarootdir}/locale'
  1070. localstatedir='${prefix}/var'
  1071. mandir='${datarootdir}/man'
  1072. mkdir_p='/bin/mkdir -p'
  1073. oldincludedir='/usr/include'
  1074. pdfdir='${docdir}'
  1075. prefix='NONE'
  1076. program_transform_name='s,x,x,'
  1077. psdir='${docdir}'
  1078. sbindir='${exec_prefix}/sbin'
  1079. sharedstatedir='${prefix}/com'
  1080. sysconfdir='${prefix}/etc'
  1081. target_alias=''
  1082.  
  1083. ## ----------- ##
  1084. ## confdefs.h. ##
  1085. ## ----------- ##
  1086.  
  1087. #define PACKAGE_NAME "FTGL"
  1088. #define PACKAGE_TARNAME "ftgl"
  1089. #define PACKAGE_VERSION "2.1.3~rc5"
  1090. #define PACKAGE_STRING "FTGL 2.1.3~rc5"
  1091. #define PACKAGE_BUGREPORT "sam@zoy.org"
  1092. #define STDC_HEADERS 1
  1093. #define HAVE_SYS_TYPES_H 1
  1094. #define HAVE_SYS_STAT_H 1
  1095. #define HAVE_STDLIB_H 1
  1096. #define HAVE_STRING_H 1
  1097. #define HAVE_MEMORY_H 1
  1098. #define HAVE_STRINGS_H 1
  1099. #define HAVE_INTTYPES_H 1
  1100. #define HAVE_STDINT_H 1
  1101. #define HAVE_UNISTD_H 1
  1102. #define STDC_HEADERS 1
  1103. #define HAVE_WCSDUP 1
  1104. #define X_DISPLAY_MISSING 1
  1105. #define HAVE_GL_GL_H 1
  1106.  
  1107. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement