Operating System - Linux
1830118 Members
3150 Online
109998 Solutions
New Discussion

Re: Has anyone successfully compiled hobbit on HPUX 11.23 itanium

 
Bob Manocchia
Regular Advisor

Has anyone successfully compiled hobbit on HPUX 11.23 itanium

I ran ./configure.client and it ran fine. I run gmake and I get the following errors:

static declaration of 'sendfile' follows non-static declaration

Any ideas.
2 REPLIES 2
Dave Hutton
Honored Contributor

Re: Has anyone successfully compiled hobbit on HPUX 11.23 itanium

It looks like it has a prereq make. Also this is writtin on their site:
http://hobbitmon.sourceforge.net/docs/install.html
HP-UX users should note that the HP-supplied C compiler is known to mis-compile the lib/environ.c file, and produces an output file lib/environ.o of length 0 bytes. HP-UX users on the hobbit mailing list agree that the default C compiler shipped with HP-UX should not be used to compile Hobbit - it is only for re-building the HP-UX kernel. The GNU C compiler works fine on HP-UX. More details in this e-mail from the Hobbit mailing list

Theres a link, but due to the secruity policy here I can't click on it.
Bob Manocchia
Regular Advisor

Re: Has anyone successfully compiled hobbit on HPUX 11.23 itanium

I am using gmake version 3.81 and gcc version 4.1.1. I created a symbolic link for make to point to /usr/local/bin/gcc and I used gmake to create the Makefile file.