Subject: Re: more shared lib nastiness
To: Warner Losh <imp@village.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 03/14/1997 15:49:20
Pefo's fix gives a ld that produces working .so libraries, and for
which ldd can find many more shared libraries (up to  30, depending
on how big the programs linking against shared libraries are).

I think at least part of the remaining limit is due to NetBSD's ELF
ldd not unmapping binaries and libraries after mmap()ing them to find
the dependencies.

Time for another snapshot??