Re: [Mingw-w64-public] Error linking to libmsvcr110.a

2018-06-07 Thread JonY via Mingw-w64-public
On 06/07/2018 05:46 PM, Brian Johnson wrote: > I am using minGW-64 to cross-link a Windows dll on a Linux (Ubuntu) cloud > server, but I am having a problem linking to libmsvcr110.a (the GCC version > of msvcrt.dll). The source file is written in NASM, and I compile with NASM > both locally (on

[Mingw-w64-public] Error linking to libmsvcr110.a

2018-06-07 Thread Brian Johnson
I am using minGW-64 to cross-link a Windows dll on a Linux (Ubuntu) cloud server, but I am having a problem linking to libmsvcr110.a (the GCC version of msvcrt.dll). The source file is written in NASM, and I compile with NASM both locally (on Windows) and on the Linux cloud server. In the cloud,