bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] problem with build 20151028 git snapshot


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] problem with build 20151028 git snapshot
Date: Mon, 09 Nov 2015 12:24:00 +0200

Hi,

> /usr/bin/ld: shell.o: undefined reference to symbol 'mu_set_signals'
> /home/b/RPM/BUILD/mailutils/lib/.libs/libmuaux.so.4: error adding symbols: 
> DSO missing from command line
> collect2: error: ld returned 1 exit status

Please apply the following patch:

diff --git a/mu/Makefile.am b/mu/Makefile.am
index 42fbd74..e096025 100644
--- a/mu/Makefile.am
+++ b/mu/Makefile.am
@@ -85,6 +85,7 @@ mailutils_LDADD = \
  ${MU_LIB_MAILER}\
  ${MU_LIB_AUTH}\
  @address@hidden
+ ../lib/libmuaux.la\
  ${MU_LIB_MAILUTILS}\
  ${LIBMU_DBM} @address@hidden
  @READLINE_LIBS@ @MU_COMMON_LIBRARIES@

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]