One of our customers uses the DEC C++ (6.0) compiler on VMS. Our code (which uses OpenSSL functions) has to be linked to the customer's software. After customizing the makefile, we have tried to compile the OpenSSL toolkit with the C++ compiler, but there are a lot of typecast problems, and perhaps other kinds of problems we don't know yet. We could port the OpenSSL source file by file, but we don't like that solution, because we have to do it all again in case of an OpenSSL update.
I thought of a few possible (?) solutions (sorry if it's nonsense): - taking our objects/libraries (compiled with our ANSI C compiler) to the customer and try to link it there - perhaps there are compiler options which will make compilation possible - install a ANSI C compiler (GNU) at the customer's site to make it work I wonder if anyone could give us a suggestion to do what' s best? Regards, Peter Aben ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]