Most of the stuff in the SFML System library I can get with something like Boost (Boost::Thread, etc). I don't really need anything in the SFML System library and would prefer to only link the SFML Window library, however the SFML Window library depends on the SFML System library. I think that SFML System stuff should be independent of Window, so I can use the SFML Window library independently.