Re: Interest in gcc 3.2.2?

2003-02-19 Thread Brian Ford
Um, thanks, but I know how to install the compiler. Just understand that this compiler does not align doubles the same as the Cygwin one. That means you can not pass any structure containing doubles to any object compiled with the Cygwin compiler, including any Cygwin libraries. On Sun, 16 Feb

Re: Interest in gcc 3.2.2?

2003-02-13 Thread Bart Lamot
Alan, Ok now its clear to me, thnx! :) Well the stuff ur doin is rather intresting but i think they won't help me for now. What i am trying to do is to compile my java program to a native executable, that works but not if I use threads At runtime i get the warning that threads ain't

RE: Interest in gcc 3.2.2?

2003-02-12 Thread [EMAIL PROTECTED]
Original Message: - From: Alan Thompson [EMAIL PROTECTED] Date: Tue, 11 Feb 2003 21:27:00 -0800 To: [EMAIL PROTECTED] Subject: Interest in gcc 3.2.2? Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on Cygwin. However, I am concerned if I might later

Interest in gcc 3.2.2?

2003-02-12 Thread Brian Ford
Alan Thompson wrote: Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on Cygwin. However, I am concerned if I might later encounter any clashes with /usr/lib/mingw, since I overwrote some of the lib*.a files there. Are there any problems with this? I don't know about

Re: Interest in gcc 3.2.2?

2003-02-12 Thread Bart Lamot
Allen, Are you or aren't you compiling your java program to a native executable?? Because if you are the I don't get the Sun 1.4.1 remark... If you aren't (and thus are using gcj just to compile to class files and use a JRE to run) i don't get why u are doing this if u stick with Sun. I am

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:

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Alan Thompson
As luck would have it, the progam I'm working on has multiple threads (in the Java code). I haven't stress tested it with 3.2.2, but the normal test run worked fine. Here is a quick grep on Thread in my code: find src -name *.java | xargs grep Thread src/jxda/PublisherImpl.java:

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Alan Thompson
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 program that has a Thread object it does compile but at runtime i get the error that threads ain't implemented Grtz,