From tpe@aegean.gr  Fri Jun 25 16:12:22 1999
Received: from pythagoras.aegean.gr (pythagoras.aegean.gr [195.251.160.1])
	by swi.swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id QAA11821
	for <prolog@swi.psy.uva.nl>; Fri, 25 Jun 1999 16:12:21 +0200 (MET DST)
Received: from wmstr (xtr384.x-treme.gr [212.120.194.132]) by pythagoras.aegean.gr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id MYRRSYFD; Fri, 25 Jun 1999 17:12:15 +0300
Message-ID: <000401bebf14$d6781e40$84c278d4@wmstr>
From: "=?iso-8859-7?B?0N308e/yINTz3evp7/I=?=" <tpe@aegean.gr>
To: "SWI Prolog List" <prolog@swi.psy.uva.nl>
Subject: Compilation Problem. Still stucked
Date: Thu, 24 Jun 1999 13:16:04 +0300
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-7"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.2106.4
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by swi.swi.psy.uva.nl id QAA11821

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
------------------------------------------Messages-----------------------------------------------
LINK : fatal error LNK1181: cannot open input file "calc.obj"
 eval `plcon.exe -dump-runtime-variables`
  CC="cl"
  PLBASE="c:/langs/pl"
  PLARCH="i386-win32"
  PLLIBS=""
  PLLDFLAGS=""
 c++ -c -D__SWI_PROLOG__ -D__SWI_EMBEDDED__ -Ic:/langs/pl/include -o calc.obj calc.cpp
 LIB=c:\langs\pl\lib;C:\Langs\DevStudio\VC\LIB;C:\Langs\DevStudio\VC\MFC\LIB;;\VC\LIB;\VC\MFC\LIB;c:\langs\pl\lib
 link.exe /out:ctmp--1912473  /nologo calc.obj libpl.lib
 plcon.exe -f none -F none -g true -t "consult(['calc.pl']),qsave_program('pltmp--1912473',[goal='\$welcome',toplevel=prolog,initfile=none])"
 copy /b ctmp--1912473+pltmp--1912473 plout.exe
 rm -f calc.obj
 rm -f ctmp--1912473
 rm -f ctmp--1912473.exp
 rm -f ctmp--1912473.lib
 rm -f pltmp--1912473

Peter Tselios

