Okay, that makes sense. I tried copying the lib files over to /usr/local/lib as you suggested, and am now getting this error in config.log
configure:15256: checking for libgmp configure:15286: cc -qlanglvl=extc89 -o conftest -g -I/usr/local/include conftest.c /usr/local/lib/libgmp.a >&5 ld: 0711-317 ERROR: Undefined symbol: .__gmpz_init ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:15292: $? = 8 d'you happen to know if I need to do something to tell AIX that I moved the lib files? I'm fairly new-ish to compiling software on AIX. On Wed, Apr 16, 2008 at 5:12 PM, Dennis Peterson <[EMAIL PROTECTED]> wrote: > Naomi Hospodarsky wrote: > > In the output of the config.log I posted, you'll see that clamav is > > looking for the libs in /usr/local/include (where GMP installed its > > files), but for some reason doesn't see them. So it's not that clamav > > is looking in the wrong location, exactly, but that it is, for some > > reason, not seeing what's there. > > > > No - it's looking only for the header files in the include directory (.h > files). The linker will look in the library path or the system default > library search path and that certainly will not include your path. > > So to hasten this along, try putting the gmp.h file in > /usr/local/include and the .a files in /usr/local/lib and try again. It > can't hurt. > > dp > > > _______________________________________________ > Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net > http://lurker.clamav.net/list/clamav-users.html > _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html