This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Fatal error when building GCCC-3.0 under cygwin
- To: Corwin Joy <cjoy at houston dot rr dot com>
- Subject: Re: Fatal error when building GCCC-3.0 under cygwin
- From: Graham Stott <grahams at redhat dot com>
- Date: Mon, 30 Jul 2001 23:52:31 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <0cd401c11921$fb8ecee0$2101bf0a@houston.rr.com>
Corwin,
Corwin Joy wrote:
>
> I, and several other folks, have had problems building the gcc 3.0 release
> snapshot under cygwin. It seems to be an issue with carriage return versus
> line-feed in i386.md. I would like to suggest that either this file be
> patched in the release snapshot for gcc 3.0 or a brief comment be added to
> the release notes for cygwin as this is rather a bear to figure out without
> extensive searching of the gcc newsgroups.
>
> Thanks,
> Corwin
>
This is not problem with i386.md.
On Cygwin it's possible to encounter CR/LF problems on
because it has the concept of both text and binary mode mounts.
Graham