LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installation problem (https://www.linuxquestions.org/questions/linux-software-2/installation-problem-266913/)

hariiyer 12-15-2004 11:51 PM

installation problem
 
Dear all

i want to install squidguard. tar.gz file , i uncompressed the file and

when i type ./configure i am getting the following error

checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH

please guide me how to install.


regards
hari

corbis_demon 12-16-2004 12:16 AM

You need to have a c compiler installed on your system to make and compile the object files.you can download the GNU C Compiler from gcc.gnu.org .

Libu 12-16-2004 12:46 AM

Do "whereis cc" "whereis gcc" e.t.c and check whether the path shown up is in your $PATH or not. ( Do echo $PATH to check. ) If it is not there, then add it into ur PATH variable by
"
export PATH=<new path>:$PATH
"


All times are GMT -5. The time now is 03:37 AM.