Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Building Wireshark on MAC

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 25 Sep 2014 13:18:20 -0700
On Sep 25, 2014, at 1:11 PM, Anders Broman <a.broman58@xxxxxxxxx> wrote:

> ls /usr/local/bin/*libtool
> /usr/local/bin/libtool

macosx-setup.sh has

    mv /usr/local/bin/libtool /usr/local/bin/glibtool
    mv /usr/local/bin/libtoolize /usr/local/bin/glibtoolize

so it *should* rename them to "glibtool" and "glibtoolize", but if you don't have write permission on /usr/local/bin, that'll fail.

What does "ls -ld /usr/local/bin" print?