Hi,
When I try to install an eggdrop on my netbsd, I had an error message:
---------- 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 -L/usr/local/lib/ -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/local/lib//libtcl83.so: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
strip ../eggdrop
Successful compile: eggdrop
Shared object "libtcl83.so" not found
*** Error code 1
Stop.
It compile, but when it try to link, it doesn't find libtcl83.so. But during ./configure:
checking for Tcl library... using /usr/local/lib//libtcl83.so
checking for Tcl header... using /usr/local/include//tcl.h
It find all library.
anybody can help me ?
thanks