Hi Bas, * Bas Scheffers <[EMAIL PROTECTED]> [050923 13:08]: > 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
Try adding '--with-tcl=/usr/local/aolserver-4.0.10/lib' to your call to configure. Autoconf is probably pickung up the wrong TCL version. HTH Olaf -- 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.
