home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!mdcsc.UUCP!ms
- From: ms@mdcsc.UUCP (Mani Sanj)
- Subject: installing gcc2.2.2
- Message-ID: <9210082218.AA05658@mdcsc>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 8 Oct 1992 22:18:21 GMT
- Lines: 26
-
- Hi Everyone,
-
- /* NOTE: I am not in the mailing list please send your
- responses to "uunet!mdcsc!ms" */
-
- I really thank Jim for his response regarding gcc-2.2.2 installation.
-
- stage1 & stage2 went ok. but when I did make compare
- it failed with following error message.
-
- for file in *.o;do \
- tail +10c $file > tmp-foo1; \
- tail +10c stage2/$file > tmp-foo2; \
- cmp tmp-foo1 tmp-foo2 || echo $file differs; \
- done
- tail: stage2/cp-call.o: No such file or directory
- *** Error code 1
- make: Fatal error: Command failed for target `compare'
-
- It seems some *.o files are missing form the stage2.
-
-
- Thanks Once more,
-
- Mani Sanj
- uunet!mdcsc!ms
-