Forum OpenACS Q&A: Re: Compiling Aolserver on x86_64

Collapse
Posted by Michael Steigman on
Ah... so it was neither TCL nor Aolserver!

That change got me to a different error:

gcc -pipe -L../nsthread -L../nsd -o nsd main.o libnsd.so -lnsthread -L/usr/local/lib -ltcl8.4 -ldl -lpthread -lieee -lm -lz -lgcc_s -Wl,--export-dynamic -Wl,-rpath,/home/aolserver/lib -Wl,-rpath,/usr/local/lib
libnsd.so: undefined reference to `pthread_kill_other_threads_np'
collect2: ld returned 1 exit status
make[1]: *** [nsd] Error 1
make[1]: Leaving directory `/home/src/aolserver-4.0.10/nsd'
make: *** [all] Error 1

Still compiling against 8.4.11. I downloaded 8.4.10, which would not compile and 8.4.9 which did compile, though I didn't install it.