help needed using terminal

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??.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
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??

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar14.webp

19 Posts
Location -
Joined 2004-02-08
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