Advertisement
Creqz

configure

Jan 17th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. ~/src/notmuch-08e6d37% ./configure
  2.  
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... x86_64-unknown-linux-gnu
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether make supports nested variables... yes
  12. checking for git head...
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking for gcc... (cached) gcc
  42. checking whether we are using the GNU C compiler... (cached) yes
  43. checking whether gcc accepts -g... (cached) yes
  44. checking for gcc option to accept ISO C89... (cached) none needed
  45. checking dependency style of gcc... (cached) gcc3
  46. checking for gcc option to accept ISO C99... -std=gnu99
  47. checking how to print strings... printf
  48. checking for a sed that does not truncate output... /bin/sed
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  59. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  60. checking for /usr/bin/ld option to reload object files... -r
  61. checking for objdump... objdump
  62. checking how to recognize dependent libraries... pass_all
  63. checking for dlltool... no
  64. checking how to associate runtime and link libraries... printf %s\n
  65. checking for ar... ar
  66. checking for archiver @FILE support... @
  67. checking for strip... strip
  68. checking for ranlib... ranlib
  69. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  70. checking for sysroot... no
  71. checking for mt... mt
  72. checking if mt is a manifest tool... no
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  76. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  77. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  78. checking if gcc -std=gnu99 static flag -static works... yes
  79. checking if gcc -std=gnu99 supports -c -o file.o... yes
  80. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  81. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  82. checking whether -lc should be explicitly linked in... no
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking if libtool supports shared libraries... yes
  87. checking whether to build shared libraries... yes
  88. checking whether to build static libraries... yes
  89. checking whether ln -s works... yes
  90. checking whether make sets $(MAKE)... (cached) yes
  91. checking for dirent.h that defines DIR... yes
  92. checking for library containing opendir... none required
  93. checking for ANSI C header files... (cached) yes
  94. checking whether time.h and sys/time.h may both be included... yes
  95. checking for sys/wait.h that is POSIX.1 compatible... yes
  96. checking for sys/stat.h... (cached) yes
  97. checking for unistd.h... (cached) yes
  98. checking sysexits.h usability... yes
  99. checking sysexits.h presence... yes
  100. checking for sysexits.h... yes
  101. checking utime.h usability... yes
  102. checking utime.h presence... yes
  103. checking for utime.h... yes
  104. checking for an ANSI C-conforming const... yes
  105. checking for off_t... yes
  106. checking for size_t... yes
  107. checking for uid_t in sys/types.h... yes
  108. checking for pid_t... yes
  109. checking whether struct tm is in sys/time.h or time.h... time.h
  110. checking for setgroups... yes
  111. checking for initgroups... yes
  112. checking for symlink... yes
  113. checking for readlink... yes
  114. checking for strcasecmp... yes
  115. checking for utime... yes
  116. checking for utimes... yes
  117. checking for splice... yes
  118. checking for missing gethostname prototype... no
  119. checking for pkg-config... /usr/bin/pkg-config
  120. checking pkg-config is at least version 0.9.0... yes
  121. checking for glib... yes
  122. checking for notmuch_database_create in -lnotmuch... yes
  123. checking whether C compiler accepts -Wall... yes
  124. checking whether C compiler accepts -W... yes
  125. checking whether C compiler accepts -Wextra... yes
  126. checking whether C compiler accepts -Wvla... yes
  127. checking whether C compiler accepts -Wformat=2... yes
  128. checking whether C compiler accepts -Wformat-security... yes
  129. checking whether C compiler accepts -Wformat-nonliteral... yes
  130. checking whether C compiler accepts -Winit-self... yes
  131. checking whether C compiler accepts -Wfloat-equal... yes
  132. checking whether C compiler accepts -Wno-deprecated-declarations... yes
  133. checking whether C compiler accepts -Wmissing-declarations... yes
  134. checking whether C compiler accepts -Wmissing-noreturn... yes
  135. checking whether C compiler accepts -Wmissing-prototypes... yes
  136. checking whether C compiler accepts -Wredundant-decls... yes
  137. checking whether C compiler accepts -Wshadow... yes
  138. checking whether C compiler accepts -Wpointer-arith... yes
  139. checking whether C compiler accepts -Wstrict-prototypes... yes
  140. checking whether C compiler accepts -Wcast-qual... yes
  141. checking whether C compiler accepts -Wwrite-strings... yes
  142. checking whether C compiler accepts -pedantic... yes
  143. checking whether gprof symbols are wanted... no
  144. checking whether coverage testing should be enabled... no
  145. configure: creating ./config.status
  146. config.status: creating Makefile
  147. config.status: creating maildrop/numlib/Makefile
  148. config.status: creating src/Makefile
  149. config.status: creating config.h
  150. config.status: config.h is unchanged
  151. config.status: linking config.h to maildrop/numlib/config.h
  152. config.status: executing depfiles commands
  153. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement