1
General / Code::Blocks on Win7 - libgcc_s_dw2.dll not found.
« on: September 29, 2010, 09:43:35 am »
Whenever I try to run my application from Code::Blocks itself (Run button), it works fine. But whenever I attempt to run it from the folder it's in, I am told that libgcc_s_dw2.dll could not be found.
I'm using gcc 4.4, the one linked from the installation page.
I have read this this thread already. Linking statically with -static-libgcc does nothing. I did read that SFML uses the Dwarf2 version of gcc, but apparently the one linked from the installation page is the SJLJ version.
Is there anything I can do, or will I have to just find and place the DLL in the folder (which doesn't seem like a good idea to me)?
I'm using gcc 4.4, the one linked from the installation page.
I have read this this thread already. Linking statically with -static-libgcc does nothing. I did read that SFML uses the Dwarf2 version of gcc, but apparently the one linked from the installation page is the SJLJ version.
Is there anything I can do, or will I have to just find and place the DLL in the folder (which doesn't seem like a good idea to me)?