Here is my history: 1034 cd tcl8.4.11/unix/ 1035 ./configure --prefix=/usr/local/aolserver-4.0.10 --enable-threads 1036 make install 1037 cd ../.. 1039 tar xvzf aolserver-4.0.10-src.tar.gz 1040 cd aolserver-4.0.10/ 1041 ./configure --prefix=/usr/local/aolserver-4.0.10 1042 make install
Seems pretty OK, no? This ends in: nsthreadtest.o(.text+0x27c): In function `DumperThread': : undefined reference to `Tcl_GetMemoryInfo' collect2: ld returned 1 exit status make[1]: *** [nsthreadtest] Error 1 Looking further up for clues, I find many lines like: gcc [...] -I/usr/local/aolserver-4.0.8/include Where on earth is it getting this aolserver-4.0.8 from!? This directory exists; it is my current production copy which has an older Tcl and I presume that is what is breaking the build. Any ideas? Cheers, Bas. -- 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.
