NuTyX official Forum
Help => Tips and Tricks => Topic started by: jk2 on Thu Sep 14 15:43:42 2017
-
Hello,
I installed gcc (cards install gcc), however when I type "gcc" it gives "command not found".
Am I doing something wrong?
Sorry if this is very obvious.
-
same thing for i
cards files gcc|grep bin shows nothin the package i obviously incomplete
-
http://nutyx.org/en/build-package#4
Send from my smartphone
-
already found that but i think it would be the correct way to have the gcc binary into the gcc package :-)
-
Even if you never going to compile on your host NuTyX ?
Send from my smartphone
-
of course why on earth would i install a package named gcc if i don't plan to compile using gcc
Man if i issue cards install gcc i sincerly expect that it install gcc :-D
kind regards
-
This thread is old, but still relevant (apparently).
Here is another reason why gcc(1) should be included in the package "gcc:" Let's say all I want to do is build the VirtualBox Guest Additions. I have to install a ton of packages in order to get the compiler, just so I can build the GA's. This is a rather non-standard way of doing things, and one that has resulted in a long lesson in cards package organization.
Hopefully, I won't forget this when I go to install NuTyX on real hardware. In order to run VMs, it may be the case that I will need to build some modules (which is also unusual). I say this because while testing in a VM, I am unable to run a (32 bit) VM because it wants some module(s) built and loaded first.
-
Another unique concept:
http://nutyx.org/en/dictionary#6
Note that ANY group can easily be removed, let's say your'e done with you compilation stuffs, just do a:
del devel
-
So every time VirtualBox releases a new version (about every 6 weeks), one must re-install the entire toolset, build the GA's, then remove the toolset again.
"Done" in this context may not be quite accurate.