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.

Reply via email to