Skip to content

make error in linux #18

@GoogleCodeExporter

Description

@GoogleCodeExporter
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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions