>Has anyone else out there deployed OpenSSL on VAX/VMS. If so, do you use the
>MAKEVMS.COM command script to build the libraries? Any help or hints would
>be very much appreciated.

I've not had any experience with OpenSSL, but I did successfully get SSLeay
running on VMS both on Alpha and VAX.

I started using the DCL command procedures, but I quickly gave up when I
realized that they were cumbersome and hopelessly out of date. Instead, I
ported the Unix makefile to VMS and built things the more "normal" way. (I was
really against compiling one source file that included every other source file
in that particular module.)

On top of that, I used CC/MMS=filename on all the few hundred files to create a
dependency list that I could then hack into the makefile so it'd have the real,
correct dependencies.

--Marc


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

Reply via email to