after compiling and installing tcl 8.4 with ./configure and make install, i run configure for eggdrop, it completes fine. when i try to compile eggdrop, all the compilation goes fine, but when it gets to the linking part i get this:
ld.so.1: ./eggdrop: fatal: libtcl8.4.so: open failed: No such file or directory
Killed
make: *** [modegg] Error 137
I've tried using --with-tcllib and --with-tclinc.. I got the same error.. and the file IS in the path i specify / the path that configure finds.. i manually checked dozens of times..
I'm running SunOS 5.8 SPARC with eggdrop 1.6.8..
I tried this both with TCL 8.3 and 8.4.. got the same errors..
Any help would be appreciated!