Date: Wed, 8 Jul 1998 11:38:56 +0300 (IDT) From: Eli Zaretskii To: George Foot cc: djgpp AT delorie DOT com Subject: Re: DJGPP, \ and / In-Reply-To: <199807080047.BAA27645@sable.ox.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 8 Jul 1998, George Foot wrote: > Perhaps it would be simplest to write a `__crt0_glob_function' to > convert the backslashes to forward slashes. This will certainly solve the problem with backslashes in command-line arguments, but I suspect GDB also has these problems when you use backslashes in file names typed from its prompt. This should also be corrected in the DJGPP port. > but surely GDB > assumes the shell will handle that, and don't shells tend to strip > unquoted backslashes anyway? It does, but it needs to mimic the shell behavior for file names typed inside GDB.