From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: headers, crt0.o, and info no longer working Date: Sun, 06 Apr 1997 20:37:41 GMT Organization: Oxford University Message-ID: <3348094c.1017042@news.easynet.co.uk> References: <5i7e0n$3qm AT news DOT southeast DOT net> NNTP-Posting-Host: foot.easynet.co.uk Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sun, 06 Apr 1997 05:50:37 GMT, garyg AT southeast DOT net (Gary M. Greenberg) wrote: >I'm perplexed. When I first installed djgpp, everything worked fine. >No problems. Today, I went to compile a single-source file program, and >I get ENOENT errors for some standard headers which are in >C:/djgpp/include. >Then, when I use IC:/djgpp/include on the command line to compile, I get >an ENOENT error on crt0.o ;-\ It sounds like you have removed the line SETting DJGPP=... in your AUTOEXEC.BAT file; put it back, saying something like: SET DJGPP=C:/DJGPP/DJGPP.ENV or whatever the correct path to DJGPP.ENV is on your machine. -- George Foot