Hi Maarten, > After this patch I still found a single strcasestr in imap4d/util.c > line 1374, I changed that to mu_strcasestr and then imap4d > compiled.
Thanks for reporting, I'll fix that. > But this error popped up compiling maidag: > Undefined first referenced > symbol in file > scm_init_guile ../libmu_scm/.libs/libmu_scm.so > ld: fatal: Symbol referencing errors. No output written to .libs/maidag Looks like your linker will require reordering of the libraries in the command line. Try adding `-lguile' as the very last argument to the maidag_LDADD variable *in maidag/Makefile*. Let me know if that works and I'll change Makefile.am accordingly. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
