This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15094] New: c++ library failure - apparent version numbering problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]