Hi.
I've had issues building the C++ client, due to the makefile.
the line:
hsclient_LDFLAGS= -static -L../libhsclient/.libs -lhsclient
seems to cause the make to look for the libs in .libs/.libs
changing the LDFLAGS to not have the '.libs' resolves this for me
also.. when I make libhsclient it doesn't build a shared version, which causes the install to fail.
I'm using libtool 1.5.24 if that makes a difference.
Hi.
I've had issues building the C++ client, due to the makefile.
the line:
hsclient_LDFLAGS= -static -L../libhsclient/.libs -lhsclient
seems to cause the make to look for the libs in .libs/.libs
changing the LDFLAGS to not have the '.libs' resolves this for me
also.. when I make libhsclient it doesn't build a shared version, which causes the install to fail.
I'm using libtool 1.5.24 if that makes a difference.