On Fri, Oct 16, 2009 at 1:32 AM, russell muetzelfeldt <[email protected]> wrote: > According to the README (section 3c) the correct way to build aolserver > 4.5.1 is not calling configure yourself, but in the top level of the > unpacked tarball to run
"tclsh nsconfig.tcl -install /path/to/wherever" > which itself runs configure and drives the rest of the process. First time I > tried to build 4.5.1, I ran configure myself and later was unable to > successfully complete the build (I don't recall the specific error), but > running nsconfig.tcl instead did work. I never bothered looking inside to > see what it's setting up differently, but there's obviously something. The main problem is you have to use the correct tclsh for AOLserver. Build tcl first, then make sure that tclsh is found first. Or append TCLSH=... to each command you execute. > It looks like the specific problem you're having is the build system can't > find or isn't trying to link against libpthread. Try the documented build > process and see if that helps with setting up a working build environment. TCLSH must be set, otherwise crap in crap out. 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.
