Re: Building 0.9.2b on UnixWare 2.1.3

1999-04-08 Thread Niels Poppe
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

Re: Building 0.9.2b on UnixWare 2.1.3

1999-04-06 Thread Niels Poppe
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 -

Re: Building 0.9.2b on UnixWare 2.1.3

1999-04-05 Thread Ben Laurie
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

Building 0.9.2b on UnixWare 2.1.3

1999-04-05 Thread Wade L. Scholine
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