-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1.uncomment three line about linux compilation
2.uncomment gnutls lib
3.
What is the expected output? What do you see instead?
No error and compilation succeed.
Please provide any additional information below.
Solution : add "-lgcrypt" at the end of LIBS definition.
LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) -lgcrypt
Of course, install appropriate packages libgcrypt-devel.
Original issue reported on code.google.com by claneys....@gmail.com on 18 Oct 2013 at 10:25
Attachments:
Reactions are currently unavailable