Nigel Horne schrieb: > > You don't make it clear who you mean by "they", but if you mean > ClamAV, you're mistaken. File a bug report against 4.x and we'll look > into it, > I have a Pentium running FreeBSD4.11 in my compile farm. > > -Nigel >
i fixed it :) i changed in configure freebsd45*) if test "$have_pthreads" = "yes"; then THREAD_LIBS="-pthread -lc_r" TH_SAFE="-thread-safe" cat >>confdefs.h <<\_ACEOF #define CL_THREAD_SAFE 1 _ACEOF to freebsd4*) if test "$have_pthreads" = "yes"; then THREAD_LIBS="-pthread -lc_r" TH_SAFE="-thread-safe" cat >>confdefs.h <<\_ACEOF #define CL_THREAD_SAFE 1 _ACEOF at least it compiled without any options to configure if it is running i see later :) Matthias _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html