home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!chx400!sicsun!elpp1.epfl.ch!duval
- From: duval@elpp1.epfl.ch (Basil P. Duval EPFL - CRPP 1015 Lausanne CH)
- Newsgroups: comp.os.vms
- Subject: Re: GNUPLOT_X11 for VMS???
- Message-ID: <3815@sicsun.epfl.ch>
- Date: 30 Jul 92 15:36:12 GMT
- References: <1992Jul29.183132.1@cstp.umkc.edu>
- Sender: news@sicsun.epfl.ch
- Reply-To: DUVAL@ELPP1.EPFL.CH
- Organization: Ecole Polytechnique Federale de Lausanne
- Lines: 45
-
-
- In reply to the problems with ghostscript on VMS.
-
- I got the sources and font files from prep-ai.mit.edu and uncompressed them
- and untar'd them.
-
- There is a file called vms-cc.com to complete the compilation.
-
- I am running vms 5.5 and motif....
-
- I found I needed three changes to the data supplied
-
- 1) in the file "file.h" it is necessary to include the line
- #include "stream.h"
- close to where it is commented out in the source
- 2) in the file "memory_.h" I had to comment out the definitions of memcpy and
- memset sice the compiler did NOT like the redefinition
- 3) in the vms-cc.com file, I required an extra link file
- SYS$SHARE:DECW$DWTLIBSHR/SHARE
- SYS$SHARE:DECW$XLIBSHR/SHARE
- were the sharable images I linked to get alll the required files.
-
- Finally, since I had not specified another directory for the initialisation
- files as described in the heading of vms-cc.com, I have a setup file
-
- GNUSET.COM
-
- $ gs :== $yourdevice:[yourpath.subpath]gs.exe
- $ define GS_LIB yourdevice:[yourpath.subpath]
-
- I even went to the trouble to delete all the files, repeat the untar and then
- edit the two files before launching my slightly modified vms-cc.com, and
- I got a usable executable.
-
-
- I HAVE A QUESTION OF MY OWN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- How can I rotate the screen image to correctly see images in the horizonatal
- mode without turning my head....
-
-
- Basil Duval
- EPFL/CRPP
- 1015 Bassenges, Switzerland
- EMAIL DUVAL@ELPP1.EPFL.CH
-