I've bumped into a problem while building AOLserver 4 beta 8. I've looked around to see if I could spot the problem but I couldn't find it. Suggestions welcome.
gcc -pipe -shared -nostartfiles -L../nsthread -L../nsd -o libnsthread.so error.o master.o memory.o mutex.o cslock.o rwlock.o reentrant.o sema.o thread.o tls.o signal.o compat.o time.o fork.o pthread.o -L/usr/lib -ltcl8.4 -ldl -lpthread -lieee -lm /usr/local/aolserver/lib /usr/lib gcc: /usr/local/aolserver/lib: No such file or directory make[1]: *** [libnsthread.so] Error 1 make[1]: Leaving directory `/usr/local/src/aolserver-4.0-beta8-src/nsthread' make: *** [all] Error 1 If I create the target directory (/usr/local/aolserver/lib) then ld complains that /usr/local/aolserver/lib is of an unrecognized file format. Thanks in advance. -Roberto -- +----| Roberto Mello - http://www.brasileiro.net/ |------+ + Computer Science Graduate Student, Utah State University + + USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ + -- 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.
