libgcj/1303: libgcj compilation error on boehm-gc/dyn_load.c
fawcett@uwindsor.ca
fawcett@uwindsor.ca
Wed Dec 20 12:24:00 GMT 2000
>Number: 1303
>Category: libgcj
>Synopsis: libgcj compilation error on boehm-gc/dyn_load.c
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: tromey
>State: feedback
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 20 12:18:51 PST 2000
>Closed-Date:
>Last-Modified: Sun Sep 10 21:40:01 PDT 2000
>Originator: Graham Fawcett
>Release: Libgcj 2.95.1
>Organization:
>Environment:
IRIX 6.5.6 on SGI 02 workstation
>Description:
can't make libgcj due to compiler balking at dyn_load.c.
>How-To-Repeat:
md build ; cd build
../libgjc/configure
gmake
gmake breaks at:
gcc -DNO_EXECUTE_PERMISSION=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I. -I../../../libgcj/boehm-gc -I././targ-include -I./../../../libgcj/boehm-gc/./libc/include -fno-builtin -g -O2 -c -DPIC ../../../libgcj/boehm-gc/dyn_load.c -o .libs/dyn_load.lo
../../../libgcj/boehm-gc/dyn_load.c:396: parse error before `.'
gmake[1]: *** [dyn_load.lo] Error 1
gmake[1]: Leaving directory `/tmp/build/mips-sgi-irix6.5/boehm-gc'
gmake: *** [all-target-boehm-gc] Error 2
>Fix:
>Release-Note:
>Audit-Trail:
Formerly PR libgcj/282
From: Tom Tromey <tromey@cygnus.com>
To: fawcett@uwindsor.ca
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/282: libgcj compilation error on boehm-gc/dyn_load.c
Date: Wed, 12 Jul 2000 11:40:26 -0700 (PDT)
>> Release: Libgcj 2.95.1
>> gcc -DNO_EXECUTE_PERMISSION=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I. -I../../../libgcj/boehm-gc -I././targ-include -I./../../../libgcj/boehm-gc/./libc/include -fno-builtin -g -O2 -c -DPIC ../../../libgcj/boehm-gc/dyn_load.c -o .libs/dyn_load.lo
>> ../../../libgcj/boehm-gc/dyn_load.c:396: parse error before `.'
Is there any way you can try a newer libgcj?
Tom
From: Tom Tromey <tromey@cygnus.com>
To: fawcett@uwindsor.ca
Cc: Java Gnats Server <java-gnats@sourceware.cygnus.com>
Subject: Re: libgcj/282: libgcj compilation error on boehm-gc/dyn_load.c
Date: Fri, 14 Jul 2000 00:05:11 -0700 (PDT)
>>> Is there any way you can try a newer libgcj?
Graham> I got the source through anonymous CVS, as per the
Graham> "Downloading GCJ" page. Wouldn't that be the most recent
Graham> version available? I can try with one of the (older?)
Graham> snapshots if you think that is worth trying.
Yes, that's the newest available. I was just going from your bug
report, which said you were using 2.95.1.
But I'm suprised that you got the error you got on that code.
I looked at dyn_load.c and that particular line doesn't have a "." on
it. (Of course it could involve preprocessor stuff or other problems,
so there's no guarantee about my simple test...)
Is there any way you could look at the code a bit and find the
problem? If not, that's fine -- its just that I'm a bit swamped, so I
doubt I'll be able to debug this any time soon.
Tom
State-Changed-From-To: open->feedback
State-Changed-By: tromey
State-Changed-When: Sun Sep 10 21:38:53 2000
State-Changed-Why:
I'm putting this in `feedback' since there hasn't
been any response for a while, and we're awaiting one.
If this bug was fixed, please drop a line and I will
close the PR. I don't see any problem in the current
cvs code.
From: tromey@cygnus.com
To: fawcett@uwindsor.ca, java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Cc:
Subject: Re: libgcj/282
Date: 11 Sep 2000 04:38:53 -0000
Synopsis: libgcj compilation error on boehm-gc/dyn_load.c
State-Changed-From-To: open->feedback
State-Changed-By: tromey
State-Changed-When: Sun Sep 10 21:38:53 2000
State-Changed-Why:
I'm putting this in `feedback' since there hasn't
been any response for a while, and we're awaiting one.
If this bug was fixed, please drop a line and I will
close the PR. I don't see any problem in the current
cvs code.
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=282&database=java
>Unformatted:
More information about the Gcc-prs
mailing list