home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dsp / 2941 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  2.8 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!forney.berkeley.edu!jbuck
  2. From: jbuck@forney.berkeley.edu (Joe Buck)
  3. Newsgroups: comp.dsp
  4. Subject: Re: PTOLEMY
  5. Date: 7 Jan 1993 19:30:11 GMT
  6. Organization: U. C. Berkeley
  7. Lines: 60
  8. Message-ID: <1ii0c3INN6ue@agate.berkeley.edu>
  9. References: <1993Jan8.013741.1@cc.newcastle.edu.au>
  10. NNTP-Posting-Host: forney.berkeley.edu
  11.  
  12. In article <1993Jan8.013741.1@cc.newcastle.edu.au> eemn@cc.newcastle.edu.au (Brett Ninness) writes:
  13. >I need a little help in getting Ptolemy 0,4  going on 
  14. >a personal DECstation 5000.  I've followed the installation
  15. >instructions and have ended up with a whole buncch of executables.
  16. >When I type "pigi" to try it out I get an error message that the 
  17. >command "vem" can't be found.  When I look around for vem I 
  18. >find that unpacking the tar files has left me with the following
  19. >
  20. >/users/ptolemy/bin.mips/vem@ -> ../octtools/bin.mips/vem
  21. >
  22. >and unfortunaly ../octtools/bin.mips/vem doesn't exist.
  23.  
  24. You can join the "ptolemy-hackers" mailing list for help with Ptolemy
  25. problems.  Write to ptolemy-hackers-request@ohm.berkeley.edu to be
  26. added.  Submit messages to ptolemy-hackers@ohm.berkeley.edu (please
  27. use the -request address for requests to be added or deleted, since
  28. 100-odd people will otherwise get your message).
  29.  
  30. Did you retrieve the pt-0.4.mips.tar.Z file?  You cannot build vem
  31. from source, because source is not included for it.  You need to
  32. get the binary.
  33.  
  34. (It is possible to get source for Vem and the rest of the Oct Tools
  35. system from Berkeley's Industrial Liason Program office, but the
  36. source isn't freely redistributable at this point: you need to sign
  37. a license.  Sorry, but it's not our program to give away).
  38.  
  39. >If anyone does have the time, then maybe they could also help me with
  40. >the following
  41. >
  42. >1. An example of what the added line to the .rhosts file should
  43. >look like.
  44.  
  45. vem uses rsh to talk to RPC programs, so you need to make sure that
  46. you have permission to do rsh to "talk to yourself".  (I think that
  47. this should work by default, but it doesn't).  Try the following test:
  48.  
  49. rsh `hostname` echo hello
  50.  
  51. If it prints "hello", you're set up correctly and do not need to mess
  52. with .rhosts.  If it prints "Permission denied", add the name of your
  53. host (whatever "hostname" prints) to your .rhosts file.
  54.  
  55. >2.  What is the Almagest ?
  56.  
  57. The Almagest was the name of Ptolemy's principal astronomical work.
  58. It is also the name of the Ptolemy manual.  Cute, huh? :-)
  59.  
  60. >3.  How do you print something out from the documentation.  Do you go 
  61. >to one of the documentation subdirectories and type make ?
  62.  
  63. Yes, you can also type "make preview" to run the previewer.  This assumes
  64. you have ditroff and xditview.  If you don't, you can obtain the Gnu
  65. groff program.
  66.  
  67.  
  68.  
  69.  
  70. --
  71. Joe Buck    jbuck@ohm.berkeley.edu
  72.