[zeromq-dev] compiling and using 0mq on Windows with mingw
Chuck Remes
cremes.devlist at mac.com
Wed May 4 19:07:07 CEST 2011
I will. I'm using the ML as a short-term cache until I can get to the wiki.
cr
On May 4, 2011, at 11:11 AM, Pieter Hintjens wrote:
> Chuck,
>
> Interesting stuff, but it'll get lost as email. Why not add this to
> the wiki somewhere?
>
> -Pieter
>
> On Wed, May 4, 2011 at 6:02 PM, Chuck Remes <cremes.devlist at mac.com> wrote:
>> Here are a few interesting details for those of you looking to use 0mq on Windows via mingw.
>>
>> 1. The libzmq.dll file is created and stored in your zeroqm/src/.libs directory. You need to copy that to a location in your PATH so it can be found by whatever application will be using it.
>>
>> 2. The libzmq.dll library has a dependency on libstdc++-6.dll and libgcc_s_sjlj-1.dll which are in a subdirectory of your mingw/bin directory for gcc. Make sure to copy those DLLs to a directory on your PATH so the dependency can be resolved.
>>
>> Thanks to Luis Lavena, Mikko Koppanen and Martin Lucina for their help figuring this all out.
>>
>> cr
>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list