www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/02/01/17:01:57

From: bpmurray*STUFFER*@socrates.cgl.ucsf.EDU (Bernard P. Murray, PhD)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Installation help...required
Date: Mon, 01 Feb 1999 13:58:07 -0700
Organization: University of California, San Francisco
Lines: 43
Message-ID: <bpmurray*STUFFER*-0102991358070001@macmac-2.ucsf.edu>
References: <Pine DOT SOL DOT 3 DOT 96 DOT 990201115119 DOT 4934A-100000 AT eesun1 DOT tamu DOT edu>
NNTP-Posting-Host: macmac-2.ucsf.edu
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

In article <Pine DOT SOL DOT 3 DOT 96 DOT 990201115119 DOT 4934A-100000 AT eesun1 DOT tamu DOT edu>,
Umesh Nair <nair AT ee DOT tamu DOT edu> wrote:

> hi all,
> I get following error :
> Error in djgpp instalation
> environment variable djgpp is not defined
> the file djgpp.env exists...
> why does it not recognize it?
> thanks
> -umesh

> Autoexec.bat
> SCDEX.EXE  /D:OEMCD001 /L:D
> d:
> cd \win95
> set DJGPP=C:\DJGPP\DJGPP.ENV
> set PATH=C:\DJGPP\BIN;%PATH%
> oemsetup /k "a:\drvcopy.inf"

Unlikely but possible...
If the "set PATH" command is the only one in your AUTOEXEC
it may be confused because you are appending %PATH% which will
initially be empty.  If this is the case you should be able
to fix it by changing the line to
     set PATH=C:\DJGPP\BIN
I don't think that this is it as the OS appears to be able
to find its way to the BIN directory (to start up and
report the error) but there may be some strange interaction
going on.  Null %PATH% is not a problem for me (Novell DOS 7
or PC DOS 6.3).

Otherwise;
     Install a fresh copy of DJGPP.ENV
or
     Make sure it is where it should be
     DIR C:\DJGPP\DJGPP.ENV
     Is this a file of the correct size?

     Bernard
-- 
Bernard P. Murray, PhD
Dept. Cell. Mol. Pharmacol., UCSF, San Francisco, USA

- Raw text -


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