On Monday 01 March 2004 21:45, you wrote: > Actually, it looks like I did make the change to the HEAD configure (v > 1.14), but it got overwritten by the latest change there (1.15). > Unfortunately, that's the version that got branched for 4.0, so we need > to fix on both the branch and HEAD. > > Zoran, was there a reason you changed this in v1.15 or was this just a > merge oversight? >
*This* was the intention: revision 1.15 date: 2003/06/02 14:42:01; author: vasiljevic; state: Exp; lines: +109 -43 Added --disable-shared option and STATIC_BUILD variable to be able to control the static vs. dynamic linking of the nsd executable. This is mainly for being able to check with purify memtool. The above required rebuilding of the configure script. I did that with autoconf 2.13 because the previous configure scripts were also built with that version. I cannot recall that I changed anything in respect which compiler was used. The way it was (an is) is to use the TCL_CC variable which would point to the compiler used to build the Tcl itself. So, by compiling the Tcl core with gcc would then trigger AOLserver configure machinery to use gcc as well. HTH Zoran -- 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.
