Brian Cuttler wrote:
Gerhard,
Oh - continue if errors.
Running # gmake again, with the -k I have the following result.
I have to ask at this point, what is activate-devpay ?
It's a utility program if you use the S3 device.
Can you try the attached patch?
Jean-Louis
diff --git a/device-src/Makefile.am b/device-src/Makefile.am
index 69fb328..2f0bf72 100644
--- a/device-src/Makefile.am
+++ b/device-src/Makefile.am
@@ -72,6 +72,8 @@ noinst_PROGRAMS = $(TESTS)
if WANT_S3_DEVICE
sbin_PROGRAMS += activate-devpay
+activate_devpay_LDADD = \
+ ../gnulib/libgnu.la
activate_devpay_SOURCES = activate-devpay.c
endif