LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help (https://www.linuxquestions.org/questions/linux-newbie-8/help-768642/)

guamamk 11-12-2009 06:58 AM

Help
 
I am trying to install programs on my Aspire One
When I typesh ./configure to compile the package I get the message
loading cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error:no acceptable cc found in $PATH

What could be the matter?? Any help appreciated.

Agrouf 11-12-2009 07:01 AM

You need to install the compile dependancies of your program first. It looks like it needs a c compiler, and probably the make command too.
I believe you can use yum on your aspire one: type that in the terminal (as root):
Code:

yum install gcc make
By the way, what are you trying to install?
Do you know about the package manager?
You should use the package manager when possible instead of downloading and installing software all by yourself.

arochester 11-12-2009 07:05 AM

"Add Apps to the Acer Aspire one" at http://www.laptopmag.com/advice/how-...-one-apps.aspx

jmc1987 11-12-2009 07:12 AM

Code:

# yum groupinstall "development tools"
when you excute your script its looks for gcc compilers and make but its no on your system. So just run that command and it should install.


All times are GMT -5. The time now is 04:02 PM.