From: "Henning Rüther" Newsgroups: comp.os.msdos.djgpp Subject: Pthreads with win98 Date: Tue, 22 May 2001 21:31:33 +0200 Organization: Clausthal University of Technology Lines: 19 Message-ID: <9eef1p$1n4l$1@ariadne.rz.tu-clausthal.de> NNTP-Posting-Host: asterix.rz.tu-clausthal.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ariadne.rz.tu-clausthal.de 990560121 56469 139.174.2.20 (22 May 2001 19:35:21 GMT) X-Complaints-To: news AT rz DOT tu-clausthal DOT de NNTP-Posting-Date: 22 May 2001 19:35:21 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have to programming C with pthreads. My actually compiler is lccwin32. It doesn't accept pthreads by the line #include I know that I normally have to install it with the compiler. But I don't have the opinon to change the installation. So, I turned to gcc. But under gcc for DOS I have the same problem. The gcc under Linux works. But I don't want to install Linux only for programming pthreads.... Could you help me? Do you know a "working" compiler for Win???