Hello
Im using CodeBlocks on Ubuntu 14.04LTS.
I have installed sfml from the official repository.
Now i want to set up sfml in codeblocks.
But when I add sfml-system-d, sfml-window-d and sfml-graphics-d to the Debug Linker settings CodeBlocks says by building the Project:
||=== Build: Debug in SFMLTemplate (compiler: GNU GCC Compiler) ===|
ld||cannot find -lsfml-system-d|
ld||cannot find -lsfml-window-d|
ld||cannot find -lsfml-graphics-d|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
When i removes -d everywhere there are no problems.
Is that a problem when I dont use the -d Settings?