Hi,

On 2006-11-28 10:39:20 -0800, George R Goffe wrote:
> I'm trying to build the latest svn version of gcc on my hp xw 4300
> system running fedora core 6 and am seeing a problem with mpfr. I
> got the latest mpfr and applied their patch before attempting this
> build. I have a complete build log available if anyone wants to see
> it.

These "undefined reference to `mpfr_xxx'" errors mean that the MPFR
library can't be found. Perhaps you forgot to add the corresponding
directory to LD_LIBRARY_PATH (and/or LIBRARY_PATH). BTW, the INSTALL
file of MPFR 2.2.1 (which has just been released) contains more
information about that.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - 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)

Reply via email to