public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libstdc++/5008: Error while compiling / eh_aux_runtime / as
@ 2001-12-04  7:36 georg.wild
  0 siblings, 0 replies; 3+ messages in thread
From: georg.wild @ 2001-12-04  7:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5008
>Category:       libstdc++
>Synopsis:       Error while compiling / eh_aux_runtime / as
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 04 07:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     georg.wild@gmx.de
>Release:        latest cvs
>Organization:
>Environment:
glibc-2.2.90
>Description:
Compiling gcc results in the following error message!
Newer binutils with the following version do the same:
GNU assembler version 2.11.92 (i686-pc-linux-gnu) using BFD version 2.11.92 20011204

...
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /windows/gcc/gcc/xgcc -B/windows/gcc/gcc/ -nostdinc++  -L/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/src -L/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/gcc/3/i686-pc-linux-gnu/bin/ -B/usr/local/gcc/3/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc/3/i686-pc-linux-gnu/include -I../../../gcc -I../../../include -I/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/include -I../libsupc++   -g -O2 -D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -ffunction-sections -fdata-sections  -g    -c eh_aux_runtime.cc
/windows/gcc/gcc/xgcc -B/windows/gcc/gcc/ -nostdinc++ -L/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/src -L/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/gcc/3/i686-pc-linux-gnu/bin/ -B/usr/local/gcc/3/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc/3/i686-pc-linux-gnu/include -I../../../gcc -I../../../include -I/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/include -I../libsupc++ -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 eh_aux_runtime.cc  -fPIC -DPIC -o eh_aux_runtime.o
/tmp/ccCjtQyl.s: Assembler messages:
/tmp/ccCjtQyl.s:322: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:413: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:539: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:581: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:622: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:664: Warning: missing operand; zero assumed
/tmp/ccCjtQyl.s:322: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:322: Error: undefined symbol `INTERNAL' in operation
/tmp/ccCjtQyl.s:413: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:413: Error: undefined symbol `INTERNAL' in operation
/tmp/ccCjtQyl.s:539: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:539: Error: undefined symbol `INTERNAL' in operation
/tmp/ccCjtQyl.s:581: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:581: Error: undefined symbol `INTERNAL' in operation
/tmp/ccCjtQyl.s:622: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:622: Error: undefined symbol `INTERNAL' in operation
/tmp/ccCjtQyl.s:664: Error: undefined symbol `_ZNSt9exceptionD1Ev' in operation
/tmp/ccCjtQyl.s:664: Error: undefined symbol `INTERNAL' in operation
make[3]: *** [eh_aux_runtime.lo] Error 1
make[3]: Leaving directory `/windows/gcc/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/windows/gcc/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/windows/gcc/i686-pc-linux-gnu/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
>How-To-Repeat:

>Fix:

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


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

* Re: libstdc++/5008: Error while compiling / eh_aux_runtime / as
@ 2001-12-04 10:16 aoliva
  0 siblings, 0 replies; 3+ messages in thread
From: aoliva @ 2001-12-04 10:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: aoliva@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  georg.wild@gmx.de, nobody@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/5008: Error while compiling / eh_aux_runtime / as
Date: 4 Dec 2001 18:07:15 -0000

 Synopsis: Error while compiling / eh_aux_runtime / as
 
 State-Changed-From-To: open->closed
 State-Changed-By: aoliva
 State-Changed-When: Tue Dec  4 10:07:14 2001
 State-Changed-Why:
     Fixed.  Please don't submit PRs about bootstrap errors before they are known to have been there for at least a few days.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5008&database=gcc


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

* Re: libstdc++/5008: Error while compiling / eh_aux_runtime / as
@ 2001-12-04 10:07 aoliva
  0 siblings, 0 replies; 3+ messages in thread
From: aoliva @ 2001-12-04 10:07 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, georg.wild, nobody

Synopsis: Error while compiling / eh_aux_runtime / as

State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Tue Dec  4 10:07:14 2001
State-Changed-Why:
    Fixed.  Please don't submit PRs about bootstrap errors before they are known to have been there for at least a few days.

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


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

end of thread, other threads:[~2001-12-04 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-04  7:36 libstdc++/5008: Error while compiling / eh_aux_runtime / as georg.wild
2001-12-04 10:07 aoliva
2001-12-04 10:16 aoliva

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