From jan@swi.swi.psy.uva.nl Wed Dec  5 15:24:28 2001
Received: from gollem.swi.psy.uva.nl (gollem.swi.psy.uva.nl [145.18.152.30])
	by swi.psy.uva.nl (8.10.2+Sun/8.11.2) with ESMTP id fB5EOSk26280;
	Wed, 5 Dec 2001 15:24:28 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id fB5EORM04404;
	Wed, 5 Dec 2001 15:24:27 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: mfamir@hss.hns.com, Jan Wielemaker <jan@swi.swi.psy.uva.nl>,
   prolog@swi.swi.psy.uva.nl
Subject: Re: Not able to use multithreading features of prolog
Date: Wed, 5 Dec 2001 15:14:57 +0100
X-Mailer: KMail [version 1.0.29.2]
Content-Type: text/plain
References: <65256B19.004B6911.00@sandesh.hss.hns.com>
In-Reply-To: <65256B19.004B6911.00@sandesh.hss.hns.com>
MIME-Version: 1.0
Message-Id: <01120515242709.30497@gollem>
Content-Transfer-Encoding: 8bit

On Wed, 05 Dec 2001, mfamir@hss.hns.com wrote:
>Hi Jan,
>
>I tried the same procedure as specified by you. And the pl-mt was also built
>successfully.
>But, when I run the same, it gives me the following error.
>
>=======================================================
>gagan:mfamir-/user/mfamir/SWIProlog/Prolog-4.0.11/multi>bin
>[FATAL ERROR:
>        Could not find system resources]
>gagan:mfamir-/user/mfamir/SWIProlog/Prolog-4.0.11/multi>
>========================================================
>
>Of course, "bin" above is the link to the "pl-mt" binary. I also tried running
>the binary
>directly but of no avail.
>Also tried after making the packages with same error.

If you did specify a --prefix= option to configure, did you give the
same value for both the single-threading and multi-treading configure
run?  pl-mt and pl should be installed in the same binary directory.

If this doesn't resolve it, send the *exact* commands you gave to
build and install the system and check that the following holds in
the installation directory structure:

..../lib/pl-4.0.11 contains
	./boot32.prc (these are the system resources it is looking for)
	bin/<arch>/pl
	bin/<arch>/pl-mt
	bin/swipl (a little file containing the text "..")

	--- Jan 

