> Do you have a /usr/include/limits.h file?
Thanks for the hint. The glibc-headers package was missing in this FC9
system. After installing glibc-headers, clamav-0.94.2 builds & runs
well on FC9. [It is also building & running well on our FC6, FC7, & the
recently released FC10 Linux systems.
Török Edwin wrote:
> On 2008-11-29 21:42, Bill McKie wrote:
>> Trying to build clamav-0.94.2 under Fedora-9 Linux (with all the latest
>> Fedora-9 updates installed).
>>
>
> Does this work:
>
> $ cat <foo.c
> #include
> EOF
> $ gcc -v -c foo
Trying to build clamav-0.94.2 under Fedora-9 Linux (with all the latest
Fedora-9 updates installed).
./configure --prefix=/usr/local/clamav
fails with a cpp error, apparently involving recursion on a reference of
limits.h within:
/usr/lib/gcc/i386-redhat-linux/4.3.0/include/limits.h
This limi