Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] paho-dev Digest, Vol 59, Issue 6

Hello Nikhil,

It seems your are linking only against libc, lib C++ and Pthreads:

  LIB_DEPS += c stdc++ pthread

Try to replace the line above by this one:

  LIB_DEPS += paho-mqttpp paho-mqtt3a c stdc++ pthread

Best regards,

2016-11-16 23:12 GMT-06:00 Nikhil Rote <nikhilrote05@xxxxxxxxx>:
> hi Guilherme,
>     I have attached my makefile. Please see and make changes.
>


-- 
Guilherme Maciel Ferreira
Mobile Brazil: +55 48 9917 3969
Mobile México: +52 33 1968 6766
Site: http://guilhermemacielferreira.com/
Skype: guilherme.maciel.ferreira


Back to the top