From: alec AT gte DOT net (Alex Paradis) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help, compiling error Date: 29 Sep 1997 13:49:44 GMT Organization: gte.net Lines: 18 Message-ID: <60oblo$71g$1@gte1.gte.net> References: <60n4qe$f8k$1 AT gte1 DOT gte DOT net> <01bccd6c$501ef760$483e64c2 AT default> NNTP-Posting-Host: sst1757008.gte.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >I think the answer to your problem might be in your autoexec.bat. >You have there the "set DJGPP..." -line. I think you shouldn't have >the echo-command before it. It should be like this: > >set DJGPP=C:\DJGPP\DJGPP.ENV > >This might help. > Well it certainly DID! Here I thought that the echo command merely showed on the screen the lines that were processing in the autoexec.bat, to see whats going on. Well apparently there is more to it than that. I guess I'l have to take a look at the echo command. I was just about to delete all of the gcc files and redo it all from scratch when I read your message. Needless to say you saved me quite a bit of time. Thanks a LOT for your help. .... Alex