From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: I need help to get djgpp work. Date: Tue, 10 Feb 1998 23:09:22 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 23 Message-ID: <34E12472.288D@cs.com> References: <34E0C447 DOT B2AE5836 AT mbnet DOT fi> NNTP-Posting-Host: ppp239.cs.com 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 Mikko Paltamaa wrote: > > I answer to my on question. In line "set DJGPP=C:/DJGPP/DJGPP.ENV" of > your autoexec.bat you should use /-marks, not \. Plain Dos doesn't > observe this separation, who knows why Windows 95 does. Actually, that's incorrect. DOS and Windows 95 both understand forward slashes in directory separators; it's just COMMAND.COM that does not. The case of the DJGPP variable is read only by DJGPP programs, and while there are some programs that can behave improperly if they see backslashes, gcc is not one of them. Your problem was probably somewhere else. Nevertheless, it's strange how many people report to have corrected installation problems by switching the direction of the slashes... -- --------------------------------------------------------------------- | John M. Aldrich | "Always listen to experts. They'll | | aka Fighteer I | tell you what can't be done, and why.| | mailto:fighteer AT cs DOT com | Then do it." | | http://www.cs.com/fighteer/| - Lazarus Long | ---------------------------------------------------------------------