Good evening!
Can anyone share the experience of how to tie mingw
to Sublime
?
Found some config in the internet, but when you run the compiled program, errors with missing files from the folder "../MinGW/bin/" pop up.
Here is the config itself:
{ "cmd": ["mingw32-g++.exe", "-o", "$file_base_name", "$file_name"], "path": "c:\\Program Files\\MinGW\\bin\\" }
path
to your folder with the collected binaries in thepath
? - VioLetlibgcc
andlibstdc++
to yourexe
'snik. Given the problems that static linking of runtimes can potentially lead to, I doubt very much that this is a good solution. - Costantino Rupert