Hi
I am trying to compile gcc 4.3.0 on my fedora 4 machine. My current version of gcc is 4.0.2 20051125. I am upgrading because I need libgcj support.
I downloaded and installed gmp and mpfr
I try
./configure --with-mpfr-include=/home/
bob/mpfr-2
.3.1 --with-mpfr-lib=/usr/local
/lib --with-gmp-include=/home/b
ob/gmp-4.2
--with-gmp-lib=/usr/lib --enable-threads=posix --prefix=/usr/local --enable-shared --enable-languages=c,c++,j
ava
but I get this error:
...
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
....
Any other ways to get libgcj?
Any ideas?
tr5
Start Free Trial