SFML community forums

Help => General => Topic started by: Lorizean on March 05, 2011, 01:20:46 pm

Title: Ubuntu 10.10 no debug libraries?
Post 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?
Title: Ubuntu 10.10 no debug libraries?
Post by: Laurent on March 05, 2011, 04:29:22 pm
Why do you want to link to the debug libraries? They are not provided on Linux (they are not necessary).
Title: Ubuntu 10.10 no debug libraries?
Post by: Lorizean on March 05, 2011, 09:26:32 pm
yeah, I just discovered that. I just encountered problems when porting my code from windows to linux. Thanks anyways.