From jan@swi.psy.uva.nl Wed Sep 26 14:01:25 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f8QC1Pv14243;
	Wed, 26 Sep 2001 14:01:25 +0200 (MET DST)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f8QC1Pr18018;
	Wed, 26 Sep 2001 14:01:25 +0200
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Partsakoulakis Ioannis <jpar@aegean.gr>, prolog@swi.psy.uva.nl
Subject: Re: [SWIPL] help!
Date: Wed, 26 Sep 2001 14:00:02 +0200
X-Mailer: KMail [version 1.0.29.2]
Content-Type: text/plain
References: <81FBBA8C21B9D311A6E500508B6144AA1201E6@eupalinos.aegean.gr>
In-Reply-To: <81FBBA8C21B9D311A6E500508B6144AA1201E6@eupalinos.aegean.gr>
MIME-Version: 1.0
Message-Id: <0109261401250C.15353@gollem>
Content-Transfer-Encoding: 8bit

On Thu, 06 Sep 2001, Partsakoulakis Ioannis wrote:
>I 've made a C program that calls prolog and I want to run this program on a
>machine that does not have SWI-Prolog installed. How can I do this?

Have a look at the chapter on `embedding' and the plld
utility documentation.  If the program conistists of only C and Prolog
code it is rather simple.

	--- Jan

