On Mon, 12 Mar 2012, da wang wrote:
Got it Jack, so I will follow your instruction to go to that
url and do it the hard way and see whether libgretl.h
and libgretl.lib files can be generated. It's a little bit
inconvinent because I am not so familiar with compiling with
Makefile, but thank you so much!
The libgretl headers (including libgretl.h) don't have to be
generated: they're present in the source package.
The supplied gretl Makefile for Windows does not call for
generation of a .lib file, but it creates libgretl.dll,
libgretl.def, and the import library libgretl.a. You may want
to take a look at this discussion:
http://stackoverflow.com/questions/2096519/from-mingw-static-library-a-to...
Allin Cottrell