allegro make help (lazyswimmers)

Started by
0 comments, last by Nick Murphy 24 years, 10 months ago
When I try to make allegro with DJGPP I get an error
telling me "Your PATH is not set correctly! This must
include the djgpp bin directory: see the djgpp readme.1st
for details"

Well, needless to say, I read the readme.1st and the
problem I came up with was with the lines entered into
my autoexec.bat. The problem is that I entered in
everything exactly the way the readme.1st tells me to. I
run rhide and when I try to compile everything else it all
works fine. When I try to make files outside of rhide is
when I run into trouble.

Any help?

Advertisement
Check that you have entered everything correctly. You
need to put

SET DJGPP=C:\DJGPP\DJGPP.ENV
SET PATH=C:\DJGPP\BIN;%PATH%

at the end of your autoexec.bat file.

If this doesn't work, ask comp.os.msdos.djgpp

This topic is closed to new replies.

Advertisement