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]

Installation of GCC-2.95 for IRIX5.3


My name is Masahito Yoshida, the university of aizu student.


I successfully built and installed GCC for IRIX5.3.
The following is installation log.


% tar zxvf gcc-2.95.tar.gz
% cd gcc-2.95


I edited source files.

./gcc/collect2.c
  979:  char *ld_suffix   = "/usr/lib/old_ld";
  1655:  fork_execute ("/usr/lib/old_ld", ld2_argv);

./gcc/config/mips/iris5.h
  92:-32 -_SYSTYPE_SVR4 -rpath /usr/local/lib"


% mkdir objdir
% cd objdir
%  ../configure --host=mips-sgi-irix5.3 --target=mips-sgi-irix5.3 \
   --build=mips-sgi-irix5.3 --prefix=/home/circle/nowp/usr/IRIX6/gnu \
   --with-gnu-as --with-stabs --with-gcc
% gmake bootstrap
% gmake install



% /home/circle/nowp/usr/IRIX6/gnu/bin/gcc -v
Reading specs from /home/circle/nowp/usr/IRIX6/gnu/lib/gcc-lib/mips-sgi-irix5.3/2.95/specs
gcc version 2.95 19990728 (release)



config.stabs
x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
/tmp/gcc-2.95/configure --with-gcc-version-trigger=/tmp/gcc-2.95/gcc/version.c --host=mips-sgi-irix5.3 --targ
et=mips-sgi-irix5.3 --build=mips-sgi-irix5.3 --prefix=/home/circle/nowp/usr/IRIX6/gnu --with-gnu-as --with-st
abs --with-gcc --norecursion 
# using "mh-frag"
x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x---x



I made a web page of installation log written by Japanese.
The URL is http://www.u-aizu.ac.jp/circles/nowp/install/IRIX6/gcc-2.95.html



Thank you.
---
  Masahito Yoshida
  s1042080@u-aizu.ac.jp


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