gcc and openSUSE 11.0

Hello

I installed the openSUSE 11.0 and don`t find the gcc or g++…
By default it is no in this version of distributiv ?
In version 11.1 have gcc ?

Thanks for answer.
Sorry for my bad English

Hi
You can either use YaST → Software → Software management and search
for them to install or use zypper from the CLI (gnome-terminal, konsole,
xterm etc)


sudo zypper in gcc gcc-c++


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.25-0.1-default
up 15 days 17:46, 2 users, load average: 0.11, 0.07, 0.46
GPU GeForce 8600 GTS Silent - Driver Version: 190.18

When ever I wish to do developement (in either 11.0 or 11.1) I go to YaST > Software > Software Management and change the “filter” to “patterns” and I select the “Base Development” pattern. Its a big download, but it picks up most of the general support apps that one would normally want for a custom package compilation. That will also pick up gcc or g++