SFML community forums

Help => General => Topic started by: Trevoke on March 04, 2009, 03:11:48 am

Title: Linux (x64) + XFML + Code::Blocks (solved)
Post by: Trevoke on March 04, 2009, 03:11:48 am
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' ... ]