Try building libgcrypt with --disable-asm. Also, try the recent libgcrypt 1.4.1rc1, it contains a few mingw32 fixes.
Btw, please keep cc to [email protected] so that others can learn from the discussion. /Simon "Jonathan Manktelow" <[EMAIL PROTECTED]> writes: > Thanks for the pointers - particularly the precompiled mingw-w64. > Unfortunately I'm stuck trying to compile the basic gnutls4win at the > moment! (thought I should make sure I can compile that before moving to > 64bit.) > > I'm getting: > > ../../../src/libgcrypt-1.4.0/cipher/rijndael.c:2062: error: can't find a > register in class `GENERAL_REGS' while reloading `asm' > > (in do_padlock) > > Tying to build on Debian 4r3 > > Have you got any ideas/suggestions? Inline assembler bugs are a little out > of my area of expertise :) > > Thanks, > > > Jonathan Manktelow > Dyalog Ltd. > > -----Original Message----- > From: Simon Josefsson [mailto:[EMAIL PROTECTED] > Sent: 22 April 2008 16:46 > To: Jonathan Manktelow > Cc: [email protected] > Subject: Re: 64bit GnuTLS4win? > > Simon Josefsson <[EMAIL PROTECTED]> writes: > >> "Jonathan Manktelow" <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> Is there a 64bit build of gnutls available for windows? We've been using > the >>> 32bit for a while, but want to start using it in a 64 bit application... >> >> Hi. There isn't a 64bit build available right now. There seems to be a >> mingw64 project [1] around, so you could try installing that and base >> the build scripts on my mingw32 tools [2]. If it turns out to be simple >> to do this, please let me know and I can provide official builds. >> >> /Simon >> >> [1] http://sourceforge.net/projects/mingw-w64 >> [2] http://josefsson.org/gnutls4win/Makefile > > Btw, I also found pre-compiled binaries at: > > http://drangon.org/mingw/ > > Also, I realized that I don't have any 64-bit capable machines to test > any of this on. > > /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
