Robin S. Socha writes:
> * Sam Varshavchik <[EMAIL PROTECTED]> [010525 20:23]:
>> Something went wrong in the configure script. The vlogauth() is
>> conditionally compiled only if vpopmail.a has this function.
>>
>> You can always remove this function called by hand, but I'd suggest that you
>> try extracting sqwebmail.tar.gz into an empty directory, and trying again.
>> You probably reran configure after changing vpopmail library versions.
>
> *mumblemumble*ithoughtmakedistcleanblablabla*mumblemuble*
>
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2
> -Wall -I.. -I./.. -c autoresponse.c
> autoresponse.c: In function `end_upload':
> autoresponse.c:480: warning: implicit declaration of function `signal'
We already know about this one. autoresponse.c needs a #include <signal.h>
somewhere up in the beginnning.
--
Sam