Guest User

Untitled

a guest
Jan 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ../../src/tclhash.h:78:13: warning: inline function ‘garbage_collect_tclhash’ declared but never defined
  2. inline void garbage_collect_tclhash(void);
  3. ^~~~~~~~~~~~~~~~~~~~~~~
  4. In file included from ../../src/main.h:107:0,
  5. from strftime.c:26:
  6. ../../src/proto.h:274:12: warning: inline function ‘open_listen’ declared but never defined
  7. inline int open_listen(int *);
  8. ^~~~~~~~~~~
  9. make[2]: Leaving directory '/home/Arthur/eggdrop1.8/src/compat'
  10.  
  11. ---------- Yeah! That's the compiling, now the linking! ----------
  12.  
  13. Linking eggdrop (debug version).
  14.  
  15. 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 tls.o userent.o userrec.o users.o -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -lm -ldl -lnsl -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
  16. main.o: In function `garbage_collect':
  17. /home/Arthur/eggdrop1.8/src/./main.c:737: undefined reference to `garbage_collect_tclhash'
  18. modules.o:(.data.rel+0x2a0): undefined reference to `open_listen'
  19. tcldcc.o: In function `tcl_listen':
  20. /home/Arthur/eggdrop1.8/src/tcldcc.c:957: undefined reference to `open_listen'
  21. collect2: error: ld returned 1 exit status
  22. Makefile:37: recipe for target '../eggdrop' failed
  23. make[1]: *** [../eggdrop] Error 1
  24. make[1]: Leaving directory '/home/Arthur/eggdrop1.8/src'
  25. Makefile:240: recipe for target 'debegg' failed
  26. make: *** [debegg] Error 2
Advertisement
Add Comment
Please, Sign In to add comment