Advertisement
Guest User

Untitled

a guest
Jun 21st, 2011
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. FreeType build system -- automatic system detection
  2.  
  3. The following settings are used:
  4.  
  5. platform unix
  6. compiler cc
  7. configuration directory ./builds/unix
  8. configuration rules ./builds/unix/unix.mk
  9.  
  10. If this does not correspond to your system or settings please remove the file
  11. `config.mk' from this directory then read the INSTALL file for help.
  12.  
  13. Otherwise, simply type `make' again to build the library,
  14. or `make refdoc' to build the API reference (the latter needs python).
  15.  
  16. cd builds/unix; ./configure '--build=i386-apple-darwin10.7.0'
  17. checking build system type... i386-apple-darwin10.7.0
  18. checking host system type... i386-apple-darwin10.7.0
  19. checking for gcc... gcc
  20. checking whether the C compiler works... yes
  21. checking for C compiler default output file name... a.out
  22. checking for suffix of executables...
  23. checking whether we are cross compiling... no
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking how to run the C preprocessor... gcc -E
  29. checking for rm... rm -f
  30. checking for rmdir... rmdir
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking for grep that handles long lines and -e... /usr/bin/grep
  33. checking for egrep... /usr/bin/grep -E
  34. checking for ANSI C header files... yes
  35. checking for sys/types.h... yes
  36. checking for sys/stat.h... yes
  37. checking for stdlib.h... yes
  38. checking for string.h... yes
  39. checking for memory.h... yes
  40. checking for strings.h... yes
  41. checking for inttypes.h... yes
  42. checking for stdint.h... yes
  43. checking for unistd.h... yes
  44. checking fcntl.h usability... yes
  45. checking fcntl.h presence... yes
  46. checking for fcntl.h... yes
  47. checking for unistd.h... (cached) yes
  48. checking for an ANSI C-conforming const... yes
  49. checking size of int... 4
  50. checking size of long... 8
  51. checking cpp computation of bit length in ftconfig.in works... yes
  52. checking for stdlib.h... (cached) yes
  53. checking for unistd.h... (cached) yes
  54. checking for sys/param.h... yes
  55. checking for getpagesize... yes
  56. checking for working mmap... yes
  57. checking whether munmap is declared... yes
  58. checking for munmap's first parameter type... void *
  59. checking for memcpy... yes
  60. checking for memmove... yes
  61. checking for gzsetparams in -lz... yes
  62. checking zlib.h usability... yes
  63. checking zlib.h presence... yes
  64. checking for zlib.h... yes
  65. checking for a sed that does not truncate output... /usr/bin/sed
  66. checking for fgrep... /usr/bin/grep -F
  67. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  68. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  69. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  70. checking the name lister (/usr/bin/nm) interface... BSD nm
  71. checking whether ln -s works... yes
  72. checking the maximum length of command line arguments... 196608
  73. checking whether the shell understands some XSI constructs... yes
  74. checking whether the shell understands "+="... yes
  75. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  76. checking for objdump... no
  77. checking how to recognize dependent libraries... pass_all
  78. checking for ar... ar
  79. checking for strip... strip
  80. checking for ranlib... ranlib
  81. checking command to parse /usr/bin/nm output from gcc object... ok
  82. checking for dsymutil... dsymutil
  83. checking for nmedit... nmedit
  84. checking for lipo... lipo
  85. checking for otool... otool
  86. checking for otool64... no
  87. checking for -single_module linker flag... yes
  88. checking for -exported_symbols_list linker flag... yes
  89. checking for dlfcn.h... yes
  90. checking for objdir... .libs
  91. checking if gcc supports -fno-rtti -fno-exceptions... no
  92. checking for gcc option to produce PIC... -fno-common -DPIC
  93. checking if gcc PIC flag -fno-common -DPIC works... yes
  94. checking if gcc static flag -static works... no
  95. checking if gcc supports -c -o file.o... yes
  96. checking if gcc supports -c -o file.o... (cached) yes
  97. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  98. checking dynamic linker characteristics... darwin10.7.0 dyld
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... yes
  104. configure: creating ./config.status
  105. config.status: creating unix-cc.mk
  106. config.status: creating unix-def.mk
  107. config.status: creating freetype-config
  108. config.status: creating freetype2.pc
  109. config.status: creating ftconfig.h
  110. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement