|
System Overview
|
|
|
General Public Domain
|
|
|
Bind
|
|
|
DHCP
|
|
|
Emacs
|
|
|
ftpd
|
|
|
gcc & libg++
|
|
|
Ghostscript & Ghostview
|
|
|
GNUPLOT
|
|
|
GNU Enscript
|
|
|
LAPACK & BLAS
|
|
|
Logstats
|
|
|
Netscape
|
|
|
nmh
|
|
|
perl
|
|
|
samba
|
|
|
sendmail
|
|
|
ssh Admin
|
|
|
ssh Use
|
|
|
local ssh Use
|
|
|
tcp wrappers
|
|
|
tcsh
|
|
|
teTeX
|
|
|
Xanim
|
|
|
Xfig
|
|
|
XMgr
|
|
|
Xntpd
|
|
|
GNUPLOT
GNUPLOT 3.6 Beta version was ftped from ftp://ftp.dartmouth.edu/pub/gnuplot.
We edit the term.h file included with the Makefile that comes with the
distribution and comment out the exotic terminals that we know are not
going to be useful. We do the following on solaris.
setenv CC cc
./configure
make
make -n install
make install
On the DEC Alphas cc compiler barfs on the term.c file. So we skip the
overriding of CC with cc and use gcc in stead. You also need to copy the
demo files to the /local/lib/gnuplot directory if you would like demos
to be available to all users.
|