> On Thursday 20 Jan 2005 04:58, John Alexander wrote: > > Hi, > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -c > > mbox.c -Wp,-MD,.deps/mbox.TPlo -o mbox.o > > mbox.c:568: curl/curl.h: No such file or directory > > *** Error code 1 > > Try: > > make distclean > configure --disable-libcurl <your-other-options> > make > > > John Alexander > > -Nigel
well.. different issues now. I ran it with --disable-libcurl and got the same error. I ran it with --without-libcurl and got this .. please pardon the amount of stuff... mkdir .libs gcc -g -O2 -o clamscan output.o getopt.o memory.o cfgparser.o misc.o clamscan.o options.o others.o manager.o treewalk.o ../libclamav/.libs/libclamav.a -lz -lbz2 ../shared/output.c:83: Undefined symbol `_pthread_mutex_lock' referenced from text segment ../shared/output.c:90: Undefined symbol `_pthread_mutex_unlock' referenced from text segment //and more of the same// scanners.c:98: Undefined symbol `_pthread_mutex_unlock' referenced from text segment scanners.c:116: Undefined symbol `_pthread_cleanup_push' referenced from text segment scanners.c:117: Undefined symbol `_pthread_mutex_lock' referenced from text segment scanners.c:0: More undefined symbol _pthread_mutex_unlock refs follow scanners.c:254: Undefined symbol `_pthread_cleanup_pop' referenced from text segment mbox.c:776: Undefined symbol `_pthread_mutex_lock' referenced from text segment message.c:508: Undefined symbol `_pthread_mutex_lock' referenced from text segment collect2: ld returned 1 exit status *** Error code 1 Sorry.. but I'm pretty lost now. John Alexander ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users