Message-ID: <010801c11b56$0edc4aa0$6600a8c0@mars> From: "Johan Henriksson" To: References: <9k9nju$4cs$1 AT uranium DOT btinternet DOT com> Subject: Re: setting up mingw32 Date: Thu, 2 Aug 2001 15:21:35 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > I have trouble setting my mingw32 compiler up. > > I follow the setup procedures but still get: > Errror in djgpp instalation > Environment variable DJGPP is not defined. You're still messing with DJGPP GCC. Make sure Mingw's bin-dir comes first in the PATH. I have a bat-file that I use when I want Mingw instead of DJGPP. It does: path i:\mingw\bin;%path% And in autoxec, I already have path d:\djgpp\bin; You can't have both installed at the same time. You know the result...