public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libgcj/2715: Can't compile on Redhat 6.2
@ 2001-05-03 10:46 Tom Tromey
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2001-05-03 10:46 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR libgcj/2715; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: jddahl <jddahl@micron.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libgcj/2715: Can't compile on Redhat 6.2
Date: 03 May 2001 11:48:11 -0600

 >>>>> "Jeff" == jddahl  <jddahl@micron.com> writes:
 
 Jeff> That was it!  Thanks.
 
 I'm going to close the PR.
 
 Jeff> When trying to compile with the following command:
 Jeff> gcj -c -d /u/jddahl/java/objects.linux/test/core
 Jeff> /u/jddahl/java/sources/test/core/InitializationException.java
 Jeff> the .o file is place in the current directory, not
 Jeff> /u/jddahl/java/objects.linux/test/core.
 Jeff> Is there a fix?
 
 The -d flag only affects bytecode output.  I know this seems weird
 from a Java point of view but it is how the rest of gcc works.  You
 can use the -o flag to position the .o file:
 
 gcj -c /u/jddahl/java/sources/test/core/InitializationException.java \
     -o /u/jddahl/java/sources/test/core/InitializationException.o
 
 Tom


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: libgcj/2715: Can't compile on Redhat 6.2
@ 2001-05-03 11:26 jddahl
  0 siblings, 0 replies; 5+ messages in thread
From: jddahl @ 2001-05-03 11:26 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR libgcj/2715; it has been noted by GNATS.

From: jddahl <jddahl@micron.com>
To: "'tromey@redhat.com'" <tromey@redhat.com>, jddahl <jddahl@micron.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: RE: libgcj/2715: Can't compile on Redhat 6.2
Date: Thu, 3 May 2001 12:20:36 -0600 

 Thanks for the tip.  I'll use the -o flag.
 
 -Jeff
 
 -----Original Message-----
 From: Tom Tromey [ mailto:tromey@redhat.com ]
 Sent: Thursday, May 03, 2001 11:48 AM
 To: jddahl
 Cc: gcc-gnats@gcc.gnu.org
 Subject: Re: libgcj/2715: Can't compile on Redhat 6.2
 
 
 >>>>> "Jeff" == jddahl  <jddahl@micron.com> writes:
 
 Jeff> That was it!  Thanks.
 
 I'm going to close the PR.
 
 Jeff> When trying to compile with the following command:
 Jeff> gcj -c -d /u/jddahl/java/objects.linux/test/core
 Jeff> /u/jddahl/java/sources/test/core/InitializationException.java
 Jeff> the .o file is place in the current directory, not
 Jeff> /u/jddahl/java/objects.linux/test/core.
 Jeff> Is there a fix?
 
 The -d flag only affects bytecode output.  I know this seems weird
 from a Java point of view but it is how the rest of gcc works.  You
 can use the -o flag to position the .o file:
 
 gcj -c /u/jddahl/java/sources/test/core/InitializationException.java \
     -o /u/jddahl/java/sources/test/core/InitializationException.o
 
 Tom


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: libgcj/2715: Can't compile on Redhat 6.2
@ 2001-05-03  9:36 jddahl
  0 siblings, 0 replies; 5+ messages in thread
From: jddahl @ 2001-05-03  9:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libgcj/2715; it has been noted by GNATS.

From: jddahl <jddahl@micron.com>
To: "'tromey@redhat.com'" <tromey@redhat.com>, jddahl <jddahl@micron.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: RE: libgcj/2715: Can't compile on Redhat 6.2
Date: Thu, 3 May 2001 10:35:31 -0600 

 That was it!  Thanks.
 
 When trying to compile with the following command:
 
 gcj -c -d /u/jddahl/java/objects.linux/test/core
 /u/jddahl/java/sources/test/core/InitializationException.java
 
 the .o file is place in the current directory, not
 /u/jddahl/java/objects.linux/test/core.
 
 Is there a fix?
 
 Thanks,
 Jeff
 
 -----Original Message-----
 From: Tom Tromey [ mailto:tromey@redhat.com ]
 Sent: Wednesday, May 02, 2001 2:06 PM
 To: jddahl@micron.com
 Cc: gcc-gnats@gcc.gnu.org
 Subject: Re: libgcj/2715: Can't compile on Redhat 6.2
 
 
 >>>>> ">" == jddahl  <jddahl@micron.com> writes:
 
 >> Originator:     jddahl@micron.com
 
 >> Redhat 6.2
 >> ../../../../gcc/libjava/resolve.cc: In function `_Jv_word 
 >>    _Jv_ResolvePoolEntry(java::lang::Class*, int)':
 >> ../../../../gcc/libjava/resolve.cc:134: Internal compiler error in 
 >>    c_expand_expr, at c-common.c:4271
 
 You don't say what snapshot you are using.
 I believe this particular bug was fixed sometime yesterday.
 Could you try a more recent snapshot?
 
 Tom


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libgcj/2715: Can't compile on Redhat 6.2
@ 2001-05-02 12:56 Tom Tromey
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2001-05-02 12:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libgcj/2715; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: jddahl@micron.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libgcj/2715: Can't compile on Redhat 6.2
Date: 02 May 2001 14:05:54 -0600

 >>>>> ">" == jddahl  <jddahl@micron.com> writes:
 
 >> Originator:     jddahl@micron.com
 
 >> Redhat 6.2
 >> ../../../../gcc/libjava/resolve.cc: In function `_Jv_word 
 >>    _Jv_ResolvePoolEntry(java::lang::Class*, int)':
 >> ../../../../gcc/libjava/resolve.cc:134: Internal compiler error in 
 >>    c_expand_expr, at c-common.c:4271
 
 You don't say what snapshot you are using.
 I believe this particular bug was fixed sometime yesterday.
 Could you try a more recent snapshot?
 
 Tom


^ permalink raw reply	[flat|nested] 5+ messages in thread

* libgcj/2715: Can't compile on Redhat 6.2
@ 2001-05-02 10:16 jddahl
  0 siblings, 0 replies; 5+ messages in thread
From: jddahl @ 2001-05-02 10:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2715
>Category:       libgcj
>Synopsis:       Can't compile on Redhat 6.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 02 10:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     jddahl@micron.com
>Release:        unknown-1.0
>Organization:
>Environment:
Pentium III
Redhat 6.2
>Description:
../../../../gcc/libjava/resolve.cc: In function `_Jv_word 
   _Jv_ResolvePoolEntry(java::lang::Class*, int)':
../../../../gcc/libjava/resolve.cc:134: Internal compiler error in 
   c_expand_expr, at c-common.c:4271
>How-To-Repeat:
Trying to follow the instructions at:
http://gcc.gnu.org/java/build-snapshot.html
First, now you have to download the entire repository, not just
a snapshot.
Step 3 doesn't make any sense if you don't have a snapshot.
Step 5 fails at:
make bootstrap
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-03 11:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-03 10:46 libgcj/2715: Can't compile on Redhat 6.2 Tom Tromey
  -- strict thread matches above, loose matches on Subject: below --
2001-05-03 11:26 jddahl
2001-05-03  9:36 jddahl
2001-05-02 12:56 Tom Tromey
2001-05-02 10:16 jddahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).