Page 1 of 1

LINK : fatal error LNK1181: cannot open input file 'z.lib

PostPosted: Mon Dec 15, 2014 5:11 am
by steveja
I am trying to build the qt4x5 branch on windows and I get this error:
    LINK : fatal error LNK1181: cannot open input file 'z.lib
I tried installing zlib on my computer but it didn't come with any z.lib file. How do I get this to build?

Re: LINK : fatal error LNK1181: cannot open input file 'z.li

PostPosted: Mon Dec 15, 2014 8:49 pm
by steveja
This occurs with several libraries.
winlibs/lib has libraries in the form libz.dll.a, but the makefile is looking for z.lib.
How do I fix this?