I got past the hobbit configure.client but when I ran gmake I get the
following error:
/usr/local/bin/gmake
MAKE="/usr/local/bin/gmake" CC="gcc" CFLAGS="-g -O -D_REENTRANT -DHPUX -I.
-I`pwd`/include -DCLIENTONLY=1" LDFLAGS=""
`pwd`/build/genconfig.sh
Checking for socklen_t
Checking for snprintf
Checking for vsnprintf
Checking for rpc/rpcent.h
Checking for sys/select.h
Checking for u_int32_t typedef
Checking for PATH_MAX definition
Checking for SHUT_RD/WR/RDWR definitions
config.h created
CC="gcc" CFLAGS="-g -O -D_REENTRANT -DHPUX -I. -I`pwd`/include
-DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT=""
PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl"
BBTOPDIR="/usr/local/hobbit" BBLOGDIR="" BBHOSTNAME="
" BBHOSTIP="172.31.38.195" BBHOSTOS="" LOCALCLIENT="no" /usr/local/bin/gmake
-C lib client
gmake[1]: Entering directory `/usr/local/hobbit-4.2.0/lib'
gcc -g -O -D_REENTRANT -DHPUX -I. -I/usr/local/hobbit-4.2.0/include
-DCLIENTONLY=1 -I. -I../include -o test-endianne
ss test-endianness.c
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code) from
/usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.2/
cc1
gcc: Internal error: Aborted (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [test-endianness] Error 1
gmake[1]: Leaving directory `/usr/local/hobbit-4.2.0/lib'
gmake: *** [lib-client] Error 2
Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid
-----Original Message-----
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Thursday, May 31, 2007 11:47 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] HPUX hobbit client install problem
On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and
received the following errors:
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI
C
Please - the bundled HP/UX compiler gives nothing but trouble. At least,
that's what I hear from the other HP/UX Hobbit users. Save yourself the
trouble and either grab one of the pre-compiled Hobbit packages, or
download the GNU gcc compiler and use that to build Hobbit and the
libraries it needs.
Regards,
Henrik