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: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, steve@smc.vnet.net,
   tromey@gcc.gnu.org, rodrigc@gcc.gnu.org, jzago@ifaedi.insa-lyon.fr,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/3250: gcc 3.0 will not compile on SPARC Solaris 2.5.1 
 system
Date: Fri, 18 Jan 2002 11:07:10 -0500

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3250
 
 jzago,
 
 toplevc.c includes intl.h.  In intl.h there are these lines:
 
 #ifdef HAVE_LOCALE_H
 # include <locale.h>
 #endif
 
 If locale.h is not getting included, then that means that HAVE_LOCALE_H
 is not defined, so the configure script might not be working on
 your system.
 
 Can you provide a copy of the config.log and config.cache
 files that are created on your system when you try to configure
 gcc 3.0.3 for building?
 
 --
 Craig Rodrigues
 http://www.gis.net/~craigr
 rodrigc@mediaone.net
 
 
 


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