Date: Sat, 10 Jul 1999 00:14:20 +0300 From: Alexander Bokovoy X-Mailer: The Bat! (v1.15) S/N 32D2188E Organization: BSPU named after Maxim Tank X-Priority: 3 (Normal) Message-ID: <119.990710@minsk.lug.net> To: Johan Venter Subject: Re[2]: What is gxx? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 09.07.1999, Johan wrote: >>Last one: can I do threads in gcc? > In Linux, yes of course. With the DOS port of GCC, no. You can use threads in DJGPP, though there are some limitations (but main idea remains). Look, for example, in LWP or in PThreads libraries. The latter one is the real Posix-compliant thread's library and it is works with DJGPP. I wrote several fractal-related programs that intensively use PThreads as a scheduling engine and found it very comfortable. PThreads site: ftp://ftp.cs.fsu.edu//pub/PART/PTHREADS LWP is available at the usual DJGPP sites. Best regards, Alexander