Date: Thu, 11 Jan 2001 10:07:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: John Casey cc: djgpp AT delorie DOT com Subject: Re: Allegro install problems In-Reply-To: <3A5D355B.3230@vic.ozland.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 11 Jan 2001, John Casey wrote: > So i figured the target must be in the allegro folder > so i set cd to c:\djgpp\allegro and typed make > result: Your environment variable is not set correctly! > It should point to the DJGPP.ENV file: see readme > > I checked the autoexe.bat to check for spelling errors > set DJGPP=c:/djgpp/djgpp.env and it seemed ok ... Type "set", hit [Enter], and see if one of the lines says this: DJGPP=c:/djgpp/djgpp.env If not, something's wrong with your AUTOEXEC.BAT. > ps. My first try did result in the Borland version of make being > executed. I didn't know how to prevent this except by copying the > GNU version in c:\djgpp and c:\djgpp\allegro folders. Could this > be part of the problem? The right way to fix this is to set PATH so that c:\djgpp\bin appears there before the Borland's directory.