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

BOUCARD Olivier boucard_olivier at yahoo.fr
Thu Nov 12 15:44:51 CET 2009


To declare external library, you must not put space between -L and the path.
For example, if you have a library named libssl.a in the C:\OpenSSL\lib :

-LC:\OpenSSL\lib <- this adds a libraries search path
-lssl <- this searches for libssl.a in libraries search paths (including C:\OpenSSL\lib)



________________________________
De : Garth Dahlstrom <ironstorm at gmail.com>
À : qt-interest at trolltech.com
Envoyé le : Jeu 12 Novembre 2009, 15 h 22 min 19 s
Objet : Re: [Qt-interest] Configure hangs on Windows when building Qt 4.6  when adding -openssl-linked

On 2009-11-12, at 9:07 AM, Zeljko <zeljko at holobit.net> wrote:

> Garth Dahlstrom wrote:
>
>> windowsmobile -debug-and-release -openssl-linked -I "E:\OpenSSL
>> \include" -L "E:\OpenSSL\lib\MinGW"
>
> what about (path delimiter change),
> windowsmobile -debug-and-release -openssl-linked -I "E:/OpenSSL
> /include" -L "E:/OpenSSL/lib/MinGW"

Tried it with slashes in both directions, it even hangs if I delete  
the -I & -L args and just have "-openssl-linked"...   I've tried this  
on 3 Windows XP VMs result are the same on each.   Longest I left it  
running was about 6 hours.

It is definitely something to do with "-openssl-linked" specifically  
causing configure.exe to hang.

I also tried " -openssl-linked OPENSSL_LIBS='-lssleay32 -llibeay32' "  
but configure.exe spits out the help page telling me that is not a  
correct syntax.


_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091112/b2a9d718/attachment.html 


More information about the Qt-interest-old mailing list