bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SGI GMP


From: Torbjorn Granlund
Subject: Re: SGI GMP
Date: 25 Oct 2000 14:15:20 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6

Roman Marcinek <address@hidden> writes:

  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_n -O -c mul_n.c -DPIC \
  -o .libs/mul_n.lo
  cfe: Warning 848: mul_n.c, line 915: Lshift with undefined behaviour.
     const mp_limb_t maskOffHalf = (~(mp_limb_t) 0) << (64  >> 1);
   ---------------------------------^
  
You cannot use 32-bit code and have a gmp-mparam.h that says
you have 64-bit code.
You need to change gmp-mparam.h too.

I don't understand why you want to make a slow 32-bit binary on a
64-bit system.  But if you really do, it might work to configure gmp
like this:

        configure --target=mips-sgi-irix5

-- 
Torbjörn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]