Bug 144461 - glib enables export-dynamic in pkg-config
Summary: glib enables export-dynamic in pkg-config
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glib2
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brian Stein
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-07 11:44 UTC by Brian Stein
Modified: 2013-03-01 05:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-19 14:54:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Arjan van de Ven 2005-01-07 11:44:01 UTC
Description of problem:

# pkg-config --libs gtk+-2.0
-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0

this --export-dynamic is caused by
/usr/lib64/pkgconfig/gmodule-2.0.pc

the ripple-through is that most of our desktop is using
export-dynamic, causing lots of load time overhead and disk usage

Comment 1 Matthias Clasen 2005-01-07 14:50:07 UTC
This has been fixed upstream in glib 2.6 by introducing
gmodule-no-export-2.0.pc, and using it at least in pango and gtk.



Note You need to log in before you can comment on or make changes to this bug.