This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
-static-libgcc and static libstdc++.a,
- From: Bob Rossi <bob at brasko dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 16 Jan 2011 09:21:25 -0500
- Subject: -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