[zeromq-dev] cross-compileing zeroMQ

Wolfgang Richter wolf at cs.cmu.edu
Fri Jan 28 17:02:01 CET 2011


Which source version of libuuid did you get?

As in, which version of libuuid are you using?

--
Wolf

On Fri, Jan 28, 2011 at 10:55 AM, dboggan <dboggan at icehouse.net> wrote:

> Hello,
>
> I spent yesterday trying to cross-compile zeroMQ for an ARM9 board. The
> development host is a Fedora 10 installation. I have cross-compiled other
> projects but this particular one has me stymied.
>
> The configure script looks for libuuid and doesn't find one and instructs
> me
> to install uuid-devel. Since I am cross compiling, I looked for source for
> uuid-devel. I finally found it and attempted to cross-compile it. The
> configure script bails out with a message that since it can't test va_copy,
> it
> was done. So I hacked the script and got that built. Then I went back to
> zeroMQ and pointed it at the newly built uuid library and it seemed happy
> and
> completed.
>
> Then when I compile the zeroMQ project, it fails at the link phase with
> "uuid-
> unparse" and "uuid_generate" ,..., undefined. Neither of these functions
> are
> in the downloaded uuid code.
>
> Since others have done this, any tips of what I need to do to build zeroMQ
> for
> a ARM9 board?
>
> Regards,
> Don Boggan
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110128/77dc598a/attachment.htm>


More information about the zeromq-dev mailing list