[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new libc working on gnu-0.2!



|1998-12-07  Mark Kettenis  <kettenis@phys.uva.nl>
|
|	* sysdeps/mach/hurd/Makefile: Set LDFLAGS-machuser.so and
|	LDFLAGS-hurduser.so to prevent creating bogus libraries because of
|	linking against an already installed libc.

 I also met problem okuji reported. When I checked libc,
$ i586--gnu-nm libc-2.0.105.so|grep register_frame
         U __deregister_frame_info
         U __register_frame_info
 Today, I recompiled glibc-2.0.106 & libgcc.a with your patch for sysdeps/mach/hurd/Makefile.
$ i586--gnu-nm libc-2.0.106.so |grep register_frame
0010f0b4 T __deregister_frame
0010f054 T __deregister_frame_info
0010efb4 T __register_frame
0010ef68 T __register_frame_info
0010efe0 t __register_frame_info_table
0010f028 T __register_frame_table
 And then,overwrote glibc-2.0.106 binary on pure gnu-0.2 distribution.
I could execute command which failed last time.
---
UCHIYAMA Yasushi
uch@nop.or.jp 


Reply to: