This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

FreeBSD 10 compile issue

General support and discussion of Eggdrop bots.
Post Reply
k
kg648
Voice
Posts: 1
Joined: Thu Mar 20, 2014 4:21 pm

FreeBSD 10 compile issue

Post by kg648 »

Hi all,

When compiling 1.6.21 under FreeBSD with TCL8.6 I receive the following error

Any suggestions would be much appreciated, configured using standard options, nothing extra specified.


---------- Yeah! That's the compiling, now the linking! ----------

Linking eggdrop (standard build).

cc -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/local/lib -ltcl86 -lm -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
match.o: In function `cron_match':
/home/bot/eggdrop1.6.21/src/match.c:436: undefined reference to `cron_matchfld'
/home/bot/eggdrop1.6.21/src/match.c:437: undefined reference to `cron_matchfld'
main.o: In function `garbage_collect':
/home/bot/eggdrop1.6.21/src/./main.c:710: undefined reference to `garbage_collect_tclhash'
modules.o:(.data+0x380): undefined reference to `open_listen'
tcldcc.o: In function `tcl_listen':
/home/bot/eggdrop1.6.21/src/tcldcc.c:942: undefined reference to `open_listen'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [../eggdrop] Error 1
gmake[1]: Leaving directory `/usr/home/bot/eggdrop1.6.21/src'
gmake: *** [modegg] Error 2
bot@alchemist:~/eggdrop1.6.21 % gmake
r
raid
Voice
Posts: 1
Joined: Sun Mar 30, 2014 7:56 am

Freebsd 10 Compile issue

Post by raid »

i too am having the same issue. Im running Freebsd 10 with Eggdrop 1.6.21

Help on this issue would be greatly appreciated ;-)

Linking eggdrop (standard build).

cc -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/local/lib -ltcl85 -lm -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
match.o: In function `cron_match':
/home/gh0st/eggdrop1.6.21/src/match.c:436: undefined reference to `cron_matchfld'
/home/gh0st/eggdrop1.6.21/src/match.c:437: undefined reference to `cron_matchfld'
main.o: In function `garbage_collect':
/home/gh0st/eggdrop1.6.21/src/./main.c:710: undefined reference to `garbage_collect_tclhash'
modules.o:(.data+0x380): undefined reference to `open_listen'
tcldcc.o: In function `tcl_listen':
/home/gh0st/eggdrop1.6.21/src/tcldcc.c:942: undefined reference to `open_listen'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[1]: stopped in /home/gh0st/eggdrop1.6.21/src
*** Error code 1

Stop.
Post Reply