Advertisement
alvarovaca

Configure 2

Oct 31st, 2020 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. alvaro@debian:~/emacs$ ./configure --prefix=/opt/emacs/
  2. checking for xcrun... no
  3. checking for GNU Make... make
  4. checking build system type... x86_64-pc-linux-gnu
  5. checking host system type... x86_64-pc-linux-gnu
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to enable C11 features... none needed
  15. checking whether gcc and cc understand -c and -o together... yes
  16. checking for putenv... yes
  17. checking for sbrk... yes
  18. checking for fchmod... yes
  19. checking for canonicalize_file_name... yes
  20. checking for getcwd... yes
  21. checking for readlink... yes
  22. checking for realpath... yes
  23. checking for readlinkat... yes
  24. checking for explicit_bzero... yes
  25. checking for faccessat... yes
  26. checking for fcntl... yes
  27. checking for fdopendir... yes
  28. checking for fstatat... yes
  29. checking for fsync... yes
  30. checking for gettimeofday... yes
  31. checking for lstat... yes
  32. checking for mkostemp... yes
  33. checking for tzset... yes
  34. checking for pipe2... yes
  35. checking for pselect... yes
  36. checking for isblank... yes
  37. checking for iswctype... yes
  38. checking for strtoimax... yes
  39. checking for symlink... yes
  40. checking for localtime_r... yes
  41. checking for timegm... yes
  42. checking for futimes... yes
  43. checking for futimesat... yes
  44. checking for futimens... yes
  45. checking for utimensat... yes
  46. checking for lutimes... yes
  47. checking for getdtablesize... yes
  48. checking how to run the C preprocessor... gcc -E
  49. checking for grep that handles long lines and -e... /usr/bin/grep
  50. checking for egrep... /usr/bin/grep -E
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking minix/config.h usability... no
  62. checking minix/config.h presence... no
  63. checking for minix/config.h... no
  64. checking whether it is safe to define __EXTENSIONS__... yes
  65. checking whether _XOPEN_SOURCE should be defined... no
  66. checking for Minix Amsterdam compiler... no
  67. checking for ar... ar
  68. checking for ranlib... ranlib
  69. checking for special C compiler options needed for large files... no
  70. checking for _FILE_OFFSET_BITS value needed for large files... no
  71. checking whether gcc accepts -g3 -O2... yes
  72. checking whether the compiler is clang... no
  73. checking whether C compiler handles -Werror -Wunknown-warning-option... no
  74. checking for a BSD-compatible install... /usr/bin/install -c
  75. checking command to symlink files in the same directory... ln -s
  76. checking for install-info... :
  77. checking for gzip... /usr/bin/gzip
  78. checking for 'find' args to delete a file... -delete
  79. checking for brew... no
  80. checking for -znocombreloc... not needed
  81. checking whether addresses are sanitized... no
  82. checking for library containing sqrt... -lm
  83. checking for pkg-config... /usr/bin/pkg-config
  84. checking pkg-config is at least version 0.9.0... yes
  85. checking for machine/soundcard.h... no
  86. checking for sys/soundcard.h... yes
  87. checking for soundcard.h... no
  88. checking for mmsystem.h... no
  89. checking for _oss_ioctl in -lossaudio... no
  90. checking for alsa >= 1.0.0... no
  91. checking for linux/fs.h... yes
  92. checking for malloc.h... yes
  93. checking for sys/systeminfo.h... no
  94. checking for sys/sysinfo.h... yes
  95. checking for coff.h... no
  96. checking for pty.h... yes
  97. checking for sys/resource.h... yes
  98. checking for sys/utsname.h... yes
  99. checking for pwd.h... yes
  100. checking for utmp.h... yes
  101. checking for util.h... no
  102. checking for sys/socket.h... yes
  103. checking for stdlib.h... (cached) yes
  104. checking for unistd.h... (cached) yes
  105. checking for sys/param.h... yes
  106. checking for pthread.h... yes
  107. checking for malloc/malloc.h... no
  108. checking for sys/un.h... yes
  109. checking for dirent.h... yes
  110. checking for execinfo.h... yes
  111. checking for stdio_ext.h... yes
  112. checking for sys/vfs.h... yes
  113. checking for sys/fs_types.h... no
  114. checking for getopt.h... yes
  115. checking for sys/cdefs.h... yes
  116. checking for sys/time.h... yes
  117. checking for ieee754.h... yes
  118. checking for limits.h... yes
  119. checking for wchar.h... yes
  120. checking for stdint.h... (cached) yes
  121. checking for inttypes.h... (cached) yes
  122. checking for sys/select.h... yes
  123. checking for sys/stat.h... (cached) yes
  124. checking for ADDR_NO_RANDOMIZE... yes
  125. checking if Linux sysinfo may be used... yes
  126. checking for term.h... no
  127. checking whether time.h and sys/time.h may both be included... yes
  128. checking whether sys_siglist is declared... yes
  129. checking for sys/wait.h that is POSIX.1 compatible... yes
  130. checking for net/if.h... yes
  131. checking for ifaddrs.h... yes
  132. checking for net/if_dl.h... no
  133. checking for struct ifreq.ifr_flags... yes
  134. checking for struct ifreq.ifr_hwaddr... yes
  135. checking for struct ifreq.ifr_netmask... yes
  136. checking for struct ifreq.ifr_broadaddr... yes
  137. checking for struct ifreq.ifr_addr... yes
  138. checking for struct ifreq.ifr_addr.sa_len... no
  139. checking whether gcc understands -MMD -MF... yes
  140. checking for X... no
  141. checking for X... false
  142. checking whether malloc is Doug Lea style... no
  143. checking for getpagesize... yes
  144. checking for working mmap... yes
  145. checking for main in -lXbsd... no
  146. checking for pthread library... -lpthread
  147. checking for thread support... yes
  148. checking for getaddrinfo_a in -lanl... yes
  149. checking for dbus-1 >= 1.0... no
  150. checking for lgetfilecon in -lselinux... no
  151. checking for gnutls >= 2.12.2... yes
  152. checking for libsystemd >= 222... no
  153. checking for jansson >= 2.7... no
  154. checking sys/inotify.h usability... yes
  155. checking sys/inotify.h presence... yes
  156. checking for sys/inotify.h... yes
  157. checking for inotify_init1... yes
  158. checking for lcms2... no
  159. checking for library containing inflateEnd... no
  160. checking for dladdr... yes
  161. checking for dlfunc... no
  162. checking gpm.h usability... no
  163. checking gpm.h presence... no
  164. checking for gpm.h... no
  165. checking for libxml-2.0 > 2.6.17... no
  166. checking for maillock in -lmail... no
  167. checking for maillock in -llockfile... no
  168. checking for liblockfile.so... no
  169. checking maillock.h usability... no
  170. checking maillock.h presence... no
  171. checking for maillock.h... no
  172. checking for accept4... yes
  173. checking for fchdir... yes
  174. checking for gethostname... yes
  175. checking for getrusage... yes
  176. checking for get_current_dir_name... yes
  177. checking for lrand48... yes
  178. checking for random... yes
  179. checking for rint... yes
  180. checking for trunc... yes
  181. checking for select... yes
  182. checking for getpagesize... (cached) yes
  183. checking for setlocale... yes
  184. checking for newlocale... yes
  185. checking for getrlimit... yes
  186. checking for setrlimit... yes
  187. checking for shutdown... yes
  188. checking for pthread_sigmask... (cached) yes
  189. checking for strsignal... yes
  190. checking for setitimer... yes
  191. checking for timer_getoverrun... no
  192. checking for sendto... yes
  193. checking for recvfrom... yes
  194. checking for getsockname... yes
  195. checking for getifaddrs... yes
  196. checking for freeifaddrs... yes
  197. checking for gai_strerror... yes
  198. checking for sync... yes
  199. checking for getpwent... yes
  200. checking for endpwent... yes
  201. checking for getgrent... yes
  202. checking for endgrent... yes
  203. checking for cfmakeraw... yes
  204. checking for cfsetspeed... yes
  205. checking for __executable_start... yes
  206. checking for log2... yes
  207. checking for pthread_setname_np... yes
  208. checking whether pthread_setname_np takes a single argument... no
  209. checking whether pthread_setname_np takes three arguments... no
  210. checking for aligned_alloc... yes
  211. checking whether aligned_alloc is declared... yes
  212. checking for posix_madvise... yes
  213. checking for __builtin_frame_address... yes
  214. checking for __builtin_unwind_init... yes
  215. checking for _LARGEFILE_SOURCE value needed for large files... no
  216. checking for grantpt... yes
  217. checking for getpt... yes
  218. checking for posix_openpt... yes
  219. checking for library containing tputs... no
  220. configure: error: The required function 'tputs' was not found in any library.
  221. The following libraries were tried (in order):
  222. libtinfo, libncurses, libterminfo, libcurses, libtermcap
  223. Please try installing whichever of these libraries is most appropriate
  224. for your system, together with its header files.
  225. For example, a libncurses-dev(el) or similar package.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement