Hugo R. Hernandez-Mora wrote:
Folks,
I am trying to build gcc-4.2.0 under IRIX64 6.5 but I am having the
following error:
*# ./configure --prefix=/usr/local/gcc-4.2.0
--with-gmp=/usr/local/gmp-4.2.1
--with-gmp-lib=/usr/local/gmp-4.2.1/lib
--with-mpfr=/usr/local/mpfr-2.2.1
--with-mpfr-lib=/usr/local/mpfr-2.2.1/lib
# make
Building from within the source directory is not well supported. Try
doing a build in a separate directory:
cd ..
mkdir build_dir
cd build_dir
../gcc-4.2.0/configure ...
gmake
David Daney