Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi and welcome to the forum.

    If "make" is not installed, you need to install it using the Software Management tool in YaST.

  3. #3
    Just Joined! TuxKnight's Avatar
    Join Date
    Sep 2008
    Location
    New Zealand
    Posts
    28

    No Make

    You can run the following commands in a terminal to check if 'make' is installed

    Code:
    which make
    or
    Code:
    whereis make
    If 'make' is not installed run the following as root to install

    Code:
    yast2 -i make

  4. #4
    Just Joined!
    Join Date
    Sep 2008
    Posts
    10
    Yeah thnx it worked

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...