This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc3.0.3:g++ can't find shared libraries.
- From: "H.S.Rai" <hsraidce at iitr dot ernet dot in>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 20 Feb 2002 22:24:26 +0530 (IST)
- Subject: gcc3.0.3:g++ can't find shared libraries.
I downloaded gcc-3.0.3.tar.gz ( 17.5 MB ) from
ftp://ftp.gnu.org/pub/gnu/gcc/gcc-3.0.3 and installed it on
a system which had gcc2.96.
gcc is working fine but g++ give following error:
" error while loading shared libraries: libstdc++.so.3:
cannot load shared object file: No such file or directory "
H.S.Rai