http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888

--- Comment #19 from Cesar Strauss <cestrauss at gmail dot com> 2010-12-02 
23:38:39 UTC ---
(In reply to comment #18)
> (In reply to comment #17)
> > * anhvofrcaus at gmail dot com wrote on Tue, Nov 30, 2010 at 01:25:49AM CET:
> > > It is interesting that this fix worked for Cesar but not for me. In fact, 
> > > it
> > > failed the same way, as reported earlier, on both MinGW and Cygwin.

Dear Anh Vo,

Please install the "file" utility. It should be able to identify if a file has
CR or CRLF line terminators.

Then, run in the source directory:

file gcc/doc/tm.texi

And in the build directory:

file gcc/tm.texi

Another way is to open the files using notepad. If the lines run all together,
then the file has LF line terminators. If the lines look normal, then it has
CRLF line terminators.

Thanks,
Cesar

Reply via email to