Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 1995 00:16:45 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, paul@isl.cf.ac.uk
Cc:        current@FreeBSD.org, davidg@Root.COM
Subject:   Re: shared library versioning
Message-ID:  <199503271416.AAA21244@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> >Jordan's just added new hash code.....
>> 
>> There is no problem for new interfaces, except possibly from namespace
>> pollution.

>How do we deal witht the problem of binaries that use the new interface
>being run on older systems with the old library? Are we bumping the minor
>number, does the linker do anything about this?

New binaries won't work with old libraries.  We haven't bumped the minor
number yet.  I'm not sure how ld.so handles missing functions.

New stuff should be added to special libraries for this and other reasons
(the interfaces are more likely to change...).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503271416.AAA21244>