Date: Wed, 3 Mar 1999 16:49:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Rhide Compiling Prob In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 3 Mar 1999, DeHackEd wrote: > Are you compiling a file who's name is something like "multiple spaces here.c" ? > If so, the command gets expanded to: > > gcc -c multiple spaces here.c -o multiple spaces here.o > > and all these extra spaces does get quotes around them, causing them to think > each word is a different file, hense the error. Try changing the name to > multiple_spaces_here. Are you sure? If I understand you correctly, you are describing a bug in RHIDE whereby file names with embedded spaces aren't supported. Since DJGPP's version of library function `system' does support quoted file names with embedded whitespace, I wonder why RHIDE cannot.