Cuberite Forum

Full Version: Can't run the compilation script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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
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.
(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.
Pages: 1 2