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 590482 - gresolver needs to link against libresolv on Mac OS X Tiger
gresolver needs to link against libresolv on Mac OS X Tiger
Status: RESOLVED DUPLICATE of bug 586150
Product: glib
Classification: Platform
Component: gio
2.21.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-08-01 20:31 UTC by Kristian Rietveld
Modified: 2009-08-22 17:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kristian Rietveld 2009-08-01 20:31:38 UTC
When compiling GTK+ on Mac OS X Tiger, loading the loadable modules for input methods and gdk pixbuf modules fails.  (For the generation of the gdk-pixbuf.loaders and gtk.immodules files).  It appears this is due to a missing _reg_9_dn_expand symbol.  This symbol is defined in /usr/lib/libresolv.dylib.

As far as I can see dn_expand is used in gresolver.  I think gresolver/gio needs to link to libresolv to remedy this problem.

Unfortunately my automake skills are not really great, otherwise I would have provided a patch ;)
Comment 1 Dan Winship 2009-08-22 17:17:27 UTC

*** This bug has been marked as a duplicate of bug 586150 ***