> (from libgcrypt.m4) > LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config > > I suppose that you have the cross-compiled version of libgcrypt > installed. If it is the case please try to use the --libgcrypt-prefix > option to configure. The generated libgcrypt-config should to the > right thing.
Well, still trying to compile libgcrypt for mingw32... I just cross-compiled libgpg-error and libgcrypt with mingw32 and then libgnupdf with: ./configure --host=i586-mingw32msvc --without-zlib --enable-nocheck The build was successful and both the dll's and exe's were generated. The cross-generated libgcrypt-config script works well along with libgcrypt.m4.
