Author Topic: program can't start because libgcc_s_dw2-1.dll is missing from your computer  (Read 90081 times)

Offline nenin

  • Almost regular
  • **
  • Posts: 232

-static-libgcc
-static-libstdc++


This doesn't work for my basic sfml project on cb20.03. i mean using flags. so i have to put libs near my executable file. >:( However it works fine for my basic winapi project. :o
You can try just  "-static".   Was sfml linked as static lib or as dll?