This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

tcl problem

Old posts that have not been replied to for several years.
Locked
r
roller
Voice
Posts: 11
Joined: Fri Apr 23, 2004 5:55 pm

tcl problem

Post by roller »

i wanna compile tcl8.3.5 on FreeBSD but i always get error

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) no

then 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 1
pls help!!

thanx
r
roller
Voice
Posts: 11
Joined: Fri Apr 23, 2004 5:55 pm

Post by roller »

nobody know the PROBLEM?
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Re: tcl problem

Post by dollar »

roller wrote:i wanna compile tcl8.3.5 on FreeBSD but i always get error
Looks to me you're trying to install eggdrop...
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
Locked