Reputation: 1185
I'm attempting to install erlang 22.3.4.18 on macOS 11.3.1 via asdf.
The OSX-specific instructions say to install autoconf
and wxmac
and I have. It also says the earliest version that will work is 22.3.1
. So as far as I know, this should work.
=== Running configure in /Users/<me>/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.4.18/otp_src_22.3.4.18/make ===
./configure '--enable-darwin-64bit' '--with-ssl=/usr/local/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/<me>/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.4.18/otp_src_22.3.4.18/make"
configure: error: cannot find required auxiliary files: install-sh config.guess config.sub
The log says it can't find required files: install-sh config.guess config.sub
, but I have no idea what these are.
Any insight would be appreciated. Thank you.
Upvotes: 2
Views: 4558