Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  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.5, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Serge-ÏÊ
  14. uname -m = i686
  15. uname -r = 1.0.18(0.48/3/2)
  16. uname -s = MINGW32_NT-6.1
  17. uname -v = 2012-11-21 22:34
  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/Windows/system32
  35. PATH: /c/Windows
  36. PATH: /c/Windows/System32/Wbem
  37. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  38. PATH: /c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static
  39. PATH: /d/Program Files/TortoiseSVN/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2483: checking build system type
  47. configure:2497: result: i686-pc-mingw32
  48. configure:2517: checking host system type
  49. configure:2530: result: i686-pc-mingw32
  50. configure:2602: checking for gcc
  51. configure:2618: found /mingw/bin/gcc
  52. configure:2629: result: gcc
  53. configure:2858: checking for C compiler version
  54. configure:2867: gcc --version >&5
  55. gcc.exe (GCC) 4.7.2
  56. Copyright (C) 2012 Free Software Foundation, Inc.
  57. This is free software; see the source for copying conditions.  There is NO
  58. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  59.  
  60. configure:2878: $? = 0
  61. configure:2867: gcc -v >&5
  62. Using built-in specs.
  63. COLLECT_GCC=d:\mingw\bin\gcc.exe
  64. COLLECT_LTO_WRAPPER=d:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
  65. Target: mingw32
  66. Configured with: ../gcc-4.7.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 --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
  67. Thread model: win32
  68. gcc version 4.7.2 (GCC)
  69. configure:2878: $? = 0
  70. configure:2867: gcc -V >&5
  71. gcc.exe: error: unrecognized command line option '-V'
  72. gcc.exe: fatal error: no input files
  73. compilation terminated.
  74. configure:2878: $? = 1
  75. configure:2867: gcc -qversion >&5
  76. gcc.exe: error: unrecognized command line option '-qversion'
  77. gcc.exe: fatal error: no input files
  78. compilation terminated.
  79. configure:2878: $? = 1
  80. configure:2898: checking whether the C compiler works
  81. configure:2920: gcc    conftest.c  >&5
  82. configure:2924: $? = 0
  83. configure:2972: result: yes
  84. configure:2975: checking for C compiler default output file name
  85. configure:2977: result: a.exe
  86. configure:2983: checking for suffix of executables
  87. configure:2990: gcc -o conftest.exe    conftest.c  >&5
  88. configure:2994: $? = 0
  89. configure:3016: result: .exe
  90. configure:3038: checking whether we are cross compiling
  91. configure:3046: gcc -o conftest.exe    conftest.c  >&5
  92. configure:3050: $? = 0
  93. configure:3057: ./conftest.exe
  94. configure:3061: $? = 0
  95. configure:3076: result: no
  96. configure:3081: checking for suffix of object files
  97. configure:3103: gcc -c   conftest.c >&5
  98. configure:3107: $? = 0
  99. configure:3128: result: o
  100. configure:3132: checking whether we are using the GNU C compiler
  101. configure:3151: gcc -c   conftest.c >&5
  102. configure:3151: $? = 0
  103. configure:3160: result: yes
  104. configure:3169: checking whether gcc accepts -g
  105. configure:3189: gcc -c -g  conftest.c >&5
  106. configure:3189: $? = 0
  107. configure:3230: result: yes
  108. configure:3247: checking for gcc option to accept ISO C89
  109. configure:3310: gcc  -c -g -O2  conftest.c >&5
  110. configure:3310: $? = 0
  111. configure:3323: result: none needed
  112. configure:3348: checking how to run the C preprocessor
  113. configure:3379: gcc -E  conftest.c
  114. configure:3379: $? = 0
  115. configure:3393: gcc -E  conftest.c
  116. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  117. compilation terminated.
  118. configure:3393: $? = 1
  119. configure: failed program was:
  120. | /* confdefs.h */
  121. | #define PACKAGE_NAME "FreeType"
  122. | #define PACKAGE_TARNAME "freetype"
  123. | #define PACKAGE_VERSION "2.5"
  124. | #define PACKAGE_STRING "FreeType 2.5"
  125. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  126. | #define PACKAGE_URL ""
  127. | /* end confdefs.h.  */
  128. | #include <ac_nonexistent.h>
  129. configure:3418: result: gcc -E
  130. configure:3438: gcc -E  conftest.c
  131. configure:3438: $? = 0
  132. configure:3452: gcc -E  conftest.c
  133. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  134. compilation terminated.
  135. configure:3452: $? = 1
  136. configure: failed program was:
  137. | /* confdefs.h */
  138. | #define PACKAGE_NAME "FreeType"
  139. | #define PACKAGE_TARNAME "freetype"
  140. | #define PACKAGE_VERSION "2.5"
  141. | #define PACKAGE_STRING "FreeType 2.5"
  142. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  143. | #define PACKAGE_URL ""
  144. | /* end confdefs.h.  */
  145. | #include <ac_nonexistent.h>
  146. configure:3645: checking for rmdir
  147. configure:3661: found /bin/rmdir
  148. configure:3672: result: rmdir
  149. configure:3700: checking for a BSD-compatible install
  150. configure:3768: result: /bin/install -c
  151. configure:3792: checking for grep that handles long lines and -e
  152. configure:3850: result: /bin/grep
  153. configure:3855: checking for egrep
  154. configure:3917: result: /bin/grep -E
  155. configure:3922: checking for ANSI C header files
  156. configure:3942: gcc -c -g -O2  conftest.c >&5
  157. configure:3942: $? = 0
  158. configure:4015: gcc -o conftest.exe -g -O2   conftest.c  >&5
  159. configure:4015: $? = 0
  160. configure:4015: ./conftest.exe
  161. configure:4015: $? = 0
  162. configure:4026: result: yes
  163. configure:4039: checking for sys/types.h
  164. configure:4039: gcc -c -g -O2  conftest.c >&5
  165. configure:4039: $? = 0
  166. configure:4039: result: yes
  167. configure:4039: checking for sys/stat.h
  168. configure:4039: gcc -c -g -O2  conftest.c >&5
  169. configure:4039: $? = 0
  170. configure:4039: result: yes
  171. configure:4039: checking for stdlib.h
  172. configure:4039: gcc -c -g -O2  conftest.c >&5
  173. configure:4039: $? = 0
  174. configure:4039: result: yes
  175. configure:4039: checking for string.h
  176. configure:4039: gcc -c -g -O2  conftest.c >&5
  177. configure:4039: $? = 0
  178. configure:4039: result: yes
  179. configure:4039: checking for memory.h
  180. configure:4039: gcc -c -g -O2  conftest.c >&5
  181. configure:4039: $? = 0
  182. configure:4039: result: yes
  183. configure:4039: checking for strings.h
  184. configure:4039: gcc -c -g -O2  conftest.c >&5
  185. configure:4039: $? = 0
  186. configure:4039: result: yes
  187. configure:4039: checking for inttypes.h
  188. configure:4039: gcc -c -g -O2  conftest.c >&5
  189. configure:4039: $? = 0
  190. configure:4039: result: yes
  191. configure:4039: checking for stdint.h
  192. configure:4039: gcc -c -g -O2  conftest.c >&5
  193. configure:4039: $? = 0
  194. configure:4039: result: yes
  195. configure:4039: checking for unistd.h
  196. configure:4039: gcc -c -g -O2  conftest.c >&5
  197. configure:4039: $? = 0
  198. configure:4039: result: yes
  199. configure:4054: checking fcntl.h usability
  200. configure:4054: gcc -c -g -O2  conftest.c >&5
  201. configure:4054: $? = 0
  202. configure:4054: result: yes
  203. configure:4054: checking fcntl.h presence
  204. configure:4054: gcc -E  conftest.c
  205. configure:4054: $? = 0
  206. configure:4054: result: yes
  207. configure:4054: checking for fcntl.h
  208. configure:4054: result: yes
  209. configure:4054: checking for unistd.h
  210. configure:4054: result: yes
  211. configure:4068: checking for an ANSI C-conforming const
  212. configure:4134: gcc -c -g -O2  conftest.c >&5
  213. configure:4134: $? = 0
  214. configure:4141: result: yes
  215. configure:4153: checking size of int
  216. configure:4158: gcc -o conftest.exe -g -O2   conftest.c  >&5
  217. configure:4158: $? = 0
  218. configure:4158: ./conftest.exe
  219. configure:4158: $? = 0
  220. configure:4172: result: 4
  221. configure:4186: checking size of long
  222. configure:4191: gcc -o conftest.exe -g -O2   conftest.c  >&5
  223. d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot open output file conftest.exe: Permission denied
  224. collect2.exe: error: ld returned 1 exit status
  225. configure:4191: $? = 1
  226. configure: program exited with status 1
  227. configure: failed program was:
  228. | /* confdefs.h */
  229. | #define PACKAGE_NAME "FreeType"
  230. | #define PACKAGE_TARNAME "freetype"
  231. | #define PACKAGE_VERSION "2.5"
  232. | #define PACKAGE_STRING "FreeType 2.5"
  233. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  234. | #define PACKAGE_URL ""
  235. | #define STDC_HEADERS 1
  236. | #define HAVE_SYS_TYPES_H 1
  237. | #define HAVE_SYS_STAT_H 1
  238. | #define HAVE_STDLIB_H 1
  239. | #define HAVE_STRING_H 1
  240. | #define HAVE_MEMORY_H 1
  241. | #define HAVE_STRINGS_H 1
  242. | #define HAVE_INTTYPES_H 1
  243. | #define HAVE_STDINT_H 1
  244. | #define HAVE_UNISTD_H 1
  245. | #define HAVE_FCNTL_H 1
  246. | #define HAVE_UNISTD_H 1
  247. | #define SIZEOF_INT 4
  248. | /* end confdefs.h.  */
  249. | #include <stdio.h>
  250. | #ifdef HAVE_SYS_TYPES_H
  251. | # include <sys/types.h>
  252. | #endif
  253. | #ifdef HAVE_SYS_STAT_H
  254. | # include <sys/stat.h>
  255. | #endif
  256. | #ifdef STDC_HEADERS
  257. | # include <stdlib.h>
  258. | # include <stddef.h>
  259. | #else
  260. | # ifdef HAVE_STDLIB_H
  261. | #  include <stdlib.h>
  262. | # endif
  263. | #endif
  264. | #ifdef HAVE_STRING_H
  265. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  266. | #  include <memory.h>
  267. | # endif
  268. | # include <string.h>
  269. | #endif
  270. | #ifdef HAVE_STRINGS_H
  271. | # include <strings.h>
  272. | #endif
  273. | #ifdef HAVE_INTTYPES_H
  274. | # include <inttypes.h>
  275. | #endif
  276. | #ifdef HAVE_STDINT_H
  277. | # include <stdint.h>
  278. | #endif
  279. | #ifdef HAVE_UNISTD_H
  280. | # include <unistd.h>
  281. | #endif
  282. | static long int longval () { return (long int) (sizeof (long)); }
  283. | static unsigned long int ulongval () { return (long int) (sizeof (long)); }
  284. | #include <stdio.h>
  285. | #include <stdlib.h>
  286. | int
  287. | main ()
  288. | {
  289. |
  290. |   FILE *f = fopen ("conftest.val", "w");
  291. |   if (! f)
  292. |     return 1;
  293. |   if (((long int) (sizeof (long))) < 0)
  294. |     {
  295. |       long int i = longval ();
  296. |       if (i != ((long int) (sizeof (long))))
  297. |       return 1;
  298. |       fprintf (f, "%ld", i);
  299. |     }
  300. |   else
  301. |     {
  302. |       unsigned long int i = ulongval ();
  303. |       if (i != ((long int) (sizeof (long))))
  304. |       return 1;
  305. |       fprintf (f, "%lu", i);
  306. |     }
  307. |   /* Do not output a trailing newline, as this causes \r\n confusion
  308. |      on some platforms.  */
  309. |   return ferror (f) || fclose (f) != 0;
  310. |
  311. |   ;
  312. |   return 0;
  313. | }
  314. configure:4205: result: 0
  315. configure:4219: checking whether cpp computation of bit length in ftconfig.in works
  316. configure:4281: result: no
  317. configure:4314: checking for stdlib.h
  318. configure:4314: result: yes
  319. configure:4314: checking for unistd.h
  320. configure:4314: result: yes
  321. configure:4314: checking for sys/param.h
  322. configure:4314: gcc -c -g -O2  conftest.c >&5
  323. configure:4314: $? = 0
  324. configure:4314: result: yes
  325. configure:4334: checking for getpagesize
  326. configure:4334: gcc -o conftest.exe -g -O2   conftest.c  >&5
  327. configure:4334: $? = 0
  328. configure:4334: result: yes
  329. configure:4343: checking for working mmap
  330. configure:4490: gcc -o conftest.exe -g -O2   conftest.c  >&5
  331. conftest.c:87:22: fatal error: sys/mman.h: No such file or directory
  332. compilation terminated.
  333. configure:4490: $? = 1
  334. configure: program exited with status 1
  335. configure: failed program was:
  336. | /* confdefs.h */
  337. | #define PACKAGE_NAME "FreeType"
  338. | #define PACKAGE_TARNAME "freetype"
  339. | #define PACKAGE_VERSION "2.5"
  340. | #define PACKAGE_STRING "FreeType 2.5"
  341. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  342. | #define PACKAGE_URL ""
  343. | #define STDC_HEADERS 1
  344. | #define HAVE_SYS_TYPES_H 1
  345. | #define HAVE_SYS_STAT_H 1
  346. | #define HAVE_STDLIB_H 1
  347. | #define HAVE_STRING_H 1
  348. | #define HAVE_MEMORY_H 1
  349. | #define HAVE_STRINGS_H 1
  350. | #define HAVE_INTTYPES_H 1
  351. | #define HAVE_STDINT_H 1
  352. | #define HAVE_UNISTD_H 1
  353. | #define HAVE_FCNTL_H 1
  354. | #define HAVE_UNISTD_H 1
  355. | #define SIZEOF_INT 4
  356. | #define SIZEOF_LONG 0
  357. | #define FT_USE_AUTOCONF_SIZEOF_TYPES /**/
  358. | #define HAVE_STDLIB_H 1
  359. | #define HAVE_UNISTD_H 1
  360. | #define HAVE_SYS_PARAM_H 1
  361. | #define HAVE_GETPAGESIZE 1
  362. | /* end confdefs.h.  */
  363. | #include <stdio.h>
  364. | #ifdef HAVE_SYS_TYPES_H
  365. | # include <sys/types.h>
  366. | #endif
  367. | #ifdef HAVE_SYS_STAT_H
  368. | # include <sys/stat.h>
  369. | #endif
  370. | #ifdef STDC_HEADERS
  371. | # include <stdlib.h>
  372. | # include <stddef.h>
  373. | #else
  374. | # ifdef HAVE_STDLIB_H
  375. | #  include <stdlib.h>
  376. | # endif
  377. | #endif
  378. | #ifdef HAVE_STRING_H
  379. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  380. | #  include <memory.h>
  381. | # endif
  382. | # include <string.h>
  383. | #endif
  384. | #ifdef HAVE_STRINGS_H
  385. | # include <strings.h>
  386. | #endif
  387. | #ifdef HAVE_INTTYPES_H
  388. | # include <inttypes.h>
  389. | #endif
  390. | #ifdef HAVE_STDINT_H
  391. | # include <stdint.h>
  392. | #endif
  393. | #ifdef HAVE_UNISTD_H
  394. | # include <unistd.h>
  395. | #endif
  396. | /* malloc might have been renamed as rpl_malloc. */
  397. | #undef malloc
  398. |
  399. | /* Thanks to Mike Haertel and Jim Avera for this test.
  400. |    Here is a matrix of mmap possibilities:
  401. |       mmap private not fixed
  402. |       mmap private fixed at somewhere currently unmapped
  403. |       mmap private fixed at somewhere already mapped
  404. |       mmap shared not fixed
  405. |       mmap shared fixed at somewhere currently unmapped
  406. |       mmap shared fixed at somewhere already mapped
  407. |    For private mappings, we should verify that changes cannot be read()
  408. |    back from the file, nor mmap's back from the file at a different
  409. |    address.  (There have been systems where private was not correctly
  410. |    implemented like the infamous i386 svr4.0, and systems where the
  411. |    VM page cache was not coherent with the file system buffer cache
  412. |    like early versions of FreeBSD and possibly contemporary NetBSD.)
  413. |    For shared mappings, we should conversely verify that changes get
  414. |    propagated back to all the places they're supposed to be.
  415. |
  416. |    Grep wants private fixed already mapped.
  417. |    The main things grep needs to know about mmap are:
  418. |    * does it exist and is it safe to write into the mmap'd area
  419. |    * how to use it (BSD variants)  */
  420. |
  421. | #include <fcntl.h>
  422. | #include <sys/mman.h>
  423. |
  424. | #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
  425. | char *malloc ();
  426. | #endif
  427. |
  428. | /* This mess was copied from the GNU getpagesize.h.  */
  429. | #ifndef HAVE_GETPAGESIZE
  430. | # ifdef _SC_PAGESIZE
  431. | #  define getpagesize() sysconf(_SC_PAGESIZE)
  432. | # else /* no _SC_PAGESIZE */
  433. | #  ifdef HAVE_SYS_PARAM_H
  434. | #   include <sys/param.h>
  435. | #   ifdef EXEC_PAGESIZE
  436. | #    define getpagesize() EXEC_PAGESIZE
  437. | #   else /* no EXEC_PAGESIZE */
  438. | #    ifdef NBPG
  439. | #     define getpagesize() NBPG * CLSIZE
  440. | #     ifndef CLSIZE
  441. | #      define CLSIZE 1
  442. | #     endif /* no CLSIZE */
  443. | #    else /* no NBPG */
  444. | #     ifdef NBPC
  445. | #      define getpagesize() NBPC
  446. | #     else /* no NBPC */
  447. | #      ifdef PAGESIZE
  448. | #       define getpagesize() PAGESIZE
  449. | #      endif /* PAGESIZE */
  450. | #     endif /* no NBPC */
  451. | #    endif /* no NBPG */
  452. | #   endif /* no EXEC_PAGESIZE */
  453. | #  else /* no HAVE_SYS_PARAM_H */
  454. | #   define getpagesize() 8192 /* punt totally */
  455. | #  endif /* no HAVE_SYS_PARAM_H */
  456. | # endif /* no _SC_PAGESIZE */
  457. |
  458. | #endif /* no HAVE_GETPAGESIZE */
  459. |
  460. | int
  461. | main ()
  462. | {
  463. |   char *data, *data2, *data3;
  464. |   const char *cdata2;
  465. |   int i, pagesize;
  466. |   int fd, fd2;
  467. |
  468. |   pagesize = getpagesize ();
  469. |
  470. |   /* First, make a file with some known garbage in it. */
  471. |   data = (char *) malloc (pagesize);
  472. |   if (!data)
  473. |     return 1;
  474. |   for (i = 0; i < pagesize; ++i)
  475. |     *(data + i) = rand ();
  476. |   umask (0);
  477. |   fd = creat ("conftest.mmap", 0600);
  478. |   if (fd < 0)
  479. |     return 2;
  480. |   if (write (fd, data, pagesize) != pagesize)
  481. |     return 3;
  482. |   close (fd);
  483. |
  484. |   /* Next, check that the tail of a page is zero-filled.  File must have
  485. |      non-zero length, otherwise we risk SIGBUS for entire page.  */
  486. |   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
  487. |   if (fd2 < 0)
  488. |     return 4;
  489. |   cdata2 = "";
  490. |   if (write (fd2, cdata2, 1) != 1)
  491. |     return 5;
  492. |   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
  493. |   if (data2 == MAP_FAILED)
  494. |     return 6;
  495. |   for (i = 0; i < pagesize; ++i)
  496. |     if (*(data2 + i))
  497. |       return 7;
  498. |   close (fd2);
  499. |   if (munmap (data2, pagesize))
  500. |     return 8;
  501. |
  502. |   /* Next, try to mmap the file at a fixed address which already has
  503. |      something else allocated at it.  If we can, also make sure that
  504. |      we see the same garbage.  */
  505. |   fd = open ("conftest.mmap", O_RDWR);
  506. |   if (fd < 0)
  507. |     return 9;
  508. |   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
  509. |                    MAP_PRIVATE | MAP_FIXED, fd, 0L))
  510. |     return 10;
  511. |   for (i = 0; i < pagesize; ++i)
  512. |     if (*(data + i) != *(data2 + i))
  513. |       return 11;
  514. |
  515. |   /* Finally, make sure that changes to the mapped area do not
  516. |      percolate back to the file as seen by read().  (This is a bug on
  517. |      some variants of i386 svr4.0.)  */
  518. |   for (i = 0; i < pagesize; ++i)
  519. |     *(data2 + i) = *(data2 + i) + 1;
  520. |   data3 = (char *) malloc (pagesize);
  521. |   if (!data3)
  522. |     return 12;
  523. |   if (read (fd, data3, pagesize) != pagesize)
  524. |     return 13;
  525. |   for (i = 0; i < pagesize; ++i)
  526. |     if (*(data + i) != *(data3 + i))
  527. |       return 14;
  528. |   close (fd);
  529. |   return 0;
  530. | }
  531. configure:4500: result: no
  532. configure:4568: checking for memcpy
  533. configure:4568: gcc -o conftest.exe -g -O2   conftest.c  >&5
  534. conftest.c:51:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
  535. configure:4568: $? = 0
  536. configure:4568: result: yes
  537. configure:4568: checking for memmove
  538. configure:4568: gcc -o conftest.exe -g -O2   conftest.c  >&5
  539. conftest.c:52:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  540. configure:4568: $? = 0
  541. configure:4568: result: yes
  542. configure:4591: checking gcc compiler flag -pedantic to assure ANSI C works correctly
  543. configure:4608: gcc -c -g -O2  -pedantic  conftest.c >&5
  544. configure:4608: $? = 0
  545. configure:4610: result: ok, add it to XX_ANSIFLAGS
  546. configure:4591: checking gcc compiler flag -ansi to assure ANSI C works correctly
  547. configure:4608: gcc -c -g -O2  -pedantic -ansi  conftest.c >&5
  548. configure:4608: $? = 0
  549. configure:4610: result: ok, add it to XX_ANSIFLAGS
  550. configure:4650: checking for gzsetparams in -lz
  551. configure:4675: gcc -o conftest.exe -g -O2   conftest.c -lz   >&5
  552. d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot find -lz
  553. collect2.exe: error: ld returned 1 exit status
  554. configure:4675: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME "FreeType"
  558. | #define PACKAGE_TARNAME "freetype"
  559. | #define PACKAGE_VERSION "2.5"
  560. | #define PACKAGE_STRING "FreeType 2.5"
  561. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  562. | #define PACKAGE_URL ""
  563. | #define STDC_HEADERS 1
  564. | #define HAVE_SYS_TYPES_H 1
  565. | #define HAVE_SYS_STAT_H 1
  566. | #define HAVE_STDLIB_H 1
  567. | #define HAVE_STRING_H 1
  568. | #define HAVE_MEMORY_H 1
  569. | #define HAVE_STRINGS_H 1
  570. | #define HAVE_INTTYPES_H 1
  571. | #define HAVE_STDINT_H 1
  572. | #define HAVE_UNISTD_H 1
  573. | #define HAVE_FCNTL_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define SIZEOF_INT 4
  576. | #define SIZEOF_LONG 0
  577. | #define FT_USE_AUTOCONF_SIZEOF_TYPES /**/
  578. | #define HAVE_STDLIB_H 1
  579. | #define HAVE_UNISTD_H 1
  580. | #define HAVE_SYS_PARAM_H 1
  581. | #define HAVE_GETPAGESIZE 1
  582. | #define HAVE_MEMCPY 1
  583. | #define HAVE_MEMMOVE 1
  584. | /* end confdefs.h.  */
  585. |
  586. | /* Override any GCC internal prototype to avoid an error.
  587. |    Use char because int might match the return type of a GCC
  588. |    builtin and then its argument prototype would still apply.  */
  589. | #ifdef __cplusplus
  590. | extern "C"
  591. | #endif
  592. | char gzsetparams ();
  593. | int
  594. | main ()
  595. | {
  596. | return gzsetparams ();
  597. |   ;
  598. |   return 0;
  599. | }
  600. configure:4684: result: no
  601. configure:4711: checking for BZ2_bzDecompress in -lbz2
  602. configure:4736: gcc -o conftest.exe -g -O2   conftest.c -lbz2   >&5
  603. d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot find -lbz2
  604. collect2.exe: error: ld returned 1 exit status
  605. configure:4736: $? = 1
  606. configure: failed program was:
  607. | /* confdefs.h */
  608. | #define PACKAGE_NAME "FreeType"
  609. | #define PACKAGE_TARNAME "freetype"
  610. | #define PACKAGE_VERSION "2.5"
  611. | #define PACKAGE_STRING "FreeType 2.5"
  612. | #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  613. | #define PACKAGE_URL ""
  614. | #define STDC_HEADERS 1
  615. | #define HAVE_SYS_TYPES_H 1
  616. | #define HAVE_SYS_STAT_H 1
  617. | #define HAVE_STDLIB_H 1
  618. | #define HAVE_STRING_H 1
  619. | #define HAVE_MEMORY_H 1
  620. | #define HAVE_STRINGS_H 1
  621. | #define HAVE_INTTYPES_H 1
  622. | #define HAVE_STDINT_H 1
  623. | #define HAVE_UNISTD_H 1
  624. | #define HAVE_FCNTL_H 1
  625. | #define HAVE_UNISTD_H 1
  626. | #define SIZEOF_INT 4
  627. | #define SIZEOF_LONG 0
  628. | #define FT_USE_AUTOCONF_SIZEOF_TYPES /**/
  629. | #define HAVE_STDLIB_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | #define HAVE_SYS_PARAM_H 1
  632. | #define HAVE_GETPAGESIZE 1
  633. | #define HAVE_MEMCPY 1
  634. | #define HAVE_MEMMOVE 1
  635. | /* end confdefs.h.  */
  636. |
  637. | /* Override any GCC internal prototype to avoid an error.
  638. |    Use char because int might match the return type of a GCC
  639. |    builtin and then its argument prototype would still apply.  */
  640. | #ifdef __cplusplus
  641. | extern "C"
  642. | #endif
  643. | char BZ2_bzDecompress ();
  644. | int
  645. | main ()
  646. | {
  647. | return BZ2_bzDecompress ();
  648. |   ;
  649. |   return 0;
  650. | }
  651. configure:4745: result: no
  652. configure:4772: checking for libpng
  653. configure:4776: error: `libpng-config' not found;
  654. either set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment variables,
  655. or pass `--without-png' to the `configure' script.
  656.  
  657. ## ---------------- ##
  658. ## Cache variables. ##
  659. ## ---------------- ##
  660.  
  661. ac_cv_build=i686-pc-mingw32
  662. ac_cv_c_compiler_gnu=yes
  663. ac_cv_c_const=yes
  664. ac_cv_env_CC_set=
  665. ac_cv_env_CC_value=
  666. ac_cv_env_CFLAGS_set=
  667. ac_cv_env_CFLAGS_value=
  668. ac_cv_env_CPPFLAGS_set=
  669. ac_cv_env_CPPFLAGS_value=
  670. ac_cv_env_CPP_set=
  671. ac_cv_env_CPP_value=
  672. ac_cv_env_LDFLAGS_set=
  673. ac_cv_env_LDFLAGS_value=
  674. ac_cv_env_LIBS_set=
  675. ac_cv_env_LIBS_value=
  676. ac_cv_env_build_alias_set=
  677. ac_cv_env_build_alias_value=
  678. ac_cv_env_host_alias_set=
  679. ac_cv_env_host_alias_value=
  680. ac_cv_env_target_alias_set=
  681. ac_cv_env_target_alias_value=
  682. ac_cv_exeext=.exe
  683. ac_cv_func_getpagesize=yes
  684. ac_cv_func_memcpy=yes
  685. ac_cv_func_memmove=yes
  686. ac_cv_func_mmap_fixed_mapped=no
  687. ac_cv_header_fcntl_h=yes
  688. ac_cv_header_inttypes_h=yes
  689. ac_cv_header_memory_h=yes
  690. ac_cv_header_stdc=yes
  691. ac_cv_header_stdint_h=yes
  692. ac_cv_header_stdlib_h=yes
  693. ac_cv_header_string_h=yes
  694. ac_cv_header_strings_h=yes
  695. ac_cv_header_sys_param_h=yes
  696. ac_cv_header_sys_stat_h=yes
  697. ac_cv_header_sys_types_h=yes
  698. ac_cv_header_unistd_h=yes
  699. ac_cv_host=i686-pc-mingw32
  700. ac_cv_lib_bz2_BZ2_bzDecompress=no
  701. ac_cv_lib_z_gzsetparams=no
  702. ac_cv_objext=o
  703. ac_cv_path_EGREP='/bin/grep -E'
  704. ac_cv_path_GREP=/bin/grep
  705. ac_cv_path_install='/bin/install -c'
  706. ac_cv_prog_CPP='gcc -E'
  707. ac_cv_prog_RMDIR=rmdir
  708. ac_cv_prog_ac_ct_CC=gcc
  709. ac_cv_prog_cc_c89=
  710. ac_cv_prog_cc_g=yes
  711. ac_cv_sizeof_int=4
  712. ac_cv_sizeof_long=0
  713.  
  714. ## ----------------- ##
  715. ## Output variables. ##
  716. ## ----------------- ##
  717.  
  718. AR=''
  719. AS=''
  720. AWK=''
  721. CC='gcc'
  722. CC_BUILD='gcc'
  723. CFLAGS='-g -O2'
  724. CPP='gcc -E'
  725. CPPFLAGS=''
  726. DEFS=''
  727. DLLTOOL=''
  728. DSYMUTIL=''
  729. DUMPBIN=''
  730. ECHO_C=''
  731. ECHO_N='-n'
  732. ECHO_T=''
  733. EGREP='/bin/grep -E'
  734. EXEEXT='.exe'
  735. EXEEXT_BUILD='.exe'
  736. FGREP=''
  737. FT2_EXTRA_LIBS=''
  738. FTSYS_SRC='$(BASE_DIR)/ftsystem.c'
  739. GREP='/bin/grep'
  740. INSTALL_DATA='${INSTALL} -m 644'
  741. INSTALL_PROGRAM='${INSTALL}'
  742. INSTALL_SCRIPT='${INSTALL}'
  743. LD=''
  744. LDFLAGS=''
  745. LIBBZ2=''
  746. LIBOBJS=''
  747. LIBS=''
  748. LIBTOOL=''
  749. LIBZ=''
  750. LIPO=''
  751. LN_S=''
  752. LTLIBOBJS=''
  753. MANIFEST_TOOL=''
  754. NM=''
  755. NMEDIT=''
  756. OBJDUMP=''
  757. OBJEXT='o'
  758. OTOOL64=''
  759. OTOOL=''
  760. PACKAGE_BUGREPORT='freetype@nongnu.org'
  761. PACKAGE_NAME='FreeType'
  762. PACKAGE_STRING='FreeType 2.5'
  763. PACKAGE_TARNAME='freetype'
  764. PACKAGE_URL=''
  765. PACKAGE_VERSION='2.5'
  766. PATH_SEPARATOR=':'
  767. RANLIB=''
  768. RMDIR='rmdir'
  769. SED=''
  770. SHELL='/bin/sh'
  771. STRIP=''
  772. SYSTEM_ZLIB=''
  773. XX_ANSIFLAGS=' -pedantic -ansi'
  774. XX_CFLAGS='-Wall'
  775. ac_ct_AR=''
  776. ac_ct_CC='gcc'
  777. ac_ct_DUMPBIN=''
  778. bindir='${exec_prefix}/bin'
  779. build='i686-pc-mingw32'
  780. build_alias=''
  781. build_cpu='i686'
  782. build_libtool_libs=''
  783. build_os='mingw32'
  784. build_vendor='pc'
  785. datadir='${datarootdir}'
  786. datarootdir='${prefix}/share'
  787. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  788. dvidir='${docdir}'
  789. exec_prefix='NONE'
  790. ft_version='16.2.10'
  791. ftmac_c=''
  792. hardcode_libdir_flag_spec=''
  793. host='i686-pc-mingw32'
  794. host_alias=''
  795. host_cpu='i686'
  796. host_os='mingw32'
  797. host_vendor='pc'
  798. htmldir='${docdir}'
  799. includedir='${prefix}/include'
  800. infodir='${datarootdir}/info'
  801. libdir='${exec_prefix}/lib'
  802. libexecdir='${exec_prefix}/libexec'
  803. localedir='${datarootdir}/locale'
  804. localstatedir='${prefix}/var'
  805. mandir='${datarootdir}/man'
  806. oldincludedir='/usr/include'
  807. pdfdir='${docdir}'
  808. prefix='NONE'
  809. program_transform_name='s,x,x,'
  810. psdir='${docdir}'
  811. sbindir='${exec_prefix}/sbin'
  812. sharedstatedir='${prefix}/com'
  813. sysconfdir='${prefix}/etc'
  814. target_alias=''
  815. version_info='16:2:10'
  816. wl=''
  817.  
  818. ## ----------- ##
  819. ## confdefs.h. ##
  820. ## ----------- ##
  821.  
  822. /* confdefs.h */
  823. #define PACKAGE_NAME "FreeType"
  824. #define PACKAGE_TARNAME "freetype"
  825. #define PACKAGE_VERSION "2.5"
  826. #define PACKAGE_STRING "FreeType 2.5"
  827. #define PACKAGE_BUGREPORT "freetype@nongnu.org"
  828. #define PACKAGE_URL ""
  829. #define STDC_HEADERS 1
  830. #define HAVE_SYS_TYPES_H 1
  831. #define HAVE_SYS_STAT_H 1
  832. #define HAVE_STDLIB_H 1
  833. #define HAVE_STRING_H 1
  834. #define HAVE_MEMORY_H 1
  835. #define HAVE_STRINGS_H 1
  836. #define HAVE_INTTYPES_H 1
  837. #define HAVE_STDINT_H 1
  838. #define HAVE_UNISTD_H 1
  839. #define HAVE_FCNTL_H 1
  840. #define HAVE_UNISTD_H 1
  841. #define SIZEOF_INT 4
  842. #define SIZEOF_LONG 0
  843. #define FT_USE_AUTOCONF_SIZEOF_TYPES /**/
  844. #define HAVE_STDLIB_H 1
  845. #define HAVE_UNISTD_H 1
  846. #define HAVE_SYS_PARAM_H 1
  847. #define HAVE_GETPAGESIZE 1
  848. #define HAVE_MEMCPY 1
  849. #define HAVE_MEMMOVE 1
  850.  
  851. configure: exit 1
  852.