Date: Thu, 15 May 1997 19:58:35 +0300 (IDT) From: Eli Zaretskii To: Eric Gillespie cc: djgpp AT delorie DOT com Subject: Re: RHide problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 15 May 1997, Eric Gillespie wrote: > cpp.exe ... -lang-c -o /tmp/RHbaaaaa\c -.c > ld.exe ... -o /dev/null ... > > It seems to me that the program (for instance, gcc) is somehow munching > the source code's filename: "-.c" is not AFAIK a valid DOS filename. No, "-.c" is perfectly valid DOS name. Try this: copy con -.c hello world ^Z dir You will see a file "-.c" in the current directory. > Also if you choose /dev/null as the -o of your linker, your output OF ANY > TYPE goes to that great bit-bucket in the sky - i.e. oblivion, never to be > found by stubify. That's OK, I understand that this is how RHIDE's bug-reporting feature works. The intent is only to see the programs run, not to compile/link anything of real use.