
wk at gnupg
Jul 31, 2009, 1:00 AM
Post #2 of 2
(610 views)
Permalink
|
On Fri, 31 Jul 2009 07:09, kevhilton [at] gmail said: > gpg2 svn version 5102 > > Receiving following errors trying to compile: (I'm open to > suggestions) and thanks for help!: > > /usr/local/lib/libgcrypt.a(pubkey.o): In function `_gcry_pk_encrypt': > /home/admin/src/libgcrypt/cipher/pubkey.c:1656: undefined reference to `_stpcpy' > make[3]: *** [t-convert.exe] Error 1 > make[3]: Leaving directory `/home/admin/src/gpg2/common' The configure script of libgcrypt found that the stpcpy function is available but when linked to the t-convert.exe test program it can't find it. Maybe stpcpy is not required for linkint t-convert and somehow ld does not get it that it libgcrypt needs stpcpy. Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|