This is a problem for openssl-users... On Thu, Nov 16, 2000 at 12:30:16PM -0500, Castoldi, Gino wrote: > I am having trouble building the OpenSSL libraries. I am running the make > utility on > a HP-UX 11.0 system(S821 series/L2000 server). The output is listed below. ... > cc -I. -I../include -DTHREADS -D_REENTRANT +DA2.0W -g -D_HPUX_SOURCE > -Aa -Ae +ESlit -c cryptlib.c > (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C > product; ignored. > (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C > product; ignored. > (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C > product; ignored. > (Bundled) cc: warning 480: The +ESlit option is available only with the > C/ANSI C product; ignored. This already tells you everything. To compile OpenSSL you need an ANSI C compiler. HP-UX does not ship with an ANSI C compiler since 9.x, the bundled compiler is only for building the kernel. You must either buy HPs ANSI C compiler or install gcc (can be obtained from the HPUX Software Porting and Archive Center at http://hpux.connect.org.uk/ Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
