File: aaaread.me

package info (click to toggle)
pgplot5 5.2-8
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,268 kB
  • ctags: 5,900
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,136; objc: 532; perl: 443; makefile: 271; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (30 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pgplot/sys_vms

The files in this directory are for use with OpenVMS VAX and OpenVMS
Alpha (AXP). Consult the installation instructions for more
information.

Note: you will need both a Fortran compiler and a C compiler.

If you do not have a C compiler, you will not be able to install some
of the device drivers, notably the X-windows driver. You will need to
edit file compile.com to exclude these drivers (see comments in the
file).

The various versions of the DEC C compilers are not identical. If you
have trouble compiling PGPLOT C files with your compiler on a VMS/VAX
system, try changing the definition

$ CCOMPILE = "CC"

to

$ CCOMPILE = "CC/STANDARD=VAXC"

This occurs in files compile.com, make_pgdisp.com, and
make_pgmdemo.com.  (The last two are only used if you choose to
install PGDISP/X2DRIV or Motif support/XMDRIV, respectively.)

Tim Pearson
31 May 1996
------------------------------------------------------------------------