Phil Dibowitz wrote:

> ./configure      ran fine
> make depend      ran fine
> make all CFLAGS=-O      however, gives:
I was able to get around this by replacing /usr/local/share/bison.simple with 
/usr/lib/bison.simple in the sieve/Makefile.

Then I got com_err.h not found from imapd.c  - I replaced #include <com_err.h> 
with #include <et/com_err.h>

Isn't that what automake is for? Stupid autoconf

Grrrrr. now index.c needs com_err.h I'm gonna link the damn thing.

Phil
-- 
"They that can give up essential liberty to obtain a little temporary safety 
deserve neither liberty nor safety."
-Benjamin Franklin, 1759

Reply via email to