SFML community forums
Help => General => Topic started by: Lorizean on March 05, 2011, 01:20:46 pm
-
Hello!
I have a problem using SFML 1.6 under Ubuntu 10.10. For some reasons I do not have the debug libraries. I use Code::Blocks 10.05 with gcc and linked the libraries using -lsfml-system-d etc, but the linker can't find them. I tried installing sfml from the ubuntu repository as well as compiling it from source myself (DEBUGBUILD=yes), to no avail.
What am I doing wrong?
-
Why do you want to link to the debug libraries? They are not provided on Linux (they are not necessary).
-
yeah, I just discovered that. I just encountered problems when porting my code from windows to linux. Thanks anyways.