make: command not found

I’m running Suse 11 and I’m trying to install my webcam driver, but when I type “make” I get the error “bash: make: command not found”.

It used to work fine on Suse 10.3.

I’m still a newbie, especially on 11, any ideas?

Install the make package with YaST. Most likely you will also need the C/C++ development environment (it’s a pattern).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Is ‘make’ installed?

rpm -qi make

If not:

yast -i make

Good luck.

gilap wrote:
| I’m running Suse 11 and I’m trying to install my webcam driver, but when
| I type “make” I get the error “bash: make: command not found”.
|
| It used to work fine on Suse 10.3.
|
| I’m still a newbie, especially on 11, any ideas?
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIegma3s42bA80+9kRAk4aAJ9oMQoTDefSl7GKu6wl0WqW62rXnQCfSuNl
2FrXVY1bLlkpnABaLXx3gm8=
=XeQ6
-----END PGP SIGNATURE-----

That did it! Thanks!