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]
Other format: [Raw text]

-static-libgcc and static libstdc++.a,


Hi,

I separated this question out, to keep things simple.

Does it make sense to link in libstdc++.a and leave libgcc
shared? The goal is maximum portability between different linux
environments.

I'm hoping this will keep the c++ shared library symbols private,
but allow the exception handling to work on the system the software
is run on.

Thanks,
Bob


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