Re: Using Cygwin as X Emulator

2003-02-17 Thread Bart Lamot
Manu, Yes. Now that was a short answer. Just install cygwin with the X packages and type startx its that easy. I could be wrong by saying that you won't be able to have modulair windows like with Exceed but you do get 1 MS-Windows window with all your X-Windows. You could also run a window

Re: Interest in gcc 3.2.2?

2003-02-13 Thread Bart Lamot
and JNI with g++ 3.2. P.P.S. I hadn't thought about compiling Java to a native executable. I'll have to think about that for future projects, perhaps. At 07:19 PM 2/12/2003 +0100, Bart Lamot wrote: Allen, Are you or aren't you compiling your java program to a native executable?? Because if you

Re: Interest in gcc 3.2.2?

2003-02-12 Thread Bart Lamot
lostbut am i clear? Grtz, Bart *** REPLY SEPARATOR *** On 11-2-2003 at 22:37 Alan Thompson wrote: P.S. I'm using Java 1.4.1 from Sun. Alan At 07:31 AM 2/12/2003 +0100, Bart Lamot wrote: Alan, Do you have threads working? I can't get them to work if i compile a java

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Bart Lamot
Alan, Do you have threads working? I can't get them to work if i compile a java program that has a Thread object it does compile but at runtime i get the error that threads ain't implemented Grtz, Bart *** REPLY SEPARATOR *** On 11-2-2003 at 21:27 Alan Thompson wrote:

GCJ Thread.start called but threads not available

2003-01-24 Thread Bart Lamot
Hi all, After i compile my java program using gcj in cygwin and execute the output file i get Thread.start called but threads not available When I check GCJ it seems it has been build with thread support (see below). I compile using: gcj --main=Test -g0 -o test *java A Test.java which is