[Bug java/13948] [3.4/3.5 Regression] GCJ segmentation fault while compiling GL4Java .class files

rmathew at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 3 05:49:00 GMT 2004


------- Additional Comments From rmathew at gcc dot gnu dot org  2004-05-03 05:49 -------
Yet another Miranda methods bug!

FWIW, for me it happens *only* if I say:

gcj -shared -o libgl4java.so gl4java/GL4JavaInitException.class
gl4java/GLRunnable.class

It *does not happen* if I:

  1. Omit the "-o" flag (as Andrew Pinski points out).
  2. Use Java sources instead of class files.
  3. Reverse the order of the classes on the command line.


-- 


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



More information about the Gcc-bugs mailing list