Will gcj run on SunOS 4?

Anthony Green green@cygnus.com
Wed May 19 10:56:00 GMT 1999


Lincoln wrote:
> [Will gcj run on SunOS 4] Without thread support?

You have a couple of options:

1. configure with --disable-threads
   Java threads will not work in this case.  Maybe they are not 
   important to you.

2. Use a user level pthreads implementation like FSU Pthreads.
   http://www.cs.fsu.edu/~mueller/pthreads/
   I don't know anyone who's tried this, but I don't see why it
   shouldn't work.  If you do try this, let us know what you find.

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


More information about the Java mailing list