-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to build pyzmq 2.1.4 on cygwin, against zeromq 2.1.4 #99
Comments
For reference, how did you build libzmq? This appears to be unique to cygwin, as every C compiler I have tried on OSX, Linux, and Windows links against libzmq just fine. Is there anyone with cygwin experience that can shed some light on this? |
I would just use MSVS. I am not sure that anyone has gotten zeromq Brian On Wed, Apr 13, 2011 at 1:35 PM, dvogel
|
I downloaded the .tar.gz sources for libzmq, ./configure && make && make install. It built fine, though I'm now having trouble linking a simple C program against the lib. I will solve that problem first and report back once it is fixed. Using the MSVC build isn't a realistic option for my current task because it involves introducing zmq-based features into an existing set of applications that only works under cygwin. |
I'm trying to build pyzmq on Cygwin (1.7). It's running on top of Windows 2008 Server (32-bit). It appears to be trying to use the C compiler to link against the C++ library, then erroneously assumes that it's missing a dependency.
The text was updated successfully, but these errors were encountered: