John Drabinowicz wrote:
> 
>   [... while compiling on Solaris ...]
> /usr/ucb/cc:  language optional software package not installed

/usr/ucb/cc is the front-end for the Berkeley-compatibility C compiler.
The error is telling you that the back-end is not installed.  The best
thing to do with /usr/ucb/cc is remove it and then make sure some real
compiler (like gcc) is in your path.  It's been many years since there
has been any need for a special backward-compatibility compiler on
Solaris.

Paul Allen

-- 
Boeing Phantom Works                   \ Paul L. Allen, (425) 865-3297
Math & Computing Technology              \ [EMAIL PROTECTED]
POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to