mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] linker error for qt5 application


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] linker error for qt5 application
Date: Mon, 08 Jan 2018 14:54:20 +1100


> On 5 Jan 2018, at 01:32, Thomas Spitzer <address@hidden> wrote:
> 
> I've already read this some dozen times. I do not really understand, what 
> I've to do.
> As far, as I understand it, I should simply delete a file named crypt32.dll.a
> But there is no file with that name ???
> 
> ~/mxe$ find . -name crypt32.dll*

That seems to be a different issue, the MXE version of gnutls doesn’t install 
crypt32
and since you’re building a static version the dll suffix wouldn’t be found.

I think you need to add crypt32 to the target_link_libraries for the windows 
build in 
your CMakeLists.txt.


Cheers,

Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]