From: Ancelmo Rodriguez Parra <[EMAIL PROTECTED]> ancelmo> I am trying to install open-ssl, but I get the following errors, any ancelmo> sugestion? Yes, the following lines show that you are using a compiler from the dark ages. The OpenSSL source requires an ANSI C compiler to be compilable. In ANSI C, the keyword "const" is defined. One solution is to get GNU c for HP/UX, you can find precompiled GNU c 2.95.2 for HP/UX 11 at http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-2.95.2/ . ancelmo> cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c cryptlib.c ancelmo> (Bundled) cc: warning 480: The +O3 option is available only with the C/ANSI C product; ignored. ancelmo> (Bundled) cc: warning 480: The +Optrs_strongly_typed option is available only with the C/ANSI C product; ignored. ancelmo> (Bundled) cc: warning 480: The +Olibcalls option is available only with the C/ANSI C product; ignored. ancelmo> (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored. ancelmo> (Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C product; ignored. ancelmo> cpp: "cryptlib.c", line 104: warning 2013: Unknown preprocessing directive. ancelmo> (Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a keyword. ancelmo> (Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected symbol: "char". ancelmo> (Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a keyword. ancelmo> (Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a keyword. ancelmo> (Bundled) cc: error 2017: Cannot recover from earlier errors, terminating. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Software Engineer, Celo Communications: http://www.celocom.com/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
