To build this, run the following commands:

  ./configure
  ./make

That's it-- the executable will be built in the current directory.

If you're using g++ on AIX, you may need to use 

  ./configure LDFLAGS='-Xlinker -bbigtoc' CXXFLAGS='-Xlinker -bbigtoc'

for the first line, to avoid a TOC overflow error.

