From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01af01c3950a$64b08f10$8201a8c0@cc77109e> From: "Bruce Ellis" To: <9fans@cse.psu.edu> References: <200310170253.h9H2rIx25396@plg2.math.uwaterloo.ca> <1101.199.98.17.54.1066401051.squirrel@wish> <1109.199.98.17.54.1066401529.squirrel@wish> Subject: Re: [9fans] plan 9 ports to unix (including libdraw) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sat, 18 Oct 2003 09:57:01 +1000 Topicbox-Message-UUID: 71ed6886-eacc-11e9-9e20-41e7f4b1d025 you'll find somewhere in the cygwin pthread headers a comment along the lines of "we don't really support pthreads because we can't swap stacks". i didn't look into it any further. brucee > 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. > > Anyone have better luck? > > --Joel