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:
What could I try to make this work?
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?