I use libwebsockets for a project . I installed it using Packet Manger on debian jessie . It works well , but that packet is old , so I cloned the latest stable version from github . Now when I try to compile programs , i get error message
undefined reference to `libwebsocket_create_context,
undefined reference to 'libwebsocket_create_context'
etc... I compiled with the command :
gcc test.c -o test -lwebsockets