On Mon, 14 Jun 2010, denis joubert wrote:
the problem is there are no SOURCEVIEW_LIBS into my cygwin :'(
and it won't give me the way to build the .so for use modules into libgretl.
If an installed version of gtksourceview is not found, then the
unix-type build process uses the version that is bundled with the
gretl source (and creates a static gtksourceview library). That
is what is happening in your case.
My comment about reversing the link order of the libraries
still applies: if gtksourceview comes first then the linker
should find the symbols it needs in the GTK libraries.
LIBS = $(GTKSOURCEVIEW_LIBS) $(GTK_LIBS) ../lib/libgretl-1.0.la
Allin Cottrell