"make install" won't work.
I was trying to compile faust (a program from sourceforge) using terminal but:
**************************:~ ************$ cd /Users/************/Desktop/faust-0.9.43/
**************************:faust-0.9.43 ************$ sudo make install
Password:
sudo: make: command not found
**************************:faust-0.9.43 ************$ make install
-bash: make: command not found
**************************:faust-0.9.43 ************$ sh
sh-3.2$ sudo make install
Password:
sudo: make: command not found
sh-3.2$ make install
sh: make: command not found
sh-3.2$ csh
[**************************:~/Desktop/faust-0.9.43] ************% sudo make install
sudo: make: command not found
[**************************:~/Desktop/faust-0.9.43] ************% make install
make: Command not found.
[**************************:~/Desktop/faust-0.9.43] ************% ksh
$ sudo make install
sudo: make: command not found
$ make install
ksh: make: not found
$
Unix/Terminal-OTHER, Mac OS X (10.6.8)