public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/8978: can't compile libstdc++v3.0 library
@ 2002-12-17 15:26 Phil Edwards
  0 siblings, 0 replies; 4+ messages in thread
From: Phil Edwards @ 2002-12-17 15:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/8978; it has been noted by GNATS.

From: Phil Edwards <phil@jaj.com>
To: vs@lviv.net
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/8978: can't compile libstdc++v3.0 library
Date: Tue, 17 Dec 2002 18:19:55 -0500

 On Tue, Dec 17, 2002 at 01:34:55PM -0000, vs@lviv.net wrote:
 > >Release:        unknown-1.0
 > >Organization:
 > >Environment:
 
 > >How-To-Repeat:
 
 
 You haven't told us enough information.  What platform are you using?
 How did you configure the compiler?
 
 -- 
 I would therefore like to posit that computing's central challenge, viz. "How
 not to make a mess of it," has /not/ been met.
                                                  - Edsger Dijkstra, 1930-2002


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/8978: can't compile libstdc++v3.0 library
@ 2003-01-06 20:41 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2003-01-06 20:41 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, vs

Synopsis: can't compile libstdc++v3.0 library

State-Changed-From-To: feedback->closed
State-Changed-By: bkoz
State-Changed-When: Mon Jan  6 12:41:12 2003
State-Changed-Why:
    No response

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8978


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/8978: can't compile libstdc++v3.0 library
@ 2003-01-02 23:09 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2003-01-02 23:09 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, vs

Synopsis: can't compile libstdc++v3.0 library

State-Changed-From-To: open->feedback
State-Changed-By: bkoz
State-Changed-When: Thu Jan  2 15:09:06 2003
State-Changed-Why:
    I'm assuming this was a temporary glitch in the CVS sources. I cannot reproduce this with gcc's on RH 7.3, RH 8.0, etc. 

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8978


^ permalink raw reply	[flat|nested] 4+ messages in thread

* libstdc++/8978: can't compile libstdc++v3.0 library
@ 2002-12-17  5:36 vs
  0 siblings, 0 replies; 4+ messages in thread
From: vs @ 2002-12-17  5:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8978
>Category:       libstdc++
>Synopsis:       can't compile libstdc++v3.0 library
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 17 05:36:09 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     vs@lviv.net
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
can you help me please!
i can't compile gcc-3.2/libstdc++v3.0 because of these errors:
(i need libstdc++-v3)

c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
   std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv = long int]':
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)
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-06 20:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-17 15:26 libstdc++/8978: can't compile libstdc++v3.0 library Phil Edwards
  -- strict thread matches above, loose matches on Subject: below --
2003-01-06 20:41 bkoz
2003-01-02 23:09 bkoz
2002-12-17  5:36 vs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).