bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Compiling mailutils 2.0 on solaris


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Compiling mailutils 2.0 on solaris
Date: Thu, 02 Jul 2009 16:05:57 +0300

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




reply via email to

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