LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing zinf (https://www.linuxquestions.org/questions/linux-software-2/installing-zinf-87821/)

New 2 The Game 08-31-2003 11:04 PM

installing zinf
 
i put zinf in my comp and when i run the ./configure command it finds nothing and says: configure: error: no acceptable C compiler found in $PATH
I have an idea that its look somewhere else? how do i correct this problem??
Thanks

Ztyx 09-01-2003 02:25 AM

# whereis gcc
# echo $PATH
and check if teh gcc path is there. If not you do:
# PATH=<path_to_gcc>:$PATH

Should probably work.


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