[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Compiling hobbit snapshot on Solaris 9 failes (hobbit_client)
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Compiling hobbit snapshot on Solaris 9 failes (hobbit_client)
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 19 Jul 2005 15:05:18 +0200
- References: <9B3C0C86BE46BF499B7B8E10E397F6C014BF16@s2h3118r>
- User-agent: Mutt/1.5.6+20040907i
On Tue, Jul 19, 2005 at 02:39:46PM +0200, U.Kirbach (at) EnBW.com 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