Subject: Re: bin/11101: base.tgz in 1.5_ALPHA2/i386 missing ldconfig
To: Frederick Bruckman <fb@enteract.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: netbsd-bugs
Date: 09/29/2000 18:25:38
On Fri, Sep 29, 2000 at 11:09:38AM -0500, Frederick Bruckman wrote:
> To really integrate a.out shared libraries, we should also have an ldd
> that understands NetBSD-a.out, too. How hard would it be to switch in
> the guts of the old ldd, conditionally, based on the file magic?

Pretty easy. ldd(1) is a short bit of code for both formats (and hack
for a.out, but that' another story).

- Frank