Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Raisapius

Pages: [1]
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)?

Pages: [1]
anything