Markus Moeller wrote:

It seems it is an issue having /usr/ucb in the PATH before /opt./SUNWspro/bin. When I change PATH=/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/opt/SUNWspro/bin to PATH=/usr/bin:/usr/dt/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ucb:/usr/ccs/bin

it works.
Chances are, you don't want /usr/ucb in your path. You probably did so because that's where you found "make". This make is quite old and is around for compatibility reasons, as is the cc (c preprocessor) in the same directory.

You probably want dmake instead of make. It'll be far more compatible with modern Makefiles. Is there anything else you have /usr/ucb in your path for?

- matt

--
Matt Ingenthron - Technical Specialist, Web Services Sun Microsystems, Inc. - Client Solutions
http://blogs.sun.com/mingenthron/
email: [EMAIL PROTECTED]             Phone: 310-242-6439

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to