This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__Unwind_GetIPInfo on Darwin 8.11


hi,

a freshly-checked-out gcc trunk, bootstraps fine and check is OK on gcc.
However, I'm finding a huge number of failures with g++ caused by the fact that __Unwind_GetIPInfo is not defined.


When 'make checking', I conventionally move the built libgcc_s. 1.dylib and libgcc_s.10.4.dylib to one side prior to testing (so that the Apple-supplied system version is used).

__Unwind_GetIPInfo is not present in the stock:
/usr/lib/libgcc_s.1.dylib or /Developer/SDKs/MacOSX10.4u.sdk/usr/ lib/libgcc_s.1.dylib


[the symbol IS present in libgcc_s.1.dylib built from trunk]

---
Is this the expected behavior? (there doesn't appear to be an update to the library version).


If so - I guess that anyone building with 4.4 would have to supply an updated libgcc ???

cheers,
Iain


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]