Trying to install eggdrop1.6.21 on Operating System: Linux 6.6.8-arch1-1
Did The Following.
1. ./configure
2. make config
3.while trying to compile the bot, using "make".
Results:
---------- Yeah! That's the compiling, now the linking! ----------
Linking eggdrop (standard build).
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 -ltcl -lm -ldl -lnsl -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/bin/ld: main.o: in function `garbage_collect':
/home/scoot/eggdrop1.6.21/src/./main.c:710:(.text+0x18f8): undefined reference to `garbage_collect_tclhash'
/usr/bin/ld: match.o: in function `cron_match':
/home/scoot/eggdrop1.6.21/src/match.c:436:(.text+0xc78): undefined reference to `cron_matchfld'
/usr/bin/ld: /home/scoot/eggdrop1.6.21/src/match.c:437:(.text+0xc9a): undefined reference to `cron_matchfld'
/usr/bin/ld: modules.o:(.data.rel+0x2a0): undefined reference to `open_listen'
/usr/bin/ld: tcldcc.o: in function `tcl_listen':
/home/scoot/eggdrop1.6.21/src/tcldcc.c:942:(.text+0x5e9): undefined reference to `open_listen'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:40: ../eggdrop] Error 1
make[1]: Leaving directory '/home/scoot/eggdrop1.6.21/src'
make: *** [Makefile:203: modegg] Error 2