As per title I'm having problems running the Makefile located in org.ecliplse.paho.mqtt.cpp/src/samples
I understand the C++ library requires the C library to be correctly installed. To do so I followed the documentation and in /usr/local/lib I'm able to locate
libpaho-mqtt3a.so
libpaho-mqtt3a.so.1
libpaho-mqtt3a.so.1.0
libpaho-mqtt3as.so
libpaho-mqtt3as.so.1
libpaho-mqtt3as.so.1.0
libpaho-mqtt3c.so
libpaho-mqtt3c.so.1
libpaho-mqtt3c.so.1.0
libpaho-mqtt3cs.so
libpaho-mqtt3cs.so.1
libpaho-mqtt3cs.so.1.0
am I missing something on the installation of the C library? should lpaho-mqttpp3 be produced at that stage?
please help