You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run "brew install libtool", the output includes this advisory message: In order to prevent conflicts with Apple's own libtool we have prepended a "g" so, you have instead: glibtool and glibtoolize.
And then when I try "autoreconf -fi" again I get the same failure (relating to LIBTOOL) that I had before.
It's not clear to me where I would enact the change from "libtool" to "glibtool".
Need to first install autoconf, otherwise will see an error "RuntimeError: autoreconf -fi failed". I install it by the following command.
brew install autoconf automake libtool
The text was updated successfully, but these errors were encountered: