Results 1 to 5 of 5
Just installed 10.1 (first linux for me). I want to build some C code. But it seems that gcc doesn't come with the installation. Could you please let me know ...
- 06-13-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 3
How to get gcc?
Just installed 10.1 (first linux for me). I want to build some C code. But it seems that gcc doesn't come with the installation. Could you please let me know how to get gcc to work in Suse? Thanks!
- 06-13-2007 #2Linux User
- Join Date
- Jun 2007
- Posts
- 458
Easy as 1-2-3
Hi, whoever,
Just like you, I am also a linux starter. But I have gotten my hands on it. Though not completely.
1. Open YaST by SuSE Menu > System > YaST
2. Select Install and Remove Software.
3. When the screen appears, search gcc in the search box on the left of the window.
4. When the results appear, select all the unchecked packages and then Accept button from the bottom of the window.
Hope this works.
- 06-13-2007 #3
It does come with it but it is not installed by default. It is on the installation disk.
You can use Yast -Software-Software Maintenance
search for "gcc" and "make" install both also you might want to install the kernel souces it is probable that you will eventually need them also.
here is some help
Package Sources/10.2 - openSUSE-Community
http://www.linuxforums.org/forum/lin...are-linux.html
- 06-13-2007 #4Just Joined!
- Join Date
- Jun 2007
- Posts
- 3
Thanks!
I installed gcc by following your suggestions. It worked perfectly!
- 06-13-2007 #5
If you wanted the latest/an older version of it you could download it from your local GNU mirror.


Reply With Quote