Because my machine does not have TcL, I installed TcL 8.3.4 in my home directory, /home/cibe.
Before executing ./configure, I set :
export TCLINC=/home/cibe/tcl/include
export TCLLIB=/home/cibe/tcl/lib
then everything went fine .. ./configure fine.
But, I got error (see below) with 'make'
What should I do next? can egg1.6.8 use TcL from home directory ?
Please help me, thanks,
==== compile log ====
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/home/cibe/tcl/lib -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/home/cibe/tcl/lib/libtcl83.so: warning: tmpnam() possibly used unsafely; consider using
mkstemp()
strip ../eggdrop
Successful compile: eggdrop
/usr/libexec/ld-elf.so.1: Shared object "libtcl83.so" not found
*** Error code 1
Stop in /usr/home/cibe/eggdrop1.6.8.