Thursday, March 13, 2008

Compiling clamav-0.92.1 under Ubuntu 6.06 (Dapper)

If you get this error:

checking for gcc bug PR28045... configure: error: your compiler has gcc PR28045 bug, use a different compiler, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28045
add --disable-gcc-vcheck CFLAGS="-O0" to ./configure, like this:

./configure --prefix=/usr/local/clamav-0.92.1/ --disable-gcc-vcheck CFLAGS="-O0"

No comments: