Re: gcj / cygwin / threads

2002-11-29 Thread Randall R Schulz
Hi, I think you already have your answer: "threads not available" If, for some reason, Sun's Java tools are unacceptable to you, you'll have to hook up with people of like mind who are working on GCJ and / or Cygwin support for the necessary thread functionality in order to accelerate progress

gcj / cygwin / threads

2002-11-29 Thread zdys
hi, i am trying to compile a java application using gcj under w98/cygwin. it is a multithreaded non gui server using jdk1.1. with debian it runs perfectly, compiling with gcj under cygwin i get a running java app, but as soon as i use a thread it tells me s.th. about 'threads not available'. so