Subject: libexec
To: None <netbsd-help@netbsd.org>
From: Madhvesh R S <madhvesh.s@ap.sony.com>
List: netbsd-help
Date: 01/03/2004 18:14:11
Hi,

I am referring the NetBSD-v1.6
I want to rebuild only the 
/usr/src/libexec/ld.elf_so folder.
Can any one tell me how to go about 
this?

Is this the same library which will be 
picked up during dynamic linking for ELF 
format files? Also i want to use gdb to 
debug the source of dynamic linker for 
statically linked programs which make dlopen 
calls. 

To use the library with gdb, while building do
i need to specify any explicit flags for ld.elf_so folder?

Also after building, how to use this newly created libexec
library with sample programs to use with gdb source level
debugging?

Thanks and Best Regards
-MS