Date: Thu, 22 May 1997 18:45:27 +0300 (IDT) From: Eli Zaretskii To: Andrew Crabtree cc: djgpp AT delorie DOT com Subject: Re: PGCC Update In-Reply-To: <199705212132.AA293060344@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 21 May 1997, Andrew Crabtree wrote: > I also had a problem with stuff including math_private.h when my file was > math_pri.h (another LFN problem). Renaming math_pri.h to > math_private.h worked. People who rebuild DJGPP packages on Windows 95 should be aware that some source distributions (gcc and djlsr are examples) are NOT LFN-clean. This means that they were only built on plain DOS; on Windows 95 you will need to disable LFN to build them (set LFN=n in the environment) or rename some files. Other source distributions *should* be LFN-clean, but they aren't always tested in all possible environments before a release. For example, the source ZIPs of recent ports of GNU packages that I did should be LFN-clean, but I don't have access to Windows 95 and therefore couldn't try to build them there. When in doubt, set LFN=n and try to build then.