After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622585 - pkg-config don't provide info about -ldl if it needed
pkg-config don't provide info about -ldl if it needed
Status: RESOLVED NOTGNOME
Product: gtk+
Classification: Platform
Component: Widget: Other
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-24 10:56 UTC by Slava Zanko
Modified: 2010-06-26 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Slava Zanko 2010-06-24 10:56:23 UTC
Bugreport originally filled in Busybox's bugzilla: https://bugs.busybox.net/show_bug.cgi?id=2095

but still present in 'make gconfig' target of kernel: http://kerneltrap.org/mailarchive/git-commits-head/2010/6/4/41263

Well, I think need to fix in one place (gtk2 sources) instead of fix many related places. :)

Sorry for absent patch - I don't have time for this now.
Comment 1 Matthias Clasen 2010-06-26 18:38:44 UTC
If kconfig_load.o uses dlsym, it is not GTK+s job to add -ldl to the link line.