Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Help with problem
Print
Pages: [
1
]
Author
Topic: Help with problem (Read 1221 times)
0 Members and 1 Guest are viewing this topic.
Kubik
Newbie
Posts: 13
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
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Help with problem
anything