bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP Library


From: Steve Rinehart
Subject: Re: GMP Library
Date: Mon, 30 Dec 2002 15:20:30 -0700

Well the make CC="cc =e" worked by you were correct.  The got the same
32/64 error again.

Not sure how to use the file command to check the libgmp.sl file to see
if it's 32 or 64 bit.

See - told you I was I a rookie.  Sad thing is - I'm the only one here
for the state doing this kind of thing.

Thanks for your help.

Steve

>>> address@hidden 12/30/02 02:37PM >>>
"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]