Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-27-2004, 12:33 AM
|
#1
|
Member
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30
Rep:
|
no gcc in suse??
yes i installed Suse 9.0 today and was trying to install gaim when i realize there is no gcc. I look on the disks but the closest thing i could find was the preprocessor (my sp sucks) cpp. so i try to install and i run into MORE problems ... please help
|
|
|
11-27-2004, 12:52 AM
|
#2
|
Member
Registered: Nov 2004
Location: Toledo, OH
Distribution: SuSE 9.2 Pro
Posts: 53
Rep:
|
I don't know if it makes a difference between Personal and Pro editions, but My pro edition has gcc...
If you dont have it, why not just google it, then install it?
JB
http://www.monroetech.net
|
|
|
11-27-2004, 01:16 AM
|
#3
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Never used SuSE personal, but if you go into SuSE's homepage, you can easily download and install gcc. Actually, there's an ever better solution: configure your YaST to download and install all packages from the Internet. Besides avoiding the annoyances of switching disks, dependencies are taking care of automatically though YaST. I've wrote a post about that here:
http://www.linuxquestions.org/questi...89#post1087289
I hope that the above works for you. Then again, I did that with SuSE 9.1 and 8.2 pro, but I think the above should work with any SuSE personal as well.
Good luck!
|
|
|
11-27-2004, 02:16 AM
|
#4
|
Member
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410
Rep:
|
Sure there is no gcc? I can remember some time ago. I was using RedHat (or could be Mandrake.... it was a couple of years ago, anyway) and when wanted to compile something... gcc was not there. But then I found out that the compiler was there, but with another name, something like gcc2.6 (dont remember version), so I put a symbolic link and done...
So maybe it could be a good idea to check the list of packages installed before downloading something.
Good luck
|
|
|
11-27-2004, 03:42 AM
|
#5
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Quote:
Originally posted by enemorales
Sure there is no gcc? I can remember some time ago. I was using RedHat (or could be Mandrake.... it was a couple of years ago, anyway) and when wanted to compile something... gcc was not there. But then I found out that the compiler was there, but with another name, something like gcc2.6 (dont remember version), so I put a symbolic link and done...
So maybe it could be a good idea to check the list of packages installed before downloading something.
Good luck
|
Good point. Try:
rpm -qa | grep gcc
That would confirm if gcc is or not installed. Though, I'm almost sure that SuSE personal does not ship with devel packages as gcc...
|
|
|
11-27-2004, 08:44 AM
|
#6
|
Member
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298
Rep:
|
other C
I don't have an internet connection on linux at the minute but i need gcc or cc or ccl apparently to install gtk+ so I can use speedtouch suite and gcc looks hard to install anybody got a better idea?
|
|
|
11-27-2004, 12:08 PM
|
#7
|
Member
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30
Original Poster
Rep:
|
oo lucky lucky me i seem to have the latest libgcc but not he actual gcc itself amazingly i would have thougth suse 9.0 pro would come with gcc
and when i try to install i get an error message after i run ./configure that says somethign is wrong with one of the cc commands or somethign of that nature
Last edited by wLancer; 11-27-2004 at 12:12 PM.
|
|
|
11-27-2004, 12:11 PM
|
#8
|
Member
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298
Rep:
|
ye me too I've got the lib on 9.1 personal
|
|
|
11-27-2004, 12:13 PM
|
#9
|
Member
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30
Original Poster
Rep:
|
can u intall anything and use the make command
|
|
|
11-27-2004, 02:58 PM
|
#10
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Quote:
Originally posted by wLancer
oo lucky lucky me i seem to have the latest libgcc but not he actual gcc itself amazingly i would have thougth suse 9.0 pro would come with gcc
and when i try to install i get an error message after i run ./configure that says somethign is wrong with one of the cc commands or somethign of that nature
|
Now I'm lost. SuSE 9.0 Pro comes with gcc _on the disks_ but as most of the other distros around, it's not installed by default. I believe you can install gcc from SuSE pro on the Personal simply by going into the mirror servers and getting the packages:
http://www.suse.com/us/private/downl...t_mirrors.html
try copy/paste error messages from a shell too... otherwise we cannot guess which files are missing. Also, you've to install "make" to type make. It's shipped with Professional version of Suse and should be easily installed into Personal by simply downloading the package. Try doing the thing with YaST as I've suggested... it's the easiest way...
Also keep in mind that the package you seek may already have a rpm for SuSE. You can search for it on a SuSE mirror and a lot of rpm's can be found here too:
http://rpm.pbone.net/
...
Last edited by Mega Man X; 11-27-2004 at 03:00 PM.
|
|
|
11-27-2004, 05:44 PM
|
#11
|
Member
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298
Rep:
|
I got a gcc rpm and installed it no problem and i can now use the ./configure command but make doesn't work it doesn't recognise it or something. I used YaST2 to install the rpm what can I do?
|
|
|
11-27-2004, 07:05 PM
|
#12
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Quote:
Originally posted by Megaman X
Also, you've to install "make" to type make.
|
|
|
|
11-28-2004, 05:39 AM
|
#13
|
Member
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298
Rep:
|
where do i get 'make' from?
|
|
|
11-29-2004, 05:02 PM
|
#14
|
Member
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298
Rep:
|
How do I install make?
|
|
|
11-29-2004, 05:30 PM
|
#15
|
Member
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30
Original Poster
Rep:
|
i got mine at rpm.phone.net
|
|
|
All times are GMT -5. The time now is 01:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|