TCL 8.0 - 8.2

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

I´m having this problem .. i need to change my eggdrops to use TCL 8.2 instead of 8.0.
On shell theres : TCL 8.0 8.1 8.2. So, how i should configure it or sth like that ?
=|
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

when running the ./configure script, you need to specify the exact location of the tcl.h file, and the library (.so file) of the version of Tcl you wish to use.

You should specify this using the --with-tclinc and --with-tcllib settings.

EG
./configure --with-tclinc=/usr/inc/tcl8.2/tcl.h --with-tcllib=/usr/lib/tcl8.2/tcllib8.2.so
Alternativly, ask your account admin, to setup Tcl properly.
Locked