On Tue, Jul 15, 2003 at 01:36:33PM -0700, Searcher Bite wrote: > Hi list... > I am trying to compile clam antivirus 0.60 in a Redhat 7.2 but I get the next > errors. > /usr/local/include/pthread.h:275: conflicting types for `pthread_t'
You really want to be using glibc's pthread headers _only_. You want to use /usr/include/pthread.h rather than /usr/local/include/pthread.h > /usr/include/bits/pthreadtypes.h:140: previous declaration of `pthread_t' > .. > .. > /usr/local/include/pthread.h:347: conflicting types for `pthread_kill' > /usr/include/bits/sigthread.h:36: previous declaration of `pthread_kill' > make[1]: *** [others.lo] Error 1 > make[1]: Leaving directory `/home/jmorales/src/av/clamav-0.60/libclamav' > make: *** [all-recursive] Error 1 > > What should I do to resolve that??? -- Damien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]