public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2619
@ 2001-05-24 22:36 rodrigc
  0 siblings, 0 replies; 5+ messages in thread
From: rodrigc @ 2001-05-24 22:36 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: rodrigc@gcc.gnu.org
To: bkoz@redhat.com, bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  rodrigc@gcc.gnu.org, valj01@gel.usherb.ca
Cc:  
Subject: Re: c++/2619
Date: 25 May 2001 05:29:46 -0000

 Synopsis: Link fail with seekpos symbol
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: rodrigc
 State-Changed-When: Thu May 24 22:29:46 2001
 State-Changed-Why:
     Known problem with glibc 2.1 vs. glibc 2.2 and gcc
     see:
     http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1798&database=gcc
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2619&database=gcc


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

* Re: c++/2619
@ 2001-04-24 16:46 Jean-Marc Valin
  0 siblings, 0 replies; 5+ messages in thread
From: Jean-Marc Valin @ 2001-04-24 16:46 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: Jean-Marc Valin <valj01@gel.usherb.ca>
To: bkoz@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: c++/2619
Date: Tue, 24 Apr 2001 19:50:01 -0400

 >     I can't duplicate this: I suspect that it's something to do with your installation.
 > 
 >     %nm libstdc++.a | grep seekpos |grep basic_str
 >     00000000 W _ZNSt15basic_streambufIcSt11char_traitsIcEE10pubseekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 >     00000000 W _ZNSt15basic_streambufIcSt11char_traitsIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 >     00000000 W _ZNSt15basic_streambufIwSt11char_traitsIwEE10pubseekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 >     00000000 W _ZNSt15basic_streambufIwSt11char_traitsIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 >     00000000 W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 >     00000000 W _ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 
 This is very odd, on my system:
 
 %nm /usr/local/lib/libstdc++.a | grep seekpos |grep basic_str
 00000000 W
 _ZNSt15basic_streambufIcSt11char_traitsIcEE10pubseekposESt4fposI9mbstate_tESt13_Ios_Openmode
 00000000 W
 _ZNSt15basic_streambufIcSt11char_traitsIcEE7seekposESt4fposI9mbstate_tESt13_Ios_Openmode
 00000000 W
 _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekposESt4fposI9mbstate_tESt13_Ios_Openmode
 
 (same thing for the .a and the .so)
 The RPMS I installed are:
 gcc-snapshot-20010423-1.i386.rpm
 gcc-snapshot-c++-20010423-1.i386.rpm
 
 	Jean-Marc Valin
 
 -- 
 Jean-Marc Valin
 Universite de Sherbrooke - Genie Electrique
 valj01@gel.usherb.ca


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

* Re: c++/2619
@ 2001-04-24 16:16 Benjamin Kosnik
  0 siblings, 0 replies; 5+ messages in thread
From: Benjamin Kosnik @ 2001-04-24 16:16 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: Benjamin Kosnik <bkoz@redhat.com>
To: Jean-Marc Valin <jmvalin@locusdialogue.com>
Cc: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
        valj01@gel.usherb.ca
Subject: Re: c++/2619
Date: Tue, 24 Apr 2001 16:10:27 -0700 (PDT)

 > What's strange is that I later compiled the 20010416 build and it
 > worked. Do you want to investigate more or do you consider the case
 > closed? My setup is:
 
 I consider this closed. See the nm of the library I sent you....
 
 


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

* Re: c++/2619
@ 2001-04-24 14:56 Jean-Marc Valin
  0 siblings, 0 replies; 5+ messages in thread
From: Jean-Marc Valin @ 2001-04-24 14:56 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

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

From: Jean-Marc Valin <jmvalin@locusdialogue.com>
To: bkoz@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, valj01@gel.usherb.ca
Subject: Re: c++/2619
Date: Tue, 24 Apr 2001 17:52:12 -0400

 bkoz@gcc.gnu.org a écrit :
 > 
 > Synopsis: Link fail with seekpos symbol
 > 
 > Responsible-Changed-From-To: unassigned->bkoz
 > Responsible-Changed-By: bkoz
 > Responsible-Changed-When: Tue Apr 24 14:29:02 2001
 > Responsible-Changed-Why:
 >     Responsible
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bkoz
 > State-Changed-When: Tue Apr 24 14:29:02 2001
 > State-Changed-Why:
 >     I can't duplicate this: I suspect that it's something to do with your installation.
 
 I took the 2 rpms (core and C++) and installed them with "rpm -i" and
 put /usr/local/bin in the front of my path... The compiler was able to
 compile ~30 file without problem and build a shared library. Only
 building the executable failed.
 
 What's strange is that I later compiled the 20010416 build and it
 worked. Do you want to investigate more or do you consider the case
 closed? My setup is:
 
 Athlon 500/ASUS K7M/256 MB
 Mandrake Linux 8.0 (kernel 2.4.3)
 
 	Jean-Marc


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

* Re: c++/2619
@ 2001-04-24 14:36 bkoz
  0 siblings, 0 replies; 5+ messages in thread
From: bkoz @ 2001-04-24 14:36 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
  valj01@gel.usherb.ca
Cc:  
Subject: Re: c++/2619
Date: 24 Apr 2001 21:29:03 -0000

 Synopsis: Link fail with seekpos symbol
 
 Responsible-Changed-From-To: unassigned->bkoz
 Responsible-Changed-By: bkoz
 Responsible-Changed-When: Tue Apr 24 14:29:02 2001
 Responsible-Changed-Why:
     Responsible
 State-Changed-From-To: open->feedback
 State-Changed-By: bkoz
 State-Changed-When: Tue Apr 24 14:29:02 2001
 State-Changed-Why:
     I can't duplicate this: I suspect that it's something to do with your installation. 
     
     %nm libstdc++.a | grep seekpos |grep basic_str
     00000000 W _ZNSt15basic_streambufIcSt11char_traitsIcEE10pubseekposESt4fposI11__mbstate_tESt13_Ios_Openmode
     00000000 W _ZNSt15basic_streambufIcSt11char_traitsIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
     00000000 W _ZNSt15basic_streambufIwSt11char_traitsIwEE10pubseekposESt4fposI11__mbstate_tESt13_Ios_Openmode
     00000000 W _ZNSt15basic_streambufIwSt11char_traitsIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
     00000000 W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
     00000000 W _ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2619&database=gcc


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

end of thread, other threads:[~2001-05-24 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-24 22:36 c++/2619 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-04-24 16:46 c++/2619 Jean-Marc Valin
2001-04-24 16:16 c++/2619 Benjamin Kosnik
2001-04-24 14:56 c++/2619 Jean-Marc Valin
2001-04-24 14:36 c++/2619 bkoz

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