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]

Re: In which library is __register_frame_info defined??


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.


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