Search code examples
macosautoconfautomakelibtoolwatchman

Mac OSX. Where can I download glibtool?


I am trying to setup watchman for the mac. As stated on the website, I need to install glibtool.

Can anyone provide a link to where I can download glibtool?

I need to be able to download it from its source and the only solution I can find is by using brew.

I do not want to use brew.

Thank you.


Solution

  • glibtool is "GNU Libtool". It is typically installed as libtool on most systems, but because macOS has its own libtool that has completely different functionality, it is usually installed as glibtool on macOS.

    If you can't directly use homebrew to install it, you can duplicate the steps in its recipe, which you can find here: https://github.com/Homebrew/homebrew-core/blob/master/Formula/libtool.rb

    For the sake of keeping this answer "working" even if homebrew goes away, the homepage for libtool is https://www.gnu.org/software/libtool/ and you can follow the instructions there for information on how to build and install it.