On Mon, Mar 7, 2011 at 12:50 AM, Dhammika Pathirana <[email protected]> wrote: > Hi PJ, > > On Sun, Mar 6, 2011 at 10:34 PM, PJ Durai <[email protected]> wrote: >> Greetings, >> >> I am having some issues in building my application in Suse 11.3 instalation. >> >> Zero MQ library itself has no problems building. >> >> But when I build my application, I end up with the following error >> >> /home/pi/dev/lib/libzmq.a(libzmq_la-uuid.o): In function `uuid_t': >> /home/pi/tmp/zeromq-2.1.2/src/uuid.cpp:80: undefined reference to >> `uuid_generate' >> /home/pi/tmp/zeromq-2.1.2/src/uuid.cpp:81: undefined reference to >> `uuid_unparse' >> >> I have installed, reinstalled uuid-dev packages from repositories. To no >> avail. >> > > > You have to link your app with -luuid > :-P
Indeed I tried that. But my Make fails with an error. I do have the Header and the SO files in proper loctions. (But I can't find .a file) But Make fails saying 'unable to find uuid'. I think Suse 11.3 has some weirdness in that area. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
