This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mpfr issues when Installing gcc 3.4 on fedora core
- From: Vincent Lefevre <vincent+gcc at vinc17 dot org>
- To: "drizzle drizzle" <drizzle76 at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 4 Jan 2007 13:13:53 +0100
- Subject: Re: mpfr issues when Installing gcc 3.4 on fedora core
- References: <7326d8e40701031711h2c7b1cdg1e0b1dc152accaa0@mail.gmail.com>
On 2007-01-03 20:11:35 -0500, drizzle drizzle wrote:
> Installed mpfr and gmp and verified mpfr.h and gmp.h exist in
> /usr/local/include and libmpfr.a , libgmp.so etc exists in
> /usr/local/lib
I assume you got MPFR 2.2.1. You can try to rebuild MPFR with
--enable-shared, in case you have another MPFR version installed
with a shared library (e.g. in /usr/lib) and the linker does
something strange. Also, make sure that GMP and MPFR are compiled
with the same ABI.
--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)