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 ?

BTW, OpenSSL-0.9.1c and earlier built fine with "./Configure hpux-gcc".

Georg
----
Dipl.Ing. Georg Gollmann                TU-Wien, Zentraler Informatikdienst

phon:(+43-1) 58801 - 42022
fax: (+43-1) 58801 - 42099
mail:[EMAIL PROTECTED]
http://macos.tuwien.ac.at/Gollmann.html
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to