12-26-2015, 08:13 AM
(This post was last modified: 12-26-2015, 08:20 AM by LogicParrot.)
(12-26-2015, 07:50 AM)bearbin Wrote: I think a link here is the wrong thing to do, a bash alias would be more appropriate.
It's common Linux practice to link `program` to one out of the many `program-vXX` installed. In fact, that's what my Raspberry pi did when I apt-get installed g++.
Code:
~#: /usr/bin $ ls -lah | grep g++
arm-linux-gnueabihf-g++ -> g++-4.9
arm-linux-gnueabihf-g++-4.9 -> g++-4.9
g++ -> g++-4.9
g++-4.9