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.
General support and discussion of Eggdrop bots.
-
aim nano
- Voice
- Posts: 3
- Joined: Fri Feb 10, 2006 3:15 am
Post
by aim nano »
Code: Select all
Linking eggdrop (standard build).
gcc -pip -o ../eggdrop ETC ETC ETC
/usr/bin/ld: cannot find -ltcl8.4.so
collect2: ls returned 1 exit status
make[1]: *** [../eggdrop] Error 1
make[1]: Leaving directory '/home/andrew/Desktop/eggdrop1.6.17/src'
make: *** [modegg] Error 2
Last edited by
aim nano on Fri Feb 10, 2006 1:13 pm, edited 1 time in total.
-
Alchera
- Revered One
- Posts: 3344
- Joined: Mon Aug 11, 2003 12:42 pm
- Location: Ballarat Victoria, Australia
-
Contact:
Post
by Alchera »
Install (or reinstall) tcl/tk.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
-
aim nano
- Voice
- Posts: 3
- Joined: Fri Feb 10, 2006 3:15 am
Post
by aim nano »
What is td or tk?
-
r0t3n
- Owner
- Posts: 507
- Joined: Tue May 31, 2005 6:56 pm
- Location: UK
Post
by r0t3n »
go to
http://www.tcl.tk/ to download tcl/tk
r0t3n @ #r0t3n @ Quakenet
-
aim nano
- Voice
- Posts: 3
- Joined: Fri Feb 10, 2006 3:15 am
Post
by aim nano »
I figured it out.
My ./configure --with-tcllib- etc
I didn't put the full pathname, just to the folder that contained libtcl8.4.so.
So I'll try that when I get home and if I have anymore trouble...
I'll be back!
-Andrew