Xymon Mailing List Archive search

Makefile.HP-UX compiler fix for 4.2 snapshot

list T.J. Yang
Mon, 08 May 2006 17:50:40 -0500
Message-Id: <user-2b07f9e2444a@xymon.invalid>

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