No acceptable C compiler found on Mac
Monday, February 4th, 2013 | Programming, Tech
If you’re trying to compile from source, you may get an error similar to the following.
mac configure: error: no acceptable C compiler found in $PATH
This may be because you haven’t installed Xcode. If you have, something has broken, and you need to reinstall it. First, remove it with the following command.
mac configure: error: no acceptable C compiler found in $PATH
Now restart your system and once it has started again, go to Applications and select Install Xcode. This will reinstall it.
If you’re trying to compile from source, you may get an error similar to the following.
mac configure: error: no acceptable C compiler found in $PATH
This may be because you haven’t installed Xcode. If you have, something has broken, and you need to reinstall it. First, remove it with the following command.
mac configure: error: no acceptable C compiler found in $PATH
Now restart your system and once it has started again, go to Applications and select Install Xcode. This will reinstall it.