File: aaaread.me

package info (click to toggle)
pgplot5 5.2.2-19
  • links: PTS
  • area: non-free
  • in suites: jessie-kfreebsd, wheezy
  • size: 7,060 kB
  • sloc: fortran: 39,792; ansic: 22,549; objc: 1,534; sh: 1,305; makefile: 386; perl: 234; pascal: 233; tcl: 190; awk: 51; csh: 25
file content (36 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (11)
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
31
32
33
34
35
36
pgplot/sys_aix

The *.conf files in this directory are for use with IBM RS/6000
machines running AIX. PGPLOT has been tested with AIX 3.2.5 and
xlf 3.2.

xlf_cc.conf

Problems:

(1) xlf complains about DATA initialization of variables in COMMON
in routines gropen and pgbeg, but it appears to do the correct thing.
You can ignore these messages.

(2) Some PGPLOT device drivers, e.g., lxdriv, use non-standard ENCODE
statements that xlf rejects. These can be replaced with in-memory
WRITE statements if necessary. I have not done this because I have no
way to test that the modified drivers still work. Let me know if you
do change these drivers successfully.

g77_gcc.conf

This configuration file has not been tested extensively: feedback is
requested.

If make fails, make any necessary changes in the configuration file
and rerun makemake.  This configuration file does not make a shared
library (libpgplot.so) because I don't know the necessary commands
for an AIX system.
 
Note that not all drivers can be compiled with g77. If you encounter
compilation errors for file *driv.f, edit the drivers.list file to
deselect the line referring to this driver and rerun makemake.

Tim Pearson
13 Aug 1998