This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Next libjava on cygwin problem
- To: Tony Kimball <alk at pobox dot com>
- Subject: Re: Next libjava on cygwin problem
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 23 Apr 2001 13:45:22 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Mon, 23 Apr 2001, Tony Kimball wrote:
> Quoth Tony Kimball on Monday, 23 April:
> :
> : Any guesses how far I will get if I use
> : --enable-threads=no in libstdc++-v3?
>
> Looks like it should be nigh trivial to write
> libstdc++-v3/config/threads-win32.h and walk the lib for _PTHREADS.
> I'll continue on that tack in the 'morning'.
The thread support in libstdc++ is not used by libjava. For that matter,
none of libstdc++ is used by libjava... I've gotten successful builds by
hacking the makefile to build libsupc++ only.
Of course it'd be nice to have win32 threads in libstdc++ anyway... you
might ping the mingw list to see if it's already been done.
Jeff
P.S. Anybody else notice that libstdc++ configury breaks badly on a cross
build? I find it creates symlinks appropriate for the host, not target,
but maybe I'm doing something wrong.