compile/link questions of gcrypt.

Jibin Zhan jibin@cs.cmu.edu
Mon, 10 Feb 2003 19:38:27 -0500 (EST)


Hi,

I'm thinking using libgcrypt for one of our project. I downloaded
the one (1.1.11) from
ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.1.11.tar.gz

It worked fine on linux (I had to disable the version checking
for the compile though to get it working) but ran into some compile
and linking issues on windows with cygwin. Basically _gcry_mpih_add_n,
etc functions not found (undefined reference) during the link.

Any hints on that?

thanks a lot,

Jibin