undefined reference to YAML::LoadFile

后端 未结 5 624
梦如初夏
梦如初夏 2020-12-19 17:49

I\'m trying to use the new version of libyaml-cpp and having linker problems (undefined reference to \'YAML::LoadFile(std::basic_string

5条回答
  •  旧时难觅i
    2020-12-19 18:47

    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.

提交回复
热议问题