From: acottrel AT magna DOT com DOT au (Andrew Cottrell) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP & multithreading Date: Sat, 13 Jun 1998 03:52:07 GMT Organization: Magna Data - Internet Solutions Provider Lines: 33 Message-ID: <3581f6ee.3802873@news.magna.com.au> References: Reply-To: acottrel AT spam DOT magna DOT com DOT au NNTP-Posting-Host: saccess-03-043.magna.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Florida State University (FSU) has Pthreads available for DJGPP. I have built it. Info from the PTHREADS readme file: ``A Library Implementation of POSIX Threads for the SPARC / ix86'', Version 3.5 The PART (POSIX / Ada-Runtime Project) is happy to announce a new release of the C sources of the Pthreads library. ftp-site: ftp.cs.fsu.edu directory: /pub/PART/PTHREADS files: pthreads.tar.gz OR pthreads.zip OR pthreads.tar.Z, mirror: http://www.informatik.hu-berlin.de/~mueller/ftp/pub/PART/ On Thu, 11 Jun 1998 20:46:42 +0300 (IDT), Eli Zaretskii wrote: > >On 10 Jun 1998, Boris Muratshin wrote: > >> I want to create a port of the program from FreeBSD. >> The problem is that my program actively uses PTHREADS. >> I found something named 'RSXNTDJ' but it has serious problems with >> work in multithread enviroment. >> Please answer whether exist under Win32 >> normal development tool for multithread programming? >> Does anybody know successfull story about that? > >I think PTHREADS can be compiled and used with DJGPP. So I don't >understand why did you need RSXNTDJ or any other Win32 tools.