From dwages@Avaya.com Mon Mar 26 19:22:30 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 f2QHMU313344 for ; Mon, 26 Mar 2001 19:22:30 +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 f2QHM2u28489 for ; Mon, 26 Mar 2001 12:22:02 -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 f2QHM1V28467 for ; Mon, 26 Mar 2001 12:22:01 -0500 (EST) Received: from COF110DWAGES by bighorn.dr.avaya.com (SMI-8.6/EMS-1.5 sol2) id KAA17179; Mon, 26 Mar 2001 10:22:36 -0700 Reply-To: From: "Danny Wages" To: "SWI SWI \(E-mail\)" Date: Mon, 26 Mar 2001 10:22:35 -0700 Message-ID: <000201c0b619$5a7b46c0$03270987@COF110DWAGES> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C0B5DE.AE1EDFC0" 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] Cannot build Multi-threading version This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C0B5DE.AE1EDFC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0003_01C0B5DE.AE1EDFC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am = trying to build=20 a multi-threading version of SWI-Prolog 4.0.2 on Linux 7.0. The standard = build=20 works fine but if I build the Multi-thread version = as:
 
configure=20 --enable-mt
make=20 clean
make
.
.
.
Loading boot=20 file...
[PROLOG SYSTEM=20 ERROR: Thread 1
   =20 Undefined predicate: system:print_message/2
 
PROLOG = STACK:
   =20 (1) system:format(Loading boot file...~n,[])
]
 
I am = not sure why=20 print_message is not defined in this case. Any help would be=20 appreciated.
 
Danny Wages :- Avaya Communication, = 303-538-3972,=20 dwages@Avaya.com
 
------=_NextPart_000_0003_01C0B5DE.AE1EDFC0--