[EMAIL PROTECTED] wrote: []
Update to tcltk broke several things, and after I recompiled python (to fix Tkinter), blt, and a few others I realized I should have also run fix-fink. When I do this I get the message:While I cannot help you with your real problems with tcltk, I can assure
Some of your installed packages were linked against an outdated version
of libSystem.B.dylib (version 50.0.0), and should be rebuilt. The list
of affected packages is:
tcltk-dev tcltk-shlibs
You can rebuild these by issuing the command "fink rebuild" followed by the
package names.
you that this is a non-problem (aka bug in the fix-fink script): The fix-fink script is a little simple-minded and only looks for the string "50.0.0" in the output of otool -L. For the tcltk libs, it sees
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 263.0.0)
and reports a hit for the "150.0.0", whereas the libSystem.dylib there is at a nice comfortable
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 62.0.0)
The fix-fink script was made to detect a minor incompatibility between OSX 10.0 and 10.1. In its present incarnation, it doesn't really have an excuse for surviving.
--
Martin
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
