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]

Re: building egcs on Irix 6.5.4



  In message <Pine.SUN.3.96.990721092854.19674A-100000@wizard>you write:
  > I'm building egcs on an Indy running Irix 6.5.4,  and it always bombs out
  > with this message:
  > 
  > mv tlist piclist
  > /files1/gnu/egcs-1.1.2/irix65/build/gcc/xgcc
  > -B/files1/gnu/egcs-1.1.2/irix65/build/gcc/ -g -O2 -fno-implicit-templates
  > -mabi=64  -shared -o libstdc++.so.2.9.0 `cat piclist` -lm
  > ld64: FATAL   9  : I/O error (-lm): No such file or directory
  > collect2: ld returned 32 exit status
  > make[4]: *** [libstdc++.so.2.9.0] Error 1
  > make[4]: Leaving directory
  > `/files1/gnu/egcs-1.1.2/irix65/build/mips-sgi-irix6.5/mabi=64/libstdc++'
  > make[3]: *** [multi-do] Error 1
  > make[3]: Leaving directory
  > `/files1/gnu/egcs-1.1.2/irix65/build/mips-sgi-irix6.5/libstdc++'
  > make[2]: *** [multi-all] Error 2
  > make[2]: Leaving directory
  > `/files1/gnu/egcs-1.1.2/irix65/build/mips-sgi-irix6.5/libstdc++'
  > make[1]: *** [all-target-libstdc++] Error 2
  > make[1]: Leaving directory `/files1/gnu/egcs-1.1.2/irix65/build'
  > make: *** [bootstrap] Error 2
  > 
  > Any clues?  Is this really complaining that it can't find the math
  > library?
Yes, that's precisely what it is complaining about.

The recently release gcc-2.95 handles the missing 64bit library much more
gracefully :-)

jeff


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