> Well,I think the error message you failed to read pretty much says it
> all:
>
> [...]
> sdavis> cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
> sdavis> -DHAVE_DLFCN_H -fast -O -Xa -c cryptlib.c
> sdavis> /usr/ucb/cc: language optional software package not installed
> [...]
It should be noted however that /usr/ucb/cc isn't a supported option. I
mean you shouldn't be looking for "language optional software package,"
but for the way to get rid of /usr/ucb/cc. Normally this is achieved by
moving /usr/ucb to the end of your $PATH or removing it from $PATH. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]