users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about compiling of files lgt, pl and c++


From: Paulo Moura
Subject: Re: Question about compiling of files lgt, pl and c++
Date: Fri, 14 Feb 2003 21:04:57 +0000


On Sexta, Fev 14, 2003, at 18:39 Europe/Lisbon, CARLOS EGEA wrote:

I am trying to compile three types of different files
that they are.

  lgt. Logtalk Files
  pl.  Prolog Files.
  cc.  C++ Files.
...
When I try to compile, with the command
 gplc --c-compiler g++ list.lgt ex.pl examp.pl
client.cc

The output gives an error.

Logtalk source files must be compiled by Logtalk. In this case, compiling "list.lgt" will produce a Prolog code file named "list.pl" that can be further compiled with gplc. However, you also need to compile the Logtalk configuration file for GNU Prolog and the Logtalk preprocessor and runtime (contained in the file compiler/logtalk.pl in the current Logtalk distribution).

Paulo


-----------------------------------------------------------
Paulo Jorge Lopes de Moura
Dep. of Informatics                   Office 4.3  Ext. 3257
University of Beira Interior          Phone: +351 275319700
6201-001 Covilhã                      Fax:   +351 275319891
Portugal

<mailto:address@hidden>
<http://www.logtalk.org/pmoura.html>
-----------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]