Skip Menu |

This queue is for tickets about the ZeroMQ CPAN distribution.

Report information
The Basics
Id: 64115
Status: open
Priority: 0/
Queue: ZeroMQ

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.02
Fixed in: (no value)



Subject: -luuid missing
I had to add cc_libs 'uuid'; because when linking I got /usr/local/lib/libzmq.a(libzmq_la-uuid.o): In function `uuid_t': /usr/src/zeromq-2.1.0/src/uuid.cpp:79: undefined reference to `_uuid_generate' ... -- Reini Urban
Under what circumstance does this happen on? I'm usually building stuff on Mac OS X, and I never needed to do this. --d
From: rurban [...] x-ray.at
Am Di 28. Dez 2010, 18:15:08, DMAKI schrieb: Show quoted text
> Under what circumstance does this happen on? > I'm usually building stuff on Mac OS X, and I never needed to do this.
cygwin
The "cc_libs 'uuid'" failed to pick up my system's libuuid for some reason. This is a rather boring, 11-10 Ubuntu installation that has libuuid installed just fine. So indeed, the -luuid might be harmful where not required.
Hmm, so maybe I should just have a way for the user to override the settings?