At the time of the writing of this document, LibTPT has only been tested with GCC 3.x. GCC 2.95.x is known to have problems compiling LibTPT.
The LibTPT configuration system requires Perl 5.005 or later. The configure.pl script requires that either the CXX environment variable is set to the path of your C++ compiler, or that you specify the path to you C++ compiler with the --cxx command line option.
./configure.pl --cxx /path/to/g++ [--help] make ./test.sh make install
By default, configure.pl will use /usr/local as the install directory. Use --prefix=/new/install/path to override this.