delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/02/27/17:15:43

From: "Ole Laursen" <ole_laursen AT hardworking DOT dk>
Newsgroups: comp.os.msdos.djgpp
References: <19990227153220 DOT 13524 DOT 00001622 AT ng-ch1 DOT aol DOT com>
Subject: Re: HELP ME (Allegro)
Lines: 30
X-Newsreader: Microsoft Outlook Express 4.72.2106.4
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
Message-ID: <Z0_B2.289$gD.2544@news010.image.dk>
Date: Sat, 27 Feb 1999 23:31:42 +0100
NNTP-Posting-Host: 212.54.67.23
X-Complaints-To: news-abuse AT image DOT dk
X-Trace: news010.image.dk 920153273 212.54.67.23 (Sat, 27 Feb 1999 23:07:53 MET DST)
NNTP-Posting-Date: Sat, 27 Feb 1999 23:07:53 MET DST
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

>I unzipped allegro to c:\djgpp\allegro,,,,
>went into allegro under DOS and typed Make.....
>first, I had a problem because I also have Borland make, so I copied all of
the
>allegro files to c:\djgpp\bin and typed make in that directory.
>That's where I get the "path not set properly" message.

If I were you, I would get rid of my Borland Make, for example by renaming
to something else like bmake. Copying the Allegro files in this way is not a
good solution.

If you don't want to rename the Borland, then another possibility is to
place "c:\djgpp\bin" before Borland's bin directory in the path. Go to the
line "SET PATH =" in your autoexec.bat and place "c:\djgpp\bin" as the first
directory, eg.:

SET PATH = c:\djgpp\bin; ... (all your other stuff goes here)

Make sure to delete the other line: "set path=c:\djgpp\bin;%path%"
if you do it this way.

BTW I don't this solution is better than renaming the Borland make as it
will make it hard for you to make Borland programs. (But then, on the other
hand, why on earth would you make program with Borland's compiler, now
you've got DJGPP? :-)

Ole Laursen - Aalborg, Denmark - ole_laursen AT hardworking DOT dk
When do you want to crash today? (note: new address!)


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019