Alexander Hansen wrote:
[]
> The line above is what we were looking for, but you didn't quote the 
> whole thing:  it should start with "cc", or "gcc" or "g++" or "ld"

I am getting this error now, too. In previous builds, there was a whole 
bunch of X11 libs on the linker line that are no longer there. Here are 
the two relevant snippets of the linker line:

Old (OK):
-lgdk_pixbuf-2.0 -lXrender -lX11 -lXext -lXinerama -lXrandr -lXcursor 
-lXcomposite -lXdamage -lpangoft2-1.0 -lpango-1.0

New (not OK):
-lgdk_pixbuf-2.0 -lpango-1.0

This is caused by the gtk+ update. I think it is due to the fact that

  pkg-config --libs gdk-x11-2.0

used to give something like

-L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib 
-L/sw/lib/fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib 
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices 
-lgdk-x11-2.0 -lXrandr -lXrender -lXinerama -lXext -lX11 
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 
-lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -lintl -liconv

and now gives only

-L/sw/lib/pango-ft219/lib -L/sw/lib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -lintl

But I am not sure if it is really this one; the code constructing that 
linker line in wxgtk is incredibly complex; configure alone has about 
4000 lines where it tries to decide whether to put -lX11 on such linker 
lines or not.

-- 
Martin



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to