> -----Original Message----- > From: cygwin-owner On Behalf Of W. Tuchan > Sent: 08 June 2004 17:32
> > > > > It's not a known problem of gcc. gcc should not care about > text mode > > mounts. It is supposed to work correctly with any mount modes. > > > > > Sorry, maybe it was a problem of gcc. I'm still useing gcc 2.95.3. Yes, 2.95.3 had a problem with CR+LF line ends; yes, it has been fixed in 3.0.something, I think the new preprocessor took care of it. In fact IIRC, even in 2.95.x it was only a problem on continuation lines, because the code that looked for backslash-LF and concatenated the lines didn't recognize the sequence backslash-CR-LF, but all other source lines were ok with CR-LF line ends. But yeh, it's an old and long-gone problem these days. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/