Results 1 to 4 of 4
Hi this is Srinidhi, I am a newbie to Linux. I wanted to Install GTK+ on my SuSe 11. While installing one of its dependencies (pkg-config) an error occured saying ...
- 09-30-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 10
No Make command
Hi this is Srinidhi, I am a newbie to Linux. I wanted to Install GTK+ on my SuSe 11. While installing one of its dependencies (pkg-config) an error occured saying that bash:make:No make command. However ./configure worked without any errors... Thx in advance
- 09-30-2008 #2
Hi and welcome to the forum.
If "make" is not installed, you need to install it using the Software Management tool in YaST.
- 09-30-2008 #3
No Make
You can run the following commands in a terminal to check if 'make' is installed
orCode:which make
If 'make' is not installed run the following as root to installCode:whereis make
Code:yast2 -i make
- 10-01-2008 #4Just Joined!
- Join Date
- Sep 2008
- Posts
- 10
Yeah thnx it worked


Reply With Quote