SFML community forums

Help => General => Topic started by: Kubik on August 13, 2012, 07:37:39 pm

Title: Help with problem
Post 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
Title: Re: Help with problem
Post by: eXpl0it3r on August 13, 2012, 08:47:32 pm
The audio module also requires the system module, you have to link against it. ;)