Georg Gollmann wrote:
>
> Hello,
>
> here are my failed attempts to build openssl-SNAP-19990310-0930 on HP-UX 10.20.
>
> >Then at least run the following procedure:
> >
> > $ cd openssl
> > $ sh config
>
> $ sh config
> sh: config: Execute permission denied.
>
> Setting the Execute permission and retrying:
>
> $ sh config
> Configuring for hpux-cc
> IsWindows=0
> CC =cc
> CFLAG =-DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit +O4 -Wl,-a,archive
> ...
> ...
> making links in crypto/pem...
> cc -I.. -I../../include -g -c ctx_size.c
> cc: "../../include/md2.h", line 90: error 1000: Unexpected symbol: "*".
> cc: "../../include/md2.h", line 91: error 1000: Unexpected symbol: "*".
> cc: "../../include/md2.h", line 92: error 1000: Unexpected symbol: "MD2_CTX".
>
> Finally cc gives up with too many errors.
>
> Retrying with gcc:
>
> $ sh config
> Configuring for hpux-gcc
> IsWindows=0
> CC =gcc
> CFLAG =-DB_ENDIAN -O3
> ...
> ...
> making links in crypto/pem...
> cc -I.. -I../../include -g -c ctx_size.c
> cc: "../../include/md2.h", line 90: error 1000: Unexpected symbol: "*".
>
> Shouldn�t gcc be invoked here ?
This should now be fixed.
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]