Guest User

Untitled

a guest
Oct 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.33 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 FreeType configure 2.4.5, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ /home/wolf/video-edit/freetype-2.4.5/builds/unix/configure --host=i686-mingw32 --prefix=/usr/i686-mingw32 --disable-shared --enable-static
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = wolf-virtual-machine
  14. uname -m = x86_64
  15. uname -r = 2.6.38-8-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2458: checking build system type
  44. configure:2472: result: x86_64-unknown-linux-gnu
  45. configure:2492: checking host system type
  46. configure:2505: result: i686-pc-mingw32
  47. configure:2537: checking for i686-mingw32-gcc
  48. configure:2553: found /usr/bin/i686-mingw32-gcc
  49. configure:2564: result: i686-mingw32-gcc
  50. configure:2833: checking for C compiler version
  51. configure:2842: i686-mingw32-gcc --version >&5
  52. i686-mingw32-gcc (GCC) 4.4.2
  53. Copyright (C) 2009 Free Software Foundation, Inc.
  54. This is free software; see the source for copying conditions. There is NO
  55. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  56.  
  57. configure:2853: $? = 0
  58. configure:2842: i686-mingw32-gcc -v >&5
  59. Using built-in specs.
  60. Target: i686-mingw32
  61. Configured with: ../configure --target=i686-mingw32 --prefix=/usr --disable-werror --disable-nls --enable-languages=c,c++ --program-prefix=i686-mingw32- --program-suffix=-4.4 --disable-libstdcxx-pch --enable-version-specific-runtime-libs
  62. Thread model: win32
  63. gcc version 4.4.2 (GCC)
  64. configure:2853: $? = 0
  65. configure:2842: i686-mingw32-gcc -V >&5
  66. i686-mingw32-gcc: '-V' option must have argument
  67. configure:2853: $? = 1
  68. configure:2842: i686-mingw32-gcc -qversion >&5
  69. i686-mingw32-gcc: unrecognized option '-qversion'
  70. i686-mingw32-gcc: no input files
  71. configure:2853: $? = 1
  72. configure:2873: checking whether the C compiler works
  73. configure:2895: i686-mingw32-gcc conftest.c >&5
  74. configure:2899: $? = 0
  75. configure:2947: result: yes
  76. configure:2950: checking for C compiler default output file name
  77. configure:2952: result: a.exe
  78. configure:2958: checking for suffix of executables
  79. configure:2965: i686-mingw32-gcc -o conftest.exe conftest.c >&5
  80. configure:2969: $? = 0
  81. configure:2991: result: .exe
  82. configure:3013: checking whether we are cross compiling
  83. configure:3021: i686-mingw32-gcc -o conftest.exe conftest.c >&5
  84. configure:3025: $? = 0
  85. configure:3032: ./conftest.exe
  86. run-detectors: unable to find an interpreter for ./conftest.exe
  87. configure:3036: $? = 2
  88. configure:3051: result: yes
  89. configure:3056: checking for suffix of object files
  90. configure:3078: i686-mingw32-gcc -c conftest.c >&5
  91. configure:3082: $? = 0
  92. configure:3103: result: o
  93. configure:3107: checking whether we are using the GNU C compiler
  94. configure:3126: i686-mingw32-gcc -c conftest.c >&5
  95. configure:3126: $? = 0
  96. configure:3135: result: yes
  97. configure:3144: checking whether i686-mingw32-gcc accepts -g
  98. configure:3164: i686-mingw32-gcc -c -g conftest.c >&5
  99. configure:3164: $? = 0
  100. configure:3205: result: yes
  101. configure:3222: checking for i686-mingw32-gcc option to accept ISO C89
  102. configure:3286: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  103. configure:3286: $? = 0
  104. configure:3299: result: none needed
  105. configure:3324: checking how to run the C preprocessor
  106. configure:3355: i686-mingw32-gcc -E conftest.c
  107. configure:3355: $? = 0
  108. configure:3369: i686-mingw32-gcc -E conftest.c
  109. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  110. configure:3369: $? = 1
  111. configure: failed program was:
  112. | /* confdefs.h */
  113. | #define PACKAGE_NAME "FreeType"
  114. | #define PACKAGE_TARNAME "freetype"
  115. | #define PACKAGE_VERSION "2.4.5"
  116. | #define PACKAGE_STRING "FreeType 2.4.5"
  117. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  118. | #define PACKAGE_URL ""
  119. | /* end confdefs.h. */
  120. | #include <ac_nonexistent.h>
  121. configure:3394: result: i686-mingw32-gcc -E
  122. configure:3414: i686-mingw32-gcc -E conftest.c
  123. configure:3414: $? = 0
  124. configure:3428: i686-mingw32-gcc -E conftest.c
  125. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  126. configure:3428: $? = 1
  127. configure: failed program was:
  128. | /* confdefs.h */
  129. | #define PACKAGE_NAME "FreeType"
  130. | #define PACKAGE_TARNAME "freetype"
  131. | #define PACKAGE_VERSION "2.4.5"
  132. | #define PACKAGE_STRING "FreeType 2.4.5"
  133. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  134. | #define PACKAGE_URL ""
  135. | /* end confdefs.h. */
  136. | #include <ac_nonexistent.h>
  137. configure:3464: checking for x86_64-unknown-linux-gnu-gcc
  138. configure:3494: result: no
  139. configure:3501: checking for gcc
  140. configure:3517: found /usr/bin/gcc
  141. configure:3528: result: gcc
  142. configure:3538: checking for gcc
  143. configure:3582: result: gcc
  144. configure:3592: checking for suffix of native executables
  145. configure:3606: result:
  146. configure:3644: checking for rm
  147. configure:3660: found /bin/rm
  148. configure:3671: result: rm -f
  149. configure:3681: checking for rmdir
  150. configure:3697: found /bin/rmdir
  151. configure:3708: result: rmdir
  152. configure:3736: checking for a BSD-compatible install
  153. configure:3804: result: /usr/bin/install -c
  154. configure:3828: checking for grep that handles long lines and -e
  155. configure:3886: result: /bin/grep
  156. configure:3891: checking for egrep
  157. configure:3953: result: /bin/grep -E
  158. configure:3958: checking for ANSI C header files
  159. configure:3978: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  160. configure:3978: $? = 0
  161. configure:4062: result: yes
  162. configure:4075: checking for sys/types.h
  163. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  164. configure:4075: $? = 0
  165. configure:4075: result: yes
  166. configure:4075: checking for sys/stat.h
  167. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  168. configure:4075: $? = 0
  169. configure:4075: result: yes
  170. configure:4075: checking for stdlib.h
  171. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  172. configure:4075: $? = 0
  173. configure:4075: result: yes
  174. configure:4075: checking for string.h
  175. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  176. configure:4075: $? = 0
  177. configure:4075: result: yes
  178. configure:4075: checking for memory.h
  179. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  180. configure:4075: $? = 0
  181. configure:4075: result: yes
  182. configure:4075: checking for strings.h
  183. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  184. configure:4075: $? = 0
  185. configure:4075: result: yes
  186. configure:4075: checking for inttypes.h
  187. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  188. configure:4075: $? = 0
  189. configure:4075: result: yes
  190. configure:4075: checking for stdint.h
  191. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  192. configure:4075: $? = 0
  193. configure:4075: result: yes
  194. configure:4075: checking for unistd.h
  195. configure:4075: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  196. configure:4075: $? = 0
  197. configure:4075: result: yes
  198. configure:4090: checking fcntl.h usability
  199. configure:4090: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  200. configure:4090: $? = 0
  201. configure:4090: result: yes
  202. configure:4090: checking fcntl.h presence
  203. configure:4090: i686-mingw32-gcc -E conftest.c
  204. configure:4090: $? = 0
  205. configure:4090: result: yes
  206. configure:4090: checking for fcntl.h
  207. configure:4090: result: yes
  208. configure:4090: checking for unistd.h
  209. configure:4090: result: yes
  210. configure:4104: checking for an ANSI C-conforming const
  211. configure:4169: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  212. configure:4169: $? = 0
  213. configure:4176: result: yes
  214. configure:4188: checking size of int
  215. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  216. configure:4193: $? = 0
  217. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  218. conftest.c: In function 'main':
  219. conftest.c:57: error: size of array 'test_array' is negative
  220. configure:4193: $? = 1
  221. configure: failed program was:
  222. | /* confdefs.h */
  223. | #define PACKAGE_NAME "FreeType"
  224. | #define PACKAGE_TARNAME "freetype"
  225. | #define PACKAGE_VERSION "2.4.5"
  226. | #define PACKAGE_STRING "FreeType 2.4.5"
  227. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  228. | #define PACKAGE_URL ""
  229. | #define STDC_HEADERS 1
  230. | #define HAVE_SYS_TYPES_H 1
  231. | #define HAVE_SYS_STAT_H 1
  232. | #define HAVE_STDLIB_H 1
  233. | #define HAVE_STRING_H 1
  234. | #define HAVE_MEMORY_H 1
  235. | #define HAVE_STRINGS_H 1
  236. | #define HAVE_INTTYPES_H 1
  237. | #define HAVE_STDINT_H 1
  238. | #define HAVE_UNISTD_H 1
  239. | #define HAVE_FCNTL_H 1
  240. | #define HAVE_UNISTD_H 1
  241. | /* end confdefs.h. */
  242. | #include <stdio.h>
  243. | #ifdef HAVE_SYS_TYPES_H
  244. | # include <sys/types.h>
  245. | #endif
  246. | #ifdef HAVE_SYS_STAT_H
  247. | # include <sys/stat.h>
  248. | #endif
  249. | #ifdef STDC_HEADERS
  250. | # include <stdlib.h>
  251. | # include <stddef.h>
  252. | #else
  253. | # ifdef HAVE_STDLIB_H
  254. | # include <stdlib.h>
  255. | # endif
  256. | #endif
  257. | #ifdef HAVE_STRING_H
  258. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  259. | # include <memory.h>
  260. | # endif
  261. | # include <string.h>
  262. | #endif
  263. | #ifdef HAVE_STRINGS_H
  264. | # include <strings.h>
  265. | #endif
  266. | #ifdef HAVE_INTTYPES_H
  267. | # include <inttypes.h>
  268. | #endif
  269. | #ifdef HAVE_STDINT_H
  270. | # include <stdint.h>
  271. | #endif
  272. | #ifdef HAVE_UNISTD_H
  273. | # include <unistd.h>
  274. | #endif
  275. | int
  276. | main ()
  277. | {
  278. | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
  279. | test_array [0] = 0
  280. |
  281. | ;
  282. | return 0;
  283. | }
  284. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  285. conftest.c: In function 'main':
  286. conftest.c:57: error: size of array 'test_array' is negative
  287. configure:4193: $? = 1
  288. configure: failed program was:
  289. | /* confdefs.h */
  290. | #define PACKAGE_NAME "FreeType"
  291. | #define PACKAGE_TARNAME "freetype"
  292. | #define PACKAGE_VERSION "2.4.5"
  293. | #define PACKAGE_STRING "FreeType 2.4.5"
  294. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  295. | #define PACKAGE_URL ""
  296. | #define STDC_HEADERS 1
  297. | #define HAVE_SYS_TYPES_H 1
  298. | #define HAVE_SYS_STAT_H 1
  299. | #define HAVE_STDLIB_H 1
  300. | #define HAVE_STRING_H 1
  301. | #define HAVE_MEMORY_H 1
  302. | #define HAVE_STRINGS_H 1
  303. | #define HAVE_INTTYPES_H 1
  304. | #define HAVE_STDINT_H 1
  305. | #define HAVE_UNISTD_H 1
  306. | #define HAVE_FCNTL_H 1
  307. | #define HAVE_UNISTD_H 1
  308. | /* end confdefs.h. */
  309. | #include <stdio.h>
  310. | #ifdef HAVE_SYS_TYPES_H
  311. | # include <sys/types.h>
  312. | #endif
  313. | #ifdef HAVE_SYS_STAT_H
  314. | # include <sys/stat.h>
  315. | #endif
  316. | #ifdef STDC_HEADERS
  317. | # include <stdlib.h>
  318. | # include <stddef.h>
  319. | #else
  320. | # ifdef HAVE_STDLIB_H
  321. | # include <stdlib.h>
  322. | # endif
  323. | #endif
  324. | #ifdef HAVE_STRING_H
  325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  326. | # include <memory.h>
  327. | # endif
  328. | # include <string.h>
  329. | #endif
  330. | #ifdef HAVE_STRINGS_H
  331. | # include <strings.h>
  332. | #endif
  333. | #ifdef HAVE_INTTYPES_H
  334. | # include <inttypes.h>
  335. | #endif
  336. | #ifdef HAVE_STDINT_H
  337. | # include <stdint.h>
  338. | #endif
  339. | #ifdef HAVE_UNISTD_H
  340. | # include <unistd.h>
  341. | #endif
  342. | int
  343. | main ()
  344. | {
  345. | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
  346. | test_array [0] = 0
  347. |
  348. | ;
  349. | return 0;
  350. | }
  351. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  352. conftest.c: In function 'main':
  353. conftest.c:57: error: size of array 'test_array' is negative
  354. configure:4193: $? = 1
  355. configure: failed program was:
  356. | /* confdefs.h */
  357. | #define PACKAGE_NAME "FreeType"
  358. | #define PACKAGE_TARNAME "freetype"
  359. | #define PACKAGE_VERSION "2.4.5"
  360. | #define PACKAGE_STRING "FreeType 2.4.5"
  361. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  362. | #define PACKAGE_URL ""
  363. | #define STDC_HEADERS 1
  364. | #define HAVE_SYS_TYPES_H 1
  365. | #define HAVE_SYS_STAT_H 1
  366. | #define HAVE_STDLIB_H 1
  367. | #define HAVE_STRING_H 1
  368. | #define HAVE_MEMORY_H 1
  369. | #define HAVE_STRINGS_H 1
  370. | #define HAVE_INTTYPES_H 1
  371. | #define HAVE_STDINT_H 1
  372. | #define HAVE_UNISTD_H 1
  373. | #define HAVE_FCNTL_H 1
  374. | #define HAVE_UNISTD_H 1
  375. | /* end confdefs.h. */
  376. | #include <stdio.h>
  377. | #ifdef HAVE_SYS_TYPES_H
  378. | # include <sys/types.h>
  379. | #endif
  380. | #ifdef HAVE_SYS_STAT_H
  381. | # include <sys/stat.h>
  382. | #endif
  383. | #ifdef STDC_HEADERS
  384. | # include <stdlib.h>
  385. | # include <stddef.h>
  386. | #else
  387. | # ifdef HAVE_STDLIB_H
  388. | # include <stdlib.h>
  389. | # endif
  390. | #endif
  391. | #ifdef HAVE_STRING_H
  392. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  393. | # include <memory.h>
  394. | # endif
  395. | # include <string.h>
  396. | #endif
  397. | #ifdef HAVE_STRINGS_H
  398. | # include <strings.h>
  399. | #endif
  400. | #ifdef HAVE_INTTYPES_H
  401. | # include <inttypes.h>
  402. | #endif
  403. | #ifdef HAVE_STDINT_H
  404. | # include <stdint.h>
  405. | #endif
  406. | #ifdef HAVE_UNISTD_H
  407. | # include <unistd.h>
  408. | #endif
  409. | int
  410. | main ()
  411. | {
  412. | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
  413. | test_array [0] = 0
  414. |
  415. | ;
  416. | return 0;
  417. | }
  418. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  419. configure:4193: $? = 0
  420. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  421. configure:4193: $? = 0
  422. configure:4193: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  423. configure:4193: $? = 0
  424. configure:4207: result: 4
  425. configure:4221: checking size of long
  426. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  427. configure:4226: $? = 0
  428. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  429. conftest.c: In function 'main':
  430. conftest.c:58: error: size of array 'test_array' is negative
  431. configure:4226: $? = 1
  432. configure: failed program was:
  433. | /* confdefs.h */
  434. | #define PACKAGE_NAME "FreeType"
  435. | #define PACKAGE_TARNAME "freetype"
  436. | #define PACKAGE_VERSION "2.4.5"
  437. | #define PACKAGE_STRING "FreeType 2.4.5"
  438. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  439. | #define PACKAGE_URL ""
  440. | #define STDC_HEADERS 1
  441. | #define HAVE_SYS_TYPES_H 1
  442. | #define HAVE_SYS_STAT_H 1
  443. | #define HAVE_STDLIB_H 1
  444. | #define HAVE_STRING_H 1
  445. | #define HAVE_MEMORY_H 1
  446. | #define HAVE_STRINGS_H 1
  447. | #define HAVE_INTTYPES_H 1
  448. | #define HAVE_STDINT_H 1
  449. | #define HAVE_UNISTD_H 1
  450. | #define HAVE_FCNTL_H 1
  451. | #define HAVE_UNISTD_H 1
  452. | #define SIZEOF_INT 4
  453. | /* end confdefs.h. */
  454. | #include <stdio.h>
  455. | #ifdef HAVE_SYS_TYPES_H
  456. | # include <sys/types.h>
  457. | #endif
  458. | #ifdef HAVE_SYS_STAT_H
  459. | # include <sys/stat.h>
  460. | #endif
  461. | #ifdef STDC_HEADERS
  462. | # include <stdlib.h>
  463. | # include <stddef.h>
  464. | #else
  465. | # ifdef HAVE_STDLIB_H
  466. | # include <stdlib.h>
  467. | # endif
  468. | #endif
  469. | #ifdef HAVE_STRING_H
  470. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  471. | # include <memory.h>
  472. | # endif
  473. | # include <string.h>
  474. | #endif
  475. | #ifdef HAVE_STRINGS_H
  476. | # include <strings.h>
  477. | #endif
  478. | #ifdef HAVE_INTTYPES_H
  479. | # include <inttypes.h>
  480. | #endif
  481. | #ifdef HAVE_STDINT_H
  482. | # include <stdint.h>
  483. | #endif
  484. | #ifdef HAVE_UNISTD_H
  485. | # include <unistd.h>
  486. | #endif
  487. | int
  488. | main ()
  489. | {
  490. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
  491. | test_array [0] = 0
  492. |
  493. | ;
  494. | return 0;
  495. | }
  496. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  497. conftest.c: In function 'main':
  498. conftest.c:58: error: size of array 'test_array' is negative
  499. configure:4226: $? = 1
  500. configure: failed program was:
  501. | /* confdefs.h */
  502. | #define PACKAGE_NAME "FreeType"
  503. | #define PACKAGE_TARNAME "freetype"
  504. | #define PACKAGE_VERSION "2.4.5"
  505. | #define PACKAGE_STRING "FreeType 2.4.5"
  506. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  507. | #define PACKAGE_URL ""
  508. | #define STDC_HEADERS 1
  509. | #define HAVE_SYS_TYPES_H 1
  510. | #define HAVE_SYS_STAT_H 1
  511. | #define HAVE_STDLIB_H 1
  512. | #define HAVE_STRING_H 1
  513. | #define HAVE_MEMORY_H 1
  514. | #define HAVE_STRINGS_H 1
  515. | #define HAVE_INTTYPES_H 1
  516. | #define HAVE_STDINT_H 1
  517. | #define HAVE_UNISTD_H 1
  518. | #define HAVE_FCNTL_H 1
  519. | #define HAVE_UNISTD_H 1
  520. | #define SIZEOF_INT 4
  521. | /* end confdefs.h. */
  522. | #include <stdio.h>
  523. | #ifdef HAVE_SYS_TYPES_H
  524. | # include <sys/types.h>
  525. | #endif
  526. | #ifdef HAVE_SYS_STAT_H
  527. | # include <sys/stat.h>
  528. | #endif
  529. | #ifdef STDC_HEADERS
  530. | # include <stdlib.h>
  531. | # include <stddef.h>
  532. | #else
  533. | # ifdef HAVE_STDLIB_H
  534. | # include <stdlib.h>
  535. | # endif
  536. | #endif
  537. | #ifdef HAVE_STRING_H
  538. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  539. | # include <memory.h>
  540. | # endif
  541. | # include <string.h>
  542. | #endif
  543. | #ifdef HAVE_STRINGS_H
  544. | # include <strings.h>
  545. | #endif
  546. | #ifdef HAVE_INTTYPES_H
  547. | # include <inttypes.h>
  548. | #endif
  549. | #ifdef HAVE_STDINT_H
  550. | # include <stdint.h>
  551. | #endif
  552. | #ifdef HAVE_UNISTD_H
  553. | # include <unistd.h>
  554. | #endif
  555. | int
  556. | main ()
  557. | {
  558. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
  559. | test_array [0] = 0
  560. |
  561. | ;
  562. | return 0;
  563. | }
  564. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  565. conftest.c: In function 'main':
  566. conftest.c:58: error: size of array 'test_array' is negative
  567. configure:4226: $? = 1
  568. configure: failed program was:
  569. | /* confdefs.h */
  570. | #define PACKAGE_NAME "FreeType"
  571. | #define PACKAGE_TARNAME "freetype"
  572. | #define PACKAGE_VERSION "2.4.5"
  573. | #define PACKAGE_STRING "FreeType 2.4.5"
  574. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  575. | #define PACKAGE_URL ""
  576. | #define STDC_HEADERS 1
  577. | #define HAVE_SYS_TYPES_H 1
  578. | #define HAVE_SYS_STAT_H 1
  579. | #define HAVE_STDLIB_H 1
  580. | #define HAVE_STRING_H 1
  581. | #define HAVE_MEMORY_H 1
  582. | #define HAVE_STRINGS_H 1
  583. | #define HAVE_INTTYPES_H 1
  584. | #define HAVE_STDINT_H 1
  585. | #define HAVE_UNISTD_H 1
  586. | #define HAVE_FCNTL_H 1
  587. | #define HAVE_UNISTD_H 1
  588. | #define SIZEOF_INT 4
  589. | /* end confdefs.h. */
  590. | #include <stdio.h>
  591. | #ifdef HAVE_SYS_TYPES_H
  592. | # include <sys/types.h>
  593. | #endif
  594. | #ifdef HAVE_SYS_STAT_H
  595. | # include <sys/stat.h>
  596. | #endif
  597. | #ifdef STDC_HEADERS
  598. | # include <stdlib.h>
  599. | # include <stddef.h>
  600. | #else
  601. | # ifdef HAVE_STDLIB_H
  602. | # include <stdlib.h>
  603. | # endif
  604. | #endif
  605. | #ifdef HAVE_STRING_H
  606. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  607. | # include <memory.h>
  608. | # endif
  609. | # include <string.h>
  610. | #endif
  611. | #ifdef HAVE_STRINGS_H
  612. | # include <strings.h>
  613. | #endif
  614. | #ifdef HAVE_INTTYPES_H
  615. | # include <inttypes.h>
  616. | #endif
  617. | #ifdef HAVE_STDINT_H
  618. | # include <stdint.h>
  619. | #endif
  620. | #ifdef HAVE_UNISTD_H
  621. | # include <unistd.h>
  622. | #endif
  623. | int
  624. | main ()
  625. | {
  626. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
  627. | test_array [0] = 0
  628. |
  629. | ;
  630. | return 0;
  631. | }
  632. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  633. configure:4226: $? = 0
  634. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  635. configure:4226: $? = 0
  636. configure:4226: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  637. configure:4226: $? = 0
  638. configure:4240: result: 4
  639. configure:4254: checking cpp computation of bit length in ftconfig.in works
  640. configure:4305: result: yes
  641. configure:4342: checking for stdlib.h
  642. configure:4342: result: yes
  643. configure:4342: checking for unistd.h
  644. configure:4342: result: yes
  645. configure:4342: checking for sys/param.h
  646. configure:4342: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  647. configure:4342: $? = 0
  648. configure:4342: result: yes
  649. configure:4362: checking for getpagesize
  650. configure:4362: i686-mingw32-gcc -o conftest.exe -g -O2 conftest.c >&5
  651. configure:4362: $? = 0
  652. configure:4362: result: yes
  653. configure:4371: checking for working mmap
  654. configure:4528: result: no
  655. configure:4596: checking for memcpy
  656. configure:4596: i686-mingw32-gcc -o conftest.exe -g -O2 conftest.c >&5
  657. conftest.c:50: warning: conflicting types for built-in function 'memcpy'
  658. configure:4596: $? = 0
  659. configure:4596: result: yes
  660. configure:4596: checking for memmove
  661. configure:4596: i686-mingw32-gcc -o conftest.exe -g -O2 conftest.c >&5
  662. conftest.c:51: warning: conflicting types for built-in function 'memmove'
  663. configure:4596: $? = 0
  664. configure:4596: result: yes
  665. configure:4617: checking for gzsetparams in -lz
  666. configure:4642: i686-mingw32-gcc -o conftest.exe -g -O2 conftest.c -lz >&5
  667. configure:4642: $? = 0
  668. configure:4651: result: yes
  669. configure:4654: checking zlib.h usability
  670. configure:4654: i686-mingw32-gcc -c -g -O2 conftest.c >&5
  671. configure:4654: $? = 0
  672. configure:4654: result: yes
  673. configure:4654: checking zlib.h presence
  674. configure:4654: i686-mingw32-gcc -E conftest.c
  675. configure:4654: $? = 0
  676. configure:4654: result: yes
  677. configure:4654: checking for zlib.h
  678. configure:4654: result: yes
  679. configure:4679: checking for BZ2_bzDecompress in -lbz2
  680. configure:4704: i686-mingw32-gcc -o conftest.exe -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -lz conftest.c -lbz2 >&5
  681. /tmp/ccCs8IAf.o: In function `main':
  682. /home/wolf/video-edit/build/conftest.c:40: undefined reference to `_BZ2_bzDecompress'
  683. collect2: ld returned 1 exit status
  684. configure:4704: $? = 1
  685. configure: failed program was:
  686. | /* confdefs.h */
  687. | #define PACKAGE_NAME "FreeType"
  688. | #define PACKAGE_TARNAME "freetype"
  689. | #define PACKAGE_VERSION "2.4.5"
  690. | #define PACKAGE_STRING "FreeType 2.4.5"
  691. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  692. | #define PACKAGE_URL ""
  693. | #define STDC_HEADERS 1
  694. | #define HAVE_SYS_TYPES_H 1
  695. | #define HAVE_SYS_STAT_H 1
  696. | #define HAVE_STDLIB_H 1
  697. | #define HAVE_STRING_H 1
  698. | #define HAVE_MEMORY_H 1
  699. | #define HAVE_STRINGS_H 1
  700. | #define HAVE_INTTYPES_H 1
  701. | #define HAVE_STDINT_H 1
  702. | #define HAVE_UNISTD_H 1
  703. | #define HAVE_FCNTL_H 1
  704. | #define HAVE_UNISTD_H 1
  705. | #define SIZEOF_INT 4
  706. | #define SIZEOF_LONG 4
  707. | #define HAVE_STDLIB_H 1
  708. | #define HAVE_UNISTD_H 1
  709. | #define HAVE_SYS_PARAM_H 1
  710. | #define HAVE_GETPAGESIZE 1
  711. | #define HAVE_MEMCPY 1
  712. | #define HAVE_MEMMOVE 1
  713. | /* end confdefs.h. */
  714. |
  715. | /* Override any GCC internal prototype to avoid an error.
  716. | Use char because int might match the return type of a GCC
  717. | builtin and then its argument prototype would still apply. */
  718. | #ifdef __cplusplus
  719. | extern "C"
  720. | #endif
  721. | char BZ2_bzDecompress ();
  722. | int
  723. | main ()
  724. | {
  725. | return BZ2_bzDecompress ();
  726. | ;
  727. | return 0;
  728. | }
  729. configure:4713: result: no
  730. configure:5365: checking how to print strings
  731. configure:5392: result: printf
  732. configure:5413: checking for a sed that does not truncate output
  733. configure:5477: result: /bin/sed
  734. configure:5495: checking for fgrep
  735. configure:5557: result: /bin/grep -F
  736. configure:5592: checking for ld used by i686-mingw32-gcc
  737. configure:5659: result: /usr/i686-mingw32/bin/ld
  738. configure:5666: checking if the linker (/usr/i686-mingw32/bin/ld) is GNU ld
  739. configure:5681: result: yes
  740. configure:5693: checking for BSD- or MS-compatible name lister (nm)
  741. configure:5742: result: /usr/bin/i686-mingw32-nm -B
  742. configure:5872: checking the name lister (/usr/bin/i686-mingw32-nm -B) interface
  743. configure:5879: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB conftest.c >&5
  744. configure:5882: /usr/bin/i686-mingw32-nm -B "conftest.o"
  745. configure:5885: output
  746. 00000000 b .bss
  747. 00000000 d .data
  748. 00000000 N .debug_abbrev
  749. 00000000 N .debug_info
  750. 00000000 N .debug_line
  751. 00000000 N .debug_pubnames
  752. 00000000 t .text
  753. 00000000 B _some_variable
  754. configure:5892: result: BSD nm
  755. configure:5895: checking whether ln -s works
  756. configure:5899: result: yes
  757. configure:5907: checking the maximum length of command line arguments
  758. configure:6032: result: 3458764513820540925
  759. configure:6049: checking whether the shell understands some XSI constructs
  760. configure:6059: result: yes
  761. configure:6063: checking whether the shell understands "+="
  762. configure:6069: result: yes
  763. configure:6104: checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-mingw32 format
  764. configure:6144: result: func_convert_file_nix_to_w32
  765. configure:6151: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  766. configure:6171: result: func_convert_file_noop
  767. configure:6178: checking for /usr/i686-mingw32/bin/ld option to reload object files
  768. configure:6185: result: -r
  769. configure:6219: checking for i686-mingw32-objdump
  770. configure:6235: found /usr/bin/i686-mingw32-objdump
  771. configure:6246: result: i686-mingw32-objdump
  772. configure:6315: checking how to recognize dependent libraries
  773. configure:6517: result: file_magic ^x86 archive import|^x86 DLL
  774. configure:6562: checking for i686-mingw32-dlltool
  775. configure:6578: found /usr/bin/i686-mingw32-dlltool
  776. configure:6589: result: i686-mingw32-dlltool
  777. configure:6659: checking how to associate runtime and link libraries
  778. configure:6686: result: func_cygming_dll_for_implib
  779. configure:6702: checking for i686-mingw32-ar
  780. configure:6718: found /usr/bin/i686-mingw32-ar
  781. configure:6729: result: i686-mingw32-ar
  782. configure:6810: checking for archiver @FILE support
  783. configure:6827: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB conftest.c >&5
  784. configure:6827: $? = 0
  785. configure:6830: i686-mingw32-ar cru libconftest.a @conftest.lst >&5
  786. configure:6833: $? = 0
  787. configure:6838: i686-mingw32-ar cru libconftest.a @conftest.lst >&5
  788. i686-mingw32-ar: conftest.o: No such file or directory
  789. configure:6841: $? = 1
  790. configure:6853: result: @
  791. configure:6871: checking for i686-mingw32-strip
  792. configure:6887: found /usr/bin/i686-mingw32-strip
  793. configure:6898: result: i686-mingw32-strip
  794. configure:6970: checking for i686-mingw32-ranlib
  795. configure:6986: found /usr/bin/i686-mingw32-ranlib
  796. configure:6997: result: i686-mingw32-ranlib
  797. configure:7114: checking for gawk
  798. configure:7144: result: no
  799. configure:7114: checking for mawk
  800. configure:7130: found /usr/bin/mawk
  801. configure:7141: result: mawk
  802. configure:7181: checking command to parse /usr/bin/i686-mingw32-nm -B output from i686-mingw32-gcc object
  803. configure:7300: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB conftest.c >&5
  804. configure:7303: $? = 0
  805. configure:7307: /usr/bin/i686-mingw32-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  806. configure:7310: $? = 0
  807. cannot find nm_test_var in conftest.nm
  808. configure:7300: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB conftest.c >&5
  809. configure:7303: $? = 0
  810. configure:7307: /usr/bin/i686-mingw32-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  811. configure:7310: $? = 0
  812. configure:7376: i686-mingw32-gcc -o conftest.exe -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -lz conftest.c conftstm.o >&5
  813. configure:7379: $? = 0
  814. configure:7417: result: ok
  815. configure:7454: checking for sysroot
  816. configure:7484: result: no
  817. configure:7687: checking for i686-mingw32-mt
  818. configure:7717: result: no
  819. configure:7727: checking for mt
  820. configure:7743: found /bin/mt
  821. configure:7754: result: mt
  822. configure:7766: WARNING: using cross tools not prefixed with host triplet
  823. configure:7777: checking if mt is a manifest tool
  824. configure:7783: mt '-?'
  825. configure:7791: result: no
  826. configure:8420: checking for dlfcn.h
  827. configure:8420: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB conftest.c >&5
  828. conftest.c:63:19: error: dlfcn.h: No such file or directory
  829. configure:8420: $? = 1
  830. configure: failed program was:
  831. | /* confdefs.h */
  832. | #define PACKAGE_NAME "FreeType"
  833. | #define PACKAGE_TARNAME "freetype"
  834. | #define PACKAGE_VERSION "2.4.5"
  835. | #define PACKAGE_STRING "FreeType 2.4.5"
  836. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  837. | #define PACKAGE_URL ""
  838. | #define STDC_HEADERS 1
  839. | #define HAVE_SYS_TYPES_H 1
  840. | #define HAVE_SYS_STAT_H 1
  841. | #define HAVE_STDLIB_H 1
  842. | #define HAVE_STRING_H 1
  843. | #define HAVE_MEMORY_H 1
  844. | #define HAVE_STRINGS_H 1
  845. | #define HAVE_INTTYPES_H 1
  846. | #define HAVE_STDINT_H 1
  847. | #define HAVE_UNISTD_H 1
  848. | #define HAVE_FCNTL_H 1
  849. | #define HAVE_UNISTD_H 1
  850. | #define SIZEOF_INT 4
  851. | #define SIZEOF_LONG 4
  852. | #define HAVE_STDLIB_H 1
  853. | #define HAVE_UNISTD_H 1
  854. | #define HAVE_SYS_PARAM_H 1
  855. | #define HAVE_GETPAGESIZE 1
  856. | #define HAVE_MEMCPY 1
  857. | #define HAVE_MEMMOVE 1
  858. | /* end confdefs.h. */
  859. | #include <stdio.h>
  860. | #ifdef HAVE_SYS_TYPES_H
  861. | # include <sys/types.h>
  862. | #endif
  863. | #ifdef HAVE_SYS_STAT_H
  864. | # include <sys/stat.h>
  865. | #endif
  866. | #ifdef STDC_HEADERS
  867. | # include <stdlib.h>
  868. | # include <stddef.h>
  869. | #else
  870. | # ifdef HAVE_STDLIB_H
  871. | # include <stdlib.h>
  872. | # endif
  873. | #endif
  874. | #ifdef HAVE_STRING_H
  875. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  876. | # include <memory.h>
  877. | # endif
  878. | # include <string.h>
  879. | #endif
  880. | #ifdef HAVE_STRINGS_H
  881. | # include <strings.h>
  882. | #endif
  883. | #ifdef HAVE_INTTYPES_H
  884. | # include <inttypes.h>
  885. | #endif
  886. | #ifdef HAVE_STDINT_H
  887. | # include <stdint.h>
  888. | #endif
  889. | #ifdef HAVE_UNISTD_H
  890. | # include <unistd.h>
  891. | #endif
  892. |
  893. | #include <dlfcn.h>
  894. configure:8420: result: no
  895. configure:8443: checking for i686-mingw32-as
  896. configure:8459: found /usr/bin/i686-mingw32-as
  897. configure:8470: result: i686-mingw32-as
  898. configure:8535: checking for i686-mingw32-dlltool
  899. configure:8562: result: i686-mingw32-dlltool
  900. configure:8627: checking for i686-mingw32-objdump
  901. configure:8654: result: i686-mingw32-objdump
  902. configure:8905: checking for objdir
  903. configure:8920: result: .libs
  904. configure:9187: checking if i686-mingw32-gcc supports -fno-rtti -fno-exceptions
  905. configure:9205: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -fno-rtti -fno-exceptions conftest.c >&5
  906. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  907. configure:9209: $? = 0
  908. configure:9222: result: no
  909. configure:9532: checking for i686-mingw32-gcc option to produce PIC
  910. configure:9539: result: -DDLL_EXPORT -DPIC
  911. configure:9547: checking if i686-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works
  912. configure:9565: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  913. configure:9569: $? = 0
  914. configure:9582: result: yes
  915. configure:9611: checking if i686-mingw32-gcc static flag -static works
  916. configure:9639: result: yes
  917. configure:9654: checking if i686-mingw32-gcc supports -c -o file.o
  918. configure:9675: i686-mingw32-gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -o out/conftest2.o conftest.c >&5
  919. configure:9679: $? = 0
  920. configure:9701: result: yes
  921. configure:9709: checking if i686-mingw32-gcc supports -c -o file.o
  922. configure:9756: result: yes
  923. configure:9789: checking whether the i686-mingw32-gcc linker (/usr/i686-mingw32/bin/ld) supports shared libraries
  924. configure:10947: result: yes
  925. configure:11192: checking dynamic linker characteristics
  926. configure:11928: result: Win32 ld.exe
  927. configure:12035: checking how to hardcode library paths into programs
  928. configure:12060: result: immediate
  929. configure:12600: checking whether stripping libraries is possible
  930. configure:12605: result: yes
  931. configure:12640: checking if libtool supports shared libraries
  932. configure:12642: result: yes
  933. configure:12645: checking whether to build shared libraries
  934. configure:12666: result: no
  935. configure:12669: checking whether to build static libraries
  936. configure:12673: result: yes
  937. configure:12846: creating ./config.status
  938.  
  939. ## ---------------------- ##
  940. ## Running config.status. ##
  941. ## ---------------------- ##
  942.  
  943. This file was extended by FreeType config.status 2.4.5, which was
  944. generated by GNU Autoconf 2.68. Invocation command line was
  945.  
  946. CONFIG_FILES =
  947. CONFIG_HEADERS =
  948. CONFIG_LINKS =
  949. CONFIG_COMMANDS =
  950. $ ./config.status
  951.  
  952. on wolf-virtual-machine
  953.  
  954. config.status:1097: creating unix-cc.mk
  955. config.status:1097: creating unix-def.mk
  956. config.status:1097: creating freetype-config
  957. config.status:1097: creating freetype2.pc
  958. config.status:1097: creating ftconfig.h
  959. config.status:1271: executing libtool commands
  960.  
  961. ## ---------------- ##
  962. ## Cache variables. ##
  963. ## ---------------- ##
  964.  
  965. ac_cv_build=x86_64-unknown-linux-gnu
  966. ac_cv_c_compiler_gnu=yes
  967. ac_cv_c_const=yes
  968. ac_cv_env_CC_set=
  969. ac_cv_env_CC_value=
  970. ac_cv_env_CFLAGS_set=
  971. ac_cv_env_CFLAGS_value=
  972. ac_cv_env_CPPFLAGS_set=
  973. ac_cv_env_CPPFLAGS_value=
  974. ac_cv_env_CPP_set=
  975. ac_cv_env_CPP_value=
  976. ac_cv_env_LDFLAGS_set=
  977. ac_cv_env_LDFLAGS_value=
  978. ac_cv_env_LIBS_set=
  979. ac_cv_env_LIBS_value=
  980. ac_cv_env_build_alias_set=
  981. ac_cv_env_build_alias_value=
  982. ac_cv_env_host_alias_set=set
  983. ac_cv_env_host_alias_value=i686-mingw32
  984. ac_cv_env_target_alias_set=
  985. ac_cv_env_target_alias_value=
  986. ac_cv_exeext=.exe
  987. ac_cv_func_getpagesize=yes
  988. ac_cv_func_memcpy=yes
  989. ac_cv_func_memmove=yes
  990. ac_cv_func_mmap_fixed_mapped=no
  991. ac_cv_header_dlfcn_h=no
  992. ac_cv_header_fcntl_h=yes
  993. ac_cv_header_inttypes_h=yes
  994. ac_cv_header_memory_h=yes
  995. ac_cv_header_stdc=yes
  996. ac_cv_header_stdint_h=yes
  997. ac_cv_header_stdlib_h=yes
  998. ac_cv_header_string_h=yes
  999. ac_cv_header_strings_h=yes
  1000. ac_cv_header_sys_param_h=yes
  1001. ac_cv_header_sys_stat_h=yes
  1002. ac_cv_header_sys_types_h=yes
  1003. ac_cv_header_unistd_h=yes
  1004. ac_cv_header_zlib_h=yes
  1005. ac_cv_host=i686-pc-mingw32
  1006. ac_cv_lib_bz2_BZ2_bzDecompress=no
  1007. ac_cv_lib_z_gzsetparams=yes
  1008. ac_cv_objext=o
  1009. ac_cv_path_EGREP='/bin/grep -E'
  1010. ac_cv_path_FGREP='/bin/grep -F'
  1011. ac_cv_path_GREP=/bin/grep
  1012. ac_cv_path_SED=/bin/sed
  1013. ac_cv_path_install='/usr/bin/install -c'
  1014. ac_cv_prog_AR=i686-mingw32-ar
  1015. ac_cv_prog_AS=i686-mingw32-as
  1016. ac_cv_prog_AWK=mawk
  1017. ac_cv_prog_CC=i686-mingw32-gcc
  1018. ac_cv_prog_CC_BUILD=gcc
  1019. ac_cv_prog_CPP='i686-mingw32-gcc -E'
  1020. ac_cv_prog_DLLTOOL=i686-mingw32-dlltool
  1021. ac_cv_prog_OBJDUMP=i686-mingw32-objdump
  1022. ac_cv_prog_RANLIB=i686-mingw32-ranlib
  1023. ac_cv_prog_RMDIR=rmdir
  1024. ac_cv_prog_RMF='rm -f'
  1025. ac_cv_prog_STRIP=i686-mingw32-strip
  1026. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1027. ac_cv_prog_cc_c89=
  1028. ac_cv_prog_cc_g=yes
  1029. ac_cv_sizeof_int=4
  1030. ac_cv_sizeof_long=4
  1031. lt_cv_ar_at_file=@
  1032. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1033. lt_cv_file_magic_cmd=func_win32_libid
  1034. lt_cv_file_magic_test_file=
  1035. lt_cv_ld_reload_flag=-r
  1036. lt_cv_nm_interface='BSD nm'
  1037. lt_cv_objdir=.libs
  1038. lt_cv_path_LD=/usr/i686-mingw32/bin/ld
  1039. lt_cv_path_NM='/usr/bin/i686-mingw32-nm -B'
  1040. lt_cv_path_mainfest_tool=no
  1041. lt_cv_prog_compiler_c_o=yes
  1042. lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  1043. lt_cv_prog_compiler_pic_works=yes
  1044. lt_cv_prog_compiler_rtti_exceptions=no
  1045. lt_cv_prog_compiler_static_works=yes
  1046. lt_cv_prog_gnu_ld=yes
  1047. lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  1048. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1049. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1050. 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'\'''
  1051. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1052. lt_cv_sys_max_cmd_len=3458764513820540925
  1053. lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
  1054. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1055.  
  1056. ## ----------------- ##
  1057. ## Output variables. ##
  1058. ## ----------------- ##
  1059.  
  1060. AR='i686-mingw32-ar'
  1061. AS='i686-mingw32-as'
  1062. AWK='mawk'
  1063. CC='i686-mingw32-gcc'
  1064. CC_BUILD='gcc'
  1065. CFLAGS='-g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB'
  1066. CPP='i686-mingw32-gcc -E'
  1067. CPPFLAGS=''
  1068. DEFS='-DHAVE_CONFIG_H'
  1069. DLLTOOL='i686-mingw32-dlltool'
  1070. DSYMUTIL=''
  1071. DUMPBIN=''
  1072. ECHO_C=''
  1073. ECHO_N='-n'
  1074. ECHO_T=''
  1075. EGREP='/bin/grep -E'
  1076. EXEEXT='.exe'
  1077. EXEEXT_BUILD=''
  1078. FGREP='/bin/grep -F'
  1079. FT2_EXTRA_LIBS=''
  1080. FTSYS_SRC='$(BASE_DIR)/ftsystem.c'
  1081. GREP='/bin/grep'
  1082. INSTALL_DATA='${INSTALL} -m 644'
  1083. INSTALL_PROGRAM='${INSTALL}'
  1084. INSTALL_SCRIPT='${INSTALL}'
  1085. LD='/usr/i686-mingw32/bin/ld'
  1086. LDFLAGS=' -lz'
  1087. LIBBZ2=''
  1088. LIBOBJS=''
  1089. LIBS=''
  1090. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1091. LIBZ='-lz'
  1092. LIPO=''
  1093. LN_S='ln -s'
  1094. LTLIBOBJS=''
  1095. MANIFEST_TOOL=':'
  1096. NM='/usr/bin/i686-mingw32-nm -B'
  1097. NMEDIT=''
  1098. OBJDUMP='i686-mingw32-objdump'
  1099. OBJEXT='o'
  1100. OTOOL64=''
  1101. OTOOL=''
  1102. PACKAGE_BUGREPORT='freetype@nongnu.org'
  1103. PACKAGE_NAME='FreeType'
  1104. PACKAGE_STRING='FreeType 2.4.5'
  1105. PACKAGE_TARNAME='freetype'
  1106. PACKAGE_URL=''
  1107. PACKAGE_VERSION='2.4.5'
  1108. PATH_SEPARATOR=':'
  1109. RANLIB='i686-mingw32-ranlib'
  1110. RMDIR='rmdir'
  1111. RMF='rm -f'
  1112. SED='/bin/sed'
  1113. SHELL='/bin/bash'
  1114. STRIP='i686-mingw32-strip'
  1115. SYSTEM_ZLIB='yes'
  1116. XX_ANSIFLAGS='-pedantic -ansi'
  1117. XX_CFLAGS='-Wall'
  1118. ac_ct_AR=''
  1119. ac_ct_CC=''
  1120. ac_ct_DUMPBIN=''
  1121. bindir='${exec_prefix}/bin'
  1122. build='x86_64-unknown-linux-gnu'
  1123. build_alias=''
  1124. build_cpu='x86_64'
  1125. build_libtool_libs=''
  1126. build_os='linux-gnu'
  1127. build_vendor='unknown'
  1128. datadir='${datarootdir}'
  1129. datarootdir='${prefix}/share'
  1130. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1131. dvidir='${docdir}'
  1132. exec_prefix='${prefix}'
  1133. ft_version='13.0.7'
  1134. ftmac_c=''
  1135. hardcode_libdir_flag_spec='-L$libdir'
  1136. host='i686-pc-mingw32'
  1137. host_alias='i686-mingw32'
  1138. host_cpu='i686'
  1139. host_os='mingw32'
  1140. host_vendor='pc'
  1141. htmldir='${docdir}'
  1142. includedir='${prefix}/include'
  1143. infodir='${datarootdir}/info'
  1144. libdir='${exec_prefix}/lib'
  1145. libexecdir='${exec_prefix}/libexec'
  1146. localedir='${datarootdir}/locale'
  1147. localstatedir='${prefix}/var'
  1148. mandir='${datarootdir}/man'
  1149. oldincludedir='/usr/include'
  1150. pdfdir='${docdir}'
  1151. prefix='/usr/i686-mingw32'
  1152. program_transform_name='s,x,x,'
  1153. psdir='${docdir}'
  1154. sbindir='${exec_prefix}/sbin'
  1155. sharedstatedir='${prefix}/com'
  1156. sysconfdir='${prefix}/etc'
  1157. target_alias=''
  1158. version_info='13:0:7'
  1159. wl='-Wl,'
  1160.  
  1161. ## ----------- ##
  1162. ## confdefs.h. ##
  1163. ## ----------- ##
  1164.  
  1165. /* confdefs.h */
  1166. #define PACKAGE_NAME "FreeType"
  1167. #define PACKAGE_TARNAME "freetype"
  1168. #define PACKAGE_VERSION "2.4.5"
  1169. #define PACKAGE_STRING "FreeType 2.4.5"
  1170. #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  1171. #define PACKAGE_URL ""
  1172. #define STDC_HEADERS 1
  1173. #define HAVE_SYS_TYPES_H 1
  1174. #define HAVE_SYS_STAT_H 1
  1175. #define HAVE_STDLIB_H 1
  1176. #define HAVE_STRING_H 1
  1177. #define HAVE_MEMORY_H 1
  1178. #define HAVE_STRINGS_H 1
  1179. #define HAVE_INTTYPES_H 1
  1180. #define HAVE_STDINT_H 1
  1181. #define HAVE_UNISTD_H 1
  1182. #define HAVE_FCNTL_H 1
  1183. #define HAVE_UNISTD_H 1
  1184. #define SIZEOF_INT 4
  1185. #define SIZEOF_LONG 4
  1186. #define HAVE_STDLIB_H 1
  1187. #define HAVE_UNISTD_H 1
  1188. #define HAVE_SYS_PARAM_H 1
  1189. #define HAVE_GETPAGESIZE 1
  1190. #define HAVE_MEMCPY 1
  1191. #define HAVE_MEMMOVE 1
  1192. #define LT_OBJDIR ".libs/"
  1193.  
  1194. configure: exit 0
Add Comment
Please, Sign In to add comment