Hello all. I have just installed OpenSUSE 11.1 on my system.
If this is the wrong Froum in which to post this then I’m sorry
Having become rather fed-up with Windows I thought I would look into Linux. OpenSUSE appears to be one of the major Linux releases so here I’am. Having installed the Operating system *.
First thing I have attempted was to install a Widget on the desktop.
Having downloaded said widget I tried to install the package using the install.sh file which accompanied the download. However I receive an error message >:(
“make: command not found”
Clearly I have to do something else but I do not know what
First i’d like to say: “Migrating from Windows, good attitude:good:. Don’t give up, if there’s something
more time-consuming than in windows. I know that
windows often seems to be the easier way, but is
easier the better way, too…”
“make: command not found”
You haven’t the make command installed.
Install it with YaST:
Menue -> System -> YaST (Administrator Settings)
Enter the root password
Click on “Software Management” in Category “Software”
Choose filter: “Search” and type “make”
Select “make” (make - GNU make),
so that it’s checked with a green tick mark
Thank you for the reply. I will give it a try. It does seem odd that such functionality [being fundamental to Linux] is not made available via the install process. I guess I’m not the first person to encounter such problems
You need to use make usually only when “compiling”, so it’s not quite fundamental. It is preferred that you install programs using the package manager. In case you have to compile them, you have just to install these tools (make, gcc, maybe some dev-libraries etc.)
And another trick (work’s best when explaining someone what to do :p), you can install make by typing this in a terminal: