SFML community forums

Help => General => Topic started by: Andy on January 19, 2011, 08:27:30 pm

Title: Linker Problems GNU/Linux x64 cannot find debug libraries
Post by: Andy on January 19, 2011, 08:27:30 pm
Hi I'm having linker issues. I'm using the Code::Blocks IDE.

I've installed SFML using synaptic package manager on an Ubuntu distro (10.10).
I've also tried installing it via the SDK from the website.
I've haven't had this problem with Ubuntu 10.04 (my previous install).
LD can find the release options but not the debug options and gives me this
cannot find -lsfml-system-d
cannot find -lsfml-graphics-d
cannot find -lsfml-window-d
cannot find -lsfml-audio-d

I've tried searching for a solution, but to no avail.

Thanks and,
Please forgive my ignorance.