GNOME Bugzilla – Bug 80438
glib should check for dyld before dlopen
Last modified: 2004-12-22 21:47:04 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.
Created attachment 8086 [details] [review] patch to move dyld config before libdl dlopen
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)