Hi again Richard,

something else I've noticed while playing around with my own issues.

During the build I get an occasional

  %DCL-W-TKNOVF, command element is too long - shorten

apparently when attempting a WRITE SYS$OUTPUT as in

An example is [.APPS]MAKEAPPS.COM

  $! Show user the result
  $!
  $ WRITE SYS$OUTPUT "Main Compiling Command: ",CC
  $!

This is because I do my WASD distribution builds using

  $ USER_CCDEFS =
    "_VMS_V6_SOURCE=1,__VMS_VER=60000000,__CRTL_VER=60000000"

(for maximum possible installation base) which must push the CC symbol
very close to the limit.

I have eliminated these messages by substituting a

  WRITE SYS$OUTPUT/SYMBOL

for every

  WRITE SYS$OUTPUT

in all .COM procedures (a mass replacement).

You may wish to provide a more elegant fix or workaround.

Regards, Mark.

+--------------------------------------------------------------------+
 Mark Daniel                         http://wasd.vsm.com.au/adelaide
 mailto:[EMAIL PROTECTED] ([EMAIL PROTECTED])
+--------------------------------------------------------------------+

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

Reply via email to