public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/26878]  New: LibJava not compile
@ 2006-03-26 18:15 zerocool at modemsoft dot it
  2006-03-26 18:23 ` [Bug target/26878] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zerocool at modemsoft dot it @ 2006-03-26 18:15 UTC (permalink / raw)
  To: java-prs

Good evening,

i use a linux box under alpha platform. I try to compile the Gcc 4.03 and in
compilation have this error : 

SAXNotSupportedException.java:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [classes.stamp] Error 1 


I use this option for compile : 

--prefix=/usr                                                                 
--enable-shared 
--with-header 
--enable-threads=posix 
--enable-checking=release 
--enable-tls 
--with-system-zlib
--enable-__cxa_atexit -
-disable-libunwind-exceptions 
--enable-libgcj-multifile 
--enable-java-awt=gtk 
--enable-gtk-cairo 
--disable-checking 
--with-gnu-ld 
--verbose 
--target=alpha-alphaslack-linux
--host=alpha-alphaslack-linux

i compile with gcc 3.4.4 + binutils-2.16.91.0.3 (or 2.16.1 with the same
problem) + gdb-6.4 - gettext-0.14.5 - glibc-2.3.6 - gtk+-1.2.10 - gtk+2-2.8.16
- cairo-1.0.4 - make-3.80 - ncurses-5.5 - pcre-6.4 .

waiting for help...

Regards,
Claudio Mantegna


-- 
           Summary: LibJava not compile
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zerocool at modemsoft dot it


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878


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

* [Bug target/26878] LibJava not compile
  2006-03-26 18:15 [Bug java/26878] New: LibJava not compile zerocool at modemsoft dot it
@ 2006-03-26 18:23 ` pinskia at gcc dot gnu dot org
  2006-03-26 18:29 ` zerocool at modemsoft dot it
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-26 18:23 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-26 18:23 -------
Did you build using "make" or "make bootstrap"?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878


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

* [Bug target/26878] LibJava not compile
  2006-03-26 18:15 [Bug java/26878] New: LibJava not compile zerocool at modemsoft dot it
  2006-03-26 18:23 ` [Bug target/26878] " pinskia at gcc dot gnu dot org
@ 2006-03-26 18:29 ` zerocool at modemsoft dot it
  2006-03-26 18:30 ` pinskia at gcc dot gnu dot org
  2006-03-30 22:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: zerocool at modemsoft dot it @ 2006-03-26 18:29 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from zerocool at modemsoft dot it  2006-03-26 18:29 -------
(In reply to comment #1)
> Did you build using "make" or "make bootstrap"?

make -j2 bootstrap


-- 

zerocool at modemsoft dot it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878


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

* [Bug target/26878] LibJava not compile
  2006-03-26 18:15 [Bug java/26878] New: LibJava not compile zerocool at modemsoft dot it
  2006-03-26 18:23 ` [Bug target/26878] " pinskia at gcc dot gnu dot org
  2006-03-26 18:29 ` zerocool at modemsoft dot it
@ 2006-03-26 18:30 ` pinskia at gcc dot gnu dot org
  2006-03-30 22:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-26 18:30 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878


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

* [Bug target/26878] LibJava not compile
  2006-03-26 18:15 [Bug java/26878] New: LibJava not compile zerocool at modemsoft dot it
                   ` (2 preceding siblings ...)
  2006-03-26 18:30 ` pinskia at gcc dot gnu dot org
@ 2006-03-30 22:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-30 22:18 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-30 22:18 -------


*** This bug has been marked as a duplicate of 26879 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26878


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

end of thread, other threads:[~2006-03-30 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-26 18:15 [Bug java/26878] New: LibJava not compile zerocool at modemsoft dot it
2006-03-26 18:23 ` [Bug target/26878] " pinskia at gcc dot gnu dot org
2006-03-26 18:29 ` zerocool at modemsoft dot it
2006-03-26 18:30 ` pinskia at gcc dot gnu dot org
2006-03-30 22:18 ` pinskia at gcc dot gnu dot org

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).