Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Linux (x64) + XFML + Code::Blocks (solved)  (Read 2176 times)

0 Members and 1 Guest are viewing this topic.

Trevoke

  • Newbie
  • *
  • Posts: 2
    • View Profile
Linux (x64) + XFML + Code::Blocks (solved)
« 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' ... ]

 

anything