Advertisement
Guest User

openslide_3.4.0_configure_log

a guest
May 26th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether make supports nested variables... (cached) yes
  9. checking for style of include used by make... GNU
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking dependency style of gcc... gcc3
  20. checking whether gcc and cc understand -c and -o together... yes
  21. checking for gcc option to accept ISO C99... -std=gnu99
  22. checking for special C compiler options needed for large files... no
  23. checking for _FILE_OFFSET_BITS value needed for large files... no
  24. checking for _LARGEFILE_SOURCE value needed for large files... no
  25. checking how to run the C preprocessor... gcc -std=gnu99 -E
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking for uintptr_t... yes
  39. checking build system type... x86_64-unknown-linux-gnu
  40. checking host system type... x86_64-unknown-linux-gnu
  41. checking how to print strings... printf
  42. checking for a sed that does not truncate output... /usr/bin/sed
  43. checking for fgrep... /usr/bin/grep -F
  44. checking for ld used by gcc -std=gnu99... /usr/x86_64-suse-linux/bin/ld
  45. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  46. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  47. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  48. checking whether ln -s works... yes
  49. checking the maximum length of command line arguments... 1572864
  50. checking whether the shell understands some XSI constructs... yes
  51. checking whether the shell understands "+="... yes
  52. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  53. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  54. checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
  55. checking for objdump... objdump
  56. checking how to recognize dependent libraries... pass_all
  57. checking for dlltool... no
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for ar... ar
  60. checking for archiver @FILE support... @
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  64. checking for sysroot... no
  65. checking for mt... mt
  66. checking if mt is a manifest tool... no
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  70. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  71. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  72. checking if gcc -std=gnu99 static flag -static works... no
  73. checking if gcc -std=gnu99 supports -c -o file.o... yes
  74. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  75. checking whether the gcc -std=gnu99 linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... no
  83. checking for windres... no
  84. checking version string... 3.4.0
  85. checking for library containing floor... -lm
  86. checking for library containing jpeg_CreateDecompress... -ljpeg
  87. checking for pkg-config... /usr/bin/pkg-config
  88. checking pkg-config is at least version 0.9.0... yes
  89. checking for ZLIB... yes
  90. checking for OPENJPEG... yes
  91. checking for LIBTIFF... yes
  92. checking for GLIB2... yes
  93. checking for CAIRO... yes
  94. checking for LIBPNG... yes
  95. checking for GDKPIXBUF... yes
  96. checking for LIBXML2... yes
  97. checking for SQLITE3... yes
  98. checking for VALGRIND... no
  99. checking for simple visibility declarations... yes
  100. checking fopen() close-on-exec flag... e
  101. checking for fcntl... yes
  102. checking that generated files are newer than configure... done
  103. configure: creating ./config.status
  104. config.status: creating Makefile
  105. config.status: creating openslide.pc
  106. config.status: creating src/openslide-dll.manifest
  107. config.status: creating src/openslide-dll.rc
  108. config.status: creating tools/openslide-quickhash1sum.1
  109. config.status: creating tools/openslide-show-properties.1
  110. config.status: creating tools/openslide-write-png.1
  111. config.status: creating config.h
  112. config.status: config.h is unchanged
  113. config.status: executing depfiles commands
  114. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement