home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2768 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.8 KB  |  52 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!apple.com!rickb
  3. From: rickb@apple.com (Rick Boarman)
  4. Subject: Help!
  5. Message-ID: <9212172232.AA00208@apple.com>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 17 Dec 1992 06:32:17 GMT
  10. Lines: 40
  11.  
  12.  
  13.  
  14. Help! I'm trying to install gcc on our machine (vax) here at
  15. work. The first make process went smoothly. I did get some
  16. operator overloading warnings but no errors. When I ran make stage1
  17. it errored out:
  18.  
  19. apple.com: make stage1
  20. if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
  21. mv *.o insn-flags.h insn-config.h insn-codes.h  insn-output.c insn-recog.c
  22. insn1
  23. mv: insn-attrtab.c: Cannot access: No such file or directory
  24. mv: stamp-attrtab: Cannot access: No such file or directory
  25. mv: stamp-proto: Cannot access: No such file or directory
  26. mv: xgcc: Cannot access: No such file or directory
  27. mv: cc1: Cannot access: No such file or directory
  28. mv: gcc-cross: Cannot access: No such file or directory
  29. mv: cc1plus: Cannot access: No such file or directory
  30. mv: cc1obj: Cannot access: No such file or directory
  31. mv: enquire: Cannot access: No such file or directory
  32. mv: protoize: Cannot access: No such file or directory
  33. mv: unprotoize: Cannot access: No such file or directory
  34. mv: specs: Cannot access: No such file or directory
  35. mv: collect2: Cannot access: No such file or directory
  36. mv: ld: Cannot access: No such file or directory
  37. *** Exit 1 (ignored)
  38. rm -f stage1/libgcc.a
  39. cp libgcc.a stage1
  40. cp: libgcc.a: No such file or directory
  41. *** Exit 1 (ignored)
  42. if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a;
  43. elsei
  44. ranlib: cannot open stage1/libgcc.a
  45.  
  46. What went wrong or who should I talk to get some help? Anything
  47. you can suggest would be appriceated.
  48.  
  49. Rick
  50.  
  51. rickb@apple.com
  52.