home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12954 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.8 KB  |  58 lines

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!chx400!sicsun!elpp1.epfl.ch!duval
  2. From: duval@elpp1.epfl.ch (Basil P. Duval EPFL - CRPP 1015 Lausanne CH)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: GNUPLOT_X11 for VMS???
  5. Message-ID: <3815@sicsun.epfl.ch>
  6. Date: 30 Jul 92 15:36:12 GMT
  7. References: <1992Jul29.183132.1@cstp.umkc.edu>
  8. Sender: news@sicsun.epfl.ch
  9. Reply-To: DUVAL@ELPP1.EPFL.CH
  10. Organization: Ecole Polytechnique Federale de Lausanne
  11. Lines: 45
  12.  
  13.  
  14. In reply to the problems with ghostscript on VMS.
  15.  
  16. I got the sources and font files from prep-ai.mit.edu and uncompressed them
  17. and untar'd them.
  18.  
  19. There is a file called vms-cc.com to complete the compilation.
  20.  
  21. I am running vms 5.5 and motif....
  22.  
  23. I found I needed three changes to the data supplied
  24.  
  25. 1) in the file "file.h" it is necessary to include the line 
  26. #include "stream.h"
  27.     close to where it is commented out in the source
  28. 2) in the file "memory_.h" I had to comment out the definitions of memcpy and
  29. memset sice the compiler did NOT like the redefinition
  30. 3) in the vms-cc.com file, I required an extra link file
  31. SYS$SHARE:DECW$DWTLIBSHR/SHARE
  32. SYS$SHARE:DECW$XLIBSHR/SHARE
  33. were the sharable images I linked to get alll the required files.
  34.  
  35. Finally, since I had not specified another directory for the initialisation
  36. files as described in the heading of vms-cc.com, I have a setup file
  37.  
  38. GNUSET.COM
  39.  
  40. $ gs :== $yourdevice:[yourpath.subpath]gs.exe
  41. $ define GS_LIB yourdevice:[yourpath.subpath]
  42.  
  43. I even went to the trouble to delete all the files, repeat the untar and then
  44. edit the two files before launching my slightly modified vms-cc.com, and
  45. I got a usable executable.
  46.  
  47.  
  48. I HAVE A QUESTION OF MY OWN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  49.  
  50. How can I rotate the screen image to correctly see images in the horizonatal
  51. mode without turning my head....
  52.  
  53.  
  54. Basil Duval
  55. EPFL/CRPP
  56. 1015 Bassenges, Switzerland
  57. EMAIL DUVAL@ELPP1.EPFL.CH
  58.