Mail Archives: djgpp/1997/10/14/04:46:13
On Sun, 12 Oct 1997 23:48:25 -0700 in comp.os.msdos.djgpp quintero AT swbell DOT net
wrote:
: Content-Type: text/plain; charset=us-ascii; name="ENVIRON.LST"
: Content-Transfer-Encoding: 7bit
: Content-Disposition: inline; filename="ENVIRON.LST"
<snip>
: PATH=e:\DJ\BIN;C:\DOS;C:\;D:\COM;D:\BAT;D:\;E:\PK;E:\PKLITE;E:\ARJ;E:\;C:\PCCI5;
: DJGPP=e:/djgpp/djgpp.env
<snip>
That doesn't match up; your PATH suggests that djgpp is installed in the e:\dj
directory, while the DJGPP environment variable points to the e:\djgpp
directory.
: --------------6A88588B2E2C
: Content-Type: text/plain; charset=us-ascii; name="AUTOEXEC.BAT"
: Content-Transfer-Encoding: 7bit
: Content-Disposition: inline; filename="AUTOEXEC.BAT"
<snip>
: set djgpptmp=e:
: set djgpprun=e:
: set DJGPP=%djgpprun%\DJ\DJGPP.ENV
: set PATH=%djgpprun%\DJ\BIN;%PATH%
: call setdjgpp %djgpprun%\djgpp %djgpprun%/djgpp
<snip>
... and there's the reason. First you're setting your PATH and DJGPP variables
to use e:\dj, and then you're calling setdjgpp to use e:\djgpp. The call to
setdjgpp is redundant, since all it does is set your DJGPP variable (it used
to do a bit more...). So, remove that line (`call setdjgpp...'), and try
again.
The RHIDE bug report fits in with the above diagnosis.
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
- Raw text -