I've found exactly the same topics on stackoverflow, unfortunately none of the solutions presented in similar topics actually worked in my case.
I'm using latest version of CodeLite 7 + MinGW, the problem I got is that everytime I want to compile c++ project I get the following message:
The program can't start because libgcc_s_dw2-1.dll is missing.
Problem known, but frankly nothing works in my case:
1) I did try to swap this file from CodeBlocks \bin directory - didn't work. 2) I did try to update MinGW libraries - didn't work. 3) I did try to add -static in linker options in CodeLite - didn't work 4) Set environmental path to C:\MinGW\bin - didn't work either 5) Download libgcc_s_dw2-1.dll from the Internet, swapped it - didn't work.
Maybe I'm missing something but I don't know how to handle it on my own.
Perhaps I might be doing something wrong with codelite build setting, can you please help me out with this ?