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

Thread.start called but threads not available

2002-11-18 Thread Jacques Grelet
./serveur 10183 Serveur version java 1.1 port UDP : 10183 Exception in thread main java.lang.InternalError: Thread.start called but threads not available [jgrelet]:/s/outils/sources/serveur gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs Configured with: /netrel/src/gcc-3.2-3

Re: Thread.start called but threads not available

2002-11-18 Thread Randall R Schulz
threads not available, but gcc seems to be compiled with threads enable. Why ? Thanks for help, [jgrelet]:/s/outils/sources/serveur ./serveur 10183 Serveur version java 1.1 port UDP : 10183 Exception in thread main java.lang.InternalError: Thread.start called but threads not available