Suse 11 - How to run 'make'

I just installed gcc using Yast. When I run 'make', the command is not found. What should I do?

#which gcc
/usr/bin/gcc

"make" is a different tool. Use yast to install it.

1 Like

it works! Thanks a lot!