delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/02/12/01:36:22

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-Filter: check_local AT alphatech DOT com 4.4(020923:1754) http://digitalanswers.org/
Message-Id: <4.3.2.7.2.20030211223120.00b2fbb0@mail.alphatech.com>
X-Sender: alant AT mail DOT alphatech DOT com
Date: Tue, 11 Feb 2003 22:35:51 -0800
To: cygwin AT cygwin DOT com
From: Alan Thompson <athompson AT alphatech DOT com>
Subject: Re: Interest in gcc 3.2.2?
In-Reply-To: <200302120731290874.0CCEB969@smtp.xs4all.nl>
References: <4 DOT 3 DOT 2 DOT 7 DOT 2 DOT 20030211211924 DOT 00b31238 AT mail DOT alphatech DOT com>
<4 DOT 3 DOT 2 DOT 7 DOT 2 DOT 20030211211924 DOT 00b31238 AT mail DOT alphatech DOT com>
Mime-Version: 1.0

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:            Thread.sleep( 500 );  // milliseconds
src/jxda/PublisherImpl.java:      new Thread( new Worker(), Worker.class.getName() ).start();
src/jxda/PublisherImpl.java:          new Thread( runnable ).start();
src/jxda/PublisherImpl.java:        try { Thread.sleep( 2 * 1000 ); } catch ( Exception ex ) {}
src/jxda/PublisherImpl.java:    new Thread( runnable ).start();
>

Alan Thompson


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,
>Bart
>
>*********** REPLY SEPARATOR  ***********
>
>On 11-2-2003 at 21:27 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?  The cygwin setup seems a little
>>different than the standard gcc install setup.  Is there any interest in
>>bumping the standard cygwin gcc to 3.2.2?  Running gcc --version produces
>>"gcc (GCC) 3.2 20020927 (prerelease)".  Is there much difference between
>>this version and gcc 3.2.2?
>>
>>Alan Thompson
>>
>>P.S. I got the JNI and <iostream> stuff working both both the 3.2 and
>>3.2.2 versions.  I can provide details if anyone is interested.
>>
>>
>>--
>>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>Bug reporting:         http://cygwin.com/bugs.html
>>Documentation:         http://cygwin.com/docs.html
>>FAQ:                   http://cygwin.com/faq/
>
>
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019