On Wed, Mar 04, 2009 at 12:17:28PM -0800, Gilad Benjamini wrote:
> My program dynamically links to libevent.
> 
> If I compile with 1.4.8, will it properly work on machines where 1.4.9 is
> installed ?
> 
> And the other way around ?

If there is an incompatible ABI change libevent should change the SONAME
so your program will take the older version it was compiled against.

At least thats one of the two ways to correctly handle ABI breakage.
(The other would be symbol versioning)

Flo
-- 
Florian Lohoff                  f...@rfc822.org             +49-171-2280134
        Those who would give up a little freedom to get a little 
          security shall soon have neither - Benjamin Franklin

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to