Mail Archives: djgpp/1997/11/20/00:16:35
Guy Giesbrecht wrote:
>
> Hi Nate,
> Thanks for the reply.
> I've read README.1st up and down. Here's my autoexec.bat file:
> @ECHO OFF
> SET BLASTER=A220 I5 D1 T4
> SET PATH=C:\JAVA\BIN;C:\djgpp\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Perl\bin;
> djgpp=c:\djgpp\djgpp.env
This is the problem. You forgot to use the 'set' command in front of
the environment variable setting. Change that line to:
set djgpp=c:/djgpp/djgpp.env
And it should work. (Note that some DJGPP programs seem to prefer
forward slashes in the DJGPP environment variable rather than
backslashes.)
Surely you noticed that your 'environ.lst' didn't contain a DJGPP
variable!
Anyway, hth.
--
---------------------------------------------------------------------
| John M. Aldrich | "Democracy is based on the assumption|
| aka Fighteer I | that a million men are wiser than one|
| mailto:fighteer AT cs DOT com | man. How's that again? I missed |
| http://www.cs.com/fighteer | something." - Lazarus Long |
---------------------------------------------------------------------
- Raw text -