Hi, I'm running FreeBSD 4.3 Stable while trying to compile 4.10.26 I get the error: vdelivermail.c: In function `run_command': vdelivermail.c:645: `SIGPIPE' undeclared (first use in this function) vdelivermail.c:645: (Each undeclared identifier is reported only once vdelivermail.c:645: for each function it appears in.) vdelivermail.c:645: `SIG_DFL' undeclared (first use in this function) gmake[2]: *** [vdelivermail.o] Error 1 gmake[2]: Leaving directory `/usr/local/src/vpopmail-4.10.26' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/vpopmail-4.10.26' gmake: *** [all-recursive-am] Error 2 I dont know if this is a FreeBSD specific error but I had to add #include <signal.h> to vdelivermail.c to get it to compile. (All previous versions compiled without any problems) Is this a known problem? Donal
