where's make command?Forum: Apps Topic: where's make command? started by: kurzymis  Posted by kurzymis on Dec. 09 2006,22:47  
        Hi,When I use "make" command, xterm says "command not found". What shoud I do to make "make" working? I wanted to compile some programs, but I can't becouse of this... I would be grateful for some hints  Posted by Thaidog on Dec. 09 2006,23:24  
        You need to install gcc. It is not part of the base DSL system. Go to: Apps/Tools/Enable Apt Once enabled use: apt-get install gcc  Posted by kurzymis on Dec. 10 2006,00:24  
        It works now  |