[Dovecot] Problem Compiling Dovecot-LDA
Timo Sirainen
tss at iki.fi
Fri Jun 9 14:07:00 EEST 2006
On Thu, 2006-06-08 at 10:54 +0800, Timothy White wrote:
> gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
> -Wbad-function-cast -o sievec sievec.o libsieve.a
This is missing map.o and imparse.o files. It should be:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o sievec sievec.o map.o imparse.o
libsieve.a /home/cras/cvs/m/dovecot/src/lib/liblib.a
Maybe you had it compiled before but didn't now run autogen.sh again to
update the makefiles?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20060609/eea56e5f/attachment.pgp
More information about the dovecot
mailing list