00binary.vms
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:5k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. First information about the binary distribution of VMS UnZip 5.4
  2. ----------------------------------------------------------------
  3. This archive comes in different variations:
  4.  "unz540x-vms-<cpu-compiler>-{obj|exe}.exe",
  5.  and
  6.  "unz540x-vms-<cpu-compiler>-obj.bck",
  7.  where <cpu-compiler> is "axp", "vax-decc", or "vax-vaxc", depending on
  8.  the environment used for creating the binaries.
  9.  ...-obj.exe denotes object library distributions that require
  10.  a link step on the local machine.
  11.  ...-exe.exe denotes "ready-to-run" executable distributions, that do
  12.  not require additional work. The caveat of these executable distribution
  13.  is that they do not run on VMS versions that are older than the system
  14.  used for building the executables (typical error message: "shareable
  15.  library mismatch").
  16.  ...-obj.bck are uncompressed VMS backup saveset distributions of the
  17.  object libraries.  They are much larger than the self-extracting Zip
  18.  archives and are only supplied for people with (old) versions of VMS
  19.  where the supplied SFX archives do not work. Therefore, if you already
  20.  have an old version of UnZip for VMS (5.0p1, better: 5.2), the better
  21.  choice is to fetch the Zip SFX archive and extract it manually, using
  22.  the older VMS UnZip program.
  23.  Note that backup savesets are 32256-bytes-fixed-length-record files;
  24.  when tranfered via binary FTP, the  resulting file's record format is
  25.  usually 512-bytes-fixed-length.  Before extracting them with BACKUP, the
  26.  record size of the saveset has to be restored to 32256 bytes (best done
  27.  with the public domain "FILE" utility, available from DECUS; or found on
  28.  ftp.wku.edu.).  The contents of these  saveset are identically to the
  29.  corresponding ...-obj.exe archives.
  30. Contents of the "vms" executables self extracting archives
  31. for UnZip 5.4:
  32. a) common files (documentation etc.):
  33.   00binary.vms         this file
  34.   readme.vms           general VMS info about using UnZip and zipfiles
  35.   readme               what UnZip is; general information
  36.   copying              copyrights and distribution policy
  37.   where                pointer to Zip/UnZip support archives
  38.   makesfx.com          command file to create self-extracting archives
  39.   unzip.doc            UnZip manual page, human-readable format
  40.   unzipsfx.doc         UnZipSFX manual page, human-readable format
  41.   zipinfo.doc          ZipInfo manual page, human-readable format
  42.   3rdparty.bug         known bugs in PK[UN]ZIP, WinZip, etc.
  43.   unzip.hlp            UnZip help module, for default command interface
  44.   unzip_cli.hlp        UnZip help module, for VMSCLI command interface
  45.   unzipsfx.hlp         UnZipSFX pre-formatted help page
  46. b) object library distributions:
  47.   link_unz.com         command procedure for the linking step
  48.   vms/unzip.opt        auxiliary files required for linking step
  49.   vms/unzipsfx.opt        ...
  50.   unzip.<cpu_compiler>_olb         object libraries for UnZip and UnZipSFX
  51.   unzipsfx.<cpu_compiler>_olb      (both command interfaces)
  52.   unzipcli.<cpu_compiler>_olb      additional object libraries for UnZip and
  53.   unzsfxcli.<cpu_compiler>_olb     UnZipSFX, VMSCLI (DCL like) interface
  54. c) executable distributions:
  55.   unzip.exe            UnZip executable, default command interface
  56.   unzipsfx.exe         UnZipSFX executable, default command interace
  57.   unzip_cli.exe        UnZip executable, VMSCLI command interface
  58.   (To save space, unzipsfx_cli.exe has been omitted from the executable
  59.   distributions. The command interface of the SFX stubs is of minor
  60.   importance, anyway, since it cannot be used without first defining a
  61.   "foreign command" to run the SFX archive. In most cases, it is much
  62.   easier to use "$run <zipsfxarchive>.exe" at the command prompt.)
  63.   The binary files "*.<...>_olb" and "*.exe" have been stored in the Zip
  64.   archives with VMS attributes saved! If you extract them using a non-VMS
  65.   port of UnZip, you may get unusable files.
  66. If you decided to fetch the object library distribution, you have to
  67. link the executables on your local site. This requires runtime support
  68. for the C runtime library to be installed, which may not be present
  69. on older VAX VMS systems (prior to VMS 6).
  70. To create the executables, just invoke the "link_unz.com" command procedure.
  71. This will generate all executables (both unzip with UNIX-style command syntax
  72. and with VMSCLI command interface), but note that the executable's
  73. extension is ".<cpu_compiler>_exe"!
  74. In case your system is a VAX and your current working directory carries
  75. both the DEC C and the VAX C object distributions, you have to specify
  76. either "VAXC" or "DECC" to tell link_unz.com which binaries you want
  77. to build.
  78. Additionally, link_unz.com defines foreign commands for the newly linked
  79. executables, so you can test them without any further work.
  80. In order to use the default (UNIX-like) command interface, you can
  81. proceed straight ahead after unpacking the distribution.
  82. If you rather prefer to use the VMSCLI interface, you have to specify
  83. the option "VMSCLI" (or just "CLI") to the command starting link_unz.com.
  84. The executables (object libraries) in this archive have been compiled
  85. with the following options enabled:
  86.  * [decription support]
  87. The environment used for compilation was:
  88. a)  On Alpha AXP :   OpenVMS(AXP) 6.2;  DEC C V 5.6-003
  89. b1) On VAX       :   OpenVMS(VAX) 6.1;  DEC C V 4.0
  90. b2)                       alternatively VAX C V 3.2
  91. One final note:
  92. The binary files of the distribution have been archived with "saving all VMS
  93. attributes" enabled. Please do not repack the binary part of the archives on
  94. a non-VMS system, to prevent corruption of the files.
  95. 04 December 1997, Christian Spieler