X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <000d01c1ea66$41923830$1663579d AT a0875404> Subject: Re: Posix threads in djgpp Date: Sat, 27 Apr 2002 23:59:51 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 18 Message-ID: <3ccb1b6a$0$12290$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.6.73 X-Trace: 1019943786 news.freenet.de 12290 213.7.6.73 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I found in your website http://www.delorie.com/djgpp/v2faq/faq22_4.html in > the bullet Multi-tasking libraries and OS kernels: > the link for pthread, a posix multi-thread is broken. I have downloaded some > code from web which uses pthread.h Can you give me the correct place where I > can get pthread for djgpp c compiler. Also please update the webpage Please try http://www.informatik.hu-berlin.de/~mueller/pthreads/ and tell me if this is something you can use. I was able to get the pthreads library to compile without much trouble. I don't know if you need the accomanying malloc library, but it doesn't just slide through DJGPP 2.04 without some work. Ben