zaxi wrote:

Seems that it's a known collision between libiconv and libintl in the fink distribution… I've found several errors like mine on the web.

No, your error has nothing to do with libiconv/libintl. The messages about these are only warnings. The error is here:
[]
ld: /sw/lib/fontconfig2/lib/libfontconfig.a(fontconfig.o) illegal reference to symbol: _FT_Get_PS_Font_Info defined in indirectly referenced dynamic library /usr/X11R6/lib/libfreetype.6.dylib


Thank you very much for your help, Martin. You were right, it was an issue with freetype2. In the meantime, I've compiled gimp-2.0, it runs smoothly.


The problem was that I had used Gerben Wierda's i-installer for a tetex installation including freetype2, so the compiler linked against those libraries in /usr/X11RC… My mistake was that I hadn't updated Gerben's freetype to the newest version. That must have caused the compile error. After having updated, the gimp compile worked. I will have to remove Gerben's installation to avoid double installs since I'm using fink anyway.


You should show the compiler command line that leads to this.
It should contain at a sequence of library flags like

/sw/lib/fontconfig2/lib/libfontconfig.a -L/sw/lib/fontconfig2/lib -lfreetype

and in your case, the -lfreetype seems to be missing.

--
Martin



------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to