Hi,
Unfortunately, Matt's latest fix around CFLAGS define ( for making the build work on Windows) does not help on OpenVMS. The following additional patch is needed. SYSTEM@ia64$ mc DKA0:[UTIL]gdiff.exe -p []makevms.com;1 []makevms.com;2 *** []makevms.com;1 Wed Jan 7 16:00:30 2015 --- []makevms.com;2 Fri Jan 9 19:41:20 2015 *************** $ if (CFLAGS .nes. "") then CFLAGS = C *** 646,652 **** $ CFLAGS = CFLAGS+ "/DEFINE=ZLIB" $ endif $! ! $ WRITE H_FILE "#define CFLAGS" $ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";" $ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'""" $ WRITE H_FILE "#define DATE ""built on: ''TIME'"" " --- 646,652 ---- $ CFLAGS = CFLAGS+ "/DEFINE=ZLIB" $ endif $! ! $ WRITE H_FILE "#define CFLAGS cflags" $ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";" $ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'""" $ WRITE H_FILE "#define DATE ""built on: ''TIME'"" " Please note, the 1.0.0 branch works fine. Regards, Z
_______________________________________________ openssl-dev mailing list openssl-dev@openssl.org https://mta.openssl.org/mailman/listinfo/openssl-dev