I followed the tutorial for Code::Blocks but I am using Linux and GCC, not Windows and MinGW.. So when I did the compiler / search directories / linker settings, I just linked to the SFML-1.4/lib directory.
That is the only difference, as far as I can understand.
I copied the Clock program over and tried to compile.. and I got the error:
cannot find lind -lsfml-system
(I also tried -lsfml-system-d).
I don't know what I should be doing.. This is as far as my experience with compiling goes :/
[Solution : I just had to .. download the sources.. and do 'make' ... ]