Hello,
I've been trying to link the SFML 2.4 modules via Project - Build Options - Debug tab - Linker options, but all I get when compiling is 'cannot find -lsfml-graphics-d', 'cannot find -lsfml-window-d', 'cannot find -lsfml-system-d', 'error: ld returned 1 exit status'.
The same happens with the 's'-suffixed ones under the Release tab, for which I've linked all dependencies and defined the SFML_STATIC macro in #defines.
The project compiles correctly if I don't use any suffixes. Could someone help me on this, as the Code::Blocks guide is for Windows and library linking is not the same?
Thanks in advance.
PS: If it's any help, I'm using BunsenLabs Helium (Debian derivative) as my distro. The library is installed from Debian's repos.