LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   no GCC make in openSUSE11? (https://www.linuxquestions.org/questions/suse-opensuse-60/no-gcc-make-in-opensuse11-662327/)

Mark_667 08-12-2008 05:35 PM

no GCC make in openSUSE11?
 
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?

klearview 08-12-2008 05:42 PM

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.

billymayday 08-12-2008 06:08 PM

Most distros don't include GCC if they have package managers from what I can tell. Just install it from yast

Sjonnie48 08-13-2008 03:43 PM

Install the package 'make'. It's a different package that must be installed separately.

Jourdin 08-14-2008 02:11 AM

I noted this during installation, you have to install it manually now.
Install software, not YAST however in Suse 11 however from what I can
tell.

jschiwal 08-14-2008 07:10 AM

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.


All times are GMT -5. The time now is 04:06 AM.