Hello
I installed tcl in my home direcotory.
setting exports for TCLLIB and TCLINC i get ./configure to work.
then I typed make.
The compiling was successful, but not the linking:
---------- 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 mod/*.o -L/home/crom/defiant/tcl/lib/ -ltcl -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
ld: -ltcl: no match
collect2: ld returned 1 exit status
*** Error code 1
Stop in /home/crom/defiant/eggdrop1.6.8/src (line 36 of Makefile).
*** Error code 1
Stop in /home/crom/defiant/eggdrop1.6.8 (line 219 of Makefile).
I have no root access and the saystem ist (uname -a):
OpenBSD g33k 3.0 g33k#0 i386
It looks like there is a problem with the dynamic loader...
I looked in the Makefile and found that for tcl:
# stuff for Tcl
XREQS = /home/crom/defiant/tcl/lib//libtcl.so
XLIBS = -L/home/crom/defiant/tcl/lib/ -ltcl -lm
TCLLIB = /home/crom/defiant/tcl/lib/
TCLLIBFN = tcl.so
...so the -ltcl is wrong...any ideas, please?