On Mon, 21 Jan 2008, Kaveh R. GHAZI wrote: > > Exactly this issue. I am not sure how this can happen. My configure > > options are above. I am using the Compile Farm. > > This happens because you linked GCC with a shared MPFR library in > /opt/cfarm/mpfr-2.3.0/lib, but because there is no -rpath set you get the > system mpfr-2.2.0 from /usr/lib at runtime.
FYI, Laurent moved the shared mpfr libs into a subdir on all the machines, so you can use the /opt/cfarm/mpfr-2.3.0 directory for configuring GCC on the compile farm. > > It works if I use --with-mpfr=/home/ghazi/gcc-testing/lib/422-230/ instead. > > Thanks, > > Manuel. > > Yeah :-), that works because I configured my private copy of GMP/MPFR on > the compile farm with --disable-shared so there is no chance of runtime > mixup. I've deleted my private copy of gmp-4.2.2/mpfr-2.3.0 from most of the boxes there. Now that mpfr-2.3.1 has been released, I've installed private copies for testing purposes. (This one relies on the system gmp). You're welcome to try that or simply use the /opt 2.3.0 copy. --Kaveh -- Kaveh R. Ghazi [EMAIL PROTECTED]