[ Please CC replies to me - thanks! ] Hi guys,
I'm trying to figure out what may be problem with pthreads (pthread_create is hanging in Tcl). In order to do this, I want to build my own pthread library to fiddle around with. What's the magic recipe to accomplish this? I've gotten as far as: @ashland [~/download/glibc-2.3.1/powerpc-linux/obj] $ make -C /home/davidw/download/glibc-2.3.1/glibc-2.3.1 objdir=`pwd` linuxthreads/subdir_lib make: Entering directory `/home/davidw/download/glibc-2.3.1/glibc-2.3.1' make -C linuxthreads subdir_lib make[1]: Entering directory `/home/davidw/download/glibc-2.3.1/glibc-2.3.1/linuxthreads' make[1]: Nothing to be done for `subdir_lib'. But don't quite have the next step, where actual compilation is involved. Any ideas? Thankyou, -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/

