delorie.com/archives/browse.cgi | search |
Message-ID: | <010801c11b56$0edc4aa0$6600a8c0@mars> |
From: | "Johan Henriksson" <jhe AT realsoftware DOT cjb DOT net> |
To: | <djgpp AT delorie DOT com> |
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 |
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...
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |