Return-Path: <John.Harrison-request@cl.cam.ac.uk>
Delivery-Date: 
Received: from leopard.cs.byu.edu (no rfc931) by swan.cl.cam.ac.uk 
          with SMTP (PP-6.5) outside ac.uk; Fri, 29 Oct 1993 17:39:25 +0000
Received: by leopard.cs.byu.edu (1.37.109.4/16.2) id AA25032;
          Fri, 29 Oct 93 11:27:40 -0600
Sender: info-hol-request@leopard.cs.byu.edu
Errors-To: info-hol-request@leopard.cs.byu.edu
Precedence: bulk
Received: from dworshak.cs.uidaho.edu by leopard.cs.byu.edu 
          with SMTP (1.37.109.4/16.2) id AA25028; Fri, 29 Oct 93 11:27:30 -0600
Received: from research.att.com by dworshak.cs.uidaho.edu 
          with SMTP (1.37.109.4/16.2) id AA23088; Fri, 29 Oct 93 10:24:11 -0700
Received: by inet; Fri Oct 29 13:23 EDT 1993
Received: by hunny.research.att.com (/\==/\ Smail3.1.25.1 #25.11) 
          id <m0osxYp-00042TC@hunny.research.att.com>; Fri, 29 Oct 93 13:24 EDT
Received: from tiree.att.com by nfs.research.att.com 
          with smtp (Smail3.1.28.1 #12) id m0osxYx-0000kLC;
          Fri, 29 Oct 93 13:24 EDT
Message-Id: <m0osxYx-0000kLC@nfs.research.att.com>
Date: Fri, 29 Oct 93 13:24 EDT
From: elsa@research.att.com (Elsa Gunter)
Received: by tiree.att.com (4.1/SMI-4.1) id AA00641; Fri, 29 Oct 93 13:22:02 EDT
To: info-hol@cs.uidaho.edu, d_ellis@ricks.enet.dec.com
Subject: hol90.6 at ATT

Dear HOL community:
  A while ago (a few months) a version of hol90.6 was put up on
research.att.com which had a bug in it that cause the system build to
crash in the very final steps of building.  I had actually attempted
to build the system and had it crash on me, but I negligently forgot
to remove the file hol90.6.tar.Z from the ftp site.  Thanks to Konrad,
the bug has been fixed and a new version of hol90.6 now exists.  I
have checked it by building it in various modes on various machines
here at ATT, and it checks out as being quite robust.  However, I
suffer a problem at ATT at present.  The network here has been
seriously disconnected and it is impossible for me to gain internal
access to the ftp site to remove the bad version and replace it with
the corrected one.  To help those who picked up the bad version, I
have ftped a copy the correct version of hol90.6.tar.Z into 

	   research.att.com:dist/ml/incoming/hol90.6.tar.Z

from where you should be able to annonymously ftp it.

CAUTION: DO NOT ftp the version of hol90.6 from dist/ml/hol90


The fix to hol90.6 is quite small, and I enclose it here for those who
would prefer to do a little hacking than to do an ftp.

Fix: in the file hol90.6/src/3/sys_lib.sml, line 29, replace

    else Library.find_library "HOL";

by

    else let val h_lib = Library.find_library "HOL"
         in Library.move_library(h_lib, !Globals.HOLdir);
            h_lib
         end;

If you have any trouble with any of the above, please feel free to
contact me.
				---Elsa

				elsa@research.att.com



