[zeromq-dev] compiling zeromq 2.0 beta2 with pgm on centOS
Guo, Yanchao
Yanchao.Guo at sac.com
Thu Jan 21 07:03:58 CET 2010
Finally got this fixed with gcc. I can either compile a static library only, but call the "configure" in this way:
./configure CC=gcc CXX=g++ LIBS=-lssl --with-queue --with-forwarder --with-streamer --with-perf --with-chat --with-cpp --with-pgm --enable-shared=no
or, I have to delete all "G_GNUC_INTERNAL" in pgm include directory if I want to compile the shared library.
I also tested linking the gcc compiled static lib with icpc compiled main program, it works fine.
Yanchao
-----Original Message-----
From: Steven McCoy [mailto:steven.mccoy at miru.hk]
Sent: Wed 1/20/2010 8:50 AM
To: Guo, Yanchao
Cc: zeromq-dev at lists.zeromq.org
Subject: Re: [zeromq-dev] compiling zeromq 2.0 beta2 with pgm on centOS
2010/1/20 Guo, Yanchao <Yanchao.Guo at sac.com>
> Our PATH/LD_LIBRARY_PATH are setup for intel compilation. I wonder if the
> "configure" picks up any information from those env variables, as those
> linking path was auto generated.
>
> Another issue i forget to mention is the uuid related code. I can never get
> those compiled with the libuuid.so in my /usr/lib or /lib64 directory. Why
> that? I have to manually change the code to use RAND generated UUID. What
> special version of UUID does it need?
>
>
Missed the list, sorry Guo I only work on the PGM protocol.
--
Steve-o
DISCLAIMER: This e-mail message and any attachments are intended solely for the use of the individual or entity to which it is addressed and may contain information that is confidential or legally privileged. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and permanently delete this message and any attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100121/b7732ead/attachment.htm>
More information about the zeromq-dev
mailing list