On 7/6/07, Werner Koch <[EMAIL PROTECTED]> wrote: > Hello! > > We are pleased to announce the availability of a new stable GnuPG-2 > release: Version 2.0.5.
Hello Werner, It will be nice if you publish dependency like libassuan and libskba version requirements (if changed). Also, you have parallel make issue. At: common/Makefile.am you include $(top_srcdir)/am/cmacros.am which defines: libcommon = ../common/libcommon.a libcommonpth = ../common/libcommonpth.a This causes dependency of t-convert to be out of subdir thus fail parallel make. The following temporary solves the issue: sed -i 's#\.\./common/libcommon#libcommon#g' common/Makefile.in Best Regards, Alon Bar-Lev. _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users