Alexander Hansen wrote:
[]
I'll need to think about this.

We should squeeze those in the know (drm, pogma, vasi perhaps) to spill their wisdom and explain what they understand about this problem. I tried to ask on the list a while ago, but nothing came forward. Perhaps a little prodding among buddies on #fink might help?

The "fix" offered so far is an extremely low level libtool tweak that seems to influence the linker line of a C program that libtool internally writes, compiles, executes, and erases immediately so nobody can see what is going on. This is something at the stage of the creation of dylibs. In the case observed here it seems to appear at the execution of a freshly compiled but already installed binary.

Sam, could you run gtk-query-immodules-2.0 by hand and see if the error appears there also? Since your installation of gtk+2 broke down, I cannot say where you will find this executable; it is in /sw/bin if gtk+2 is installed. You also could try removing the libjpeg package and see if this changes anything.

Alex, the different behavior between your and Sam's installation could come from either different libjpeg packages installed or from different X11 versions: The Apple libJPEG.dylib that our broken dyld replaces by Fink's libjpeg.dylib is only called in because of ApplicationServices.framework, which in turn is linked into /usr/X11R6/lib/libfreetype.6.dylib in Apple's version of X11, but perhaps not in the verison of X11 that you have installed.

Comparing otool -L output on /sw/bin/gtk-query-immodules-2.0 and its dependencies might give additional clues.

--
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-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to