OONSTD: The SVMT Portable Reference Library

E. Robert Tisdale (edwin2@gte.net)
Wed, 19 Aug 1998 05:55:53 +0000

The SVMT Portable Reference Library is now available from

http://home1.gte.net/edwin2/svmt/

It was archived with tar and compressed with gzip so type

gunzip svmt.tgz
tar xvf svmt.tar
cd svmt/src
make

Directory svmt/examples contains some simple programs
and a Makefile which you can use to compile them. Just type

make test
./test

for example.

I am compiling with g++ 2.7.2.3 under Linux 2.0.31
I would appreciate it very much if anyone would
try to compile with another compiler on another
platform and let me know what the results are.
It should be portable.

I haven't really done any testing so I would
also appreciate it if anyone would do any testing
for me and report any bugs. Thanks in advance,
Bob Tisdale