From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and MingW32 on the same system? Date: Fri, 10 Apr 1998 16:16:13 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 38 Message-ID: <6gl9j7$par$1@news-hrz.uni-duisburg.de> References: <01bd6341$befcbb20$bdafccc2 AT default> NNTP-Posting-Host: ppp100.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 9 Apr 1998 00:57:46 +0200, "Daniel Mironowicz" wrote: > Here're the answers: > 1. Yes, DJGPP and GNU-Win32+Mingw32 can coexist on the > same system (you just have to set PATH) > 2. If you want to make Mingw32 work first you have to install > GNU-Win32. Mingw32 is a tool that lets you link your win32 > programs with M$ C run-time lib that comes with win32 instead of > cygwin.dll . Hmm, there are probably more than one versions of Mingw32 out there. The one that I got from http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32/download.html doesn't need an installed GNU-Win32. It works fine, except that I didn't find a `makeŽ port that works in all aspects: the DJGPP port doesn't give long command lines to the Win32-gcc, and the various Win32 ports I found all had other problems on Win95 (I don't remember what problems exactly these were). If someone has a good Win32-make that works on Win95 (not only NT), I'd be glad to hear from you. The environment variables that I set for Mingw32: set MINGW32=R:\MINGW32 set PATH=%MINGW32%\bin;%PATH% set C_INCLUDE_PATH=%MINGW32%\include set CPLUS_INCLUDE_PATH=%MINGW32%\include\g++;%C_INCLUDE_PATH% set LIBRARY_PATH=%MINGW32%\lib set GCC_EXEC_PREFIX=%MINGW32%\lib\gcc-lib\ set BISON_SIMPLE=%MINGW32%\share\bison.simple set BISON_HAIRY=%MINGW32%\share\bison.hairy set CC=gcc Regards... Michael