Hi,

I am trying to compile Qt 4.4 with the following options:

configure.exe -openssl-linked -I D:\Downloads\OpenSSL\openssl-0.9.8g.tar\openssl-0.9.8g\outinc -L D:\Downloads\OpenSSL\openssl-0.9.8g.tar\openssl-0.9.8g\out

I downloaded openssl from openssl.org and built it without errors.

While building Qt I get:

C:\MingW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lssleay32
collect2: ld returned 1 exit status
mingw32-make[2]: *** [..\..\lib\QtNetworkd4.dll] Error 1

In openssl\out I don't see ssleay32.a. What I am missing ?

Thanks!
Christian