Link to home
Start Free TrialLog in
Avatar of Peterson50
Peterson50Flag for United States of America

asked on

Install MTR on OSX lion

I have been trying to install mtr on osx lion without any success, it combines both ping and tracerout into one nice command.  I have tried following the instructions here:
http://sdkit.com/
but when executing the ./configure cmd I get the following error:
configure: error: no acceptable C compiler found in $PATH
I have downloaded the Xcode Developers kit from Apple but still the same error even after that was installed.

Just need some direction in how to install this if anyone is familiar with it.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of StrongBad_Rules
StrongBad_Rules

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eoin OSullivan
MacPorts is a great tool to install a number of OSX-built Unix applications including mtr and rsync and others
http://www.macports.org
Pick the PKG installer and the version appropriate for OSX Lion.

You'll need to have XCode installed on your computer anyway.
Avatar of Peterson50

ASKER

Install the command line tools for Xcode and now the ./configure line works, but when I do make here is the error message I receive


CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/Master_Jim/Downloads/mtr-0.82/missing --run aclocal-1.11
/Users/Master_Jim/Downloads/mtr-0.82/missing: line 46: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is needed, and you do not seem to have it handy on your
         system.  You might have modified some files without having the
         proper tools for further handling them.  Check the `README' file,
         it often tells you about the needed prerequirements for installing
         this package.  You may also peek at any GNU archive site, in case
         some other package would contain this missing `aclocal-1.11' program.
make: *** [aclocal.m4] Error 1
Use macports