-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/7/12 11:17 PM, Gabi Huiber wrote:
> Here. I get the same results you did:
> 
> Gabis-Mac:~ ghuiber$ otool -L /usr/X11/lib/libfreetype.6.dylib 
> /usr/X11/lib/libfreetype.6.dylib: /usr/X11/lib/libfreetype.6.dylib
> (compatibility version 14.0.0, current version 14.2.0) 
> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> 1.2.5) /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0,
> current version 1.0.5) /usr/lib/libSystem.B.dylib (compatibility
> version 1.0.0, current version 159.1.0)
> 
> For kicks, I tried running otool on my wife's machine as well, but 
> there Bash reported "command not found". I have Homebrew. She
> doesn't.

otool is part of the standard command-line developer tools.  She may
not have those.

> 
> Thank you, Gabi
> 

Since your libfreetype is the same as mine, I suspect that your
breakage is not due to the OS update, but is a coincidence.

If DYLD_LIBRARY_PATH set in your environment, then that *overrides*
the default paths used by the dynamic linker, including those
hardcoded in the other libraries and executables.  If you're using
that to point to a different X11 setup other than the one in /usr/X11,
it is _that_ libfreetype.6.dylib which is being found.

- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8ycfEACgkQB8UpO3rKjQ8L/QCdFaahMpacJRc5hJc0XJYmkJJJ
oDkAniGg6ZiACkDkcJviTZowyCLvzgZ7
=HlTi
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to