*** tools/build/v2/tools/gcc.jam.orig Wed Feb 3 15:43:41 2010 --- tools/build/v2/tools/gcc.jam Wed Feb 3 15:41:13 2010 *************** *** 394,399 **** --- 394,404 ---- SONAME_OPTION = -h ; } + if [ os.name ] = HPUX + { + HAVE_SONAME = "" ; + SONAME_OPTION = +h ; + } toolset.flags gcc.compile USER_OPTIONS ; toolset.flags gcc.compile.c++ USER_OPTIONS ;