From kumar%ira.uka.de@RELAY.CS.NET  Mon Apr  2 08:16:24 1990
Received: by iris.ucdavis.edu (5.57/UCD.EECS.2.0)
        id AA05295; Mon, 2 Apr 90 08:16:24 PDT
Received: from relay.cs.net by clover.ucdavis.edu (5.59/UCD.EECS.1.11)
        id AA14624; Mon, 2 Apr 90 08:20:56 PDT
Message-Id: <9004021520.AA14624@clover.ucdavis.edu>
Received: from [129.13.10.90] by RELAY.CS.NET id ab18487; 2 Apr 90 10:16 EDT
Received: from i81s7.ira.uka.de by iraun1.ira.uka.de id aa07321;
          2 Apr 90 17:09 MET DST
Date:     Mon, 2 Apr 90 17:11:42 MET DST
From: Ramayya Kumar <kumar%ira.uka.de@RELAY.CS.NET>
To: info-hol@CLOVER.UCDAVIS.EDU
Subject:  Trouble in creating Libraries for Version 1.11

Dear HOL-users,
I have recently procured a copy of HOL Version 1.11 and have managed
to install hol but not the library. I have been able to create all
the Libraries which are not dependent on "auxiliary". When I cd into
the appropriate directories and make auxiliary it also functions too,
but as soon as the command "load_library `auxiliary`;;" is given in my
HOL system I get the following failure :

*******************************************************************
Version 1.11, built on Mar 21 1990

#load_library `auxiliary`;;
Loading library `auxiliary` ...
Unable to open file for reading.  "/tools/hol/hol88.1.ml"
evaluation failed     lisp error
*******************************************************************

However when I load some other library e.g. sets or group etc. they
function properly like this:

***********************************************************************
#load_library`sets`;;
Loading library `sets` ...
[fasl /tools/hol/hol88.1.11/Library/sets/sets_ml.o]
Theory sets loaded
.......
Library `sets` loaded.
() : void
**********************************************************************

A further clarification is that my HOLdir = /tools/hol/hol88.1.11
I would be grateful if someone could solve this problem. Thanks in
advance!

Kumar

