Advertisement
alvarovaca

Configure 1

Oct 31st, 2020 (edited)
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 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... no
  84. checking for machine/soundcard.h... no
  85. checking for sys/soundcard.h... yes
  86. checking for soundcard.h... no
  87. checking for mmsystem.h... no
  88. checking for _oss_ioctl in -lossaudio... no
  89. checking for alsa >= 1.0.0... no
  90. checking for linux/fs.h... yes
  91. checking for malloc.h... yes
  92. checking for sys/systeminfo.h... no
  93. checking for sys/sysinfo.h... yes
  94. checking for coff.h... no
  95. checking for pty.h... yes
  96. checking for sys/resource.h... yes
  97. checking for sys/utsname.h... yes
  98. checking for pwd.h... yes
  99. checking for utmp.h... yes
  100. checking for util.h... no
  101. checking for sys/socket.h... yes
  102. checking for stdlib.h... (cached) yes
  103. checking for unistd.h... (cached) yes
  104. checking for sys/param.h... yes
  105. checking for pthread.h... yes
  106. checking for malloc/malloc.h... no
  107. checking for sys/un.h... yes
  108. checking for dirent.h... yes
  109. checking for execinfo.h... yes
  110. checking for stdio_ext.h... yes
  111. checking for sys/vfs.h... yes
  112. checking for sys/fs_types.h... no
  113. checking for getopt.h... yes
  114. checking for sys/cdefs.h... yes
  115. checking for sys/time.h... yes
  116. checking for ieee754.h... yes
  117. checking for limits.h... yes
  118. checking for wchar.h... yes
  119. checking for stdint.h... (cached) yes
  120. checking for inttypes.h... (cached) yes
  121. checking for sys/select.h... yes
  122. checking for sys/stat.h... (cached) yes
  123. checking for ADDR_NO_RANDOMIZE... yes
  124. checking if Linux sysinfo may be used... yes
  125. checking for term.h... no
  126. checking whether time.h and sys/time.h may both be included... yes
  127. checking whether sys_siglist is declared... yes
  128. checking for sys/wait.h that is POSIX.1 compatible... yes
  129. checking for net/if.h... yes
  130. checking for ifaddrs.h... yes
  131. checking for net/if_dl.h... no
  132. checking for struct ifreq.ifr_flags... yes
  133. checking for struct ifreq.ifr_hwaddr... yes
  134. checking for struct ifreq.ifr_netmask... yes
  135. checking for struct ifreq.ifr_broadaddr... yes
  136. checking for struct ifreq.ifr_addr... yes
  137. checking for struct ifreq.ifr_addr.sa_len... no
  138. checking whether gcc understands -MMD -MF... yes
  139. checking for X... no
  140. checking for X... false
  141. checking whether malloc is Doug Lea style... no
  142. checking for getpagesize... yes
  143. checking for working mmap... yes
  144. checking for main in -lXbsd... no
  145. checking for pthread library... -lpthread
  146. checking for thread support... yes
  147. checking for getaddrinfo_a in -lanl... yes
  148. checking for dbus-1 >= 1.0... no
  149. checking for lgetfilecon in -lselinux... no
  150. checking for gnutls >= 2.12.2... no
  151. checking for libsystemd >= 222... no
  152. checking for jansson >= 2.7... no
  153. checking sys/inotify.h usability... yes
  154. checking sys/inotify.h presence... yes
  155. checking for sys/inotify.h... yes
  156. checking for inotify_init1... yes
  157. checking for lcms2... no
  158. checking for library containing inflateEnd... no
  159. checking for dladdr... yes
  160. checking for dlfunc... no
  161. configure: error: The following required libraries were not found:
  162. gnutls
  163. Maybe some development libraries/packages are missing?
  164. To build anyway, give:
  165. --with-gnutls=ifavailable
  166. as options to configure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement