Cuberite Forum
Can't run the compilation script - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Can't run the compilation script (/thread-2273.html)

Pages: 1 2


RE: Can't run the compilation script - LogicParrot - 12-26-2015

(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



RE: Can't run the compilation script - DaPorkchop - 12-26-2015

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.


RE: Can't run the compilation script - LogicParrot - 12-26-2015

(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.