From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp,gnu.c++.help Subject: Re: Cygnus or Delorie? Date: Tue, 07 Apr 1998 03:08:31 -0500 Organization: Spectrum Healthcare Services Lines: 31 Message-ID: <3529DEFF.2AF7A5AC@a.crl.com> References: <3529109F DOT 764E28DD AT tin DOT it> NNTP-Posting-Host: a116014.stl1.as.crl.com 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 Antonino Sabetta wrote: > > Can you explain to a newbie the main differences? > I've got both but I think I must choose one (they can't be both in the > Path env variable) and I don't know which one. > I also tried Dfe and I found it great. I wonder if something like that > exists for Cygnus (or Dfe IS good for Cygnus?). You can make them (Cygwin32 and DJGPP, that is, not Delorie) coexist peacefully on your system. The trick is to not set the environments for either in your AUTOEXEC.BAT, but set them with separate batch files, e.g., C:\DJGPP\BIN\DJVARS.BAT and C:\Cygnus\b19\H-i386-cygwin32\bin\cygvars.bat. You can create two icons on your desktop with command lines "C:\WINDOWS\COMMAND\COMMAND.COM /k C:\DJGPP\BIN\DJVARS.BAT" and "C:\WINDOWS\COMMAND\COMMAND.COM /k C:\Cygnus\b19\H-i386-cygwin32\bin\cygvars.bat" respectively. The /k switch runs the batch file and stays in the DOS box. (The /c switch on the other hand runs the batch file and exits the DOS box.) If the things that you want to do can be done by both compilers, then I would suggest DJGPP for DOS, Windows 3.1, Windows 95/98 and Cygwin32 for NT. -- Weiqi Gao weiqigao AT a DOT crl DOT com