garnome-2.10.0: A pkg-config puzzle...



There is a pkg-config problem that has caused libwnck.so. to be linked
without

	-Wl,--export-dynamic

rendering libwnck.so very, very broken.  

The culprit appears to be a new entry in the pkgconfig directory:

	/opt/garnome/lib/pkgconfig/gmodule-no-export-2.0.pc

which shows up in atk.pc, gdk-pixbuf-2.0.pc, and pango.pc as see below:

        cd /opt/garnome/lib/pkgconfig
        grep gmodule-no-export-2.0 *
        
        atk.pc:Requires: gobject-2.0 gmodule-no-export-2.0
        gdk-pixbuf-2.0.pc:Requires: gobject-2.0,gmodule-no-export-2.0
        pango.pc:Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0



Questions about gmodule-no-export-2.0.pc:
-----------------------------------------
* What is for?
* When is it supposed to be used?
* When is it *not* supposed to be used?


-Joseph


-- 
joseph_sacco[at]comcast[dot]net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]