What IDE/compiler? Which SFML version?
The ones with "-s" are static libraries, they don't need DLLs. The libraries without "-s" are dynamic/shared libraries, you need to put the directory of the DLLs to the path environment variable.
By the way, there are hundreds of topics like this on the forum, the search could help you, too.