That's what it looked like in CVS. I briefly considered trying to port ldd from NetBSD. They are implemented very differently. On NetBSD ldd does all the work, while on Linux and FreeBSD, it is just a wrapper around ld.so. The difference is that the ld.so on Linux has a workaround for shared libraries, but the FreeBSD one doesn't. I don't feel prepared to hack the FreeBSD ld.so yet. Maybe when I'm more familiar with the system...
On Sun, Aug 05, 2001 at 03:13:05AM +1000, matthew green wrote: > > > FWIW, it seems that the NetBSD ELF `ldd' works with shared libraries. > i don't have an a.out system to test with but you can probably ignore > that as most netbsd port have switched or are in the process of > switching to ELF. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

