From konik@umich.edu Mon Aug 13 20:42:32 2001
Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f7DIgWb09618
	for <prolog@swi.psy.uva.nl>; Mon, 13 Aug 2001 20:42:32 +0200 (MET DST)
Received: from TERN (tern.eecs.umich.edu [141.213.12.127])
	by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id OAA03360
	for <prolog@swi.psy.uva.nl>; Mon, 13 Aug 2001 14:42:30 -0400 (EDT)
From: "Tolga Konik" <konik@umich.edu>
To: "SWI Mailing List" <prolog@swi.psy.uva.nl>
Date: Mon, 13 Aug 2001 14:43:59 -0400
Message-ID: <NEBBLPCJCHMNCECAGHJJAEGLCBAA.konik@umich.edu>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
In-Reply-To: <3B77BB2F.4F1B3E45@tiscalinet.it>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006
Subject: [SWIPL] loading a foreign library for qsave_program

I try to compile the following as a standby program.

call_prolog_help:-
	help.

:-qsave_program(x,[toplevel(call_prolog_help)]).

----------


when it runs as stand alone, i receive the error that the library
foreign(pl2xpce) does not exists. It seems that some of the neccessarily
libraries are not loaded automatically. Any suggestions?

- tolga

