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

Author Topic: Linker Problems GNU/Linux x64 cannot find debug libraries  (Read 2093 times)

0 Members and 1 Guest are viewing this topic.

Andy

  • Newbie
  • *
  • Posts: 18
    • View Profile
Linker Problems GNU/Linux x64 cannot find debug libraries
« 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.

 

anything