Solve configure: error: no acceptable C compiler found in $PATH


When we need to compile or configure in Mac OS X, this errors might be occurs.

1
configure: error: no acceptable C compiler found in $PATH

To solve this problem, make sure we already have XCode installed in our Mac OS X. Then, launch XCode and click on “Preferences” menu. Go to “Download” Tab and Install “Command Line Tools”

Now we can start compiling 🙂


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.