Well, actually I just remembered that we are making some changes to
the pyzmq codebase that will, essentially make static linking
difficult or even impossible....We are splitting up the main _zmq.pyx
file into separate files for each main class (Context, Socket,
Message, etc.).  Each of these files will have its own .c and .so
files.  Static linking libzmq.a into all of those .so files
individually would almost impossible.

Cheers,

Brian

On Wed, Sep 29, 2010 at 3:47 PM, Brian Granger <[email protected]> wrote:
> Yes, I saw that about a week ago.  Unfortunately it looks like they
> actually pull the entire zeromq code base into the python build system
> (distutils), which is not very ideal.  In the long run, I need to
> figure out a way of doing the static linking given the libzmq.a.  It
> should not be too difficult to do that.
>
> Cheers,
>
> Brian
>
> On Wed, Sep 29, 2010 at 11:06 AM, Martin Sustrik <[email protected]> wrote:
>> I am not a Python developer but this looks like it may be handy:
>>
>> http://pypi.python.org/pypi/pyzmq-static/2.0.8
>>
>> Martin
>> _______________________________________________
>> zeromq-dev mailing list
>> [email protected]
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>
>
>
> --
> Brian E. Granger, Ph.D.
> Assistant Professor of Physics
> Cal Poly State University, San Luis Obispo
> [email protected]
> [email protected]
>



-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
[email protected]
[email protected]
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to