Welcome to Dentoo Errors & Solutions archive, where you can post error messages and receive solutions from other members of the community. Completely free to sign up and use!

Categories

0 votes
I am trying to configure fuse on install it gives me this error

 

configure: error: no acceptable C compiler found in $PATH
in Linux by (940 points)

1 Answer

0 votes

it means either you dont have gcc installed or it's not in your $PATH variable

to install gcc use this: (run as root)

redhat base:

yum groupinstall "Development tools"

Debian base:

apt-get install build-essential
by (940 points)

Dedicated Servers
...