First, you should link libraries with "xxx" instead of "full/path/libxxx.a".
Add the path to SFML libraries to the linker search directories, and then link to "sfml-system", "sfml-graphics". There's no path to setup for standard libraries, they are in... standard paths. So just link to "glu32" and "opengl32".