------- Comment #5 from Roger dot Jeurninck at home dot nl  2010-01-15 12:47 
-------
I got GCC bootstrapped now! Instead of building the GMP and MPFR sources
together with GCC I did a build of them in advice. Next I configured the GCC
with the --with-gmp and --with-mpfr options (see below) and could successfully
build GCC.
Not sure why the first approach did fail because the MPFR and GMP code was
indeed nicely build with the GCC compiler...
Testresults are ok and almost match those of Rainer
(http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg01181.html). I will still
look into the differences here.

For now this issue can be closed/postponed as I have a workaround.
thanks for your help!

Roger



(the configure options I used, note that the LD_LIBRARY_PATH needs to find the
libs too)
---------------------------
--prefix=../install \
--enable-languages=c,fortran,c++ \
--with-gmp-lib=/scratch/rjeurnin/gmp/gmp-4.3.2/install/lib \
--with-gmp-include=/scratch/rjeurnin/gmp/gmp-4.3.2/install/include \
--with-mpfr-lib=/scratch/rjeurnin/mpfr/mpfr-2.4.2/install/lib \
--with-mpfr-include=/scratch/rjeurnin/mpfr/mpfr-2.4.2/install/include \
--verbose


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42723

Reply via email to