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.jav
000:
gcj -o serveur --main=serveur serveur.java
The programme gave the following message about 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
Excep
> ./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: /ne
3 matches
Mail list logo