Re: [Clamav-users] clamav-0.94.2 configure cpp prob under FC9

2008-11-30 Thread Bill McKie
> 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.

Re: [Clamav-users] clamav-0.94.2 configure cpp prob under FC9

2008-11-30 Thread Török Edwin
On 2008-11-30 00:37, Bill McKie wrote: > 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 > #include >> EO

Re: [Clamav-users] clamav-0.94.2 configure cpp prob under FC9

2008-11-29 Thread Bill McKie
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 #include > EOF > $ gcc -v -c foo.c No, that also fails. Interestingly, some other

Re: [Clamav-users] clamav-0.94.2 configure cpp prob under FC9

2008-11-29 Thread Török Edwin
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 ./configure --prefix=/usr/local/clamav > > fails with a cpp error, apparently invo

[Clamav-users] clamav-0.94.2 configure cpp prob under FC9

2008-11-29 Thread Bill McKie
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