Xymon Mailing List Archive search

Compiling hobbit snapshot on Solaris 9 failes (hobbit_client)

list Uwe Kirbach
Tue, 19 Jul 2005 15:18:39 +0200
Message-Id: <9B3C0C86BE46BF499B7B8E10E397F6C003B8E557@s2h3118r>

Perfect, Henrik,

compiles smoothly.
Hrmpf - I always forget those $(NETLIBS) for Solaris.
I saw this errors and your solution also before,
but forget it also.


Mit freundlichen Grüßen
Uwe Kirbach

--
Uwe Kirbach
EnBW Service GmbH
Betrieb Enterprise Systeme und Infrastruktur
Systemmanagement Unix

Durlacher Allee 93
76131 Karlsruhe

Tel: +XX (X)XXX-XX-XXXXX

-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] Sent: Tuesday, July 19, 2005 3:05 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Compiling hobbit snapshot on Solaris 9 failes (hobbit_client)


On Tue, Jul 19, 2005 at 02:39:46PM +0200, user-5709098ff3c3@xymon.invalid wrote:
compiling hobbit snapshot from 19.07.2005 breaks at hobbit_client.c
Undefined                       first referenced
 symbol                             in file
connect                             ../lib/libbbgen.a(sendmsg.o)
Hrmpf - I always forget those $(NETLIBS) for Solaris.

Change hobbitd/Makefile, add "$(NETLIBS)" on the line for the
"hobbitd_client" setup, so it becomes:

hobbitd_client: $(CLIENTOBJS) $(LIBOBJS)
        $(CC) -o $@ $(RPATHOPT) $(CLIENTOBJS) $(LIBOBJS) $(NETLIBS)

And before everyone asks - yes, this is some work being done on
a Hobbit client. Definitely not ready for anything but my system yet,
but it is getting closer.


Regards,
Henrik