i'm attempting to install aolserver 4 on a fresh fedora install and am getting errors. i've installed tcl 8.4.5 and grabbed/configured aolserver from cvs. make install fails with the following error message:
# make install
make[1]: Entering directory `/usr/local/src/aolserver/aolserver/nsthread'
/bin/rm -f nsthreadtest
gcc -pipe -L../nsthread -L../nsd -o nsthreadtest nsthreadtest.o libnsthread.so -L/usr/local/lib -ltcl8.4 -ldl -lpthread -lieee -lm -rdynamic -Wl,-rpath,/usr/local/aolserver/lib -Wl,-rpath,/usr/local/lib
nsthreadtest.o(.text+0x79c): In function `DumperThread':
: undefined reference to `Tcl_GetMemoryInfo'
collect2: ld returned 1 exit status
make[1]: *** [nsthreadtest] Error 1
make[1]: Leaving directory `/usr/local/src/aolserver/aolserver/nsthread'
make: *** [all] Error 1
any ideas on what causes this? any way around it?
Request notifications