This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: In which library is __register_frame_info defined??
- From: Mike Stump <mrs at apple dot com>
- To: jacob navia <jacob at jacob dot remcomp dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 7 Jul 2006 19:44:02 -0700
- Subject: Re: In which library is __register_frame_info defined??
- References: <44AE6C3B.6050007@jacob.remcomp.fr>
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.