This is the mail archive of the gcc-help@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]

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





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