spacepaste

  1.  
  2. checking whether to build shared libraries... yes
  3. checking whether to build static libraries... yes
  4. checking whether ln -s works... yes
  5. checking whether make sets $(MAKE)... (cached) yes
  6. checking for pkg-config... /usr/bin/pkg-config
  7. checking pkg-config is at least version 0.9.0... yes
  8. checking for X... libraries , headers
  9. checking for ANSI C header files... (cached) yes
  10. checking for dirent.h... yes
  11. checking for errno.h... yes
  12. checking for inttypes.h... (cached) yes
  13. checking for limits.h... yes
  14. checking for stddef.h... yes
  15. checking for stdint.h... (cached) yes
  16. checking for stdlib.h... (cached) yes
  17. checking for string.h... (cached) yes
  18. checking for strings.h... (cached) yes
  19. checking for unistd.h... (cached) yes
  20. checking for sys/stat.h... (cached) yes
  21. checking for sys/types.h... (cached) yes
  22. checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
  23. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  24. checking for shared library run path origin... done
  25. checking for iconv... yes
  26. checking for working iconv... yes
  27. checking for iconv declaration...
  28. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  29. checking iconv.h usability... yes
  30. checking iconv.h presence... yes
  31. checking for iconv.h... yes
  32. checking whether iconv.h defines iconv_t... yes
  33. checking for sin... no
  34. checking for sin in -lm... yes
  35. checking whether gcc is Clang... no
  36. checking whether pthreads work with -pthread... yes
  37. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  38. checking whether more special flags are required for pthreads... no
  39. checking for PTHREAD_PRIO_INHERIT... yes
  40. checking for OpenMP flag of C compiler... -fopenmp
  41. checking whether to support zlib... auto
  42. checking for LIBZ... yes
  43. checking whether to support png... auto
  44. checking for LIBPNG... yes
  45. checking whether to support freetype... auto
  46. checking for LIBFREETYPE... yes
  47. checking whether to support fontconfig... auto
  48. checking for LIBFONTCONFIG... yes
  49. checking whether to support jpeg... auto
  50. checking for jpeg_set_defaults in -ljpeg... yes
  51. checking whether to support liq... auto
  52. checking libimagequant.h usability... no
  53. checking libimagequant.h presence... no
  54. checking for libimagequant.h... no
  55. configure: Disabling support for liq
  56. checking whether to support xpm... auto
  57. checking for LIBXPM... yes
  58. checking whether to support tiff... auto
  59. checking for LIBTIFF... yes
  60. checking whether to support webp... auto
  61. checking for WebPGetInfo in -lwebp... yes
  62. checking for simple visibility declarations... yes
  63. checking whether we are building for a Win32 host... no
  64. checking CFLAGS for maximum warnings... -Wall
  65. ** Configuration summary for libgd 2.2.5:
  66. Support for Zlib: yes
  67. Support for PNG library: yes
  68. Support for JPEG library: yes
  69. Support for WebP library: yes
  70. Support for TIFF library: yes
  71. Support for Freetype 2.x library: yes
  72. Support for Fontconfig library: yes
  73. Support for Xpm library: yes
  74. Support for liq library: no
  75. Support for pthreads: yes
  76.