From jan@swi.psy.uva.nl  Fri Jun 25 16:22:09 1999
Received: from gollem.swi.psy.uva.nl (jan@gollem.swi.psy.uva.nl [145.18.114.15])
	by swi.swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id QAA12178
	for <prolog@swi.psy.uva.nl>; Fri, 25 Jun 1999 16:22:09 +0200 (MET DST)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.8.8/8.8.8) id QAA17396;
	Fri, 25 Jun 1999 16:23:47 +0200
From: Jan Wielemaker <jan@swi.psy.uva.nl>
To: prolog@swi.psy.uva.nl, "Πέτρος Τσέλιος" <tpe@aegean.gr>
Subject: Re: Compilation Problem. Still stucked
Date: Fri, 25 Jun 1999 16:21:38 +0200
X-Mailer: KMail [version 0.7.9]
Content-Type: text/plain
References: <000401bebf14$d6781e40$84c278d4@wmstr>
MIME-Version: 1.0
Message-Id: <99062516234708.14405@gollem>
Content-Transfer-Encoding: 8bit

On Thu, 24 Jun 1999, Πέτρος Τσέλιος wrote:
>Here are the messages that I receive when I try to compile the "Calc" example. Any ideas about the problem?
>
>The "autoexec.bat" file has all the appropriate "set" commands. (Those that I read from the SWI readme as well as the sets from the VC 5 message after the installation. 
>
>command line:plld -v calc calc.cpp calc.pl

plld -v -o calc calc.cpp calc.pl

(i.e. you omitted -o to tell the output file)  Is there an error in the
documentation somewhere?

	--- Jan

