Details
-
Type:
Bug
-
Status: Done
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6.7
-
Component/s: Building and Installing
-
Labels:None
Description
It stops at the cf-key stage because the command fails. The reason it fails is that @libgcc_s_sjlj-1.dll@ is missing. Apparently it is possible to force this DLL to be included statically (see http://stackoverflow.com/questions/12921911/mingw-libgcc-s-sjlj-1-dll-is-missing). It also appears to be 32-bit specific.