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.
Old posts that have not been replied to for several years.
G
Guest
Post
by Guest » Sat Nov 03, 2001 7:56 pm
Anyone know how to fix this??
/home/g/gamenet/eggdrop1.6.4/src/misc.c:386: undefined reference to `Tcl_SaveRes
ult'
/home/g/gamenet/eggdrop1.6.4/src/misc.c:392: undefined reference to `Tcl_UtfToEx
ternalDString'
/home/g/gamenet/eggdrop1.6.4/src/misc.c:397: undefined reference to `Tcl_Restore
Result'
tcl.o: In function `init_tcl':
/home/g/gamenet/eggdrop1.6.4/src/tcl.c:574: undefined reference to `Tcl_UtfToLow
er'
/home/g/gamenet/eggdrop1.6.4/src/tcl.c:575: undefined reference to `Tcl_SetSyste
mEncoding'
/home/g/gamenet/eggdrop1.6.4/src/tcl.c:589: undefined reference to `Tcl_SetSyste
mEncoding'
/home/g/gamenet/eggdrop1.6.4/src/tcl.c:602: undefined reference to `Tcl_GetEncod
ing'
make[1]: *** [../eggdrop] Error 1
make[1]: Leaving directory `/home/g/gamenet/eggdrop1.6.4/src'
make: *** [modegg] Error 2
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Sat Nov 03, 2001 8:02 pm
what version of tcl are you using?
G
Guest
Post
by Guest » Sat Nov 03, 2001 9:52 pm
/hdb1/usr/lib/tcl8.3
if that says anything to you
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Sun Nov 04, 2001 12:42 am
try compiling it statically (type make static instead of make)
M
Mikee
Post
by Mikee » Mon Nov 05, 2001 3:10 pm
Most likely the problem here is you're including a TCL header file who's version does not match that of the TCL library you are linking, or you're not linking a TCL library at all. Make sure you are using the correct (matching) files.