[TF] Problem Installing on MacOS X
Brought to you by:
kenkeys
|
From: Johbe at linux.se (J. ) - 2003-01-14 07:47:53
|
secret asIAN man <it...@co...> writes: > [TIE-Book:/Source/tf-40s1] ing% sh unixmake > unixmake: make: command not found > [TIE-Book:/Source/tf-40s1] ing% > > I'm stumped. What is make and why can't it be found? I found a Makefile in the > unix directory, but no make. The Config file also defines a MAKE='make' but > I'm not sure about the significance of this. Should I edit that to read > MAKE="Makefile'? You're missing the make binary. I'm not sure where or if it's located in MacOS X, but if you find it, add the directory where it resides to your PATH enviroment variable, and it should work just fine. |