This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++.so.3
----- Original Message -----
From: <andy@softbookpress.com>
To: <gcc-help@gcc.gnu.org>
Sent: Wednesday, May 30, 2001 9:08 AM
Subject: Re: libstdc++.so.3
> ldd <app_name> will tell you what libs your app needs
> You could also just build your app with -static flag - then there's no
need
> to carry shared libs around
> Andy
>
> >I installed prereleased gcc 3.0 in my development system. The application
> >runs if I set LD_LIBRARY_PATH to /usr/local/lib, where libstdc++.so.3
> >locates.
Thanks, Andy. It makes sense.
Vu