On Wednesday 09 April 2008 12:12, Dossy Shiobara wrote:
> % ./configure --with-tcl=... TCLSH=/path/to/your/tclsh
>
> I'd like to fix this so that autoconf picks up the TCLSH from the
> tclConfig.sh that's used by --with-tcl, possibly introduce --with-tclsh,
> if you want to compile against a particular Tcl to build AOLserver, but
> want to use a different tclsh for installing it.
Hey, I just re-read the README file, the two options allow you to do what
Dossy is interested in:
The nsconfig.tcl script is designed to work on Unix and
Windows. The tclsh used to execute the script must be from
the installed Tcl location you intend to use for AOLserver
as nsconfig.tcl will determine certain config settings from
the tclsh environment. In addition, two options may be
specified:
-install dir Specify path to install (default: Tcl directory)
-debug Debug build with symbols and without optimization.
So, you should be able to do this:
$ tclsh ./nsconfig.tcl -install /usr/local/aolserver
$ gmake install
The main fix is probably an error message if TCLSH isn't set when configure
runs. Also, maybe do something with ./configure --help
tom jackson
--
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.