Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libzmq for windows, clear instructions #79

Open
wlwatkins opened this issue May 29, 2020 · 7 comments
Open

Libzmq for windows, clear instructions #79

wlwatkins opened this issue May 29, 2020 · 7 comments

Comments

@wlwatkins
Copy link
Contributor

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/

@sappo
Copy link
Member

sappo commented May 29, 2020 via email

@somdoron
Copy link
Member

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

@somdoron
Copy link
Member

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

@sappo
Copy link
Member

sappo commented May 29, 2020 via email

@wlwatkins
Copy link
Contributor Author

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

@sappo
Copy link
Member

sappo commented May 31, 2020 via email

@dinhero
Copy link

dinhero commented Aug 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants