Supported Compilers, R2015a, Ubuntu
1 次查看(过去 30 天)
显示 更早的评论
I got the "need supported compilers" at the end of my installation.
After running around checking wtf, I discovered that
apt-get install build-essential
installs gcc/g++ 4.8.x
When gcc/g++ 4.7.x is required.
apt-get install gcc-4.7 g++-4.7
seems to install the correct compiler.
Do I now need to reinstall the entire package to take advantage of this, or is having them installed sufficient?
-----
I have just removed these symlinks: sudo rm /usr/bin/g++ /usr/bin/gcc
And created new ones: sudo ln -s /usr/bin/g++-4.7 /usr/bin/g++ sudo ln -s /usr/bin/gcc-4.7 /usr/bin/gcc ... etc
Despite this I am still getting the compilation errors:
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!