Sounds like something strange is happening.
On my system (10.0.0.3, with Developer Tools installed),
'which make' (or 'where make') returns "/usr/bin/make"
Try "echo $PATH" to check your path:
Mine returns:
/Users/martin/bin/powerpc-apple-
macos:/Users/martin/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/
sbin:/sbin
If you only just installed the Dev Tools, you might want to try
'rehash', which will ensure that your shell caches the commands on your
path. This might explain why you got "Command not found." when you tried
to run make first time.
cheers,
Martin
On Tuesday, June 19, 2001, at 04:57 , Nelson Goforth wrote:
> This may have already been covered (is there an archive?), but when I
> tried to install the new Apache and PHP versions (as read in WebMonkey
> and elsewhere) and got to the line "make" I got an error that the
> command was not found.
>
> Used these commands (for Apache):
>
> ./configure --enable-module=most --enable-shared=max
> make
> sudo make install
>
> Bullheaded, I continued on with "make install" and it seemed to work!
>
> I have installed the Developer Tools (after I got the error that no
> version of the C compiler was in my PATH).
>
> Is make in here somewhere (tried 'where make' with no results) - have I
> done something awful? Why is everything working properly? (and I did
> check - I've got Apache 1.3.20 and PHP 4.0.4pl1 running - so it did
> install).
>
> Thanks,
>
> Nelson
> --