From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2007-12-04 10:10:23


I'd recommend using Boost 1.34.1 replacing
boost/tools/build/v2/tools/gcc.jam with that from the trunk:

 <http://svn.boost.org/svn/boost/trunk/tools/build/v2/tools/gcc.jam>

The version on the trunk has fixes for HP-UX.

In user-config.jam, -mlp64 can be specified as the following:

using gcc : : : <compileflags>"-mlp64" ;

HTH,
  Boris