bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP on OSX errors


From: Kevin Ryde
Subject: Re: GMP on OSX errors
Date: 19 Dec 2000 06:00:50 +1000
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5

glenbo <address@hidden> writes:
>
>       tmp-add_n.s:64:Junk character -1 ().
>       make[3]: *** [add_n.lo] Error 1

What is the offending line?  Does it actually have some strange
character?

> configure:1418: checking for cc
> configure:1498: checking if the C compiler (cc) works with flags -g
> configure:1508: cc -o conftest -g   conftest.c  1>&5
> configure:1868: checking whether the C compiler (cc -g  ) works
> configure:1884: cc -o conftest -g   conftest.c  1>&5

Hmm.  GMP doesn't think you've got gcc because it's installed as cc.
Try configuring from clean sources with

        ./configure CFLAGS="-g -O2 -mpowerpc"

(and deleting the regmap.m4 like you did before).  -mpowerpc might
pass some options to the assembler (if it's not already the default).



reply via email to

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