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: Christian Jönsson <christian at j-son dot org>
- To: <kelley dot r dot cook at gm dot com>
- Cc: "'David Billinghurst'" <David dot Billinghurst at riotinto dot com>,<gcc at gcc dot gnu dot org>
- Date: Mon, 29 Apr 2002 22:19:01 +0200
- Subject: RE: What about boehm-gc under cygwin?
Well, it compiles but... See
http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg01106.html
How about using --enable-sjlj-exceptions... Is that really needed
nowadays?
Cheers,
/ChJ
-----Original Message-----
From: kelley.r.cook@gm.com [mailto:kelley.r.cook@gm.com]
Sent: Monday, April 29, 2002 10:14 PM
To: Christian Jönsson
Cc: David Billinghurst; gcc@gcc.gnu.org
Subject: RE: What about boehm-gc under cygwin?
>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