Hi Thomas,
Yep, I don't have make installed. 'which make' doesn't return anything.
I'm downloading xcode - and then, hopefully, I'll be ready to run ;o).
Thanks!
Anne
···
---------------------------
You either have no compiler installed or the development tools are not
in your search path.
When you type
which make
what's the answer from the shell? If you do know that make is
installed you have to check your PATH setting man add it's location to
your PATH.
Thomas