Can't run the compilation script
#11
(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
Reply
Thanks given by:
#12
Ok, but with symlinks it seems to be working fine. Unless someone can give me a better suggestion, I'm just going to use links.
Reply
Thanks given by:
#13
(12-26-2015, 08:17 AM)DaPorkchop Wrote: Ok, but with symlinks it seems to be working fine. Unless someone can give me a better suggestion, I'm just going to use links.

You should be fine. I'm wondering why apt-get didn't do that automatically though.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)