Subject: Re: Dynamic linking/unlinking
To: Tomas Tengling <ltt@cd.chalmers.se>
From: matthew green <mrg@mame.mu.oz.au>
List: current-users
Date: 04/28/1995 10:56:31
   
   Has anyone ported the GNU dld package to NetBSD or is there any other
   way of getting dynamic linking/unlinking of object code at runtime
   in NetBSD?

they exist, but aren't documented in any man pages (i think).
if you have access to sunos, or a svr4 machine, `man dlopen'
should give you the info you need.  perl5's dynaloader uses
them (look in perl5.xxx/ext/DyanLoader/dl_dlopen.xs).

.mrg.