- Computes the BSD checksum of a file or files.    Requirements
 ------------- G  The  chksum  help  is  generated  using  TEXT2C, but in principle (and G  unless you modify it) it is already generated.  TEXT2C is available at =         http://nucwww.chem.sunysb.edu/htbin/software_list.cgi     -- VMS  -- 3  CHKSUM requires either MMK or MMS for compilation. C         MMS is  Digital Equipment Corporation, All right reserved. 8         MMK is  MadGoat Software.  All Rights Reserved.
           D  -- Unix --                                                         G  Nothing.   But  the  provide Makefile does not take care of formatting 6  help and/or the quick help produced by the -h option.  	 Platforms 	 ---------  	 G  It  has  been  tested  on  VAX OpenVMS 6.1 and Alpha OpenVMS 6.2 using G  respectively VAXC V3.2-044  and  DECC  V5.3-006.   GCC  2.8.0  on  AXP G  OpenVMS7.2  and GCC 2.1.0 on VAX (OpenVMS 6.2), and Digital Unix V4.0D   have also been tested.   G  VMS  Provided  executables  and  objects  produced by DECC and VAXC on A  OpenVMS6.2. chksum executable is a Digital Unix 4.0D executable.      Compilation  -----------   -- VMS  -- 	   $ @MAKE   or    $ @MAKE {DECC|VAXC|GCC}     -- Unix --   try % make    	    VMS Installation ----------------  You can either 5  - Define a global symbol CHKSUM :== $dev:[dir]CHKSUM 4  - Place the executable in DCL$PATH (VMS 6.2 and up)$  - Insert the following in DCLTABLES         define verb CHKSUM%                 image dev:[dir]CHKSUM !                 cliflags(foreign)   G  (no need to specify that you should copy the proper .exe* suitable for    your platform i.e.  AXP or VAX)  G  An  help  file  is  also  provided.   Insert it in your preferred help 	  library.    Unix Installation  ----------------- G  Suggested  path  :   add  the chksum program in /usr/local/bin and the %  manpages in /usr/local/man/man1 i.e.   % cp chksum /usr/local/bin/1  % cp chksum.man /usr/local/bin/man/man1/chksum.1         KnownProblem ------------  G  GNU  C  compiler  under  VMS  returns $STATUS=%X00000002 on a returned G  value of 0. If you know how to fix that, I'll be glad to hear  it  but G  this  does  not  appear  to  be a serious problem and GCC VMS is a low !  priority maintainance right now.      Author ------  Original author unknown. H  Current program written by Jrme LAURET ; jlauret@mail.chem.sunysb.edu  G  Please,  send comments/suggestions/flame/blame/curses to me.  They are G  all welcomed and will help other  people  in  future  by  making  this   software better.      History  ------- &  23-Mar-2000	Added Wildcard under VMS.=  13-Apr-2000	Added MD5 checksum. Supressed GNU C executables.   