Arch-Linux
cmake:/usr/lib/libstdc++.so.6:找不到版本“GLIBCXX_3.4.20”(cmake 需要)
我想
cmake
參加一個節目,[build]$ cmake ../ cmake: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by cmake)
我有這個錯誤,我該如何解決?我從 Archlinux 使用
將gcc-libs及其依賴項(libtool 和 gcc)升級到最新版本,問題將得到解決。或者您可以簡單地執行以下命令:
sudo pacman -S libtool gcc gcc-libs