Return-Path:
Return-Path: <john.harrison-request@uk.ac.cam.cl>
Received: from ted.cs.uidaho.edu by swan.cl.cam.ac.uk with SMTP (PP-6.0)
          id <16339-0@swan.cl.cam.ac.uk>; Mon, 6 Jan 1992 20:31:36 +0000
Received: by ted.cs.uidaho.edu (15.11/1.34) id AA14005;
          Mon, 6 Jan 92 12:20:49 pst
Sender: info-hol-request@edu.uidaho.cs.ted
Errors-To: info-hol-request@edu.uidaho.cs.ted
Received: from daimi.aau.dk by ted.cs.uidaho.edu (15.11/1.34) id AA14001;
          Mon, 6 Jan 92 12:20:22 pst
Received: from deimos.daimi.aau.dk by daimi.aau.dk with SMTP (5.61++/IDA-1.2.8)
          id AA26841; Sun, 5 Jan 92 16:00:57 +0100
Received: by deimos.daimi.aau.dk (5.64/1.34) id AA02078;
          Sun, 5 Jan 92 15:58:32 +0100
From: sas@dk.aau.daimi
Message-Id: <9201051458.AA02078@deimos.daimi.aau.dk>
Subject: Re: HELP! Trouble in running HOL on NeXT using AKCL-1-599
To: chou@edu.ucla.cs
Date: Sun, 5 Jan 92 15:58:31 MET
Cc: info-hol@edu.uidaho.cs.ted, dmartin@edu.ucla.cs
In-Reply-To: <9201031948.AA20811@maui.cs.ucla.edu>; from "chou@cs.ucla.edu" at Jan 3, 92 11:48 am
X-Mailer: ELM [version 2.3 PL11]

Ching can probably solve his problem in an easier way that changing to
another version of AKCL (if this is not available). I think the problem
arises because the search path is defined to include `~/`. This is done
in the Makefile by the line

          'set_search_path[``; `~/`; `${Theory}/`];;'\

Simply deleting the second element of the list will solve the problem
(who uses the search in their home directory anyway?). If loading the
file `hol-init.ml' is really necessary, it can probably be done manually,
or the file can be placed in the directory which is the current one
when HOL is activated.

Regards,

Sten Agerholm (sas@daimi.aau.dk)
Aarhus University

