From: Mbaccar AT aol DOT com Message-ID: Date: Fri, 28 May 1999 04:01:30 EDT Subject: problem with filenames To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows sub 11 Reply-To: djgpp AT delorie DOT com I installed the djgpp sources today. ls command gives bash$ ls acrobat3 aol40 mssql orant tcl adobeapp java myproj~1 perl temp bash$ This is the 8.3 dos filename problem (myproj~1). The file system is NTFS which supports long filenames. djgpp.env file specifies LFN=y. What's the problem? Currently, gxx is failing to find header files because of this 8.3 problem. -Mohamed