[zeromq-dev] VS2013, Targets Can't Find libzmq.lib When Linking

Pieter Hintjens ph at imatix.com
Fri Feb 5 12:22:52 CET 2016


Scott,

After some experimentation I've reproduced the problem. The libzmq
folder must be called "libzmq" and not e.g. "libzmq-stable". If you
use a different name, things will break. This is also the case when
you want to build multiple products, e.g. czmq, libzmq, libsodium
together. They need to use their repository names for the folders, or
they cannot find each other.

-Pieter

On Fri, Feb 5, 2016 at 12:08 PM, Pieter Hintjens <ph at imatix.com> wrote:
> OK, I'm going to see what differences there are between the 2013 and
> 2015 build (the latter works, I've been fixing it on master)
>
> On Fri, Feb 5, 2016 at 9:46 AM, B. Scott Harper <orcein at gmail.com> wrote:
>> It looks like it's not appending the "dynamic" (or "static") when looking
>> for libzmq.lib.
>>
>> I'm attaching the log file. (I don't know if that will work on this list, so
>> if it fails I'll email it to you directly.)
>>
>> On Fri, Feb 5, 2016 at 5:38 PM, Pieter Hintjens <ph at imatix.com> wrote:
>>>
>>> Scott, can you (a) test using the command line build in msvc/build and
>>> (b) send me the build.log if that fails? Thanks.
>>>
>>> On Fri, Feb 5, 2016 at 2:58 AM, B. Scott Harper <orcein at gmail.com> wrote:
>>> > In the zeromq-master, once I configure the VS projects and build, libzmq
>>> > seems to compile and build correctly, but the other 6 projects all fail
>>> > to
>>> > find 'libzmq.lib'. I have tried with various configuration and
>>> > architecture
>>> > combinations.
>>> >
>>> > I'm not entirely sure what they do (test the library, I would guess
>>> > based on
>>> > looking over their code) so it's not a problem to me that they don't
>>> > actually link properly, but it may interest someone else to look into.
>>> > I'm
>>> > happy to help where I can.
>>> >
>>> > Cheers,
>>> > -- Scott
>>> >
>>> > _______________________________________________
>>> > 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
>>
>>
>>
>> _______________________________________________
>> 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