This is the mail archive of the gcc@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: IRIX 6.5 bootstrap failure....


Thomas:

./configure --prefix=/usr/local --with-as=/opt/MIPSpro/bin/as
--with-ld=/usr/local/bin/ld --enable-threads=posix --enable-languages=c,c++


On Irix,  you need to use the Irix linker.   On my machine, it's at
/bin/ld.

The way I got this to work, was to download the freeware.sgi.com version of gcc,
configure, build, like:

env CC=/usr/freeware/bin/gcc ./configure

Since -that- uses the Irix linker, hopefully your new build will, too.

I think theirs installs to /usr/freeware,  but once you do this, you will have
gcc in its "proper" place at /usr/local.  Once you have the gcc toolchain
installed at /usr/local,  you can delete the /usr/freeware stuff.







Bob Jamison
LinCom Corp







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