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

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_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to