help needed using terminal
This is a discussion about help needed using terminal in the Everything Linux category; 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??.
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??
configure: error: no acceptable C compiler found in $PATH
What do i do??
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jun 26
Jun 26
0
<1 minute
Responses to this topic
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