Date: Sun, 30 Aug 1998 17:17:38 +0300 (IDT) From: Eli Zaretskii To: Gordon Talge cc: djgpp AT delorie DOT com Subject: Re: gdb filename problem In-Reply-To: <35E5A359.7043@pe.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 27 Aug 1998, Gordon Talge wrote: > I am compiling with make a program that uses a large number of > files that were originally designed for unix. Some of the file > name are like this: FileNameHere.c . Dos changes them to > FILENAME.C . Say if main() is in FileNameHere.c and I set > gdb to break on main(), gdb tells me that it can't find FileNameHere.c. Please post the shortest source, and instructions for compiling it, that could be used to reproduce this problem. I have never seen such problems, and AFAIK, they shouldn't happen, at least not on DOS, because when GDB asks for FileNameHere.c, DOS transparently truncates this long name to FILENAME.C and makes GDB happy. Can it be that you run on Windows 9X, not in plain DOS?