You might run into a problem using only the static libwinpthread on some
packages, i speak from experience since
im using a method similar to the suggested one. The problem is that some
shared libraries linked to the static libwinpthread.a library will throw
a multiple definition error if the w
On 2017/1/21 6:01, Computer Jock wrote:
> I hope I know what I'm talking about here...
>
> Sometimes (probably with g++) when attempting to create a 64-bit DLL
> with only windows dependencies one gets a reference to:
>
>libwinpthread-1.dll => /mingw64/bin/libwinpthread-1.dll
>
> Googling for s
I hope I know what I'm talking about here...
Sometimes (probably with g++) when attempting to create a 64-bit DLL
with only windows dependencies one gets a reference to:
libwinpthread-1.dll => /mingw64/bin/libwinpthread-1.dll
Googling for solutions finds quite a few people having the same pr