iamroot 0 Posted June 26, 2004 Whenever i use the terminal to compile and install source code, i get this error. configure: error: no acceptable C compiler found in $PATH What do i do?? Share this post Link to post
shobhit 0 Posted June 26, 2004 do you have a compiler installed on your system? obviously you don't and that is needed to compile the source code. so first install a c compiler like 'gcc' on your machine. you can get gcc from fsf.org Share this post Link to post