home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19902 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  3.0 KB

  1. Xref: sparky comp.os.vms:19902 gnu.gcc.help:2815
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  3. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  4. Newsgroups: comp.os.vms,gnu.gcc.help
  5. Subject: Re: Loading gcc 2.2 from Mango
  6. Date: 26 Dec 1992 20:21:03 GMT
  7. Organization: HST Wide Field/Planetary Camera
  8. Lines: 58
  9. Distribution: world
  10. Message-ID: <1hierfINNp7t@gap.caltech.edu>
  11. References: <1992Dec19.032718.1102@bnlux1.bnl.gov>,<gnusenet1992Dec20.232210.23638@bnlux1.bnl.gov>
  12. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  13. NNTP-Posting-Host: sol1.gps.caltech.edu
  14.  
  15. In article <gnusenet1992Dec20.232210.23638@bnlux1.bnl.gov>, kushmer@bnlux1.bnl.gov (christopher kushmerick) writes:
  16. >following the friendly advice of one reader, I am adding the following 
  17. >information to this post
  18. >
  19. >Hardware: uVax II
  20. >
  21. >OS    : VMS 5.1
  22. >
  23. >Trying to run the DCL file KITINSTAL.COM.
  24. >
  25. >
  26. >In article <1992Dec19.032718.1102@bnlux1.bnl.gov> kushmer@bnlux1.bnl.gov (christopher kushmerick) writes:
  27. >>I grabbed the files from mango for gnu gcc 2.2  . From the first file, 
  28. >>I used backup to extract a file, KITINSTAL.COM, which is a com file that
  29. >>builds everything.
  30.  
  31. OK, that's where you made your mistake.  You're not supposed to extract
  32. KITINSTAL.COM, you're supposed to use the VMSINSTAL utility to do it all for
  33. you.  You use a command of the form:
  34.     $ @SYS$UPDATE:VMSINSTAL product_name location_of_product
  35. VMSINSTAL then extracts the files from the saveset and invokes KITINSTAL.COM.
  36.  
  37. >>
  38. >>However KITINSTAL.COM dies on my computer after asking for a top
  39. >>directory for BISON. The comment is "Object of call not found" or 
  40. >>something close to that.
  41.  
  42. Please, you're talking about a computer program here, not a game of horseshoes:
  43. CLOSE DOESN'T COUNT.  Now, basded on your fundamental mistake (trying to do
  44. thing by hand instead of using VMSINSTAL, you're probably running afoul of a
  45. callback to VMSINSTAL.
  46.  
  47. >>Has anyone else had trouble with this instal com file? Has it worked fine for
  48. >>people?
  49.  
  50. Anybody else who tried using it the way you did undoubtedly had the same
  51. problem.
  52.  
  53. >>I tried telling it that I did not want to install bison. It dies anyway
  54. >>with the same message. So I doubt that the problem is with setting up the
  55. >>Bison directory.
  56.  
  57. The problem is that it's trying to make a callback to a procedure you're not
  58. running.
  59.  
  60. >>Has anyone modified the install com to work? If so, could you mail me your
  61. >>version?
  62.  
  63. You don't want to modify it, you just want to run it in its intended
  64. environment:  Via VMSINSTAL.
  65. --------------------------------------------------------------------------------
  66. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  67.  
  68. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  69. understanding of astronomy is purely at the amateur level (or below).  So
  70. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  71. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  72. hold me responsible for it, but my organization had nothing to do with it.
  73.