Previously, Joseph Bannon said:
> I'm installing PHP on a sun box and when type in "make" and i get "not
> found". How can I run make if it's not found?
make is usually in /usr/ccs/bin/
However, you probably have no compiler (unless you bought one from Sun).
Try typing "cc" - if you get the "software package not installed" error,
download GCC from www.sunfreeware.com to get a compiler.
That has nothing to do with make itself; that's still in /usr/ccs/bin/.
You can get GNU make if you want, also at www.sunfreeware.com, but Sun's
make will work for most things.
You might want to add /usr/ccs/bin to your $PATH somewhere because ld is
also sitting in there and you'll need that at some point too.
-dan
--
Viagra: Strong enough for a man, but made for a woman.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]