Ben Laurie wrote:
>
> Wade L. Scholine wrote:
> >
> > 1) First I did a Configure unixware-2.0-pentium. (Previously I found the
> > build would work without this, but config complained about not being able to
> > find gcc. I built with the UnixWare compiler.)
>
> Huh? It should work OK with cc - what exactly went wrong?
>
There is this little test in config, line 285:
-->>
# figure out if gcc is available and if so we use it otherwise
# we fallback to whatever cc does on the system
GCCVER=`gcc -v 2>&1`
if [ $? = "0" ]; then
CC=gcc
else
CC=cc
fi
--<<
causing a harmless 'gcc: not found' to be printed.
Might be wise to print something stating the harmelessness
of it..
--
Niels Poppe - org.net bv <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]