From olivier.daclin@arcanset.fr  Tue Oct 26 13:33:22 1999
Received: from dns.arcanset.fr (IDENT:0@[195.154.202.170])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id NAA16495
	for <prolog@swi.psy.uva.nl>; Tue, 26 Oct 1999 13:33:21 +0200 (MET DST)
Received: from arcanset.fr (Archives-3-221.abo.wanadoo.fr [164.138.59.221])
	by dns.arcanset.fr (8.9.3/8.9.3) with ESMTP id MAA13349
	for <prolog@swi.psy.uva.nl>; Tue, 26 Oct 1999 12:43:35 +0200
Message-ID: <381591D7.A93304B5@arcanset.fr>
Date: Tue, 26 Oct 1999 13:34:48 +0200
From: Olivier Daclin <olivier.daclin@arcanset.fr>
X-Mailer: Mozilla 4.5 [fr] (Win98; I)
X-Accept-Language: fr
MIME-Version: 1.0
To: prolog@swi.psy.uva.nl
Subject: unsubscribe
References: <38151345.7699745B@nchc.gov.tw> <99102610395601.06053@gollem>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit



Jan Wielemaker a écrit :

> On Tue, 26 Oct 1999, Charlie H. Chang wrote:
> >Hi,
> >I have been trying to compile SWI-Prolog 3.2.9 on my
> >SGI O2 running IRIX 6.5.5f ...
> >I got a 'core' while running 'configure' with
> >--disable-mapped-stacks and --disable-readline.
> >And the 'make' will stop at the command:
> >
> >   ./pl -O -o pl.prc  -b ../boot/init.pl
> >with the following message:
> >"*** Termination code 9  (bu21)"
> >
> >Has anyone ever successfully made the SWI-prolog
> >run on IRIX 6.5.x ?? By the way, I use the MIPS pro
> >7.2.1.3m C/C++ compiler.
>
> These problems have been found (probably) and fixed in pl-3.3.0.
> This version is not yet official, but you can pick an unofficial
> copy from
>
>         http://gollem.swi.psy.uva.nl/pub/pl/
>
> Please note that a lot of things have changed in version 3.3.  Check
> the ChangeLog.  The most important compatibility change is that
> atom_chars/2 is now ISO compliant and atom_codes/2 does what the
> old atom_chars/2 does.  In general, a global replace of atom_chars
> by atom_codes should do the trick.  If you don't want to change
> source-code, you can add:
>
> user:goal_expansion(atom_chars(A,B), atom_codes(A,B)).
>
> Please let me know whether these problems are solved.  Most important
> changes are to the internals of the I/O, which is now based on the
> open/close model with explicit streams with the Edinburgh see/tell
> model build on top of this rather then the other way around.
>
>         Regards --- Jan
>
> ----------------
> * To UNSUBSCRIBE, please use the HTML form at
>
>     http://www.swi.psy.uva.nl/projects/SWI-Prolog/index.html#mailinglist
>
> or send mail to prolog-request@swi.psy.uva.nl using the Subject: "unsubscribe"
> (without the quotes) and *no* message body.
>
> ** An ARCHIVE of this list is maintained at
>
>     http://www.swi.psy.uva.nl/projects/SWI-Prolog/mailinglist/archive/

