Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've not long installed openSUSE11 and needed to issue a make command for an extracted tarball I'd downloaded but got 'make: command not found' WTF? It turns out that neither GCC, GC++ nor make are part of the openSUSE11 install-I had to install them from YaST. Have they just not copied over on my installation or were they omitted from the distro deliberately? If so why?
I'm not familiar with OpenSUSE 11 but it seams possible that during install it gives you an option to install something called "Development Tools" or similar so if you want them you need to tick a box or something.
You can run YaST2's package manager. Drop down the Filter list and select Package Groups. There is a Programming package group. From there you can install gcc and make.
You can also use "sudo zypper install make" to install just the make package, but you probably also need to install gcc, g++ and binutils.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.