Friday, May 15, 2009

compiling eltclsh against newly compiled tcl8.5.7 no threads on netbsd5

first I compiled tcl 8.5.7 and did ln -s /root/tcl8.5.7/unix/tclsh /sbin/tclsh for convenience

http://www.tcl.tk/software/tcltk/download.html

Then to add eltclsh so you have nice history of commands:

http://freshmeat.net/projects/eltclsh/

make clean ;LDFLAGS="-Wl,-R/root/tcl8.5.7/unix/tclsh" && ./configure --without-tk && gmake && gmake install

now su - youuser
eltclsh
should get a nice
eltclsh > prompt

No comments: