I'm using Code::Blocks mingw for it, i have been added the linker settings and search directory for both (include and linker) but it sends me this error:
||=== Build: Debug in SFML W (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lsfml-graphics-d|
ld.exe||cannot find -lsfml-window-d|
ld.exe||cannot find -lsfml-system-d|
||error: ld returned 1 exit status|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
What can i do for fix it?