Date: Wed, 18 Oct 1995 14:06:32 +0200 (IST) From: Eli Zaretskii To: Advanced Procurement Systems Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Compile On Tue, 17 Oct 1995, Advanced Procurement Systems wrote: > When trying to compile a program, the GCC compiler creates (attempts to > create) an intermediat file, normally of the form C:/TEMP/CC0000042. > I get the message CANNOT OPEN C:/TEMP/CC000042.GB when it goes to the > next step. I suspect that this is connected to the forward slash, since > DOS pathnames have backward slashes in them. Is there a way around > this? Thanks. There is no way around, but you shouldn't worry about this: DJGPP can use both kinds of slashes alike. Your problem must be caused by something else, like maybe there is no directory called C:\TEMP, or maybe the C: drive doesn't have enough free space, or your FILE= setting is too low.