From Csaba.Veres@dsto.defence.gov.au  Thu Sep 23 02:10:05 1999
Received: from digger1.defence.gov.au (firewall-user@digger1.defence.gov.au [203.5.217.4])
	by swi.psy.uva.nl (8.9.3/8.9.3) with SMTP id CAA10164
	for <prolog@swi.psy.uva.nl>; Thu, 23 Sep 1999 02:10:01 +0200 (MET DST)
Received: by digger1.defence.gov.au; id JAA00328; Thu, 23 Sep 1999 09:38:43 +0930
Received: from dsto-ms2.dsto.defence.gov.au(131.185.2.150) by digger1.defence.gov.au via smap (V4.2)
	id xma002931; Thu, 23 Sep 99 09:30:38 +0930
Received: from mail.cer.defence.gov.au (unverified [203.5.247.15]) by dsto-ms2.dsto.defence.gov.au
 (Integralis SMTPRS 2.0.15) with ESMTP id <B0000514280@dsto-ms2.dsto.defence.gov.au> for <prolog@swi.psy.uva.nl>;
 Thu, 23 Sep 1999 09:28:17 +0930
Received: from exchsa1.dsto.defence.gov.au (exchsa1.dsto.defence.gov.au [131.185.2.94])
	by mail.cer.defence.gov.au (8.9.3/8.9.3) with ESMTP id JAA28301
	for <prolog@swi.psy.uva.nl>; Thu, 23 Sep 1999 09:26:22 GMT
Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by exchsa1.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2232.9)
	id TNBHP5RS; Thu, 23 Sep 1999 09:29:57 +0930
Received: from dsto.defence.gov.au (itd4.dsto.defence.gov.au [131.185.10.160])
	by fang.dsto.defence.gov.au (8.8.5/8.8.5) with ESMTP id JAA03087
	for <prolog@swi.psy.uva.nl>; Thu, 23 Sep 1999 09:30:03 +0930 (CST)
Sender: veresc@fang.dsto.defence.gov.au
Message-Id: <37E96D80.E4997C5A@dsto.defence.gov.au>
Date: Thu, 23 Sep 1999 09:30:00 +0930
From: Csaba Veres <Csaba.Veres@dsto.defence.gov.au>
Organization: DSTO
X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.5 sun4m)
X-Accept-Language: en
MIME-Version: 1.0
To: prolog@swi.psy.uva.nl
Subject: Re: Problems whith porting Prolog on SGI platform
References: <37E8EB94.8C357DB4@nlr.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I had exactly the same problem trying to compile it on a Sparc/Linux platform. I
submitted a bug report, but have not heard anything.

I asked a C/C++  programmer at work, and all he could suggest is that maybe the
gcc on this platform was buggy. Maybe same applies to your case?

Csaba



Johan van Rijn wrote:

> Hello,
>
> I seem to have problems whith porting prolog on a SGI Indy or O2.
>
> It does not matter if use gmake or make, both endup with:
>
> ar x `gcc -print-libgcc-file-name` frame.o
> gcc -c -I. -I. -I./rc -Wall -O2   pl-main.c -o pl-main.o
> gcc -c -I. -I. -I./rc -Wall -O2   pl-extend.c -o pl-extend.o
> gcc -export-dynamic  -o pl -Lrc pl-atom.o pl-wam.o pl-stream.o
> pl-error.o pl-arith.o pl-bag.o pl-comp.o pl-rc.o pl-dwim.o pl-ext.o
> pl-file.o pl-flag.o pl-fmt.o pl-funct.o pl-gc.o pl-glob.o pl-itf.o
> pl-list.o pl-load.o pl-modul.o pl-op.o pl-os.o pl-prims.o pl-pro.o
> pl-proc.o pl-prof.o pl-read.o pl-rec.o pl-rl.o pl-setup.o pl-sys.o
> pl-table.o pl-trace.o pl-util.o pl-wic.o pl-write.o pl-term.o
> pl-buffer.o pl-thread.o   frame.o pl-main.o pl-extend.o -lrc -ldl
> -ltermcap -lm
> ld32: WARNING 1: Unknown option: export-dynamic (ignored).
> ld32: WARNING 84: /usr/lib32/libdl.so is not used for resolving any
> symbol.
> ./pl -O -o pl.prc -b ../boot/init.pl
> gmake: *** [pl.prc] Bus error (core dumped)
>
> Also if i try to execute pl it will core dump.
>
> If any clues or hits i whould be greatfull.
>
> BVD.
>
> --
> Johan van Rijn
>
> ----------------
> * 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/

