From dwages@Avaya.com Thu Mar 29 18:16:38 2001
Received: from iere.net.avaya.com (iere.net.avaya.com [198.152.12.101])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f2TGGb315429;
	Thu, 29 Mar 2001 18:16:37 +0200 (MET DST)
Received: from iere.net.avaya.com (localhost [127.0.0.1])
	by iere.net.avaya.com (8.11.2/8.9.3) with ESMTP id f2TGG5r10567;
	Thu, 29 Mar 2001 11:16:05 -0500 (EST)
Received: from bighorn.dr.avaya.com (h135-9-1-59.avaya.com [135.9.1.59])
	by iere.net.avaya.com (8.11.2/8.9.3) with SMTP id f2TGG4g10549;
	Thu, 29 Mar 2001 11:16:04 -0500 (EST)
Received: from COF110DWAGES by bighorn.dr.avaya.com (SMI-8.6/EMS-1.5 sol2)
	id JAA00200; Thu, 29 Mar 2001 09:16:30 -0700
Reply-To: <dwages@Avaya.com>
From: "Danny Wages" <dwages@Avaya.com>
To: <prolog@swi.psy.uva.nl>
Cc: "'Jan Wielemaker'" <jan@swi.psy.uva.nl>
Date: Thu, 29 Mar 2001 09:16:51 -0700
Message-ID: <002d01c0b86b$aa72b6f0$03270987@COF110DWAGES>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Subject: [SWIPL] Trying to build Multi-thread version


Jan,
    I posted this to the mailing list but did not receive a response. I get
the error below when I try to build a multi-thread version of pl on linux.
If I remove the offending line from init.pl, the system seems to build but
the thread predicates are not present in the executable. 

Regards,

    Danny Wages

Danny Wages :- Avaya Communication, 303-538-3972, dwages@Avaya.com

-----Original Message-----
From: Danny Wages [mailto:dwages@Avaya.com]
Sent: Monday, March 26, 2001 10:23 AM
To: SWI SWI (E-mail)
Subject: [SWIPL] Cannot build Multi-threading version


I am trying to build a multi-threading version of SWI-Prolog 4.0.2 on Linux
7.0. The standard build works fine but if I build the Multi-thread version
as:

configure --enable-mt
make clean
make
.
.
.
Loading boot file...
[PROLOG SYSTEM ERROR: Thread 1
    Undefined predicate: system:print_message/2

PROLOG STACK:
    (1) system:format(Loading boot file...~n,[])
]

I am not sure why print_message is not defined in this case. Any help would
be appreciated.

Danny Wages :- Avaya Communication, 303-538-3972, dwages@Avaya.com


