bug-gmp
[Top][All Lists]
Advanced

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

Re: problems with gmp-4.1.2


From: Kevin Ryde
Subject: Re: problems with gmp-4.1.2
Date: Sat, 19 Apr 2003 08:30:33 +1000
User-agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux)

address@hidden writes:
>
> The first problem is that t-bswap fails with a segfault.

Perhaps you can put it under the debugger to see where it goes wrong.

> /usr/local/lib/libmpfr.a(add1.o): In function `mpfr_add1':
> /home/install/gmp-4.1.2/mpfr/add1.c:46: undefined reference to
> `__gmp_tmp_mark'

Your application, when it runs, is probably hitting a libgmp.so.3 in
/usr/lib or somewhere which was built with --enable-alloca, rather
than the malloc one you just compiled.  "ldd" will tell you what is
being used.

-- 
All followups to address@hidden please.




reply via email to

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