> setenv CFLAGS "-I/usr/tools/gcc3/include"
> setenv LDFLAGS "-L/usr/tools/gcc3/lib"
> setenv CPPFLAGS "-L/usr/tools/gcc3/include"
> This last one is wrong, cpp is the pre-processor it doesn't have anything to
do with libraries so -L is a no-op.
I can try running the configure and make script again using only the first two
setenv options and see if that makes a difference.
> This was a "./configure" followed by "make"?
That is correct. The configure script is run, and then is immediately followed
by the make script. There are no other configuration
settings made in the interim.
> What's the exact gcc line before the error message? it's important that it
looks like the one in conf.log, same order of -I's.
The gcc line before the error message is the following:
gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared
-I../libclamav -L/usr/tools/gcc3/include -I/usr/local/include
-I/usr/tools/gcc3/include -c manager.c
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html