This is my fix to get he comiplation going. /usr/contrib/bin/perl -pi -e 's!^CC\s=\scc!CC = gcc!' build/Makefile.HP-UX cc with gcc's CFLAG syntax will failed the the compilation, I opted for using gcc. T.J. Yang