[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Makefile.HP-UX compiler fix for 4.2 snapshot
- To: hobbit (at) hswn.dk
- Subject: Makefile.HP-UX compiler fix for 4.2 snapshot
- From: "T.J. Yang" <tj_yang (at) hotmail.com>
- Date: Mon, 08 May 2006 17:50:40 -0500
- Bcc:
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