LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 09-26-2006, 12:29 AM   #1
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Rep: Reputation: 15
Software installation help?


I m totally new to LINUX and after getting a little familiar with it, i tried installing some appz like Real Player and WINE etc! But when i run the CONFIGURE file it starts but then gives this error:


No acceptable C compiler found in $PATH

Pls help..

I am running RED HAT 7...

Last edited by ibshar; 09-26-2006 at 12:35 AM.
 
Old 09-26-2006, 01:52 AM   #2
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Redhat 7 is getting pretty old now, and the C compiler is probably too old. Try to get your hands on a more recent distro like the latest Fedora Core 5 distro available here.

HTH
Baldrick
 
Old 09-26-2006, 05:51 AM   #3
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Original Poster
Rep: Reputation: 15
I know Red Hat 7 is outdated, but since i just wanted to check out linux i just installed whatever i had! So can someone pls suggest a soln to my problem..

I will be getting the SUSE 10 version soon but till then i want to be able to use RED HAT 7..
 
Old 09-26-2006, 03:52 PM   #4
rowancompsciguy
Member
 
Registered: Sep 2006
Location: Cherry Hill, NJ
Distribution: Fedora Core 6
Posts: 42

Rep: Reputation: 15
You probably should listen to baldrick's advice and start using a newer distro. But, if you really want to stick with redhat then go download a newer version of your C compiler. You're probably using gcc so go to http://www.gcc.gnu.org and download the latest version and install it.
 
Old 09-26-2006, 10:07 PM   #5
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Original Poster
Rep: Reputation: 15
ok thanx i'll try that...
 
Old 09-27-2006, 01:25 AM   #6
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Just for the record, I've always found that upgrading gcc is a royal pain and tends to break more things than it fixes ... can you say dependancy hell?

If you just want to check out Linux, then why not try one of the live distros? You can try it without installing anything.

HTH
Baldrick
 
Old 10-15-2006, 02:18 AM   #7
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Original Poster
Rep: Reputation: 15
ok now i have installed Red Hat 9, and i was able to install rpm packages. But i cant install any other format file such as: .tar.gz or .tar.bz2 etc....

This is how i tried to install those files:
I extracted the files and then typed: ./configure in terminal, but it gave that same error: No acceptable C compiler found in $PATH

as for the site: http://www.gcc.gnu.org, its not working..

Pls pls pls help... I really wanna get a good hang of linux...
 
Old 10-15-2006, 03:36 AM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Try http://www.gnu.org/software/gcc/
Gnu has changed the way pages are listed in their index.
 
Old 10-15-2006, 03:50 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Why not just listen to the advice you were given and install a newish distro like Fedora Core 5. Redhat 9 is also very old and is no longer supported or receiving updates from Redhat. You will have problems getting software to install or work properly on Redhat 9 because most packagers and developers don't bother supporting it anymore.
 
Old 10-15-2006, 06:10 AM   #10
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Original Poster
Rep: Reputation: 15
ok i have installed gcc and the C compiler problem is solved... Thanx..

NOw when i gave: ./configure command, it worked fine..
Then i gave : make command, and it went on with many many lines, and kept on running for abt more than half hour, so i had to Kill it manually after waiting for half hour! Is this the normal way, or did something went wrong?
Pls help again..

Last edited by ibshar; 10-15-2006 at 07:02 AM.
 
Old 10-15-2006, 11:54 PM   #11
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
How long make takes to run depends on the program you are trying to install, and the hardware you are running (CPU, RAM etc). Half an hour seems like a long time, but as long as it is still doing something, then maybe you should let it run and view any output at the end.

HTH
Baldrick
 
Old 10-16-2006, 07:06 AM   #12
ibshar
Member
 
Registered: Aug 2006
Posts: 40

Original Poster
Rep: Reputation: 15
I was installing Wine software and that make command just kept on running... Ok then i'll give it another try...

And i have dnlded Firefox for Linux(again in tar.gz format) and when i type:
Code:
./firefox
it directy opens Firefox browser! So is'nt there a way to make an executable icon for that, which will run firefox on clicking rather than typing its command in terminal??
 
Old 10-16-2006, 09:34 AM   #13
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Rep: Reputation: 16
Firefox installs in a very roundabout manner compared to most apps (where in you would simply compile the source). I am honestly still a bit unsure of how to install Firefox manually. Anybody?
As for WINE, it takes for-freakin-ever to compile (but, imo, it is very much worth it). Give it time. WIth all the config flags I set when I compiled it the last time, running make took me about 2 hours, as I recall. So just be patient. It's working as quickly as it can. Besides, when you build from source, you don't have to mess with reconfiguring an app once you RPM or DEB it. Much less hassle.
 
Old 10-16-2006, 09:41 AM   #14
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Rep: Reputation: 16
K, by my understanding (I have been experimenting since my previous post) you just unpack the .tar.gz file wherever you want and run ./firefox. The whole thing is pretty self-contained, excepting the fact that it places a hidden directory in your home directory for configuration and whatnot. The only benefit there would be to actually installing would be that it would install the bin (the file named "firefox") into /usr/bin or some place like it. Try this: Unpack firefox.tar.gz (or whatever the newest package is named) to /home/user1/ (user1's home directory). Right-click the desktop and select "create launcher...". In the "name", type "Firefox". In "command", type the path to "firefox", i.e. "/home/user1/firefox/firefox". Make sure the "application" box is ticked (or select "Application" in the "type" dropdown menu, depending on your Linux flavour) then hit ok. Now double-click the new icon/launcher named Firefox, and it should work.

Last edited by Diomedes; 10-16-2006 at 09:43 AM.
 
Old 10-16-2006, 10:42 AM   #15
alienux
Member
 
Registered: Sep 2006
Location: Dayton, Ohio
Distribution: Slackware 12, Fedora Core, PCLinuxOS
Posts: 194

Rep: Reputation: 30
Quote:
I was installing Wine software and that make command just kept on running... Ok then i'll give it another try...
I've had programs take anywhere from 5 or less minutes up to an hour to compile during the "make" process, depending on what the program is. If you're not getting errors, let it finish, even if it seems like it's taking a long time.
 
  


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
Software installation geordzilla Linux - Software 5 06-08-2006 04:44 AM
Installation Software for Custom Developed Java/Perl Software donkey123 Linux - Software 0 06-15-2005 05:26 PM
software installation kafnir Linux - Software 1 03-29-2005 10:01 PM
Software installation - HELP! stufire Linux - Software 5 04-25-2004 07:06 AM
Software Installation Help!! Sabeer Linux - Software 3 10-07-2003 09:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:38 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