------- Comment #3 from kargl at gcc dot gnu dot org 2007-06-11 19:08 ------- (In reply to comment #2) > I run Debian Linux 4.0 on my SGI box. When I type "apt-get source gcc-4.1", it > downloads a version of gcc 4.1.2 that appears to be extensively hacked up. > This > version produced the referenced error. Could you tell me briefly where you get > the source code, and what procedure you use to build the executable? Thank you > very much.
Michael, I build gfortran from source, which for the mips architecture is probably your only option. You'll need subversion. To get the bleeding edge, do cd tmp svn checkout svn://gcc.gnu.org/svn/gcc/trunk mkdir obj cd obj ../trunk/configure --prefix=<path_to_install_to> --enable-languages=c,gfortran make bootstrap make install You can also grab the gcc-4.2 tarball from ftp.gnu.org (or a mirror). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32289