From: "Johan Venter" Newsgroups: comp.os.msdos.djgpp References: <7v5uas$6t1$1 AT nnrp1 DOT deja DOT com> Subject: Re: mingw32 Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Fri, 29 Oct 1999 10:54:14 +1000 NNTP-Posting-Host: 203.40.85.2 X-Trace: newsfeeds.bigpond.com 941160072 203.40.85.2 (Fri, 29 Oct 1999 11:21:12 EST) NNTP-Posting-Date: Fri, 29 Oct 1999 11:21:12 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote in message news:dm8YOFeCsHwfMT1LYPn4K98T5mM2 AT 4ax DOT com... > > Can I make Mingw coexist with DJGPP? > Or would RSXNTDJ be better for that? I use a batch file. mingw32.bat: REM REM replace c:\gcc-2.95 with whatever your installation root may be. REM GCC_EXEC_PREFIX is optional, and hardly ever needs to be set (read: REM leave it alone). REM @echo off PATH=c:\develo~1\mingw32\bin;%PATH% REM SET GCC_EXEC_PREFIX=c:\gcc-2.95\lib\gcc-lib\ mode,50 bash exit Obviouslt, replace c:\develo~1\mingw32 with your mingw32 directory. Then put the file in C:\ and goto Start->Run and type comman.com /k c:\mingw32.bat. All finished! Now you can exit the bash prompt by pressing ctrl-d, and it has the added effect of using the current directory. -- Johan Venter ICQ 3643877 - jventer AT writeme DOT com The TPU DJGPP Interest Group - http://surf.to/djgppig The RSXNTDJ 1.5 HOWTO - http://surf.to/rsxntdj