Managing multiple g++ versions
1 minute read
Managing multiple g++ versions
Multiple versions of g++ are maintained by creating a symlink of the g++ version you wish to have with /usr/bin/g++
.
sudo ln -s /usr/bin/g++-7 /usr/bin/g++
I feedback.
Let me know what you think of this article on twitter @RudraNilBasu or leave a comment below!
Let me know what you think of this article on twitter @RudraNilBasu or leave a comment below!
comments powered by Disqus