Re: [Gcc-cfarm-users] gcc31: Skipping incompatible mpfr library?

2008-09-16 Thread Paul Zimmermann
> Hello, > I'm currently trying to bootstrap on gcc31 (because I want to test a > fortran patch on a machine with REAL(KIND=3D16), and hitting this error: > /usr/bin/ld: skipping incompatible /opt/cfarm/mpfr-2.3.1/lib/libmpfr.a when > searching for -lmpfr > Any ideas? Debian's sparc port has a 32

Re: [Gcc-cfarm-users] gcc31: Skipping incompatible mpfr library?

2008-09-16 Thread Arthur Loiret
On Mon, Sep 15, 2008 at 08:35:10PM +0200, Thomas Koenig wrote: > Hello, > > I'm currently trying to bootstrap on gcc31 (because I want to test a > fortran patch on a machine with REAL(KIND=16), and hitting this error: > > /usr/bin/ld: skipping incompatible /opt/cfarm/mpfr-2.3.1/lib/libmpfr.a when

Re: [Gcc-cfarm-users] gcc31: Skipping incompatible mpfr library?

2008-09-16 Thread Roman Rybalko
Thomas Koenig wrote: > I'm currently trying to bootstrap on gcc31 (because I want to test a > fortran patch on a machine with REAL(KIND=16), and hitting this error: > > /usr/bin/ld: skipping incompatible /opt/cfarm/mpfr-2.3.1/lib/libmpfr.a when > searching for -lmpfr > > Any ideas? > may be /op

[Gcc-cfarm-users] gcc31: Skipping incompatible mpfr library?

2008-09-16 Thread Thomas Koenig
Hello, I'm currently trying to bootstrap on gcc31 (because I want to test a fortran patch on a machine with REAL(KIND=16), and hitting this error: /usr/bin/ld: skipping incompatible /opt/cfarm/mpfr-2.3.1/lib/libmpfr.a when searching for -lmpfr Any ideas? Thomas _