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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - markus_d

Pages: [1]
1
C / -lsfml-system not found
« on: March 10, 2012, 01:15:19 am »
Hy everybody,

I successfully compiled and installed sfml 2.0.
I use kubuntu. Was an easy cmake, make and make install
Then I installed codeblocks and added the paths to the linker (libs) and compiler (headers).
But when I try to compile the created demo file I get:

Code: [Select]

cannot find -lsfml-graphic
cannot find -lsfml-network
cannot find -lsfml-system
cannot find -lsfml-window


What could I try to make this work?

Pages: [1]
anything