SFML community forums
Help => General => Topic started by: Kubik 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
-
The audio module also requires the system module, you have to link against it. ;)