Brian Feldman <[email protected]> writes: > On 24 Jan 1999, Dag-Erling Smorgrav wrote: > > [...] > > These are statically linked, and must be relinked after libkvm has > > been rebuilt. > > [...] > > These are dynamically linked, and will automatically pick up the new > > libkvm. > But (most) still require the structures to be the exact same way, > which is the reason for the recompile anyway... don't forget that!
No, because the libkvm interface has not changed, only its internals. libkvm must be updated to be able to talk to the kernel, and applications which use it must be relinked with it. In the case of dynamically linked applications, this is done automatically at load time. Or am I reading this wrong? DES -- Dag-Erling Smorgrav - [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
