Re: Win32 File Name Compares and Normalization

2001-09-10 Thread Paul D. Smith
Hi Matthew; Please forward this to the [EMAIL PROTECTED] list and see what they have to say. I usually apply whatever DOS/W32-specific patches that are generally approved by that group, since I don't have a Windows box, much less a Windows development environment. Thx... -- --

Win32 File Name Compares and Normalization

2001-09-10 Thread Matthew Von-Maszewski
Greetings, I have been doing extensive work with GNU make and Microsoft's compiler. This includes creating a dependency generator similar the gcc's .d files. It has become obvious that a couple of the make's functions need to become case insensitive when on a Win 32 platform. Microsoft's file na

Re: make for Sun Solaris 7.

2001-09-10 Thread Paul D. Smith
It's not a bug in make; you should probably check with the Perl folks to make sure that there isn't some issue with the way Perl builds makefiles and certain versions of GCC, and/or your GCC installation. This error: cc1: Invalid option `-fno-strict-aliasing' = problem seems odd,