Yes, my apologies. I'm using cygwin.
use MinGW. (or make sure your cygwin build environment only sees mingw headers and libs, you want to cross-compile from cygwin to win32)
It seems that the makefile is tailored only to linux
linux makefiles work on windows with two changes,
, and my goal is
to compile a .dll for windows. At first the compilation itself failed with lots of "undefined reference to ..." that quickly scrolled off the dos window (why can't they put a scrollbar on it?!).
yeah why isnt there a 'show onlyl last 10 lines of error'. that is totally maddening and it seems the only solution is set scrollback to infinity and run 'clear' right before make..