bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] mu_*_record undefined


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] mu_*_record undefined
Date: Sun, 12 Aug 2007 10:12:03 +0300

Karl Berry <address@hidden> ha escrit:

> mailutils 1.2, GNU/Linux (Red Hat WS4), compiling with gcc 4.1.2,
> linking against Guile 1.4.1.
> 
> I ran configure --without-guile && make, and got some undefined references:

Thanks for reporting. The Makefile.am for mail.local lacked some
LDADDs. It has already been fixed in the CVS, but just in case, here is
the patch:

Index: mail.local/Makefile.am
--- branches/mailutils-1.2/mail.local/Makefile.am       2007-08-12 
10:08:57.000000000 +0300
+++ gnu/mailutils/mail.local/Makefile.am        2007-07-06 11:23:26.000000000 
+0300
@@ -17,7 +17,7 @@
 ##   Foundation, Inc.  51 Franklin Street, Fifth Floor, Boston, MA
 ##   02110-1301 USA
 
-INCLUDES = -I${top_srcdir} @MU_COMMON_INCLUDES@ @GUILE_INCLUDES@ @INTLINCS@
+INCLUDES = -I${top_srcdir} @MU_COMMON_INCLUDES@ @GUILE_INCLUDES@ 
 SUBDIRS = testsuite
 
 libexec_PROGRAMS = mail.local
@@ -29,6 +29,11 @@ mail_local_LDADD = \
  ../lib/libmuaux.la \
  ${MU_LIB_SIEVE}\
  ${MU_LIB_MBOX}\
+ ${MU_LIB_IMAP}\
+ ${MU_LIB_POP}\
+ ${MU_LIB_NNTP}\
+ ${MU_LIB_MH}\
+ ${MU_LIB_MAILDIR}\
  ${MU_LIB_AUTH}\
  @address@hidden
  ${MU_LIB_MAILUTILS} \

 
Regards,
Sergey




reply via email to

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