Re: [Clamav-devel] build for s390x system

2013-09-26 Thread David Raynor
On Thu, Sep 26, 2013 at 7:24 AM, Tsutomu Oyamada wrote: > Hi, Dave > > I've re-build of clamAV. > As a result, confirmed that work just fine. > Your advice was valid. > Thank you very much. > > T.Oyamada > > On Thu, 26 Sep 2013 09:07:53 +0900 > Tsutomu Oyamada wrote: > > > Hi, Dave. > > > > Thank

Re: [Clamav-devel] build for s390x system

2013-09-26 Thread Tsutomu Oyamada
Hi, Dave I've re-build of clamAV. As a result, confirmed that work just fine. Your advice was valid. Thank you very much. T.Oyamada On Thu, 26 Sep 2013 09:07:53 +0900 Tsutomu Oyamada wrote: > Hi, Dave. > > Thanks your advice. > > I changed type of fp_digit. > and I tried test program. > > f

Re: [Clamav-devel] build for s390x system

2013-09-25 Thread Tsutomu Oyamada
Hi, Dave. Thanks your advice. I changed type of fp_digit. and I tried test program. fp_digit: 4 unsigned long: 8 FP_64BIT not defined DIGIT_BIT: 32 CHAR_BIT: 8 FP_MAX_SIZE: 8448 FP_SIZE: 264 TFM_ASM not defined fp_word: 8 ulong64: 8 unsigned long long: 8 CRYPT not defined It works good. I will

Re: [Clamav-devel] build for s390x system

2013-09-25 Thread David Raynor
On Wed, Sep 25, 2013 at 2:55 PM, David Raynor wrote: > > On Tue, Sep 24, 2013 at 9:47 PM, Tsutomu Oyamada > wrote: > >> Hi, Dave. >> >> Thanks for your advice and quick respons. >> I tried it. >> >> >> fp_digit: 8 >> unsigned long: 8 >> FP_64BIT not defined >> DIGIT_BIT: 64 >> CHAR_BIT: 8 >>

Re: [Clamav-devel] build for s390x system

2013-09-25 Thread David Raynor
On Tue, Sep 24, 2013 at 9:47 PM, Tsutomu Oyamada wrote: > Hi, Dave. > > Thanks for your advice and quick respons. > I tried it. > > > fp_digit: 8 > unsigned long: 8 > FP_64BIT not defined > DIGIT_BIT: 64 > CHAR_BIT: 8 > FP_MAX_SIZE: 8704 > FP_SIZE: 136 > TFM_ASM not defined > fp_word: 8 > ulo

Re: [Clamav-devel] build for s390x system

2013-09-24 Thread Tsutomu Oyamada
Hi, Dave. Thanks for your advice and quick respons. I tried it. fp_digit: 8 unsigned long: 8 FP_64BIT not defined DIGIT_BIT: 64 CHAR_BIT: 8 FP_MAX_SIZE: 8704 FP_SIZE: 136 TFM_ASM not defined fp_word: 8 ulong64: 8 unsigned long long: 8 CRYPT not defined What should I just do in order to

Re: [Clamav-devel] build for s390x system

2013-09-24 Thread David Raynor
On Tue, Sep 24, 2013 at 4:37 PM, David Raynor wrote: > On Tue, Sep 24, 2013 at 2:05 AM, Tsutomu Oyamada > wrote: > >> Hi, >> >> I investigated the value using the following programs. >> >> >> #include "stdlib.h" >> #include "bignum_fast.h" >> >> int main(int argc, char **argv) { >> >>

Re: [Clamav-devel] build for s390x system

2013-09-24 Thread David Raynor
On Tue, Sep 24, 2013 at 2:05 AM, Tsutomu Oyamada wrote: > 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

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