Advertisement
Guest User

Untitled

a guest
Jul 8th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. neocharles@neocharles:~/eggdrop/eggdrop1.6.21$ ./configure --with-tcllib='/usr/local/lib/libtcl8.6.so' --with-tclinc='/usr/include/tcl8.6/tcl.h' --with-handlen=15
  2.  
  3. This is Eggdrop's GNU configure script.
  4. It's going to run a bunch of tests to hopefully make your compile
  5. work without much twiddling.
  6.  
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking how to run the C preprocessor... gcc -E
  17. checking for grep that handles long lines and -e... /bin/grep
  18. checking for egrep... /bin/grep -E
  19. checking for ANSI C header files... yes
  20. checking for sys/types.h... yes
  21. checking for sys/stat.h... yes
  22. checking for stdlib.h... yes
  23. checking for string.h... yes
  24. checking for memory.h... yes
  25. checking for strings.h... yes
  26. checking for inttypes.h... yes
  27. checking for stdint.h... yes
  28. checking for unistd.h... yes
  29. checking minix/config.h usability... no
  30. checking minix/config.h presence... no
  31. checking for minix/config.h... no
  32. checking whether it is safe to define __EXTENSIONS__... yes
  33. checking for library containing strerror... none required
  34. checking for icc... no
  35. checking whether the compiler understands -pipe... yes
  36. checking whether the compiler understands -Wall... yes
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether make sets $(MAKE)... yes
  39. checking for ranlib... ranlib
  40. checking whether ln -s works... yes
  41. checking whether head -n 1 works... yes
  42. checking for strip... strip
  43. checking for gawk... gawk
  44. checking for basename... basename
  45. checking for uname... uname
  46. checking for socket in -lsocket... no
  47. checking for connect in -lnsl... yes
  48. checking for gethostbyname in -ldns... no
  49. checking for dlopen in -ldl... yes
  50. checking for tan in -lm... yes
  51. checking for pthread_mutex_init in -lpthread... yes
  52. checking build system type... x86_64-unknown-linux-gnu
  53. checking host system type... x86_64-unknown-linux-gnu
  54. checking target system type... x86_64-unknown-linux-gnu
  55. checking system type... Linux
  56. checking system release... 2.6.32-042stab078.22
  57. checking module loading capabilities...
  58. checking dl.h usability... no
  59. checking dl.h presence... no
  60. checking for dl.h... no
  61. checking dlfcn.h usability... yes
  62. checking dlfcn.h presence... yes
  63. checking for dlfcn.h... yes
  64. checking loader.h usability... no
  65. checking loader.h presence... no
  66. checking for loader.h... no
  67. checking rld.h usability... no
  68. checking rld.h presence... no
  69. checking for rld.h... no
  70. checking mach-o/dyld.h usability... no
  71. checking mach-o/dyld.h presence... no
  72. checking for mach-o/dyld.h... no
  73. checking mach-o/rld.h usability... no
  74. checking mach-o/rld.h presence... no
  75. checking for mach-o/rld.h... no
  76. checking for dlopen... yes
  77. checking for load... no
  78. checking for NSLinkModule... no
  79. checking for shl_load... no
  80. checking for rld_load... no
  81. checking for dirent.h that defines DIR... yes
  82. checking for library containing opendir... none required
  83. checking whether time.h and sys/time.h may both be included... yes
  84. checking arpa/inet.h usability... yes
  85. checking arpa/inet.h presence... yes
  86. checking for arpa/inet.h... yes
  87. checking fcntl.h usability... yes
  88. checking fcntl.h presence... yes
  89. checking for fcntl.h... yes
  90. checking limits.h usability... yes
  91. checking limits.h presence... yes
  92. checking for limits.h... yes
  93. checking locale.h usability... yes
  94. checking locale.h presence... yes
  95. checking for locale.h... yes
  96. checking netdb.h usability... yes
  97. checking netdb.h presence... yes
  98. checking for netdb.h... yes
  99. checking netinet/in.h usability... yes
  100. checking netinet/in.h presence... yes
  101. checking for netinet/in.h... yes
  102. checking stdio.h usability... yes
  103. checking stdio.h presence... yes
  104. checking for stdio.h... yes
  105. checking stdarg.h usability... yes
  106. checking stdarg.h presence... yes
  107. checking for stdarg.h... yes
  108. checking stddef.h usability... yes
  109. checking stddef.h presence... yes
  110. checking for stddef.h... yes
  111. checking sys/file.h usability... yes
  112. checking sys/file.h presence... yes
  113. checking for sys/file.h... yes
  114. checking sys/param.h usability... yes
  115. checking sys/param.h presence... yes
  116. checking for sys/param.h... yes
  117. checking sys/rusage.h usability... no
  118. checking sys/rusage.h presence... no
  119. checking for sys/rusage.h... no
  120. checking sys/select.h usability... yes
  121. checking sys/select.h presence... yes
  122. checking for sys/select.h... yes
  123. checking sys/socket.h usability... yes
  124. checking sys/socket.h presence... yes
  125. checking for sys/socket.h... yes
  126. checking sys/time.h usability... yes
  127. checking sys/time.h presence... yes
  128. checking for sys/time.h... yes
  129. checking for unistd.h... (cached) yes
  130. checking wchar.h usability... yes
  131. checking wchar.h presence... yes
  132. checking for wchar.h... yes
  133. checking for an ANSI C-conforming const... yes
  134. checking whether byte ordering is bigendian... no
  135. checking for inline... inline
  136. checking for intptr_t... yes
  137. checking for pid_t... yes
  138. checking for size_t... yes
  139. checking whether struct tm is in sys/time.h or time.h... time.h
  140. checking for struct tm.tm_zone... yes
  141. checking for working volatile... yes
  142. checking for socklen_t... yes
  143. checking size of long... 8
  144. checking size of int... 4
  145. checking size of short... 2
  146. checking for clock... yes
  147. checking for dprintf... yes
  148. checking for fsync... yes
  149. checking for getdtablesize... yes
  150. checking for getrusage... yes
  151. checking for inet_aton... yes
  152. checking for isascii... yes
  153. checking for mbrlen... yes
  154. checking for memcpy... yes
  155. checking for memset... yes
  156. checking for random... yes
  157. checking for rand... yes
  158. checking for lrand48... yes
  159. checking for rename... yes
  160. checking for setpgid... yes
  161. checking for sigaction... yes
  162. checking for sigemptyset... yes
  163. checking for snprintf... yes
  164. checking for strcasecmp... yes
  165. checking for strncasecmp... yes
  166. checking for strdup... yes
  167. checking for uname... yes
  168. checking for vsnprintf... yes
  169. checking for sys/select.h... (cached) yes
  170. checking for sys/socket.h... (cached) yes
  171. checking types of arguments for select... int,fd_set *,struct timeval *
  172. checking for vprintf... yes
  173. checking for _doprnt... no
  174. checking for strftime... yes
  175. checking for stdlib.h... (cached) yes
  176. checking for unistd.h... (cached) yes
  177. checking for sys/param.h... (cached) yes
  178. checking for getpagesize... yes
  179. checking for working mmap... yes
  180. checking for Tcl library... using /usr/local/lib/libtcl8.6.so
  181. checking for Tcl header... using /usr/include/tcl8.6/tcl.h
  182. checking whether the Tcl system has changed... yes
  183. checking for Tcl version... 8.6
  184. checking for Tcl patch level... 8.6.0
  185. checking for Tcl_Free in -ltcl8.6... yes
  186. checking for Tcl_GetCurrentThread in -ltcl8.6... yes
  187. checking for Tcl_GetThreadData in -ltcl8.6... yes
  188. checking for Tcl_SetNotifier in -ltcl8.6... yes
  189. checking for Tcl_NotifierProcs.initNotifierProc... yes
  190. configure: creating ./config.status
  191. config.status: creating Makefile
  192. config.status: creating doc/Makefile
  193. config.status: creating scripts/Makefile
  194. config.status: creating src/Makefile
  195. config.status: creating src/compat/Makefile
  196. config.status: creating src/md5/Makefile
  197. config.status: creating src/mod/Makefile
  198. config.status: creating config.h
  199. config.status: executing replace-if-changed commands
  200. lush.h is unchanged
  201. config.status: executing catch-make-rebuild commands
  202. Building ./src/mod/Makefile... done.
  203.  
  204. Operating System: Linux 2.6.32-042stab078.22
  205.  
  206. If you experience any problems compiling Eggdrop, please read the
  207. compile guide, found in doc/COMPILE-GUIDE.
  208.  
  209. Type 'make config' to configure the modules, or type 'make iconfig'
  210. to interactively choose which modules to compile.
  211.  
  212. neocharles@neocharles:~/eggdrop/eggdrop1.6.21$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement