"Wan-Teh Chang" <[EMAIL PROTECTED]> wrote in message 
> 
> I tried to use aCC as the C compiler (edit
> mozilla/security/coreconf/HP-UX.mk and set
> the make variable 'CC' to aCC), but aCC compiles
> the .c files as C++ code and the build breaks.
> 
> We know for a fact that the C code in NSS cannot
> be compiled as C++ code.  So unless you can find
> an aCC flag that instructs the compiler to compile
> a file as C code, you can't use aCC to compile NSS.
> 


aCC has a flag -Ae which allows it to compile .c files. But 

- I couldn't find it on aCC 3.25 but it was present on aCC 3.39
- it is not fully supported as per manpages.

Anyway I have decided to skip HPUX for the time being. Thanks for your help

Regards,
Pradnyesh
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to