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

Everything Linux 1800 This topic was started by , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jun 26
Created
Jun 26
Last Response
0
Likes
<1 minute
Read Time
User User
Users

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