Mail Archives: djgpp/1997/05/22/15:41:17
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.
- Raw text -