The generated script contains the lines : # add the -AA conformance option to CXXFLAGS for HP aCC only if test $CXX = 'aCC' CXXFLAGS="-AA $CXXFLAGS" fi
This fails under "sh configure". Changing to : if test $CXX = 'aCC'; then CXXFLAGS="-AA $CXXFLAGS" fi fixes it regards john -- "What *is* your fascination with my forbidden closet of mystery ?" - Chief Wiggum _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost