X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: MJGPP & SMP Date: 16 Jan 2002 17:49:37 GMT Organization: Aachen University of Technology (RWTH) Lines: 21 Message-ID: References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1011203377 28162 137.226.32.75 (16 Jan 2002 17:49:37 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Jan 2002 17:49:37 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Full Name wrote: > I have searched around for the definitive answer but cannot find one, > can someone help me? > I am running 2.03 on Windows XP and have dual processor system. What > compile option are there to enable SMP? I have come across -DSMP & > -DCPUS=2 , is there anything else I need to do? Yes: get another compiler. Seriously, there is almost certainly no way you can ever use SMP in a DOS application, which is what everything built by DJGPP is, no matter whether it runs on real DOS, Win9x or NT/2K/XP. If you want SMP support, you need a compiler that produces Win32 executables (for GCC ports, that usually means Cygwin or MinGW32), a multithreading-safe libc implementation, and lots of other tools, none of which come with DJGPP. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.