Re: gcj exception compiling

2011-11-09 Thread Dave Korn
On 06/11/2011 01:28, Yaakov (Cygwin/X) wrote: Install libgcj11. (P.S. Dave Korn: I took the liberty of fixing this on sourceware.) Thanks Yaakov. (That's now three things to remember for next build: remove ecj dependency, change libgcj9 - 11, add missing libmpfr4. I need a

Re: gcj exception compiling

2011-11-09 Thread Dave Korn
On 10/11/2011 05:17, Dave Korn wrote: On 06/11/2011 01:28, Yaakov (Cygwin/X) wrote: Install libgcj11. (P.S. Dave Korn: I took the liberty of fixing this on sourceware.) Thanks Yaakov. (That's now three things to remember for next build: remove ecj dependency, change libgcj9 - 11,

Re: gcj exception compiling

2011-11-09 Thread Yaakov (Cygwin/X)
On Thu, 2011-11-10 at 05:29 +, Dave Korn wrote: *Four* things to remember for next build: remove ecj dependency, change libgcj9 - 11, add missing libmpfr4, and restore the missing download_ecj.sh script. I wasn't expecting some kind of a Spanish Inquisition .. I keep all the build

Re: gcj exception compiling

2011-11-09 Thread Christopher Faylor
On Thu, Nov 10, 2011 at 05:29:14AM +, Dave Korn wrote: On 10/11/2011 05:17, Dave Korn wrote: On 06/11/2011 01:28, Yaakov (Cygwin/X) wrote: Install libgcj11. (P.S. Dave Korn: I took the liberty of fixing this on sourceware.) Thanks Yaakov. (That's now three things to remember

Re: gcj exception compiling

2011-11-07 Thread Jon Clugston
In a posting earlier I have written, that the class does not have any main method, so the information to setup the --main flag does not help. In my project there are only abstract classes, interface classes and classes without main methods, so I would like to compile the sources to *.class

Re: gcj exception compiling

2011-11-06 Thread Philipp Kraus
On 2011-11-06 02:28:12 +0100, Yaakov (Cygwin/X) said: On Sat, 2011-11-05 at 19:13 +0100, Kraus Philipp wrote: Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread main java.lang.NoClassDefFoundError: org.eclipse.jdt.inter

Re: gcj exception compiling

2011-11-06 Thread Yaakov (Cygwin/X)
On Sun, 2011-11-06 at 21:16 +0100, Philipp Kraus wrote: If I try to compile a java code with gcj mysource.java I get the error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status

Re: gcj exception compiling

2011-11-06 Thread Philipp Kraus
On 2011-11-07 03:05:48 +0100, Yaakov (Cygwin/X) said: On Sun, 2011-11-06 at 21:16 +0100, Philipp Kraus wrote: If I try to compile a java code with gcj mysource.java I get the error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to

gcj exception compiling

2011-11-05 Thread Kraus Philipp
Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread main java.lang.NoClassDefFoundError: org.eclipse.jdt.inter nal.compiler.batch.GCCMain at gnu.java.lang.MainThread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException:

Re: gcj exception compiling

2011-11-05 Thread Yaakov (Cygwin/X)
On Sat, 2011-11-05 at 19:13 +0100, Kraus Philipp wrote: Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread main java.lang.NoClassDefFoundError: org.eclipse.jdt.inter nal.compiler.batch.GCCMain at