SFML 2.1 Undefined symbols for architecture x86_64 error
I have recently installed SFML 2.1 and am trying to compile and run from the terminal, NOT Xcode, the sample program that they have on their website at http://www.sfml-dev.org/tutorials/2.0/start-linux.php . Path to where I installed SFML: /Users/.../Desktop/C++_Code/SMFL/SFML-2.1-osx-gcc-universal However, I keep getting the error of: Undefined symbols for architecture x86_64: "sf::String::String(char const*, std::__1::locale const&)", referenced from: _main in window-48cb4a.o After googling it, I came across this question: SFML 2.1 RenderWindow linking error In the accepted answer, the