5.0.1 on Solaris 10 "ïnvalid expression"

Torbjorn Granlund tg at gmplib.org
Mon Dec 13 08:26:17 CET 2010


Chris Dorsman <c.dorsman at gmail.com> writes:

  Hi,
  
  I'm trying to compile GMP-5.0.1 on Solaris10 x86_64
  
  These are my very basic build option(s):
  
  --build=corei-pc-solaris2.10
  
  
  During compilation I'm getting this:
  
  m4:gcd_1.asm:43 invalid expression
  deflit(MASK,eval((1<<6)-1))

Unfortunately, the SysV m4 is unsupported in GMP 5.0.1 (due to some
mistakes on my part).  You need to install GNU m4, or if your system has
/usr/xpg4/bin/m4, use that (by means of the proper PATH setup).

-- 
Torbjörn


More information about the gmp-bugs mailing list