Open sunway1999 opened 3 years ago
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