This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: MAKE_MODE changes


Eric Christopher <echristo@cygnus.com> writes:
> 
> I have a customer complaining about make under a dos window.  Here's a
> brief summary of the problem:

[ pathname case sensitivity issue ]

I had one point done this, and then backed out as Unix Makefiles failed
on win32. One case in point is that even though it's case insensitive 
FS, you can still tell the compiler to do the right thing by using the
appropriate case for the extension. With this change, as the caveats
in the docs say, you lose the distinction between .c and .C and more
importantly, between .f and .F. I specifically point out the latter
because even though C++ programmers have slowly moved from using .C,
few Fortran programmers know about .fpp extension in addition to .F.

Even with this issue, I'm still somewhat in favor of this.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]