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