I read over this thread:
http://en.sfml-dev.org/forums/index.php?topic=12301.msg85572#msg85572However, a solution wasn't really posted, at least one that i understood.
The OP fixed his problem and left a link, that link is now private unfortunately.
Basically this is how it goes:
"g++ -c source.cpp" .o file is created.
"C:\Users\Kankei\Desktop\GCC>g++ source.o -o sfml-app -LC:\Users\Kankei\Desktop\GCC\SFML-2.2\lib -lsfml-graphics -lsfml-window -lsfml-system"
Error:
"c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-graphics
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-window
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-system
collect2.exe: error: ld returned 1 exit status"
Thanks in advance...