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

Author Topic: Help with problem  (Read 1074 times)

0 Members and 1 Guest are viewing this topic.

Kubik

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Help with problem
« on: August 13, 2012, 07:37:39 pm »
When i compile my project, i get this "symbol lookup error: /usr/local/lib/libsfml-audio.so.1.6: undefined symbol: _ZTIN2sf6ThreadE"
How to solve this problem?
Ubuntu 12.04 g++ sfml 1.6

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: Help with problem
« Reply #1 on: August 13, 2012, 08:47:32 pm »
The audio module also requires the system module, you have to link against it. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything