From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard C Bilson Message-Id: <200310171513.h9HFDcL26855@plg2.math.uwaterloo.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 ports to unix (including libdraw) Date: Fri, 17 Oct 2003 11:13:38 -0400 Topicbox-Message-UUID: 70b0e0ba-eacc-11e9-9e20-41e7f4b1d025 > cd src/libthread; make tprimes > gives a slew of errors. maybe cygwin really doesn't have pthreads (though > the headers are there) or it could be a linker problem. I'm getting *lots* > of "undefined reference to foo" messages. Add -lpthread, perhaps? I also had to add -lrt on Solaris, to find sched_yield.