home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / gcc / help / 2284 < prev    next >
Encoding:
Text File  |  1992-10-09  |  992 b   |  38 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!mdcsc.UUCP!ms
  3. From: ms@mdcsc.UUCP (Mani Sanj)
  4. Subject: installing gcc2.2.2
  5. Message-ID: <9210082218.AA05658@mdcsc>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 8 Oct 1992 22:18:21 GMT
  10. Lines: 26
  11.  
  12. Hi Everyone,
  13.  
  14. /* NOTE: I am not in  the mailing list please send your
  15. responses to "uunet!mdcsc!ms" */
  16.  
  17. I really thank Jim  for his response regarding gcc-2.2.2 installation.
  18.  
  19. stage1 & stage2 went ok. but when I did make compare
  20. it failed with following error message.
  21.  
  22. for file in *.o;do \
  23.   tail +10c $file > tmp-foo1; \
  24.   tail +10c stage2/$file > tmp-foo2; \
  25.   cmp tmp-foo1 tmp-foo2 || echo $file differs; \
  26. done
  27. tail: stage2/cp-call.o: No such file or directory
  28. *** Error code 1
  29. make: Fatal error: Command failed for target `compare'
  30.  
  31. It seems some *.o files are missing form the stage2.
  32.  
  33.  
  34. Thanks Once more,
  35.  
  36. Mani Sanj
  37. uunet!mdcsc!ms
  38.