This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: [Q] can't build libgcj on Solaris 2.6
- To: Joerg Brunsmann <joerg dot brunsmann at FernUni-Hagen dot de>
- Subject: Re: [Q] can't build libgcj on Solaris 2.6
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 9 Dec 1999 09:16:13 -0800 (PST)
- Cc: Charles-Antoine Gauthier <charles dot gauthier at iit dot nrc dot ca>, java-discuss at sourceware dot cygnus dot com
- References: <3847E602.4B04@fernuni-hagen.de><384EDAA8.96DE3F41@iit.nrc.ca><384F8C34.53CD@fernuni-hagen.de>
Joerg> Thanks, I applied tha patch but unfortunately it doesn't
Joerg> help. The return value from pthread_mutex_trylock() is always
Joerg> zero. So the problem persists. Please see also my comments
Joerg> regarding recursive mutexes in 'java-prs' concerning pr
Joerg> libgcj/117.
The initial patch was just wrong. I checked in a fixed version. Can
you try it? I don't remember if Solaris has recursive mutexes or not.
Does it?
Tom