On 7/27/05, Markus Moeller <[EMAIL PROTECTED]> 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.

The /usr/ucb/cc compiler *disables* C99 support and forces C89/K&R if
I remember correctly, which would explain these errors. I know it
silently passes some command line options without telling you to
/opt/SUNWspro/bin/cc. You could use truss to find out exactly what.

-- 
Shawn Walker, Software and Systems Analyst
[EMAIL PROTECTED] - http://binarycrusader.blogspot.com/
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to