Let me prepare this for the record. It is an interesting puzzle to think of a scenario where this is possible. At first glance, these two results contradict each other, so this should be impossible. But since you did it, it is possible.

Thøger Juul Thorsen wrote:
[]
Th-ger-Juul-Thorsens-computer:~ thoeger$ otool -L
/sw/lib/TeXmacs/bin/texmacs.bin
/sw/lib/TeXmacs/bin/texmacs.bin:
        /sw/lib/libiconv.2.dylib (compatibility version 5.0.0, current
version 5.0.0)
        /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0,
current version 6.4.0)
        /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
        /sw/lib/libguile.12.dylib (compatibility version 16.0.0, current
version 16.0.0)
        /sw/lib/libguile-ltdl.1.dylib (compatibility version 2.0.0,
current version 2.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 71.1.3)
        /sw/lib/libImlib2.1.dylib (compatibility version 3.0.0, current
version 3.0.0)
        /usr/X11R6/lib/libfreetype.6.dylib (compatibility version 6.3.0,
current version 6.3.0)
[]
Th-ger-Juul-Thorsens-computer:~ thoeger$ /sw/lib/TeXmacs/bin/texmacs.bin
dyld: /sw/lib/TeXmacs/bin/texmacs.bin version mismatch for library:
/usr/X11R6/lib/libfreetype.6.dylib (compatibility version of user:
10.0.0 greater than library's version: 6.3.0)

I can see only one remaining suspect: libImlib2.1.dylib.
What do you get from

  otool -L /sw/lib/libImlib2.1.dylib

? Does it show a different libfreetype.6.dylib? If yes, rebuilding imlib2-shlibs should solve your problem. If not, the puzzle remains.

What you detected as a side effect is that there is a missing dependency in the texmacs package, because it seems to pick up imlib2 when this is installed. I'll fix this with the next update. But this is not related to your problem.

--
Martin




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to