Date: Sun, 5 Apr 1998 20:07:03 +0300 (IDT) From: Eli Zaretskii To: "Peter H.M. Brooks" cc: djgpp AT delorie DOT com Subject: Re: 'Hello world' problem In-Reply-To: <891785118snz@psyche.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 5 Apr 1998, Peter H.M. Brooks wrote: > I am still battling with this problem. I wonder if the sense of the > obliques is relevant. In the error message it refers to the file > c:/djgpp/tmp/ccaaaaaa.ii when the dos convention would say that > this should be c:\djgpp\tmp\ccaaaaaa.ii. Is there any way of checking > to see that some part of the compiler doesn't think that it is on a > Unix system? Don't worry, both DJGPP and DOS/Windows can handle forward slashes as well as backslashes. That is not your problem. Look elsewhere. Posting the complete command line and what GCC prints when you compile with -v switch might be a beginning.