X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: bdecker AT flowcom DOT com DOT au Newsgroups: comp.os.msdos.djgpp Subject: Re: Threading ? Date: Thu, 8 Apr 2004 04:54:31 +0000 (UTC) Organization: Flow Communications AU Lines: 35 Message-ID: <20040408140823.GB7288@flowcom.com.au> References: <406b2306$0$1948$ba620e4c AT news DOT skynet DOT be> <4071b964$0$1347$ba620e4c AT news DOT skynet DOT be> NNTP-Posting-Host: int.flowcom.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: au-nws-0001.flow.com.au 1081400071 29261 202.129.64.242 (8 Apr 2004 04:54:31 GMT) X-Complaints-To: usenet AT au-nws-0001 DOT flow DOT com DOT au NNTP-Posting-Date: Thu, 8 Apr 2004 04:54:31 +0000 (UTC) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5i To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk * Doug Kaufman [2004-04-06 14:50:14 +0000]: > "Patrick Talloen"

writes: > > >Where can i download pthreads? The link in FAQ > >doesn't work ? > > See the previous posting to the newsgroup/mailing list with the new > address: > "http://www.delorie.com/archives/browse.cgi?p=djgpp/2003/10/22/17:46:14" > > In short, go to: > "http://moss.csc.ncsu.edu/~mueller/ftp/pub/PART/pthreads.zip" > Doug > > -- > Doug Kaufman > Internet: dkaufman AT rahul DOT net But this port is broken in several ways that the more recent alpha port from Richard Dawe of pth threads is not. Pth threads also provides a pthreads interface, so posix compatibility is good. See his posting "ANNOUNCE: Alpha 1 of DJGPP port of GNU Pth 1.3.7" from last July. The package should be at: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/alpha/pth137b.zip This one was built with his own libsocket library, but you can download the sources: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/alpha/pth137s.zip if you want to reconfigure/recompile with wattcp-32. Ben