On Sun, 12 Sep 2010 12:35:14 +0200 "Zvi Kave" <[email protected]> wrote:
> > > I am trying to configure and make clamav-0.96.2 by AIX gcc 3.3.2, > but I got the following error - someone can help ? > > Thanks, > > Zvi > > ./configure > ... > checking pthread.h usability... > no checking pthread.h presence... > yes configure: WARNING: pthread.h: present but cannot be > compiled configure: WARNING: pthread.h: check for missing > prerequisite headers? configure: WARNING: pthread.h: see the Autoconf > documentation configure: WARNING: pthread.h: section "Present But > Cannot Be Compiled" configure: WARNING: pthread.h: proceeding with > the compiler's result configure: WARNING: ## > -------------------------------------- ## configure: WARNING: ## > Report this to http://bugs.clamav.net/ ## configure: WARNING: ## > -------------------------------------- ## checking for pthread.h... Looks like your pthread.h or your compiler is broken. Do other apps that use pthread work? Does this trivial app compile: #include <pthread.h> int main() { return 0;} Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
