From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10121 invoked by alias); 1 Mar 2004 07:02:59 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9986 invoked from network); 1 Mar 2004 07:02:50 -0000 Received: from unknown (HELO server.softjin.com) (203.196.146.74) by sources.redhat.com with SMTP; 1 Mar 2004 07:02:50 -0000 Received: from linux.softjin.com (localhost.localdomain [127.0.0.1]) by server.softjin.com (Postfix) with ESMTP id A620C6CE75 for ; Mon, 1 Mar 2004 12:19:46 +0530 (IST) Received: from domain.invalid (pc35.softjin.com [10.0.0.35]) by linux.softjin.com (8.11.6/8.8.7) with ESMTP id i2177Vo17678 for ; Mon, 1 Mar 2004 12:37:31 +0530 Message-ID: <4042DF22.5060707@domain.invalid> Date: Mon, 01 Mar 2004 07:02:00 -0000 From: user@domain.invalid User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Query gcc-3.2 Content-type: multipart/mixed; boundary="=_IS_MIME_Boundary" X-SW-Source: 2004-03/txt/msg00000.txt.bz2 --=_IS_MIME_Boundary Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 2688 Hello, I am trying to install gcc-3.2 version on my Red Hat Linux Release 9 with i386-redhat-linux. But it is breaking up during "make bootstrap". The error it is showing is here: c++locale.cc:51: `__strtol_l' undeclared (first use this function) c++locale.cc:51: (Each undeclared identifier is reported only once for each function it appears in.) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = long unsigned int]': c++locale.cc:69: `__strtoul_l' undeclared (first use this function) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = long long int]': c++locale.cc:87: `__strtoll_l' undeclared (first use this function) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = long long unsigned int]': c++locale.cc:106: `__strtoull_l' undeclared (first use this function) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = float]': c++locale.cc:124: `__strtof_l' undeclared (first use this function) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = double]': c++locale.cc:141: `__strtod_l' undeclared (first use this function) c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&, std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = long double]': c++locale.cc:158: `__strtold_l' undeclared (first use this function) c++locale.cc: In static member function `static void std::locale::facet::_S_create_c_locale(__locale_struct*&, const char*, __locale_struct*)': c++locale.cc:170: `__newlocale' undeclared (first use this function) c++locale.cc: In static member function `static void std::locale::facet::_S_destroy_c_locale(__locale_struct*&)': c++locale.cc:180: `__freelocale' undeclared (first use this function) c++locale.cc: In static member function `static __locale_struct* std::locale::facet::_S_clone_c_locale(__locale_struct*&)': c++locale.cc:184: `__duplocale' undeclared (first use this function) make[2]: *** [c++locale.lo] Error 1 make[2]: Leaving directory `/local/manish/g++/objdir/i686-pc-linux-gnu/libstdc++-v3/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/local/manish/g++/objdir/i686-pc-linux-gnu/libstdc++-v3' make: *** [install-target-libstdc++-v3] Error 2 Please do tell me the solution of this. Thanks and Regards, Manish Gupta --=_IS_MIME_Boundary Content-Type: text/plain;charset=us-ascii; name="VirusWall_Message.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="VirusWall_Message.txt" Content-length: 223 ----------------------------------------- (softjin.com) This message and any attachment contained is scanned by InterScan VirusWall in SoftJin and No virus found. --------------------------------------------------------- --=_IS_MIME_Boundary--