Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. syd$guile-ncurses-2.2: ./configure
  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... /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 for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking whether gcc understands -c and -o together... yes
  19. checking dependency style of gcc... gcc3
  20. checking how to run the C preprocessor... gcc -E
  21. checking for grep that handles long lines and -e... /bin/grep
  22. checking for egrep... /bin/grep -E
  23. checking for ANSI C header files... yes
  24. checking for sys/types.h... yes
  25. checking for sys/stat.h... yes
  26. checking for stdlib.h... yes
  27. checking for string.h... yes
  28. checking for memory.h... yes
  29. checking for strings.h... yes
  30. checking for inttypes.h... yes
  31. checking for stdint.h... yes
  32. checking for unistd.h... yes
  33. checking minix/config.h usability... no
  34. checking minix/config.h presence... no
  35. checking for minix/config.h... no
  36. checking whether it is safe to define __EXTENSIONS__... yes
  37. checking for pkg-config... /usr/bin/pkg-config
  38. checking pkg-config is at least version 0.9.0... yes
  39. checking for gcc... (cached) gcc
  40. checking whether we are using the GNU C compiler... (cached) yes
  41. checking whether gcc accepts -g... (cached) yes
  42. checking for gcc option to accept ISO C89... (cached) none needed
  43. checking whether gcc understands -c and -o together... (cached) yes
  44. checking dependency style of gcc... (cached) gcc3
  45. checking build system type... i686-pc-linux-gnu
  46. checking host system type... i686-pc-linux-gnu
  47. checking for ar... ar
  48. checking the archiver (ar) interface... ar
  49. checking for pkg-config... (cached) /usr/bin/pkg-config
  50. checking pkg-config is at least version 0.9.0... yes
  51. configure: checking for guile 2.2
  52. configure: found guile 2.2
  53. checking for guile-2.2... /usr/bin/guile-2.2
  54. checking for Guile version >= 2.2... 2.2.3
  55. checking for guild-2.2... no
  56. checking for guile-config-2.2... no
  57. checking for guile-tools-2.2... no
  58. checking for ld used by gcc... /usr/bin/i686-linux-gnu-ld
  59. checking if the linker (/usr/bin/i686-linux-gnu-ld) is GNU ld... yes
  60. checking for shared library run path origin... done
  61. checking for GUILE... yes
  62. checking for Guile site directory... /usr/share/guile/site/2.2
  63. checking for Guile site-ccache directory using pkgconfig... /usr/lib/i386-linux-gnu/guile/2.2/site-ccache
  64. checking for Guile extensions directory... /usr/lib/i386-linux-gnu/guile/2.2/extensions
  65. checking the Guile effective version... 2.2
  66. checking Guile site directory... /usr/share/guile/site/2.2
  67. checking Guile extension directory... /usr/lib/i386-linux-gnu/guile/2.2/extensions
  68. checking Guile object directory... /usr/lib/i386-linux-gnu/guile/2.2/site-ccache
  69. configure: checking for ncurses
  70. checking ncursesw/curses.h usability... yes
  71. checking ncursesw/curses.h presence... yes
  72. checking for ncursesw/curses.h... yes
  73. checking for library containing initscr... -lncursesw
  74. checking for library containing u32_strconv_from_locale... -lunistring
  75. checking for library containing new_menu... -lmenuw
  76. checking for library containing new_form... -lformw
  77. checking for library containing new_panel... -lpanelw
  78. configure: checking for term.h
  79. checking ncursesw/term.h usability... yes
  80. checking ncursesw/term.h presence... yes
  81. checking for ncursesw/term.h... yes
  82. checking termios.h usability... yes
  83. checking termios.h presence... yes
  84. checking for termios.h... yes
  85. checking how to print strings... printf
  86. checking for a sed that does not truncate output... /bin/sed
  87. checking for fgrep... /bin/grep -F
  88. checking for ld used by gcc... /usr/bin/i686-linux-gnu-ld
  89. checking if the linker (/usr/bin/i686-linux-gnu-ld) is GNU ld... yes
  90. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  91. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  92. checking whether ln -s works... yes
  93. checking the maximum length of command line arguments... 1572864
  94. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  95. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  96. checking for /usr/bin/i686-linux-gnu-ld option to reload object files... -r
  97. checking for objdump... objdump
  98. checking how to recognize dependent libraries... pass_all
  99. checking for dlltool... no
  100. checking how to associate runtime and link libraries... printf %s\n
  101. checking for archiver @FILE support... @
  102. checking for strip... strip
  103. checking for ranlib... ranlib
  104. checking command to parse /usr/bin/nm -B output from gcc object... ok
  105. checking for sysroot... no
  106. checking for a working dd... /bin/dd
  107. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  108. checking for mt... mt
  109. checking if mt is a manifest tool... no
  110. checking for dlfcn.h... yes
  111. checking for objdir... .libs
  112. checking if gcc supports -fno-rtti -fno-exceptions... no
  113. checking for gcc option to produce PIC... -fPIC -DPIC
  114. checking if gcc PIC flag -fPIC -DPIC works... yes
  115. checking if gcc static flag -static works... yes
  116. checking if gcc supports -c -o file.o... yes
  117. checking if gcc supports -c -o file.o... (cached) yes
  118. checking whether the gcc linker (/usr/bin/i686-linux-gnu-ld) supports shared libraries... yes
  119. checking whether -lc should be explicitly linked in... no
  120. checking dynamic linker characteristics... GNU/Linux ld.so
  121. checking how to hardcode library paths into programs... immediate
  122. checking for shl_load... no
  123. checking for shl_load in -ldld... no
  124. checking for dlopen... no
  125. checking for dlopen in -ldl... yes
  126. checking whether a program can dlopen itself... yes
  127. checking whether a statically linked program can dlopen itself... no
  128. checking whether stripping libraries is possible... yes
  129. checking if libtool supports shared libraries... yes
  130. checking whether to build shared libraries... yes
  131. checking whether to build static libraries... no
  132. checking if guile can handle UCS4 characters... yes
  133. checking uniconv.h usability... yes
  134. checking uniconv.h presence... yes
  135. checking for uniconv.h... yes
  136. checking process.h usability... no
  137. checking process.h presence... no
  138. checking for process.h... no
  139. checking pty.h usability... yes
  140. checking pty.h presence... yes
  141. checking for pty.h... yes
  142. checking util.h usability... no
  143. checking util.h presence... no
  144. checking for util.h... no
  145. checking for __attribute__... yes
  146. checking for off64_t... yes
  147. checking for cookie_io_functions_t... yes
  148. checking size of int... 4
  149. checking size of long... 4
  150. checking size of void *... 4
  151. checking size of chtype... 4
  152. checking size of attr_t... 4
  153. checking for BUTTON5_PRESSED defined in ncursesw/curses.h... no
  154. checking for KEY_EVENT defined in ncursesw/curses.h... yes
  155. checking for O_MOUSE_MENU defined in ncursesw/menu.h... yes
  156. checking size of wchar_t... 4
  157. checking size of wint_t... 4
  158. checking for cfmakeraw... yes
  159. checking for fopencookie... yes
  160. checking for ptsname... yes
  161. checking for grantpt... yes
  162. checking for unlockpt... yes
  163. checking for tcgetsid... yes
  164. checking for wcwidth... yes
  165. checking for key_defined... yes
  166. checking for term_attrs... yes
  167. checking for set_tabsize... yes
  168. checking for is_pad... yes
  169. checking for is_subwin... yes
  170. checking for form_driver_w... yes
  171. checking for setupterm... yes
  172. checking for wgetdelay... yes
  173. checking for has_mouse... yes
  174. checking whether OCRNL is declared... yes
  175. checking whether OFILL is declared... yes
  176. checking whether ONLCR is declared... yes
  177. checking whether ONOCR is declared... yes
  178. checking whether ONLRET is declared... yes
  179. checking whether IXANY is declared... yes
  180. checking whether B7200 is declared... no
  181. checking whether B14400 is declared... no
  182. checking whether B28800 is declared... no
  183. checking whether B57600 is declared... yes
  184. checking whether B76800 is declared... no
  185. checking whether B115200 is declared... yes
  186. checking whether B230400 is declared... yes
  187. checking for toe... yes
  188. checking for the terminfo of xterm... yes
  189. checking that generated files are newer than configure... done
  190. configure: creating ./config.status
  191. config.status: creating Makefile
  192. config.status: creating src/ncurses/Makefile
  193. config.status: creating doc/Makefile
  194. config.status: creating m4/Makefile
  195. config.status: creating build_aux/Makefile
  196. config.status: creating tools/Makefile
  197. config.status: creating test/Makefile
  198. config.status: creating tools/uninstalled-env
  199. config.status: creating config.h
  200. config.status: executing depfiles commands
  201. config.status: executing libtool commands
  202. configure:
  203. The Guile modules will be installed in /usr/share/guile/site/2.2.
  204. The Guile extension libraries will be installed in /usr/lib/i386-linux-gnu/guile/2.2/extensions.
  205. The compiled modules will be installed in /usr/lib/i386-linux-gnu/guile/2.2/site-ccache.
  206. These directories are the ones expected by /usr/bin/guile-2.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement