> I get the following errors "no acceptable C compiler found in $PATH"
> What is the fix?
The usual fix might be to install a C compiler.
> checking for gcc... no
GCC would seem to be what it prefers.
It's also possible that you have a C compiler installed, but its main
executable is not on your PATH, but I'd expect that to be less likely.
(And I can't see your PATH from here.)
A Web search for keywords like, say:
Kubuntu C compiler
should find some practical suggestions.
↧
Re: no acceptable C compiler found in $PATH
↧