im trying to compile vpopmail 5.0 on a solaris 8 machine. it configures successfully with these options: ./configure --enable-roaming-users=y --enable-relay-clear-minutes=60 --enabl e-auth-logging=y --enable-mysql-logging=y --enable-logging=y --enable-defaul t-domain=internetpresenter.com --enable-mysql=y --enable-hardquota=NOQUOTA - -enable-ip-alias-domains=y --enable-libdir=/usr/lib --enable-incdir=/usr/inc lude but when i make it spits out this error: gcc -I. -I/usr/include -g -O2 -Wall -c vpopmail.c vpopmail.c: In function `vadddotqmail': vpopmail.c:1756: `__builtin_va_alist' undeclared (first use in this function) vpopmail.c:1756: (Each undeclared identifier is reported only once vpopmail.c:1756: for each function it appears in.) vpopmail.c:1757: warning: implicit declaration of function `__builtin_va_arg_incr' vpopmail.c:1745: warning: `args' might be used uninitialized in this function can anyone help me? thanks charlie