Code: Select all
./configure --with-tcllib=/usr/home/lamase/tcl/lib/ --with-tclinc=/usr/home/lamase/tcl/include/Code: Select all
checking space left in file database struct... (cached) unknown
(standard is currently 48/512 bytes)
configure: warning:
The file '/usr/home/lamase/tcl/lib/' given to option --with-tcllib is not vali
d.
configure will now attempt to autodetect both the Tcl library and header...
checking for Tcl library... found /home/lamase/tcl/lib/libtcl8.3.so
checking for Tcl header... found /home/lamase/tcl/include/tcl.h
checking for Tcl version... (cached) 8.3
checking for Tcl patch level... (cached) 8.3.5
checking if Tcl library has Tcl_Free... (cached) yes
checking if Tcl library is multithreaded... (cached) nothen make:
Code: Select all
ld -Bshareable -x -o ../../../transfer.so ../transfer.o
strip ../../../transfer.so
/usr/libexec/ld-elf.so.1: Shared object "libtcl8.3.so" not found
*** Error code 1thanx