Archived

This forum has been archived. Please start a new discussion on GitHub.

How to compile ice in HP-UX plaform

Anyone can give me some ideaH

Comments

  • bernard
    bernard Jupiter, FL
    Hello,

    Ice is currently not supported on HP-UX; however we plan to support it in the near future. If you can't wait, the first files to look at are: config/Make.rules and config/Make.rules.{Linux,SunOS}. You'll have to create a Make.rules.HP-UX similar to Make.rules.{Linux,SunOS}.

    The build system also relies of GNU make features, so build using GNU make (gmake) 3.80 or later.

    Cheers,
    Bernard