Title: RE: build in HP using aCC compiler
Mark,
 
I tried both 3.25 and 3.31, but both give me different error messages. I am compiling openssl-0.9.6a.
 
I printed the error message from 3.25 below, hope you can give me a hand to solve this problem. I created a soft link cc to aCC. I have used all the default configure flags from openssl makefile for ANSI C. I think this might be the problem, but because I am not fimiliar with aCC, I don't know what configuration options should I change. If possible, would you please let me know your configure options?
 
Thanks a lot for your help. I am struggling with this for days.
 
cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL -D_REENTRANT +O3  -z  +DAportable +Olibcalls -Ae -Aa  +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c cryptlib.c
aCC: warning 901: unknown option: `-Ae': use +help for online documentation.
        cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL -D_REENTRANT +O3  -z  +DAportable +Olibcalls -Ae -Aa  +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c mem.c
aCC: warning 901: unknown option: `-Ae': use +help for online documentation.
        cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL -D_REENTRANT +O3  -z  +DAportable +Olibcalls -Ae -Aa  +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c mem_dbg.c
aCC: warning 901: unknown option: `-Ae': use +help for online documentation.
Error 212: "mem_dbg.c", line 321 # Argument type 'unsigned long (app_mem_info_st *)' does not match expected parameter type
    'unsigned long (*)()'.
                            if ((amih=lh_new(app_info_hash,app_info_cmp)) == NULL)
                                             ^^^^^^^^^^^^^                       
Error 212: "mem_dbg.c", line 321 # Argument type 'int (app_mem_info_st *,app_mem_info_st *)' does not match expected parameter type
    'int (*)()'.
                            if ((amih=lh_new(app_info_hash,app_info_cmp)) == NULL)
                                                           ^^^^^^^^^^^^          
Error 212: "mem_dbg.c", line 414 # Argument type 'unsigned long (mem_st *)' does not match expected parameter type 'unsigned long
    (*)()'.
                                    if ((mh=lh_new(mem_hash,mem_cmp)) == NULL)
                                                   ^^^^^^^^                  
Error 212: "mem_dbg.c", line 414 # Argument type 'int (mem_st *,mem_st *)' does not match expected parameter type 'int (*)()'.
                                    if ((mh=lh_new(mem_hash,mem_cmp)) == NULL)
                                                            ^^^^^^^          
Kate
-----Original Message-----
From: Mark Annal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 4:26 PM
To: [EMAIL PROTECTED]
Subject: RE: build in HP using aCC compiler

I'm building on HP-UX 11.0 using aCC 3.25 with no issues.

_________________________________________________________________

Mark Annal                       e-mail: [EMAIL PROTECTED]
TARGUSinfo                       phone : (716) 598-7011
255 Woodcliff Drive              fax   : (716) 598-7001
Fairport, NY 14450               web   : www.targusinfo.com
_________________________________________________________________


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Wang, Kate
Sent: Tuesday, November 13, 2001 6:37 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: build in HP using aCC compiler


Hi,

Has anyone been able to build openssl on HP using aCC(c++) compiler?

Thanks.
kate
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to