Mail Archives: djgpp/2000/12/18/19:42:11
From: | Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: I can't get the rhide command to work
|
Date: | Mon, 18 Dec 2000 18:03:43 +0000
|
Organization: | Customer of Energis Squared
|
Lines: | 37
|
Message-ID: | <njis3to8nh7t6fvgl5avjnj7m4d8qdnfio@4ax.com>
|
References: | <000b01c06912$3fc86780$373d19d0 AT OccamsEdge>
|
NNTP-Posting-Host: | modem-74.silicon.dialup.pol.co.uk
|
Mime-Version: | 1.0
|
X-Trace: | news5.svr.pol.co.uk 977162641 7862 62.136.13.74 (18 Dec 2000 18:04:01 GMT)
|
NNTP-Posting-Date: | 18 Dec 2000 18:04:01 GMT
|
X-Complaints-To: | abuse AT theplanet DOT net
|
X-Newsreader: | Forte Agent 1.7/32.534
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Firstly, please don't post in HTML, and please set your line length to
something reasonable (about 70 chars).
"Jefferson S Watson" <jswatson AT inreach DOT com> wrote:
> 1) I created a folder named "DJGPP"; 2) I downloaded the files picked
> by the autopicker for C++ programing; 3) I used WinZip to unzip my
> files and put them into my DJGPP folder; 4) I edited my AUTOEXEC.BAT
> file to enclude the lines "set PATH= C:\DJGPP\BIN;%PATH%" and "set
> DJGPP=C:\DJGPP\DJGPP.ENV"; 5) I rebooted.
This is all good, except there shouldn't be a space after "PATH=", the
space will probably stop that command from taking effect.
The result would be that C:\DJGPP\BIN is not added to the beginning of
the path and all the DJGPP programs will not be found.
Try fixing that and reboot. Use the "set" command on its own, after
booting, to check that DJGPP and PATH have been set correctly.
> Looking at my AUTOEXEC.BAT file from MS-DOS (as opposed to the edit
> screen), I noticed it has the line "set
> PATH=C:\DJGPP\BIN;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND" in place
> of the line "set PATH=C:\DJGPP\BIN;%PATH%". So even though I typed
> the line in right, I think it is having problems with it (though this
> may be normal for all I know).
I don't think this is normal. Are you sure this is the same file? If
so then something else is editing autoexec.bat for you. It can be
seen that there is no space after "PATH=" so it should work now.
Also, C:\DJGPP\BIN is there twice, but this will not cause the
problems you see.
If you still have problems, please post the contents of Autoexec.bat,
and the output of the command "set". Please do this as cut-and-paste,
rather than re-typing it.
- Raw text -