search for: msvcr12_app

Displaying 1 result from an estimated 1 matches for "msvcr12_app".

2014 Sep 20
1
Building under MSVC & MinGW
...CC=cl.exe CFLAGS=-MD ./configure --enable-shared=no --prefix /builds/Windows81/x86 --host i686-pc-mingw32 During the configure process (specifically the "checking whether the C compiler works...") I get a Windows popup telling me that the test program cannot started because it is missing msvcr12_app.dll (which is ok given the way store apps work), and closing the error and the resulting crash dialog allows configure to complete seemingly normally. When I kick off the make things appear to proceed along for a while with a linking failure at the end of: LINK : fatal error LNK1181: cannot open...