Re: [Clamav-devel] build for s390x system

2013-09-23 Thread Tsutomu Oyamada
Hi, I investigated the value using the following programs. #include "stdlib.h" #include "bignum_fast.h" int main(int argc, char **argv) { printf("fp_digit: %d\n",sizeof(fp_digit)); printf("unsigned long: %d\n",sizeof(unsigned long)); #ifdef FP_64BIT printf("FP_64

Re: [Clamav-devel] build for s390x system

2013-09-23 Thread David Raynor
On Mon, Sep 23, 2013 at 11:00 AM, Tsutomu Oyamada wrote: > Hi, all. > > We are using ClamAV for IBM zLinux (s390x architecture) > So many Warnings were output as follows, when we made a new build > with using the new release 0.98. > > # ./configure --prefix=/usr/lib/clamav --exec-prefix=/usr/lib/c

[Clamav-devel] build for s390x system

2013-09-23 Thread Tsutomu Oyamada
Hi, all. We are using ClamAV for IBM zLinux (s390x architecture) So many Warnings were output as follows, when we made a new build with using the new release 0.98. # ./configure --prefix=/usr/lib/clamav --exec-prefix=/usr/lib/clamav --bindir=/usr/lib/clamav --sbindir=/usr/lib/clamav --sysconfdir