[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile.HP-UX compiler fix for 4.2 snapshot



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