Yet again another thread of a problem I couldn't solve for myself... Hope I'm not getting annoying.
I tried to set up SFML on Code::Blocks, following the documentation on the tutorial section but I'm not being very successful.
I think I did everything right, but when I try to compile a simple code using static libraries (I.E. -lsfml-system-s), I get the following:
However, when I use -lsfml-system, it compiles just fine.
What could be wrong?
Thanks in advance