zeromq.org icon indicating copy to clipboard operation
zeromq.org copied to clipboard

Libzmq for windows, clear instructions

Open wlwatkins opened this issue 4 years ago • 7 comments

Would it be possible to get clear instructions on how to install libz;q on windows. the link to the download does not provide any usefull information

https://zeromq.org/download/

wlwatkins avatar May 29 '20 15:05 wlwatkins

Yes, for now follow the instructions in the czmq Readme: https://github.com/zeromq/czmq/blob/master/README.md

Will [email protected] schrieb am Fr., 29. Mai 2020, 17:47:

Would it be possible to get clear instructions on how to install libz;q on windows. the link to the download does not provide any usefull information

https://zeromq.org/download/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeromq/zeromq.org/issues/79, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNOX3QJ3EA6XR432OIDDRT7KJXANCNFSM4NOEYQRA .

sappo avatar May 29 '20 16:05 sappo

@sappo what happened to the download page? It used to include instructions to all OSes

somdoron avatar May 29 '20 16:05 somdoron

@sappo it seems you changed, I actually think the previous version of it is better and very important for SEO. Can we revert it?

somdoron avatar May 29 '20 16:05 somdoron

The current Version contains instructions for each library. But is not SEO friendly at all ☹. I'll try to revert it on the weekend.

Doron Somech [email protected] schrieb am Fr., 29. Mai 2020, 18:26:

@sappo https://github.com/sappo it seems you changed, I actually think the previous version of it is better and very important for SEO. Can we revert it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zeromq/zeromq.org/issues/79#issuecomment-636064621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNOTVMXOKKCOEOYYSDL3RT7O43ANCNFSM4NOEYQRA .

sappo avatar May 29 '20 20:05 sappo

So I followed the instructions, succesfully installed vcpkg, and czmq, but when i go to install zmq4 from pebbe, I get this error

PS C:\Users\bob\vcpkg> go get github.com/pebbe/zmq4
# github.com/pebbe/zmq4
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmq
collect2.exe: error: ld returned 1 exit status

I don't know if i should post the issue here or on pebbe's repo

wlwatkins avatar May 30 '20 06:05 wlwatkins

I'm not sure but I think you can't use mingw if you installed czmq via vcpkg.

Am Sa., 30. Mai 2020 um 08:10 Uhr schrieb Will [email protected]:

So I followed the instructions, succesfully installed vcpkg, and czmq, but when i go to install zmq4 from pebbe, I get this error

PS C:\Users\bob\vcpkg> go get github.com/pebbe/zmq4# github.com/pebbe/zmq4 C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmqcollect2.exe: error: ld returned 1 exit status

I don't know if i should post the issue here or on pebbe's repo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zeromq/zeromq.org/issues/79#issuecomment-636283735, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNOTUWNYJMVVS6EZZVZDRUCPOHANCNFSM4NOEYQRA .

sappo avatar May 31 '20 21:05 sappo

Hi all, I have got the same problem. This is due of the way zmq is named after compilation in the lib folder of vcpkg. Normall "vcpkg.exe install czmq" will create 2 files czmq and libzmq-mt-4_3_4. copy/past the last one and rename it to zmq, and it solving the issue.

dinhero avatar Aug 21 '21 15:08 dinhero