This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++.so.3 not found
- To: Al Stevens <astevens at ddj dot com>
- Subject: Re: libstdc++.so.3 not found
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 21 Jun 2001 21:52:34 -0400 (EDT)
- cc: gcc-bugs at gcc dot gnu dot org
On Thu, 21 Jun 2001, Al Stevens wrote:
> I suspect your installation procedures assume we know more than we do.
I think the procedures do assume one understands the system(s) they are
installing to. Commercial vendors do a better job of packaging the
compilers and runtimes. An RPM from Red Hat (for instance) will handle
prerequisites, post-installation configury, etc.
> /lib/ld-linux.so.2
> /usr/lib/crt1.o
> /usr/lib/crti.o
>
> These files have older dates suggesting that they belong to the older gcc. Or
> are they just generic startup code modules for all language translators? I
> don't find similarly-named files anywhere in the gcc 3.0 distribution.
These come from glibc.
Jeff