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