This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 system
- From: Tom Tromey <tromey at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 5 Jan 2002 03:46:10 -0000
- Subject: Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 system
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR bootstrap/3250; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: rodrigc@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, steve@smc.vnet.net, gcc-gnats@gcc.gnu.org,
rodrigc@gcc.gnu.org
Subject: Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 system
Date: 04 Jan 2002 20:53:01 -0700
>>>>> "Craig" == rodrigc <rodrigc@gcc.gnu.org> writes:
Craig> tromey, didn't we see similar problems before where the
Craig> configure script was not correctly detecting the locale
Craig> headers/libraries?
Please call me "Tom".
We have seen problems like this in some situations.
In this case, toplev.c needs <locale.h>. I don't see this include.
Perhaps it is hidden somewhere, though I failed to find that as well.
Steve's approach to a fix seems reasonable to me.
Tom