I just tried to compile an old C++ program usind command line g++, and
got a link error. Trying to minimize the unknowns, I tried to compile
the trivial C++ tool template in ProjectBuilder. Same errors:
ld: Undefined symbols:
__Unwind_Resume
__Unwind_GetDataRelBase
__Unwind_GetIP
__Unwind_GetLanguageSpecificData
__Unwind_GetRegionStart
__Unwind_GetTextRelBase
__Unwind_SetGR
__Unwind_SetIP
__Unwind_DeleteException
__Unwind_RaiseException
What am I missing, and how do I replace it? This is 10.2.8, gcc 3.1.
Thanks,
Andy
Peter Ammon - 20 Oct 2005 18:51 GMT
> I just tried to compile an old C++ program usind command line g++, and
> got a link error. Trying to minimize the unknowns, I tried to compile
[quoted text clipped - 13 lines]
>
> What am I missing,
libgcc_s
> and how do I replace it? This is 10.2.8, gcc 3.1.
Try reinstalling your developer tools from CD or from
http://connect.apple.com
> Thanks,
> Andy
Good luck,
-Peter

Signature
Pull out a splinter to reply.