problem building libassuan + pth
Werner Koch
wk at gnupg.org
Tue Nov 21 15:51:47 CET 2006
Hi,
sorry, my fault. We are using a libgnu.a and not individual libobjs.
However the order of the libs is wrong. Here is the fix
--- g10/Makefile.am (revision 4341)
+++ g10/Makefile.am (working copy)
@@ -29,7 +29,7 @@
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
-needed_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
+needed_libs = ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a
bin_PROGRAMS = gpg2 gpgv2
Shalom-Salam,
Werner
More information about the Gnupg-users
mailing list