It is like the following in the generated Makefile:
MODULE_SUFFIX = .so
--- On Fri, 6/13/08, Timo Sirainen tss@iki.fi wrote:
On Thu, 2008-06-12 at 23:37 -0700, Woonsan Ko wrote:
Hi All,
I tried to build dovecot-1.1.rc9 on a HP-UX machine, but failed to configure with the following message:
configure: error: You don't appear to have C99 compatible vsnprintf() call
You're in luck, I just yesterday fixed a lot of
From: Timo Sirainen tss@iki.fi Subject: Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call To: "Dovecot Mailing List" dovecot@dovecot.org Cc: woon_san@yahoo.com Date: Friday, June 13, 2008, 4:50 PM On Fri, 2008-06-13 at 09:40 +0300, Timo Sirainen wrote: problems with HP-UX. My
latest changes are in http://dovecot.org/tmp/dovecot-hpux.tar.gz
Could you try that and tell me if it compiles and everything works? v1.1.rc10 release is actually just waiting for someone to confirm that the HP-UX changes work..
I guess the most important thing I want to know is: What is MODULE_SUFFIX set to in generated Makefiles?