Mail Archives: djgpp/1999/03/03/09:51:54
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.
- Raw text -