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 80438 - glib should check for dyld before dlopen
glib should check for dyld before dlopen
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.0.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 80435
 
 
Reported: 2002-05-01 05:33 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to move dyld config before libdl dlopen (1.08 KB, patch)
2002-05-01 05:34 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-05-01 05:33:49 UTC
after installing fink, my os x box does have a libdl with dlopen etc. in it.

however, it doesn't work very well - specifically module unloading doesn't
seem to work.

moving the configure check for the dyld gmodule implementation before
dlopen in libdl is the right thing to do for os x.
Comment 1 jacob berkman 2002-05-01 05:34:22 UTC
Created attachment 8086 [details] [review]
patch to move dyld config before libdl dlopen
Comment 2 Owen Taylor 2002-05-06 16:08:25 UTC
Applied in stable and head.

Mon May  6 11:48:08 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: (Look for dyld interfaces before dlopen()
        since OS X can have both. Patch from Jacob Berkman, 
        #80438)