Ulf Möller wrote:
>
> ># 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
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 -
Wade L. Scholine wrote:
>
> I recently updated to OpenSSL 0.9.2b from SSLeay 0.9.0b. Building 0.9.2b was
> *almost* effortless, I list the exceptions here for your delectation. If
> anyone is interested, I have a complete transcript of the build session,
> which I did in an emacs shell buffer in
I recently updated to OpenSSL 0.9.2b from SSLeay 0.9.0b. Building 0.9.2b was
*almost* effortless, I list the exceptions here for your delectation. If
anyone is interested, I have a complete transcript of the build session,
which I did in an emacs shell buffer in order to be able to save it.
1) Fi