This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 2.8.0/egcs and glibc 2
- To: egcs at cygnus dot com, libc-linux at gnu dot org (GNU C Library)
- Subject: gcc 2.8.0/egcs and glibc 2
- From: hjl at lucon dot org (H.J. Lu)
- Date: Thu, 11 Dec 1997 19:51:43 -0800 (PST)
- Cc: drepper at gnu dot org (Ulrich Drepper)
- Reply-To: egcs at cygnus dot com
I have to put
__register_frame_new; __register_frame_table_new; __deregister_frame_new;
in libc.map in glibc 2.1 after patching gcc 2.8.0 to compile glibc 2.1.
It is very tricky and the linker message doesn't help either. Can you
tell what
/usr/i586-unknown-linux-gnulibc1/bin/ld: /home/work/gnu/bin/glibc/db2/libdb.so: undefined version name __register_frame_table@@GLIBC_2.0
means?
--
H.J. Lu (hjl@gnu.org)