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

Author Topic: Ubuntu 10.10 no debug libraries?  (Read 1913 times)

0 Members and 1 Guest are viewing this topic.

Lorizean

  • Newbie
  • *
  • Posts: 14
    • View Profile
Ubuntu 10.10 no debug libraries?
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Ubuntu 10.10 no debug libraries?
« Reply #1 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).
Laurent Gomila - SFML developer

Lorizean

  • Newbie
  • *
  • Posts: 14
    • View Profile
Ubuntu 10.10 no debug libraries?
« Reply #2 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.