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

  1. Xref: sparky comp.os.vms:19921 gnu.gcc.help:2819
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!vaxc.cc.monash.edu.au!tony
  3. From: tony@vaxc.cc.monash.edu.au
  4. Newsgroups: comp.os.vms,gnu.gcc.help
  5. Subject: Re: Loading gcc 2.2 from Mango (Bug in KITINSTAL.COM)
  6. Message-ID: <1992Dec27.200354.90871@vaxc.cc.monash.edu.au>
  7. Date: 27 Dec 92 20:03:54 +1100
  8. References: <1992Dec19.032718.1102@bnlux1.bnl.gov>,<gnusenet1992Dec20.232210.23638@bnlux1.bnl.gov>,<1hierfINNp7t@gap.caltech.edu> <1hjludINN34t@gap.caltech.edu>
  9. Distribution: world
  10. Organization: Monash University - Australia.
  11. Lines: 33
  12.  
  13. In article <1hjludINN34t@gap.caltech.edu>, 
  14.      carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick) writes:
  15. > In article <1hierfINNp7t@gap.caltech.edu>, 
  16. >      carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick) writes: 
  17. > a lot of stuff based on a wild-assed guess about something that
  18. >     In article <gnusenet1992Dec20.232210.23638@bnlux1.bnl.gov>, 
  19. >     kushmer@bnlux1.bnl.gov (christopher kushmerick) writes: 
  20. > I'd appreciate any feedback as to whether my guess was accurate.  In
  21. > particular, was this person abusing a VMSINSTALlable kit?
  22.  
  23. If it's the same problem I encountered a few weeks ago with the same package
  24. then I reckon it's a bug in KITINSTAL.COM. 
  25.  
  26. At line 402 you'll find :
  27. $    CALL ASK YORN "Purge files replaced by installation?" "Y"
  28. If you change it to :
  29. $    VMI$CALLBACK ASK YORN "Purge files replaced by installation?" "Y"
  30. then it's a goer.
  31.  
  32. Why ? Well, given that 
  33. $    VMI$CALLBACK = "CALL CALLBACK"
  34. this translates to
  35. $    CALL CALLBACK ASK YORN "Purge files replaced by installation?" "Y"
  36.  
  37. DCL should be looking for a subroutine label "CALLBACK" (with P1 = ASK) but
  38. currently it's looking for the label "ASK", which doesn't exist.
  39. Well, it worked for me.
  40.  
  41.    Cheers from Oz,
  42.                Tony
  43. -- 
  44. Tony McGrath, System Hacker, Comp-U-Card Aust., Ormond, VIC 3204, Australia
  45. Internet: Tony@vaxc.cc.monash.edu.au  Ph: +61 3 578 5933  FAX: +61 3 578 5300
  46.