Dynamic Loading
Guy Harris
guy at auspex.auspex.com
Thu Sep 13 04:40:24 AEST 1990
> From my other experiences, System V (at least releases 2 and 3+)
>don't support ld -A at all.
I doubt S5R4 does, either, but then it has "dlopen()"/"dlsym()"/etc.
which gives you a built-in dynamic linking mechanism (which "ld -A" does
NOT - you have to write the "load the file" code yourself, or pick up
one of the already-written versions floating around).
More information about the Comp.unix.programmer
mailing list