This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined symbol: __register_frame. Why?
- To: egcs at cygnus dot com
- Subject: Re: undefined symbol: __register_frame. Why?
- From: hjl at lucon dot org (H.J. Lu)
- Date: Sun, 14 Dec 1997 18:07:17 -0800 (PST)
- Reply-To: egcs at cygnus dot com
>
> Hello!
>
> H.J. Lu (hjl@lucon.org):
>
> >>
> >> [andrew@apple node]$ ./sunder_node
> >> ./sunder_node: error in loading shared
> libraries
> >> : undefined symbol: __register_frame
> >>
> >>
> >> How this can happens? register_frame comes from
>
> >> libgcc.a, isn't it?
> >>
>
> >You may be using different libc.so to link and
> run.
Where did you get sunder_node? If you compiled it youself,
please add -Wl,-verbose -Wl,-Map,map to the final link and
send me the output and map.
H.J.