libstdc++.so.3

andy@softbookpress.com andy@softbookpress.com
Wed May 30 07:08:00 GMT 2001


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.
>
>Now I want to install my app to another machine, what lib files do I need to
>copy also ?






More information about the Gcc-help mailing list