sorry if this has been asked before as I'm sure it may have been, but I could not find anything.
Before I upgraded to 2.0 from 1.6 I was linking against the static libs which had a -s suffix ("libsfml-graphics-s.a" I believe) because if I tried any other way I would get this same problem and it just seemed easier. I'm now linking with the 2.0 libs which dont have the '-s' in the filename. I can get my project to compile but it says I'm missing the dlls.
Should I be linking with the DLL's until this version is finalized? Or am I missing something else?