Bill Broadley <bill <at> cse.ucdavis.edu> writes: > Short story, gmp4.2.2 builds fine (including make test), mpfr-2.3.0 builds > fine. Gcc-4.3.0 seems to fails to configure: > checking for correct version of mpfr.h... no <skipped> > Any ideas? I also tried install mpfr-2.3.1 and changing the gcc's configure > --with-mpfr=/opt/pkg/mpfr-2.3.1/ > > Same thing. Try doing something with C_INCLUDE_PATH, LIBRARY_PATH, LD_LIBRARY_PATH and LD_RUN_PATH (as noted in mpfr README file). For me it did NOT work (segmentation fault), but installing gmp and mpfr with "--prefix=/tools --with-local-prefix=/tools" for mpfr's configure (I'm trying LFS with all the latest packages, that's why /tools) did the thing - gcc 4.3.0 now found libmpfr.so.1 and compiles. kpsc