On Thu, 17 Jun 2010, denis joubert wrote:
Solution found to make a libgretl-1.0.dll.a & libgretl-1.0.dll:
1) -no-undefined should be added to libtool command line when
compiling under cygwin otherwise no shared libraries can be built
2) the library -lgfortran doesnt exist in cygwin (it's only a compiler
options of gcc) so you need to replace it with -XCClinker,-lgfortran
because libtool cannot find a library and doesn't want to build the
dll
Bingo! Excellent. I've modified ltmain.sh and configure.in in the
gretl source accordingly.
Allin