Mail Archives: djgpp/1998/02/03/21:01:20
From: | "Dan" <rimfire AT shadetree DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | what am I doing wrong?
|
Date: | 4 Feb 1998 01:48:09 GMT
|
Organization: | Good News Internet Services
|
Lines: | 34
|
Message-ID: | <01bd310e$16b36280$4ed870ce@dd0064>
|
NNTP-Posting-Host: | srv.2.18.goodnews.net
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
ok.
a few months ago I downloaded djgpp, and began
to learn to code (it was cheaper then forking over $200
bucks at my local best buy for a name brand compiler)
I installed it correctly and every thing I coded worked
correctly (it compiled, knew where everything was at)
but a couple of days ago I reformatted my hard drive
and didn't backup my djgpp directory.
so I went and downloaded it all over agian, and reinstalled
it so on and so forth. But this time it won't compile anything
claiming that it can't find anything (like the libraries).
I have installed it in C:\djgpp
here is a copy of my autoexec.bat (maybe you guys can help me
figure out what I did wrong, though I prob did something
stupid.)
@echo off
path=c:\windows;c:\windows\command;c:\windows\system
loadhigh doskey
set blaster=a220 i5 d1 t4
if exist c:\restore.bat c:\restore.bat
set path =c:\windows;c:\windows\command;c:windows\system
set path=c:\djgpp\bin;%path%
set djgpp=c:\djgpp\djgpp.env
any help is apprec.
thanks
Dan Dalton
rimfire AT shadtree DOT com
- Raw text -