On 3/31/14, 6:13 PM, jonathanLitz wrote:
> Thanks. 'otool -L otool -D /sw/lib/libmpfr.4.dylib'
>
> Returned this for me:
> '/sw/lib/libmpfr.4.dylib:
> /sw/src/fink.build/root-libmpfr4-3.1.2-1/sw/lib/libmpfr.4.dylib
> (compatibility version 6.0.0, current version 6.2.0)
> /sw/lib/gmp5/libgmp.10.dylib (compatibility version 12.0.0,
> current version 12.3.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
> current version 1197.1.1)'
>
>
Oops, sorry about the bad paste on my part--the "otool -D" should have
been edited out. Anyway, you've got the information I wanted. What
this library _should_ show is:
$ otool -L /sw/lib/libmpfr.4.dylib
/sw/lib/libmpfr.4.dylib:
/sw/lib/libmpfr.4.dylib (compatibility version 6.0.0, current version
6.2.0)
/sw/lib/gmp5/libgmp.10.dylib (compatibility version 12.0.0, current
version 12.3.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
For some reason, your build didn't reset the first item, which is the
"install_name" of the library that it shares.
Try "fink rebuild libmpfr4-shlibs" and then check again with "otool -L
/sw/lib/libmpfr.4.dylib" to see if the problem is fixed.
--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/
------------------------------------------------------------------------------
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners