[gnu.gcc.bug] Problem installing GCC on a Sun-4

NHAAS@IBM.COM (Norman Haas) (06/16/89)

  I'm trying to install GCC on a Sun 4 running OS 4.0.  I was able to
do the initial Make and the Make stage1, but on step 9 (recompile the
compiler using itself), this is what happened:

  copernicus% make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
  stage1/gcc -g -O -Bstage1/ -c genconfig.c
  stage1/gcc -g -O -Bstage1/  -o genconfig genconfig.o rtl.o obstack.o
  _edata: ld: user attempt to redefine loader-defined symbol
  _end: user attempt to redefine loader-defined symbol
  _etext: /lib/libc.a(des_crypt.o): multiply defined
  *** Error code 1
  make: Fatal error: Command failed for target `genconfig'
  copernicus%


The version of GCC I have is 1.34; most of the files are dated 2/22/89;
the newest seems to be 2/24/89.

Any ideas?  Thanks,

Norm Haas