Skip to content

Instantly share code, notes, and snippets.

@thilong
Created March 6, 2020 06:08
Show Gist options
  • Save thilong/53140a5c424dda003d7725f9aa710f0e to your computer and use it in GitHub Desktop.
Save thilong/53140a5c424dda003d7725f9aa710f0e to your computer and use it in GitHub Desktop.
How to slove config.guess failed.
search for /usr/share/automake*/config.guess
check the latest version of automake
$ which automake
$ automake --version
find the appropriate automake folder in /usr/share/automake.*/config.guess
replace config.guess from your build tree with /usr/share/automake.*/config.guess
(The same may/is usually needed for config.sub.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment