In which library is __register_frame_info defined??

Mike Stump mrs@apple.com
Sat Jul 8 02:44:00 GMT 2006


On Jul 7, 2006, at 7:14 AM, jacob navia wrote:
> Where is the library I should link with?

nm libgcc_eh.a | grep register_frame
000000e4 T ___register_frame_info

It is automatically linked with.  I think you probably have the wrong  
number of _ at the front, try removing one.  After that, try nm on  
you .o file and on /usr/lib/*.a and see if the spellings match.



More information about the Gcc mailing list