public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/7813: Build fails
@ 2002-11-01  9:39 paolo
  0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2002-11-01  9:39 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, masterxor, nobody

Synopsis: Build fails

State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Fri Nov  1 09:39:51 2002
State-Changed-Why:
    Basing on Phil's comments I'm closing this.

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


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

* Re: libstdc++/7813: Build fails
@ 2002-09-03 16:06 Phil Edwards
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Edwards @ 2002-09-03 16:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Phil Edwards <phil@jaj.com>
To: masterxor@pop.mail.rcn.net
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7813: Build fails
Date: Tue, 3 Sep 2002 19:01:25 -0400

 Please don't use GNATS to report transient build errors in current CVS.
 We have an autoannoyer designed for that.  :-)  Also,
 
 > >How-To-Repeat:
 > configure --enable-languages-c,c++,objc
                               ^
                               |
                               |
 
 This should be '=', not '-'.  Maybe just a typo in the bug report.  Also,
 'c' is a required language; you don't need to specify it if you're building
 other languages, and in fact you cannot turn it off.
 
 Phil
 
 -- 
 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] 3+ messages in thread

* libstdc++/7813: Build fails
@ 2002-09-02 10:56 masterxor
  0 siblings, 0 replies; 3+ messages in thread
From: masterxor @ 2002-09-02 10:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7813
>Category:       libstdc++
>Synopsis:       Build fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 02 10:56:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Richards
>Release:        GCC3.2
>Organization:
>Environment:
Pentium based system  - RedHat Linux 7.3
>Description:
Build fails with the following error:

/bin/sh ../libtool --tag CXX --mode=compile /home/odysseus/download/gcc-3.2/gcc/xgcc -shared-libgcc -B/home/odysseus/download/gcc-3.2/gcc/ -nostdinc++  -L/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src -L/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -nostdinc++ -I/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include -I../libsupc++  -I../libmath    -g -O2 -D_GNU_SOURCE -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -ffunction-sections -fdata-sections -g    -c monetary.cc
/home/odysseus/download/gcc-3.2/gcc/xgcc -shared-libgcc -B/home/odysseus/download/gcc-3.2/gcc/ -nostdinc++ -L/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src -L/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -nostdinc++ -I/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/home/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include -I../libsupc++ -I../libmath -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c monetary.cc  -fPIC -DPIC -o .libs/monetary.o
monetary.cc: In member function `void std::moneypunct<_CharT, 
   _Intl>::_M_initialize_moneypunct(__locale_struct*, const char*) [with _CharT 
   = char, bool _Intl = true]':
monetary.cc:238: `__nl_langinfo_l' undeclared (first use this function)
monetary.cc:238: (Each undeclared identifier is reported only once for each 
   function it appears in.)
make[4]: *** [monetary.lo] Error 1
make[4]: Leaving directory `/home2/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home2/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home2/odysseus/download/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home2/odysseus/download/gcc-3.2'
make: *** [bootstrap] Error 2
>How-To-Repeat:
configure --enable-languages-c,c++,objc
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2' bootstrap
>Fix:

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


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

end of thread, other threads:[~2002-11-01 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-01  9:39 libstdc++/7813: Build fails paolo
  -- strict thread matches above, loose matches on Subject: below --
2002-09-03 16:06 Phil Edwards
2002-09-02 10:56 masterxor

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).