From: dbagpc AT aol DOT com (DBA GPC) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with LD.EXE Lines: 16 Message-ID: <1998071506060500.CAA20206@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 15 Jul 1998 06:06:05 GMT Organization: AOL http://www.aol.com References: <6nj4g3$b0c$1 AT News DOT Dal DOT Ca> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk this is a djgpp installation error, i had the same problem. It was fixed by adding the following two lines to your autoexec.bat file. this tells djgpp where to find things. add these lines to your autoexec.bat set PATH=C:\DJGPP\BIN;%PATH% >> set DJGPP=C:\DJGPP\DJGPP.ENV >> this information was found on the install instructions on the following web site: http://www.delorie.com/djgpp/zip-picker.html when u use the picker it also gives you install instructions to follow To Ask is to learn