Hi,
I recently (yesterday) installed libsfml-dev on Ubuntu 16.04, and I get a weird error while trying to load my graphic lib (using sfml) trough dlsym:
undefined symbol: _ZN2sf5Color5BlackE
I tried on an other system (ArchLinux) and everything works fine. This is the part causing problem :
sf::Color::Black
I tried to change the color (to :
sf::Color::Blue
), and the error becomes
undefined symbol: _ZN2sf5Color5BlueE
So the error is from sf::Color
Any ideas ?