Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. rhys@dwight:~/eggdrop1.6.20$ make
  2. make[1]: Entering directory `/home/rhys/eggdrop1.6.20/src'
  3.  
  4. This may take a while. Go get some runts.
  5.  
  6. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/md5'
  7. make[2]: Nothing to be done for `md5'.
  8. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/md5'
  9. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/compat'
  10. make[2]: Nothing to be done for `compat'.
  11. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/compat'
  12.  
  13. ---------- Yeah! That's the compiling, now the linking! ----------
  14.  
  15. Linking eggdrop (standard build).
  16.  
  17. gcc -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/lib -ltcl8.3 -lm -ldl -lnsl -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
  18. touch ../eggdrop
  19.  
  20. Successful compile: eggdrop
  21.  
  22. make[1]: Leaving directory `/home/rhys/eggdrop1.6.20/src'
  23. make[1]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod'
  24. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/assoc.mod'
  25. make[2]: Nothing to be done for `modules'.
  26. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/assoc.mod'
  27. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/blowfish.mod'
  28. make[2]: Nothing to be done for `modules'.
  29. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/blowfish.mod'
  30. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/channels.mod'
  31. make[2]: Nothing to be done for `modules'.
  32. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/channels.mod'
  33. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/console.mod'
  34. make[2]: Nothing to be done for `modules'.
  35. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/console.mod'
  36. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/ctcp.mod'
  37. make[2]: Nothing to be done for `modules'.
  38. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/ctcp.mod'
  39. make[2]: Entering directory `/home/rhys/eggdrop1.6.20/src/mod/dns.mod'
  40. gcc -shared -nostartfiles -o ../../../dns.so ../dns.o - -lresolv -L/usr/lib -ltcl8.3 -lm -ldl -lnsl -lpthread
  41. gcc: -E or -x required when input is from standard input
  42. make[2]: *** [../../../dns.so] Error 1
  43. make[2]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod/dns.mod'
  44. make[1]: *** [dns.mod_so] Error 2
  45. make[1]: Leaving directory `/home/rhys/eggdrop1.6.20/src/mod'
  46. make: *** [modules] Error 2
  47. rhys@dwight:~/eggdrop1.6.20$ ./configure --with-tcl=/usr/bin/tcl8.5
  48. configure: WARNING: unrecognized options: --with-tcl
  49.  
  50. This is Eggdrop's GNU configure script.
  51. It's going to run a bunch of tests to hopefully make your compile
  52. work without much twiddling.
  53.  
  54. checking for gcc... gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether gcc accepts -g... yes
  62. checking for gcc option to accept ISO C89... none needed
  63. checking how to run the C preprocessor... gcc -E
  64. checking for grep that handles long lines and -e... /bin/grep
  65. checking for egrep... /bin/grep -E
  66. checking for ANSI C header files... yes
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking minix/config.h usability... no
  77. checking minix/config.h presence... no
  78. checking for minix/config.h... no
  79. checking whether it is safe to define __EXTENSIONS__... yes
  80. checking for library containing strerror... none required
  81. checking for icc... no
  82. checking whether the compiler understands -pipe... yes
  83. checking whether the compiler understands -Wall... yes
  84. checking for a BSD-compatible install... /usr/bin/install -c
  85. checking whether make sets $(MAKE)... yes
  86. checking for ranlib... ranlib
  87. checking whether ln -s works... yes
  88. checking whether head -n 1 works... yes
  89. checking for strip... strip
  90. checking for gawk... gawk
  91. checking for basename... basename
  92. checking for uname... uname
  93. checking for socket in -lsocket... no
  94. checking for connect in -lnsl... yes
  95. checking for gethostbyname in -ldns... no
  96. checking for dlopen in -ldl... yes
  97. checking for tan in -lm... yes
  98. checking for pthread_mutex_init in -lpthread... yes
  99. checking build system type... i686-pc-linux-gnu
  100. checking host system type... i686-pc-linux-gnu
  101. checking target system type... i686-pc-linux-gnu
  102. checking system type... Linux
  103. checking system release... 2.6.32-25-generic
  104. checking module loading capabilities...
  105. checking dl.h usability... no
  106. checking dl.h presence... no
  107. checking for dl.h... no
  108. checking dlfcn.h usability... yes
  109. checking dlfcn.h presence... yes
  110. checking for dlfcn.h... yes
  111. checking loader.h usability... no
  112. checking loader.h presence... no
  113. checking for loader.h... no
  114. checking rld.h usability... no
  115. checking rld.h presence... no
  116. checking for rld.h... no
  117. checking mach-o/dyld.h usability... no
  118. checking mach-o/dyld.h presence... no
  119. checking for mach-o/dyld.h... no
  120. checking mach-o/rld.h usability... no
  121. checking mach-o/rld.h presence... no
  122. checking for mach-o/rld.h... no
  123. checking for dlopen... yes
  124. checking for load... no
  125. checking for NSLinkModule... no
  126. checking for shl_load... no
  127. checking for rld_load... no
  128. checking for dirent.h that defines DIR... yes
  129. checking for library containing opendir... none required
  130. checking whether time.h and sys/time.h may both be included... yes
  131. checking arpa/inet.h usability... yes
  132. checking arpa/inet.h presence... yes
  133. checking for arpa/inet.h... yes
  134. checking fcntl.h usability... yes
  135. checking fcntl.h presence... yes
  136. checking for fcntl.h... yes
  137. checking limits.h usability... yes
  138. checking limits.h presence... yes
  139. checking for limits.h... yes
  140. checking locale.h usability... yes
  141. checking locale.h presence... yes
  142. checking for locale.h... yes
  143. checking netdb.h usability... yes
  144. checking netdb.h presence... yes
  145. checking for netdb.h... yes
  146. checking netinet/in.h usability... yes
  147. checking netinet/in.h presence... yes
  148. checking for netinet/in.h... yes
  149. checking stdio.h usability... yes
  150. checking stdio.h presence... yes
  151. checking for stdio.h... yes
  152. checking stdarg.h usability... yes
  153. checking stdarg.h presence... yes
  154. checking for stdarg.h... yes
  155. checking stddef.h usability... yes
  156. checking stddef.h presence... yes
  157. checking for stddef.h... yes
  158. checking sys/file.h usability... yes
  159. checking sys/file.h presence... yes
  160. checking for sys/file.h... yes
  161. checking sys/param.h usability... yes
  162. checking sys/param.h presence... yes
  163. checking for sys/param.h... yes
  164. checking sys/rusage.h usability... no
  165. checking sys/rusage.h presence... no
  166. checking for sys/rusage.h... no
  167. checking sys/select.h usability... yes
  168. checking sys/select.h presence... yes
  169. checking for sys/select.h... yes
  170. checking sys/socket.h usability... yes
  171. checking sys/socket.h presence... yes
  172. checking for sys/socket.h... yes
  173. checking sys/time.h usability... yes
  174. checking sys/time.h presence... yes
  175. checking for sys/time.h... yes
  176. checking for unistd.h... (cached) yes
  177. checking wchar.h usability... yes
  178. checking wchar.h presence... yes
  179. checking for wchar.h... yes
  180. checking for an ANSI C-conforming const... yes
  181. checking whether byte ordering is bigendian... no
  182. checking for inline... inline
  183. checking for intptr_t... yes
  184. checking for pid_t... yes
  185. checking for size_t... yes
  186. checking whether struct tm is in sys/time.h or time.h... time.h
  187. checking for struct tm.tm_zone... yes
  188. checking for working volatile... yes
  189. checking for socklen_t... yes
  190. checking size of long... 4
  191. checking size of int... 4
  192. checking size of short... 2
  193. checking for clock... yes
  194. checking for dprintf... yes
  195. checking for fsync... yes
  196. checking for getdtablesize... yes
  197. checking for getrusage... yes
  198. checking for inet_aton... yes
  199. checking for isascii... yes
  200. checking for mbrlen... yes
  201. checking for memcpy... yes
  202. checking for memset... yes
  203. checking for random... yes
  204. checking for rand... yes
  205. checking for lrand48... yes
  206. checking for rename... yes
  207. checking for setpgid... yes
  208. checking for sigaction... yes
  209. checking for sigemptyset... yes
  210. checking for snprintf... yes
  211. checking for strcasecmp... yes
  212. checking for strncasecmp... yes
  213. checking for uname... yes
  214. checking for vsnprintf... yes
  215. checking for sys/select.h... (cached) yes
  216. checking for sys/socket.h... (cached) yes
  217. checking types of arguments for select... int,fd_set *,struct timeval *
  218. checking for vprintf... yes
  219. checking for _doprnt... no
  220. checking for strftime... yes
  221. checking for stdlib.h... (cached) yes
  222. checking for unistd.h... (cached) yes
  223. checking for sys/param.h... (cached) yes
  224. checking for getpagesize... yes
  225. checking for working mmap... yes
  226. checking for Tcl library... found /usr/lib/libtcl8.3.so
  227. checking for Tcl header... found /usr/include/tcl8.3/tcl.h
  228. checking whether the Tcl system has changed... yes
  229. checking for Tcl version... 8.3
  230. checking for Tcl patch level... 8.3.5
  231. checking for Tcl_Free in -ltcl8.3... yes
  232. checking for Tcl_GetCurrentThread in -ltcl8.3... yes
  233. checking for Tcl_GetThreadData in -ltcl8.3... yes
  234. checking for Tcl_SetNotifier in -ltcl8.3... yes
  235. configure: creating ./config.status
  236. config.status: creating Makefile
  237. config.status: creating doc/Makefile
  238. config.status: creating scripts/Makefile
  239. config.status: creating src/Makefile
  240. config.status: creating src/compat/Makefile
  241. config.status: creating src/md5/Makefile
  242. config.status: creating src/mod/Makefile
  243. config.status: creating config.h
  244. config.status: executing replace-if-changed commands
  245. lush.h is unchanged
  246. config.status: executing catch-make-rebuild commands
  247. Building ./src/mod/Makefile... done.
  248. configure: WARNING: unrecognized options: --with-tcl
  249.  
  250. Operating System: Linux 2.6.32-25-generic
  251.  
  252. If you experience any problems compiling Eggdrop, please read the
  253. compile guide, found in doc/COMPILE-GUIDE.
  254.  
  255. Type 'make config' to configure the modules, or type 'make iconfig'
  256. to interactively choose which modules to compile.
  257.  
  258. rhys@dwight:~/eggdrop1.6.20$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement