On Tue, 15 Jun 2010, denis joubert wrote:
here is the new entire make log, but without building shared
modules(like mp_ols for example) at all :'(
You're making some here! The gtksourceview business is now handled
correctly.
The basic problem seems to be that cygwin is refusing to make a
dynamic libgretl library. When linking libgretl-1.0 it says:
"undefined symbols not allowed in i686-pc-cygwin shared
libraries". It does not explicitly say what symbols it is missing
but I think it may be the external variable "errno" that is the
problem. I have just committed a change to CVS that may fix
this.
Allin Cottrell