  These are classes used in vmd which were extracted from the GNU C++
class library.  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.  The biggest problem is that gl/gl.h typedefs 'String'
to be 'typedef char *', which conflicted with the String class.  If we
has the time we would isolate all simultaneous references to String.h
and gl.lh.  Instead, we redefined GNU's String class to be GString.
Ugly, but it works.


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.

