Hi, all! It's been years since I tried a new install, and here I have a new box, new AOLserver version, new everything.

The box is running Fedora Core 6 (2.6.19-1.2895.fc6), gcc is version 4.1.1, Tcl is 8.4.14, and AOLserver is 4.5.0. Tcl was compiled with thread support. (Or so I intended.)

The configure step doesn't pick up my TCLSH on its own, so I had to add TCLSH=/usr/local/bin/tclsh8.4 to ns.mak.in. Then the build process worked.

The big problem, though, is when Tcl_GetMemoryInfo is referenced.  I get:

nsthreadtest.o: In function `DumperThread':
nsthreadtest.c:(.text+0x1f1): undefined reference to `Tcl_GetMemoryInfo'

I see that Tcl_GetMemoryInfo is something of a bone of contention, so I tacked an && 0 onto that #ifdef, only to run into the same problem later on in nsd -- so what am I missing?

Michael


--
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.

Reply via email to