i'm trying to compile a havp(antivirus) package,which requires static libraries of clamav.
now though i have installed libclamav.a in my system,when the makefile does linking,i get the error
cannot find -lclamav.
wot can the problem be???
the makefile works fine when i use glibc compiled static libraries,but it doesnt when i use uclibc compiled static libraries
(i.e ,when i use libclamav.a compiled by gcc,it works fine but when i use libclamav.a compiled by i386-linux-uclibc-gcc(from buildroot) it creates problems).
any input is appreciated.