Version GLIBCXX_3.4.11 not found (required by buildW.mexglx)

后端 未结 2 1549
我寻月下人不归
我寻月下人不归 2021-01-12 13:06

I am trying to compile a c++ ubuntu project via matlab here. When I am trying to use it after the compilation with make command, I am getting the following error:

         


        
2条回答
  •  时光取名叫无心
    2021-01-12 13:20

    Link it with something like this, depending on the version.

    sudo ln -s /usr/lib/libstdc++.so.6.0.9 libstdc++.so.6
    

提交回复
热议问题