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.

unable to use tcl library 8.3.3

Old posts that have not been replied to for several years.
Locked
c
c00ljim

Post by c00ljim »

hello, i am seeking a way to tell egg 1 6 6 which tcl library to use during the installation process, the shell company has it set up like this:
/usr/lib/tcl8.0 /usr/local/lib/tcl7.6 /usr/local/lib/tcl8.0 /usr/local/lib/tcl8.3 apparently egg 1 6 6 defaults to the /usr/lib/tcl8.0 during the install process, and i need to tell egg to use the /usr/local/lib/tcl8.3.3, while its installing.
i don't know why the box is set up like that, its the way the shell company did it.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

To install eggdrop with a specific version of TCL, do the following.

when running configure, use the --qith-tcl-inc and --with-tcl-lib.

uning the following should work

Code: Select all

./configure --with-tcl-inc= /usr/local/lib/tcl8.3/include/tcl.h --with-tcl-lib= /usr/local/lib/tcl8.3/lib/tcl8.3.so
Locked