Compilation Notes NOTE: Neither g++ 2.8.1 or egcs 1.0.2 support ANSI C++ namespaces, hence will NOT be able to compile TNT 0.9. This version of TNT has been tested using Microsoft Visual C++ v. 5.0, for which you will need to use the following flags: -GX, since exceptions are not called (will supress warnings) -TP, since C++ filename sources have .cc extensions Also, be aware that examples using the ANSI C++ valarray class (e.g. tntvec3.cc) may generate spurious warnings. We would appreciate feedback on using/compiling TNT for other ANSI C++ compatible platforms.