[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: loadable module support



At 12:24 PM 4/12/99 -0700, Kurt D. Zeilenga wrote:
>I can help here...  I assume -rdynamic is GNU Linker (gld) specific.

Looks like glib-config lets us know how to use glib/gmodule...
 GMODULE_CFLAGS="`glib-config --cflags gmodule`"
 GMODULE_LIBS="`glib-config --libs gmodule`"

I could easily add an option:
	--{enable,disable}-dynamic

Check for glib-config, sort out cflags/libs and -DHAVE_GMODULE=1.

	Kurt