Recent news:
Feb 17, 2002:
Jan 7, 2002:
Oct 29, 2001:
File name | Size | Compiler system |
---|---|---|
pggw0999b-MinGW.tgz | 2,442,512 | PGPLOT files for MinGW-2.0 |
pggw0999b-cygwin.tgz | 2,477,712 | PGPLOT files for Cygnus Cygwin 1.3.x |
pggw0999b-watcom.tgz | 3,435,828 | PGPLOT files for Open Watcom C/C++ and Fortran 1.0 |
pggw0999b-f2bcc.tgz | 3,232,145 | PGPLOT files for Borland C++ Compiler 5.5 |
pggw0999b-f2dmc.tgz | 3,332,815 | PGPLOT files for Digital Mars C/C++ Compilers |
pggw0999b-Intel.tgz | 5,060,094 | PGPLOT files for Intel(R) C++/Fortran Compiler 7.1 ( f2c available ) |
pggw0999b-f2vcpp.tgz | 2,879,816 | PGPLOT files for Microsoft Visual C++ Version 6.0 + f2c |
pggw0999b-mingw32m.tgz | 2,295,482 | PGPLOT files for gcc-2.95.2-mingw32 |
pggw0999b-mingw32.tgz | 2,295,256 | PGPLOT files for gcc-2.95.2-mingw32 |
pggw0999b-cygb20.tgz | 2,407,018 | PGPLOT files for gcc-2.95.2-cygb20 |
pggw0999b-uwin.tgz | 2,305,511 | PGPLOT files for AT&T UWIN 3.x + gcc-2.95.2-uwin |
If you use Compaq Visual Fortran (VF), no corresponding package is available now, but you can build all library files for it using the GrWin ToolKit or referring Karl Glazebrook's Web page [ Thanks Karl! ].
To run executables, expand one of the archive files in a directory, and then execute each of pgdemo*.exe and cpgdemo.exe obtained. If you downloaded a file for cygwin, cygb20 or uwin, you should do running as well as making executables in a console window under the corresponding environment. To display graphics using the GrWin Library, the graphics engine grwnd.exe for GrWin is necessary to be launched. See further information here to use grwnd.exe.
In each of the archives in the above table all files necessary to build executables under a corresponding environment are also included as well. A brief instruction for an installation under Cygwin 1.3.x is as follows:
$ mkdir /pgplot
$ cd /pgplot
$ tar xvfz /pgplot/pggw0999b-cygwin.tgz
$ cp *.a /usr/lib
$ cp *.h /usr/include
$ PATH=/pgplot:$PATH
$ export PATH
$ PGPLOT_DIR=/pgplot
$ export PGPLOT_DIR
To make executables from source, batch files in the distribution are useful. Typical command lines are as follows:
$ pggwf77.bat pgdemo1 ( to compile pgdemo1.f )
$ pggwgcc.bat cpgdemo ( to compile cpgdemo.c )
$ pggwcpp.bat foo ( to compile foo.cpp )
Last modified: Tue Jul 1 23:44:34 JST 2003