public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15094] New: c++ library failure - apparent version numbering problem
@ 2004-04-23 10:54 keith dot briggs at bt dot com
  2004-04-23 11:44 ` [Bug libstdc++/15094] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: keith dot briggs at bt dot com @ 2004-04-23 10:54 UTC (permalink / raw)
  To: gcc-bugs

kbriggs@sodium:~/tests> cat tryg++3.4.0.cc

#include <iostream>
#include <iomanip>

int main() {
  std::cout<<"Hello world!"<<std::endl;
  return 0;
}

kbriggs@sodium:~/tests> /usr/local/bin/g++ -v
Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: ../gcc-3.4.0/configure --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.0

kbriggs@sodium:~/tests> /usr/local/bin/g++ tryg++3.4.0.cc

kbriggs@sodium:~/tests> a.out

a.out: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required 
by /usr/local/lib/libstdc++.so.6)

-- 
           Summary: c++ library failure - apparent version numbering problem
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: keith dot briggs at bt dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15094


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

* [Bug libstdc++/15094] c++ library failure - apparent version numbering problem
  2004-04-23 10:54 [Bug libstdc++/15094] New: c++ library failure - apparent version numbering problem keith dot briggs at bt dot com
@ 2004-04-23 11:44 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-23 11:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-23 11:35 -------
Invalid as the os is not finding the right libgcc_s.so.1, it is finding the installed one with the system 
instead of the one that was installed with your GCC.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15094


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

end of thread, other threads:[~2004-04-23 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23 10:54 [Bug libstdc++/15094] New: c++ library failure - apparent version numbering problem keith dot briggs at bt dot com
2004-04-23 11:44 ` [Bug libstdc++/15094] " pinskia at gcc dot gnu dot org

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