Date: Thu, 17 May 2001 10:53:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Adam Czaplinski cc: djgpp AT delorie DOT com Subject: Re: gcc output In-Reply-To: <5.0.2.1.0.20010517170915.00a6eec0@mailhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 17 May 2001, Adam Czaplinski wrote: > I've just recently started playing with the djpp environment. Unfortunately > I discovered that the gcc always produces output in capital letters and > limits file name to 8 characters. I tried to run a following test on my > Windows NT PC: Windows NT is about the only environment beyond plain DOS where DJGPP cannot support long file names. On Windows 9X, Windows ME, and Windows 2000, long names are supported. > One of my colleagues did the same test on his Win NT PC using exactly the > same DJGPP installation and got always correct results. The case and the > file name was ALWAYS as specified in the '-o' option!!!!!! We compared our > envronments and it looks like they look pretty the same. Your colleague probably has Windows 2000, not NT4. Alternatively, it could be that the program you use to display the file names has some option to downcase DOS file names, and that option is turned on on your friend's machine.