On Thu, Sep 12, 2002 at 05:01:32PM +0200, [EMAIL PROTECTED] wrote:
> I am having the following problems on an HP-UX 11.0 box, when installing
> openssl.
> making all in crypto...
> cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL -DCFLAG=+z
> -D_REENTR
> ANT +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
> -DMD32
> _XARRAY -c cryptlib.c
> (Bundled) cc: warning 480: The +O3 option is available only with the C/ANSI
> C pr
> oduct; ignored.
...
> cpp: "cryptlib.c", line 104: warning 2013: Unknown preprocessing directive.
> (Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will
> bec
> ome a keyword.
> (Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected
> symb
> ol: "char".
...
You cannot build openssl with HP's bundled C compiler, which only supports
K&R. You need an ANSI C compiler. Either buy HP's unbundled ANSI C compiler
or use gcc.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]