Hello! I used informations you provided in the discussion about libffi licensing to build libffi under cygwin. Basically - it worked but I am getting only static version of it, exactly the same as provided by cygwin packages.
I am thus trying to re-libtoolize and re-autoconf the package using current cygwin tools and to change a few things in configure.am file. Unfortunatelly while running autoconf - I am getting a bunch of errors if I try to do that in gcc-3.3.1*/libffi directory about "possibly undefined macros" like AC_COMPILE_CHECK_SIZEOF and AC_C_BIGENDIAN_CROSS. Running in gcc-3.3.*/ directory doesn't do anything to libffi dir. I'd be grateful if you could tell me how to properly run autoconf and friends in this case. Regards, Grzegorz B. Prokopski