Mang-Berto Posted July 1, 2012 Posted July 1, 2012 (edited) Good day, on my linux vps hosted server. the command "./configure" is not working. how can I fix it? this is the error message pops out checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. and also the "make clean and make sql commands" are not working "make: *** No rule to make target `clean'. Stop." "make: *** No rule to make target `sql'. Stop." I'm using cent os5 32bit Edited July 1, 2012 by Mang-Berto Quote
Asura Posted July 1, 2012 Posted July 1, 2012 Hi Mang-Berto, You're missing gcc. yum -y install gcc 1 Quote
Question
Mang-Berto
Good day, on my linux vps hosted server. the command "./configure" is not working. how can I fix it? this is the error message pops out
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
and also the "make clean and make sql commands" are not working
"make: *** No rule to make target `clean'. Stop."
"make: *** No rule to make target `sql'. Stop."
I'm using cent os5 32bit
Edited by Mang-Berto1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.