apt-get install gccForum: Apt-get Topic: apt-get install gcc started by: cuma.elp Posted by cuma.elp on Jan. 29 2007,05:07
i've just enabling the apt and type apt- get install gcc as root. but still, i can't use the "make" command in sudo.root@box:`# make bash: make: command not found here's the result when i try to re-"apt-get install gcc" again root@box:`# apt-get install gcc Reading Package Lists... Done Building Dependency Tree... Done gcc is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. did i miss something? FYI: i'm using DSL 2.3 Posted by ^thehatsrule^ on Jan. 29 2007,13:56
make is not part of gccSo you will have to install make as well, (or use myDSL if on a frugal) |