8 May
2006
8 May
'06
10:50 p.m.
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