First, I would like to know if that's the way to go, I mean, compiling through mingw32 and using wine. At least it seems so according to http://lists.gnu.org/archive/html/pdf-devel/2009-01/msg00023.html. I've downloaded, compiled and installed w32 versions of libgcrypt and libgpg-error with prefix /usr/i586-mingw32msvc. Created a w32build dir in trunk and in there:
../configure --host=i586-mingw32msvc --with-libgcrypt-prefix=/usr/i586-mingw32msvc --with-zlib=/usr/i586-mingw32msvc Note that the --with-libgcrypt-prefix option is not used when compiling for mingw32, since in that case we are not using the AM_PATH_LIBGCRYPT macro implemented in m4/libgcrypt.m4 but a couple of AC_CHECK_LIB calls. -- Jose E. Marchesi <[email protected]> http://www.jemarch.net GNU Project http://www.gnu.org
