Clamav 0.74 is giving me this: mbox.c: In function `cl_mbox': mbox.c:473: error: `SIGSEGV' undeclared (first use in this function) mbox.c:473: error: (Each undeclared identifier is reported only once mbox.c:473: error: for each function it appears in.) mbox.c:473: warning: assignment makes pointer from integer without a cast make[2]: *** [mbox.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
After adding '#included <signal.h>' to libclamav/mbox.c, make yields: mbox.c:296: warning: `sigsegv' used but never defined Undefined first referenced symbol in file sigsegv ../libclamav/.libs/libclamav.so ld: fatal: Symbol referencing errors. No output written to .libs/clamscan collect2: ld returned 1 exit status make[2]: *** [clamscan] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 OS: Solaris 7 Arch: Sparc Compiler: gcc 3.3.2 Clamav: 0.74 Thanks, Everton ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Clamav-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-devel
