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: "Andrew V. Shuvalov" <andrew at ecsl dot cs dot sunysb dot edu>
- Date: Sun, 14 Dec 1997 18:23:49 -0500
- Organization: Computer Science dept of SUNY at Stony Brook
- 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.
># nm /lib/libc.so.6 | grep __register_frame
>000c1534 T __register_frame
>000c1588 T __register_frame_table
Thank You for help, but this still don't help...
:(
I type:
# nm /lib/libc.so.6 | grep __register_frame
#
And got nothing.
# rpm -q -a | grep libc
libcrypt1-1.0-5
libc-5.3.12-18
rpm-devel-2.4.10-1glibc
glibc-2.0.5c-10
glibc-devel-2.0.5c-10
rpm-2.4.10-1glibc
libc-5.3.12-24
# uname -a
Linux apple.ecsl.cs.sunysb.edu 2.0.31 #4 Sat Nov
22 17:15:46 EST 1997 i686 unknown
# grep -l __register_frame /lib/lib*
# grep -l __register_frame /usr/lib/lib*
#
--
H.J. Lu (hjl@gnu.org)
__
Andrew