LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-02-2004, 11:17 PM   #1
jnassiri
Member
 
Registered: Aug 2004
Location: Arlington, TX
Distribution: SuSE linux 9.1 personal
Posts: 32

Rep: Reputation: 15
I need help installing programs...


I'm new to linux and I have been having many problems installing software. I am currently using SuSE linux 9.1 and I know pretty much the basics of installing programs, but can't seem to get it to work. An example of a program I tried installing was with Audacity. I followed what it said and extracted the tar.bz2 file and ran the terminal and typed in ./configure. It then came up with this: checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

And it's done this with a lot of other stuff i've tried to install...so if someone could tell me exactly what I need to do step by step I would appreciate it. Thanks!
 
Old 08-02-2004, 11:42 PM   #2
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
1. pop in you suse CD.
2. open up yast2 select "install and remove software"
3. use the pull-down next to "filter" to select search. Type in "gcc" in the search field. Hit search.
4. Check the packages, "cpp", "gcc", "gcc-c++", "libgcc", and "libgcj"
5. Hit accept.

Now try all the stuff you were doing before. You just don't have the compiler installed for the software you are trying to compile!
 
Old 08-03-2004, 04:51 PM   #3
jnassiri
Member
 
Registered: Aug 2004
Location: Arlington, TX
Distribution: SuSE linux 9.1 personal
Posts: 32

Original Poster
Rep: Reputation: 15
Ok well I put the SuSE cd in just like you said and went into yast2 and I opened install and remove software. I then typed in gcc and all that came up was libgcc and cpp. Those were both already installed, but I updated and it didn't do any good. So now I don't know what to do from here...any ideas?
 
Old 08-03-2004, 05:05 PM   #4
hp46168
Member
 
Registered: Jun 2004
Location: Indiana
Distribution: Suse 9.0
Posts: 120

Rep: Reputation: 15
Lightbulb

In yast (the same place you were) instead of choosing SEARCH, choose by Package Type. Then, scroll through the list of packages, and choose to install the "Development Tools." this should get you gcc, make, automake and all of their friends, too.

HTH
 
Old 08-03-2004, 05:13 PM   #5
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Try APT4RPM.
 
Old 08-03-2004, 05:35 PM   #6
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Quote:
Originally posted by jnassiri
Ok well I put the SuSE cd in just like you said and went into yast2 and I opened install and remove software. I then typed in gcc and all that came up was libgcc and cpp. Those were both already installed, but I updated and it didn't do any good. So now I don't know what to do from here...any ideas?
Did you make sure to check the box that searches the descriptions as well? Also the last two posts are good ideas also.
 
Old 08-03-2004, 07:27 PM   #7
jnassiri
Member
 
Registered: Aug 2004
Location: Arlington, TX
Distribution: SuSE linux 9.1 personal
Posts: 32

Original Poster
Rep: Reputation: 15
Ok, I'm pretty sure I did all I could, but it still won't work for some reason. I installed all the development tools and I tried installing the apt4rpm with yast and it did it so fast that it didn't even seem like it installed properly. So it's getting a little frustrating now and i'm pretty sure i'm doing everything you guys are telling me...
 
Old 08-03-2004, 07:41 PM   #8
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
What does "rpm -q gcc" say? If it says something like "package not found" you'll need to try "apt-get install gcc" (using apt4rpm which you just installed).
 
Old 08-03-2004, 07:47 PM   #9
jnassiri
Member
 
Registered: Aug 2004
Location: Arlington, TX
Distribution: SuSE linux 9.1 personal
Posts: 32

Original Poster
Rep: Reputation: 15
Well, what I did was I downloaded apt4rpm and then I installed it with yast and then yast just closed automatically and thats all that happened...was that what I was supposed to do?
 
Old 08-03-2004, 08:18 PM   #10
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
I have no clue how YaST works, but you can always try "rpm -q apt4rpm" to see if the package was installed. The -q option to RPM means query and when given a package name and no other arguments will tell you the version of that package you have installed (or an error if you don't have that package installed).
 
Old 08-03-2004, 08:32 PM   #11
jnassiri
Member
 
Registered: Aug 2004
Location: Arlington, TX
Distribution: SuSE linux 9.1 personal
Posts: 32

Original Poster
Rep: Reputation: 15
Ok I checked to see if it was installed and nothing came up so i'm guessing it wasn't. I don't see why it didn't install though. I've tried it more than once. If someone could tell me what I need to do that would be great.
 
Old 09-15-2004, 07:23 AM   #12
BH_Exeter
LQ Newbie
 
Registered: Aug 2004
Location: Exeter, UK
Distribution: SuSe 9.1
Posts: 13

Rep: Reputation: 0
Are you using Personal or Professional? Personal doesn't have the development tools such as make, C++ etc on the CD. You need to download them from the SuSE site.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Programs farid_145 Linux - Software 1 12-25-2004 04:23 PM
Installing new programs... rrfish72 Linux - Software 5 11-18-2004 12:59 AM
installing programs mannybabe Linux - Software 5 08-06-2003 11:16 AM
installing new programs scottsteibel Linux - Newbie 4 07-31-2003 05:36 PM
Installing programs jpc82 Linux - Newbie 6 10-17-2001 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration