Date: Mon, 11 Nov 2002 10:00:21 -0500 Message-Id: <200211111500.gABF0LV12989@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (cwg01@netzero.net) Subject: Re: FAQ Question, I know. References: <200211110445 DOT gAB4jAx06573 AT envy DOT delorie DOT com> 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 > Aren't there a few pieces which exceed the 8.3 limit? > I know I probably stated that wrong, but I developing a program on a win98 > machine, but the actual debugging and runtime enviroment will be on a > straight DOS machine. And while I know to keep the filenames short, I'm > concerned about including a package which isn't 8.3 This isn't a djgpp issue, this is a programmer issue. If you have files that aren't 8.3 compatible (i.e. they clash when reduced to 8.3 names, or include characters that aren't valid 8.3), then you need to figure out what to do. DJGPP itself (i.e. any program built with a djgpp compiler) will automatically switch from long to short filenames according to what the OS provides.