Karl Berry <[EMAIL PROTECTED]> 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}\
  @[EMAIL PROTECTED]
  ${MU_LIB_MAILUTILS} \

 
Regards,
Sergey


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to