This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.lang.Thread.start() doesn't work?
- From: Anthony Green <green at redhat dot com>
- To: Lars Andersen <lars at rimfaxe dot com>
- Cc: java <java at gcc dot gnu dot org>
- Date: 19 Apr 2002 07:39:12 -0700
- Subject: Re: java.lang.Thread.start() doesn't work?
- References: <3CC027C2.2000704@rimfaxe.com>
On Fri, 2002-04-19 at 07:20, Lars Andersen wrote:
> I can't make java.lang.Thread.start() work!
Did you configure GCC with --enable-threads?
AG