gmp w/ mpfr for gcc's f95

Hugh Sasse hgs at dmu.ac.uk
Tue Nov 29 19:26:29 CET 2005


On Tue, 29 Nov 2005, Alex Moore wrote:

> On Tue, 29 Nov 2005 17:49:51 +0000 (WET)
> Hugh Sasse <hgs at dmu.ac.uk> wrote:
> 
> > I get
> %> nm -D /usr/local/lib/libgmp.so.3.3.3 | grep __gmpz_init [209]
> > |         78220|          64|FUNC |GLOB |0    |9      |__gmpz_init
> 
> Right.  This should work with fine with 32-bit builds.
> 
> Make sure that you run 'make check' on both gmp and mpfr.  You need to
> pass the tests completely.

Definately. Thank you.
> 
> > Does GNU ld pick that up?
> Sorry, I do not know.  I have never used GNU ld.  The GNU ld man or
> info pages should tell you.

I found the info file: it seems not.  Also LD_RUN_PATH will work for
the sun ld, and -R will override that if needed.  So I just did
LD_RUN_PATH=$LD_LIBRARY_PATH, but since it picked up my gnu ld that
wasn't really relevant! 
> 
> Alex
> 

        Hugh


More information about the gmp-discuss mailing list