This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Will gcj run on SunOS 4?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]