  These are classes from the GNU C++ class library which are used in
vmd.  There are very few modifications from the original files, so if
you are compiling with gcc you shouldn't have to use these at all.
'Course, we've never compiled under gcc ....


To make a new "libg++.a" file do two things:
 make configure
 make

The first sets up librx, the second makes 'libg++.a'.  You will then
have to move the new library into lib_IRIX5 or whatever.

