I\'m trying to use the new version of libyaml-cpp and having linker problems (undefined reference to \'YAML::LoadFile(std::basic_string
undefined reference to \'YAML::LoadFile(std::basic_string
Do you have the old version of the library installed too? It's possible that gcc is looking for that version first, and doesn't consider the new one.