Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!IBM.COM!NHAAS From: NHAAS@IBM.COM (Norman Haas) Newsgroups: gnu.gcc.bug Subject: Problem installing GCC on a Sun-4 Message-ID: <061689.102412.nhaas@ibm.com> Date: 16 Jun 89 14:24:12 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 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