[Qt-interest] Configure hangs on Windows when building Qt 4.6 when adding -openssl-linked

Garth Dahlstrom ironstorm at gmail.com
Mon Nov 23 00:36:41 CET 2009


On 2009-11-22, at 3:03 PM, Gordon Schumacher wrote:
>> Now if I could figure out how to get qmake to generate makefiles that order the libraries to link such that "-lgdi32" follows "-lssl -lcrypto" I'd be all set to have Qt built statically (atm I'm just editing the makefiles by hand).
>> 
> 
> So, if you are invoking qmake yourself as I described before, you'd then
> do OPENSSL_LIBS="-lssleay32 -llibeay32 -lgdi32" and you should be set.

It doesn't work...  the makefile linker directive doesn't order them as specified, you might not have noticed this because when building dynamically linked executables the ordering is not important.   If you try to build static you'd hit it.

Cheers,

-G 





More information about the Qt-interest-old mailing list