[Glade-devel] Fedora package and a few issues



On Nov 21, 2007 5:34 PM, Debarshi 'Rishi' Ray <debarshi.ray at gmail.com> wrote:
glade uses the standard autotools PKG_CHECK_MODULES to
get the linker and compiler flags, this will pull in pango/cairo/gthread.

Ok. I can see that now.

However,
$ grep -nr "dlfcn.h" *
...does not show up any source or header file.

So is dlopen and similar functions really being used here? Why do we
need AC_LIBTOOL_DLOPEN and -ldl then?

Sorry, if I am being a bit too pushy now. :-)

Its ok I dont see this as pushy, you are just trying to figure out something.

Now I dont remember anything about AC_LIBTOOL_DLOPEN in our
autoconf setup, if its there it might be historical and unneeded at this
point. We do call dlopen() but only by way of GModule (glib will pull in
libdl by way of gmodule), so I dont see why we would need a direct/explicit
dependancy here.

Cheers,
                       -Tristan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]