This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: What about boehm-gc under cygwin?
- From: kelley dot r dot cook at gm dot com
- To: Christian Jönsson <christian at j-son dot org>
- Cc: David Billinghurst <David dot Billinghurst at riotinto dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 29 Apr 2002 16:13:54 -0400
- Subject: RE: What about boehm-gc under cygwin?
- Sensitivity:
>I see, thanks for explaining that.
>
>Cheers,
>
>/ChJ
>>It gets built if java is enabled. Try configuring with:
>> --enable-languages=c++,g77,java, or
>> don't specify --enable-languages at all
Not quite,
It will get compiled if "--enable-libgcj" is specified. Java is enabled by default under cygwin, but libjava [aka libgcj] is not.
Last time I checked though, libjava wouldn't compile under Cygwin, but then again, I haven't tried it in a while.
Kelley Cook