bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] undefined reference


From: Henman
Subject: [bug-mailutils] undefined reference
Date: Tue, 19 Jan 2016 20:06:26 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

,
I am trying to update my system and get back into mailutils. I can configure, but make runs into "undefined references" and abort

Package: mailutils-2.99.99.tar.xz

-------------------------------
make[3]: Entering directory '/usr/local/src/mailutils/mailutils-2.99.99/pop3d'
  CCLD     pop3d
pop3d.o: In function `main':
/usr/local/src/maiutils/mailutils-2.99.99/pop3d/pop3d.c:575: undefined reference to `mu_tcpwrapper_cfg_init' /usr/local/src/mailutils/mailutils-2.99.99/pop3d/pop3d.c:585: undefined reference to `mu_tcp_wrapper_prefork'
collect2: error: ld returned 1 exit status
Makefile:1354: rethcipe for target 'pop3d' failed
--------------------------------

I found a mailutils forum message dated,( Fri, 17 Jul 2015 21:31:15 -0700 ) that looks like this problem has occured before. It suggested that one only needs to insert the following into "some files".

${top_builddir}/lib/libmutcpwrap.a

into the LDADD section in Makefile solves this, but it implies multiple directories.
Is there already a patch that corrects this ?
Or is there a list of which Makefiles need to be changed?

   Darel



reply via email to

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