I ran make with the -k option and the same error type "undefined reference to ..." occurs for the same group of variables in each of the below directories. I was hoping it was just the "examples" directory, but it's not.
The good news is that when these undefined references get fixed , and I think they are all defined in the same module, then I should be able to get a clean build. Regards -------- make[3]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/examples' make[3]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/mu' make[3]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/pop3d' make[3]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/imap4d' make[3]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/maidag' make[2]: Leaving directory '/usr/src/mailutils/mailutils-2.99.98-2013-07-15/movemail' --- recapitulation of the undefined referenced variables /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:103: undefined reference to `ber_set_option' /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:186: undefined reference to `ber_memfree' /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:187: undefined reference to `ber_memfree' /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:230: undefined reference to `ber_memvfree' ../libmu_auth/.libs/libmu_auth.a(ldap.o): In function `mu_ldap_bind': /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:335: undefined reference to `ber_memfree' /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:337: undefined reference to `ber_memfree' /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:339: undefined reference to `ber_memvfree' collect2: error: ld returned 1 exit status Makefile:1403: recipe for target 'muauth.exe' failed --- end _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
