> I suggest to start with a minimal set of well defined environment variables
(PATH, CC, CFLAGS, LDFLAGS, nothing else), run configure, see any
> complaints there, add the required parameters to configure (the defaults
install everything under /usr/local,
> I use --sysconfdir=/etc --enable-id- check --without-libcurl
--with-dbdir=/usr/local/share/clamav) and run make.
I defined the environment variables to use by entering the following at the
command prompt:
setenv CFLAGS "-I/usr/tools/gcc3/include"
setenv LDFLAGS "-L/usr/tools/gcc3/lib"
setenv CPPFLAGS "-L/usr/tools/gcc3/include"
I then went ran the configure script. I checked for the "result: yes, and it
takes 5 arguments" line, and it was there. The other important line,
"gcc -c -I/usr/tools/gcc3/include -L/usr/tools/gcc3/include -I/usr/local/include
conftest.c >&5" was also there.
Unfortunately, the same error messages appeared.
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html