This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building gcc-4.2.0 under IRIX64


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]