This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Will gcj run on SunOS 4?
- To: lincoln.spiteri@st.com
- Subject: Re: Will gcj run on SunOS 4?
- From: Anthony Green <green@cygnus.com>
- Date: Wed, 19 May 1999 10:56:13 -0700
- CC: java-discuss@sourceware.cygnus.com
- References: <99051909553900.07833@voltaire.kir.st.com>
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