sagar xyz wrote:
> hiee everyone ,
> i m new to this solaris os and i need to add gcc to the os to add 
> packages and stuff.
> so could u guide me through the process if possible.

It comes with Solaris 10 and later, just in an unusual directory.

If you're using sh/ksh/bash:
        PATH=$PATH:/usr/sfw/bin ; export PATH

If you're using csh/tcsh:
        set path=($path /usr/sfw/bin)

-- 
        -Alan Coopersmith-           [EMAIL PROTECTED]
         Sun Microsystems, Inc. - X Window System Engineering
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to