Results 1 to 8 of 8
I'm very flustered! Every time I try to install a program, i get the error
configure: error: no acceptable cc found in $PATH
How do c get an "acceptable cc" ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-19-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 22
cc in $PATH
I'm very flustered! Every time I try to install a program, i get the error
How do c get an "acceptable cc" in $PATH?configure: error: no acceptable cc found in $PATH
- 06-19-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 22
Ok nevermind I got it installed with the installation dvd. One other question though: After I've successfully installed a program, how do I run it? I've been sitting here for the last hour trying to figure out how to run a program I just installed...
- 06-19-2007 #3
You need gcc. What distro are you using? Use that distro's package manager to get gcc.
Are you trying to install something from source? You should use your package manager to install software whenever possible. Check this thread.
- 06-19-2007 #4
- 06-19-2007 #5Just Joined!
- Join Date
- Feb 2007
- Posts
- 22
What exactly is an $PATH? Also, I did the whereis ecasound command in the terminal and it is located in /usr/loca/bin, but when I try to open it, nothing happens. How do I open it?
- 06-19-2007 #6
Please correct me anyone if i am wrong.
But a $PATH command is what it says, it defines which directories your program will look in order find the command you typed. If you had a program that needed to be linked to say a database it would be possible to link to the database using the $PATH command to tell the program where to look.
- 06-19-2007 #7Just Joined!
- Join Date
- Feb 2007
- Posts
- 22
Ohh okay I understand now, it's not graphical, you have to open it in the terminal... Thanks for the help. So that's why I needed the c++ library then...
- 06-24-2007 #8
Just like in windows and just about any other os, PATH is an environment variable which holds directories containing executable files. When you run an app, your operating system checks in those directories for the executable you attempted to run.


Reply With Quote

