On Wed, Sep 18, 2013 at 01:17:44PM +0200, Vincent Lefevre wrote: > for the second one (MPFR trunk r8680), which yields: > > lrwxrwxrwx 1 16 2013-09-18 12:42:10 libmpfr.so -> libmpfr.so.4.1.0 > lrwxrwxrwx 1 16 2013-09-18 12:42:10 libmpfr.so.4 -> libmpfr.so.4.1.2 > -rwxr-xr-x 1 1913565 2013-09-18 12:42:10 libmpfr.so.4.1.0 > -rwxr-xr-x 1 1821786 2013-09-18 12:41:21 libmpfr.so.4.1.2 > > libmpfr.so.4 doesn't have the correct target!
I'm not sure why you find this suprising. If libmpfr.so.4 is the soname, than both libmpfr.so.4.1.0 and libmpfr.so.4.1.2 are valid versions to point to and libmpfr.so.4.1.2 is the latest, so it makes sense to point to that. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

