9 Jun
2006
9 Jun
'06
2:07 p.m.
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?