On 2006.08.07, John Buckman <[EMAIL PROTECTED]> wrote: > The modifications to util/*.tcl stated above seem critical and the > CVS head should be so patched.
The build is still kinda shaky. In theory, you could build like this (on Debian): $ ./configure TCLSH=/usr/bin/tclsh --with-tcl=/usr/lib/tcl8.4 $ make $ make install And it'll use the path specified in TCLSH as the executable to use to execute the .tcl scripts. I'm not sure I like this: for one, we should probably use autoconf to auto-detect the tclsh binary using the TCL_EXEC_PREFIX from tclConfig.sh or some other magic as a default. That would probably eliminate the most FAQ build issue with 4.5.0 that you ran up against. The pre-3.3 gcc error you encountered I created a patch for and folks have verified it fixes the problem, so I'll commit that now. Thanks again for the feedback and congratulations on BookMooch.com, by the way. I love the Server: header. :-) -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
