The issue is about the __Unwind_GetIPInfo missing from libgcc_s.
Without the patch, a program linked with libgcj will not start
because of the missing symbol. I don't have
MACOSX_DEPLOYMENT_TARGET set, and I don't think it will have any
influence on this issue. See http://gcc.gnu.org/ml/gcc-patches/
2006-02/msg02041.html for a discussion about this issue.
gcc42-gcc:
2006-02-28 Eric Christopher <echristo@apple.com>
* config/rs6000/darwin-libgcc.10.5.ver: Add __Unwind_GetIPInfo.
* config/rs6000/darwin-libgcc.10.4.ver: Ditto.
* config/i386/darwin-libgcc.10.5.ver: Ditto.
* config/i386/darwin-libgcc.10.4.ver: Ditto.