The order of the libraries to link are important.
sfml-graphics depends on sfml-window, which depends on sfml-system
sfml-network depends on sfml-system
sfml-audio depends on sfml-system
Thus the order needs to be for example:
sfml-graphics
sfml-window
sfml-audio
sfml-network
sfml-system
(Don't forget the suffixes
)