[Bug java/45433] Can't find GCCMain in org.eclipse.jdt.internal.compiler.batch.GCCMain

2018-03-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45433 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug java/45433] Can't find GCCMain in org.eclipse.jdt.internal.compiler.batch.GCCMain

2018-03-24 Thread bruno at clisp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45433 --- Comment #4 from Bruno Haible --- I am having the same error, even with option -C (which does not need a -fmain=... option): $ gcj -v -C HelloWorld.java Using built-in specs. COLLECT_GCC=/arch/x86-linux/gnu-inst-gcc/4.7.3/bin/gcj Target: i68

[Bug java/45433] Can't find GCCMain in org.eclipse.jdt.internal.compiler.batch.GCCMain

2018-03-24 Thread bruno at clisp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45433 Bruno Haible changed: What|Removed |Added CC||bruno at clisp dot org --- Comment #3 fro

[Bug java/45433] Can't find GCCMain in org.eclipse.jdt.internal.compiler.batch.GCCMain

2010-08-27 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-08-27 21:35 --- You need to read the documentation, which would tell you you need to use -fmain=HelloWorld option. -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug java/45433] Can't find GCCMain in org.eclipse.jdt.internal.compiler.batch.GCCMain

2010-08-27 Thread leo dot izen at gmail dot com
--- Comment #1 from leo dot izen at gmail dot com 2010-08-27 21:08 --- Created an attachment (id=21580) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21580&action=view) file I tried to compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45433