[Qt-interest] Fwd: Re: Qt and cryptography

Arnold Krille arnold at arnoldarts.de
Wed Mar 25 21:41:53 CET 2009


On Wednesday 25 March 2009 20:51:57 Oliver Demetz wrote:
> The compilation of the mentioned qca-ossl provider fails with
> ...\ld.exe: cannot find -llibeay32
> even though the commanline contains the entries
> ... -Lc:\libraries\lib -llibeay32 -lgdi32 ...
> and the directory  c:\libraries\lib definitely contains the
> (self-compiled) files
>    libcrypt.a
>    libeay32.a
>    libssl.a
>    libssl32.a
> So where is my error?

The -l-flags of the compiler don't want the "lib". If the lib is names 
libeay32.a, the -l-flag is "-leay32", not "-llibeay32" as in your snippet...

Have fun,

Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090325/4b04f953/attachment.bin 


More information about the Qt-interest-old mailing list