Codeblocks “libgcc_s_dw2-d.dll was not found”

By nick | Uncategorized
21 Jun 2011

If you’ve encountered this error whilst trying to launch a compiled application, here’s how to fix it.

Open your linker settings and add the following:

-static-libgcc

Problem solved!

Leave a Reply