Build failure for 5.1.0-RC2 on Mac OS 10.8
Jack Howarth
howarth at bromo.med.uc.edu
Thu Dec 13 16:42:29 CET 2012
On Thu, Dec 13, 2012 at 02:42:12PM +0100, Torbjorn Granlund wrote:
> I got a temp account on a system with a toolchain which fails (thanks
> Peter Thunberg!). I was able to follow the brokedness, and made a
> change that seem to avoid the problem.
>
> I am now testing on the system where it worked, and hope it will not fail
> there instead.
>
> This is so much fun.
Torbjörn,
These may be insignificant but I did notice we do still have two instances
of .quad used in the ./mpn/x86_64/darwin.m4 and ./mpn/x86_64/x86_64-defs.m4
files...
dnl Usage: JMPENT(targlabel,tablabel)
define(`JMPENT',`dnl
ifdef(`PIC',
`.set $1_tmp, $1-$2
.long $1_tmp'
,
`.quad $1'
)')
and
dnl Usage: JMPENT(targlabel,tablabel)
define(`JMPENT',`dnl
ifdef(`PIC',
`.long $1-$2'
,
`.quad $1'
)')
respectively.
Jack
>
> --
> Torbjörn
More information about the gmp-bugs
mailing list