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.

Tcl 8.3 problem

Old posts that have not been replied to for several years.
Locked
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

make[2]: Leaving directory `/home/irc/eggdrop1.6.8/src/compat'
---------- Yeah! that's the compiling, now the linking! ----------

Linking eggdrop...

gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.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 md5/md5c.o compat/*.o `cat mod/mod.xlibs`
tcl.o: In function `utf_converter':
/home/irc/eggdrop1.6.8/src/tcl.c:310: undefined reference to `Tcl_GetByteArrayFromObj'
tcl.o: In function `init_tcl':
/home/irc/eggdrop1.6.8/src/tcl.c:601: undefined reference to `Tcl_UtfToLower'
/home/irc/eggdrop1.6.8/src/tcl.c:602: undefined reference to `Tcl_SetSystemEncoding'
/home/irc/eggdrop1.6.8/src/tcl.c:616: undefined reference to `Tcl_SetSystemEncoding'
/home/irc/eggdrop1.6.8/src/tcl.c:629: undefined reference to `Tcl_GetEncoding'
tclmisc.o: In function `tcl_md5':
/home/irc/eggdrop1.6.8/src/tclmisc.c:598: undefined reference to `Tcl_GetByteArrayFromObj'
collect2: ld returned 1 exit status
make[1]: *** [../eggdrop] Error 1
make[1]: Leaving directory `/home/irc/eggdrop1.6.8/src'
make: *** [modegg] Error 2
Press any key to continue...

Any sugestions? After I instaled a 8.3 library and after that an Eggdrop 1.6.8 I got that error.. What to do coz this drive me nuts. Btw anyone knows how to remove that library ? I want to remove it so after that to install a new one on a fresh sistem. Thx anyway!
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

The tcl library you are using is not tcl v8.3.x

You probably have a libtcl.so that is linked to like tcl7.6 or something (whatever you had installed previously) ..

Make sure your tcl installation was done properly.

Jeff
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Do you know how to remote this version so I can install a fresh one?
t
tajson

Post by tajson »

On 2002-01-12 01:39, caesar wrote:
Do you know how to remote this version so I can install a fresh one?
locate all the files using find and/or locate and delete them?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Hi, I want to remove all files of TCL library that I have right now and to install a fresh one, a 1.8.3 or something like this, coz I got problems using this 1.8.1 I think is, i forgot.. O well.. I want to remove it to be able to install a new one. Thx!
Locked