This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Newbie instructions for building gcj for Windows
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Cc: Joerg Brunsmann <joerg_brunsmann at yahoo dot de>, java at gcc dot gnu dot org
- Date: Sat, 29 Jun 2002 00:26:20 -0400 (EDT)
- Subject: RE: Newbie instructions for building gcj for Windows
On Fri, 28 Jun 2002, Billinghurst, David (CRTS) wrote:
> I have regularly reported cygwin native libjava results for gcc-3.2 to
> gcc-testresults@gcc.gnu.org since early may.
It didn't build for me. Oh, I see you used --enable-threads=posix... gcc
still defaults to win32 for cygwin. That's gotta be a mistake.
Anyway, boehm-gc/configure.in doesn't appear to handle Cygwin and posix
threads, so I'd think you're getting a broken GC.
Jeff