Cannot find “libzmq” library of ZeroMQ?
I am trying from last 3 days to get ZeroMQ work on windows 10, I need to integrate it with golang. I tried different solutions like install using windows installer, build using visual studios none of them worked.
Finally with cmake I was able to build "libzmq" which I downloaded from
"https://github.com/zeromq/libzmq". It was successfully compiled and build.
Now I am trying to build "czmq" https://github.com/zeromq/czmq
but I am getting error-
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
From error it seems there is some link problem or path however I am unable to find the solution.
Following information is related to my system-
libzmq directory: D:gitlibzmqbincmakelibzmq.pc //success using cmake
czmq directory: C:UsersPgosrcgithub.comzeromqczmq // fail
Environment Variables-
PKG_CONFIG_PATH = D:gitlibzmqbincmake
LIBRARY_PATH = D:gitlibzmqbincmakelibDebug
CPATH = D:gitlibzmqinclude
Other info-
CMake-GUI 3.13.2
Visual Studio 2015, SDK 8.1
libzmq 4.3.0
czmq 4.1.1
OS windows 10
Please let me know if more information is required.
Here is cmake log-
Selecting Windows SDK version to target Windows 10.0.14393.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
Configuring incomplete, errors occurred!
See also "C:/Users/P/go/src/github.com/zeromq/czmq/bin/cmake/CMakeFiles/CMakeOutput.log".
windows-10 git libraries messaging golang
add a comment |
I am trying from last 3 days to get ZeroMQ work on windows 10, I need to integrate it with golang. I tried different solutions like install using windows installer, build using visual studios none of them worked.
Finally with cmake I was able to build "libzmq" which I downloaded from
"https://github.com/zeromq/libzmq". It was successfully compiled and build.
Now I am trying to build "czmq" https://github.com/zeromq/czmq
but I am getting error-
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
From error it seems there is some link problem or path however I am unable to find the solution.
Following information is related to my system-
libzmq directory: D:gitlibzmqbincmakelibzmq.pc //success using cmake
czmq directory: C:UsersPgosrcgithub.comzeromqczmq // fail
Environment Variables-
PKG_CONFIG_PATH = D:gitlibzmqbincmake
LIBRARY_PATH = D:gitlibzmqbincmakelibDebug
CPATH = D:gitlibzmqinclude
Other info-
CMake-GUI 3.13.2
Visual Studio 2015, SDK 8.1
libzmq 4.3.0
czmq 4.1.1
OS windows 10
Please let me know if more information is required.
Here is cmake log-
Selecting Windows SDK version to target Windows 10.0.14393.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
Configuring incomplete, errors occurred!
See also "C:/Users/P/go/src/github.com/zeromq/czmq/bin/cmake/CMakeFiles/CMakeOutput.log".
windows-10 git libraries messaging golang
add a comment |
I am trying from last 3 days to get ZeroMQ work on windows 10, I need to integrate it with golang. I tried different solutions like install using windows installer, build using visual studios none of them worked.
Finally with cmake I was able to build "libzmq" which I downloaded from
"https://github.com/zeromq/libzmq". It was successfully compiled and build.
Now I am trying to build "czmq" https://github.com/zeromq/czmq
but I am getting error-
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
From error it seems there is some link problem or path however I am unable to find the solution.
Following information is related to my system-
libzmq directory: D:gitlibzmqbincmakelibzmq.pc //success using cmake
czmq directory: C:UsersPgosrcgithub.comzeromqczmq // fail
Environment Variables-
PKG_CONFIG_PATH = D:gitlibzmqbincmake
LIBRARY_PATH = D:gitlibzmqbincmakelibDebug
CPATH = D:gitlibzmqinclude
Other info-
CMake-GUI 3.13.2
Visual Studio 2015, SDK 8.1
libzmq 4.3.0
czmq 4.1.1
OS windows 10
Please let me know if more information is required.
Here is cmake log-
Selecting Windows SDK version to target Windows 10.0.14393.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
Configuring incomplete, errors occurred!
See also "C:/Users/P/go/src/github.com/zeromq/czmq/bin/cmake/CMakeFiles/CMakeOutput.log".
windows-10 git libraries messaging golang
I am trying from last 3 days to get ZeroMQ work on windows 10, I need to integrate it with golang. I tried different solutions like install using windows installer, build using visual studios none of them worked.
Finally with cmake I was able to build "libzmq" which I downloaded from
"https://github.com/zeromq/libzmq". It was successfully compiled and build.
Now I am trying to build "czmq" https://github.com/zeromq/czmq
but I am getting error-
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
From error it seems there is some link problem or path however I am unable to find the solution.
Following information is related to my system-
libzmq directory: D:gitlibzmqbincmakelibzmq.pc //success using cmake
czmq directory: C:UsersPgosrcgithub.comzeromqczmq // fail
Environment Variables-
PKG_CONFIG_PATH = D:gitlibzmqbincmake
LIBRARY_PATH = D:gitlibzmqbincmakelibDebug
CPATH = D:gitlibzmqinclude
Other info-
CMake-GUI 3.13.2
Visual Studio 2015, SDK 8.1
libzmq 4.3.0
czmq 4.1.1
OS windows 10
Please let me know if more information is required.
Here is cmake log-
Selecting Windows SDK version to target Windows 10.0.14393.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Could NOT find LIBZMQ (missing: LIBZMQ_LIBRARIES)
CMake Error at CMakeLists.txt:132 (message):
libzmq not found.
Configuring incomplete, errors occurred!
See also "C:/Users/P/go/src/github.com/zeromq/czmq/bin/cmake/CMakeFiles/CMakeOutput.log".
windows-10 git libraries messaging golang
windows-10 git libraries messaging golang
edited Jan 10 at 12:02
gadhvi
asked Jan 10 at 7:53
gadhvigadhvi
25116
25116
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1392635%2fcannot-find-libzmq-library-of-zeromq%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1392635%2fcannot-find-libzmq-library-of-zeromq%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown