David McBride wrote: [] > When I try to compile this with g++, I get: > > ld: Undefined symbols: > __Unwind_Resume [etc]
Since these symbols are defined in libgcc.a, I would check if you don't have some /usr/local/lib/libgcc.dylib or similar that viciously takes precedence over the correct /usr/lib/libgcc.a -- Martin
