From: "cwg" Newsgroups: comp.os.msdos.djgpp References: <200211110445 DOT gAB4jAx06573 AT envy DOT delorie DOT com> <200211111500 DOT gABF0LV12989 AT envy DOT delorie DOT com> Subject: Re: FAQ Question, I know. Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Mon, 11 Nov 2002 20:39:33 EST Organization: WEBUSENET.com Date: Mon, 11 Nov 2002 19:56:44 -0600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "DJ Delorie" wrote in message news:200211111500 DOT gABF0LV12989 AT envy DOT delorie DOT com... > > 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. So if I were to include say, getpagesize.h, for example, I would really have to use the 8.3 equivalent when making the adjustment to the strictly DOS environment. A pitfall to watch out for.