bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP Library


From: Kevin Ryde
Subject: Re: GMP Library
Date: Tue, 31 Dec 2002 07:37:11 +1000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i386-debian-linux-gnu)

"Steve Rinehart" <address@hidden> writes:
>
> I did the ./configure ABI=1.0, and everything appeared  to go smoothly.
>  However, when I went back the Math::GMP and did the make, I got the
> same error again.

Does it hit the newly built libgmp.sl?  The "file" command might say
whether it's 32 or 64 bit.

> cc: "/usr/local/include/gmp.h", line 172: error 1681: Must use +e or
> -Ae for long long in ANSI mode.

Ah, right.  Might need

        make CC="cc +e"

(which if it works will probably then get the same 32/64-bit error).



reply via email to

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