This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2x under irix6.3 (R5000)
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- To: rjvbertin at hotmail dot com
- Cc: gcc at gnu dot org
- Date: Thu, 15 May 2003 20:17:14 -0400 (EDT)
- Subject: Re: gcc 3.2x under irix6.3 (R5000)
- References: <Sea2-F68tmlZJRLnXzo0003aa6e@hotmail.com>
> Hello,
>
> I have a problem building gcc 3.2.3 on an R5000 SGI O2 running irix
> 6.3 . Somewhere probably towards the end, ld gets a bus error when
> trying to link libstdc++ . I *am* using the system as command, and am
> now doing a last try with -mips4 -mcpu=R5000 -mabi=n32 in the building
> flags. Some more details in bug report 10801.
>
> Any ideas? Or would anyone have a binary package that I could install
> (no tardist; I want this next to my gcc 3.2 o32 compiler!).
>
> Thanks in advance.
I've been able to build gcc-3.2.3 on irix6.2 and irix6.5. The only
special thing I've had to do is "setenv CONFIG_SHELL /bin/ksh" (or
setenv CONFIG_SHELL /your_path_to/bash) before running configure and
"make bootstrap". Without this setting, sometimes you'll get a crash
building libstdc++ because /bin/sh is buggy, I don't know if this is
the same problem you're seeing, but give it a try.
--Kaveh
--
Kaveh R. Ghazi ghazi@caip.rutgers.edu