Thumbnail: jekyll

Managing multiple g++ versions

on under unix
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++
g++, unix
comments powered by Disqus