This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 system


The following reply was made to PR bootstrap/3250; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: Tom Tromey <tromey@redhat.com>
Cc: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, steve@smc.vnet.net,
   gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 system
Date: Sat, 5 Jan 2002 00:03:44 -0500

 On Fri, Jan 04, 2002 at 08:53:01PM -0700, Tom Tromey wrote:
 > 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
 
 Tom,
 
 toplev.c already includes intl.h which has:
 
 #ifdef HAVE_LOCALE_H
 # include <locale.h>
 #endif
 
 If the configure script did not correctly detect
 locale.h on the system, then that might cause
 problems.  I'm wondering, is this a repeat of the problems
 you saw in:
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?pr=4972&database=gcc&cmd=view
 
 


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