Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
The program can't start because libstdc++-6.dll is missing?
Print
Pages: [
1
]
Author
Topic: The program can't start because libstdc++-6.dll is missing? (Read 12410 times)
0 Members and 1 Guest are viewing this topic.
zachy64
Newbie
Posts: 1
The program can't start because libstdc++-6.dll is missing?
«
on:
March 05, 2012, 11:22:59 pm »
Hello, I was trying to install SFML with Code::Blocks. I set up everything, placed the .a files in /lib and .hpp files in /include, and I linked everything. The program compiles fine, but when I start it, it says "The program can't start because libstdc++-6.dll is missing" (You can see it at
http://prntscr.com/6r4kb
)
If someone could tell me why this is happening, it would help so much!
Thanks in advance.
Logged
Grimshaw
Hero Member
Posts: 631
Nephilim SDK
The program can't start because libstdc++-6.dll is missing?
«
Reply #1 on:
March 06, 2012, 01:13:19 am »
Well, copy that dll to the exe directory. It should be in a bin dir, somewhere within the mingw compiler dir.
Logged
Indie game developer -
http://daevatheory.com/
Engine -
https://github.com/DevilWithin/Nephilim
http://www.packtpub.com/sfml-game-development/book
pacifistcottage
Newbie
Posts: 13
The program can't start because libstdc++-6.dll is missing?
«
Reply #2 on:
March 06, 2012, 03:45:44 pm »
You will probably need to include libgcc_s_dw2-1.dll as well. Should be in the same folder as libstdc++-6.dll.
Logged
mateandmetal
Full Member
Posts: 171
The bird is the word
The program can't start because libstdc++-6.dll is missing?
«
Reply #3 on:
March 06, 2012, 10:24:21 pm »
You can link the std C++ lib statically .. just add
-static-libstdc++
to your link options
Logged
-
Mate (beverage)
addict
- Heavy metal addict _lml
- SFML 2 addict
- My first (and free) game:
BichingISH!
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
The program can't start because libstdc++-6.dll is missing?