home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!mdcsc.UUCP!ms
- From: ms@mdcsc.UUCP (Mani Sanj)
- Subject: installing gcc2.2.2
- Message-ID: <9210071820.AA26600@mdcsc>
- Sender: sheu-m@cis.ohio-state.edu (Ming-Jye Sheu)
- Organization: Gnus Not Usenet
- Distribution: gnu
- Date: Wed, 7 Oct 1992 18:20:52 GMT
- Lines: 69
-
- Hello grus,
-
- /* NOTE: I am no in the mailing list please send your
- response to "uunet!mdcsc!ms" */
-
- Do I missing gnulibraries or anythinelse or
- just gcc.2.2.2 is enough for install??
-
- I am trying to install gcc2.2.2 in a 4/60(SS1) running sunos4.1.3 .
- I use
- configure --target=sparc-sun-sunos4.1.3
- or
- configure --target=sprac-sun-sunos4.1
- same error in both cases.
-
-
-
- Then I use " make LANGUAGES=c"
- when it gets toward the end of compilation this error happens
- ----------------------------------------------------------
- cp ./enquire.c . > /dev/null 2>&1
- *** Error code 1 (ignored)
- ./gcc -g -B./ -DNO_SC -DNO_MEM -DNO_STDDEF -O0 -I. -c enquire.c
- ./gcc -g -B./ enquire.o -o enquire
- ./enquire -f > tmp-float.h
- mv tmp-float.h float.h
- -----------------------------------------------------------
-
- so I go ahead anyway try to make the stage 1
-
- make stage1
- -----------------------------------------------------------------------
- .
- mv: stamp-proto: Cannot access: No such file or directory
- mv: gcc-cross: Cannot access: No such file or directory
- mv: cc1plus: Cannot access: No such file or directory
- mv: cc1obj: Cannot access: No such file or directory
- mv: protoize: Cannot access: No such file or directory
- mv: unprotoize: Cannot access: No such file or directory
- *** Error code 1 (ignored) /* is this ok ????/
- rm -f stage1/libgcc.a
- cp libgcc.a stage1
- if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
- ---------------------------------------------------------------------------
- Then I go ahead with make.
-
- make CC="stage1/gcc -Bstage1/" CFLAGS="-g -o"
- ---------------------------------------------------------------------------
- .
- .
- .
- stage1/gcc -Bstage1/ -g -o -I. -I. -I./config -c ./cexp.c
- stage1/gcc -Bstage1/ -c -g -o -I. -I. -I./config version.c
- stage1/gcc -Bstage1/ -c -g -o -I. -I. -I./config obstack.c
- stage1/gcc -Bstage1/ -g -o -o cccp cccp.o cexp.o version.o obstack.o ` case "stage1/gcc -Bstage1/" in "cc") echo ;; esac `
- ld: cccp: No such file or directory
- collect: /usr/bin/ld returned 4 exit status
- *** Error code 1
- make: Fatal error: Command failed for target `cccp' /* THIS IS THE BIG ERROR*/
- -----------------------------------------------------------------------------
-
- I follow the INSTALL intructions.
- What do I do wrong here?????
-
- Please send your responses to .
- uunet!mdcsc!ms
-
- Mani Sanj
- uunet!mdcsc!ms
-