This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mingw port and Wine?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 06 Feb 2002 11:09:41 -0800
- Subject: Re: mingw port and Wine?
- Organization: Myself
- References: <1012964627.3767.262.camel@dhcppc2>
Anthony Green <green@redhat.com> writes:
> Do the executables you generate right now run with Wine?
Well, I just tried HelloWorld on debian-unstable's wine, and it
worked. XWT fails thusly:
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x41150b58
Wine failed with return code 1
> I'm just curious if there's a quick 'n dirty dejagnu hack to
> build/test your mingw cross all under Linux.
I'm a bit concerned about doing testing that way -- I don't have faith
that it would detect misakes in thread-handling, mutexes, and other
concurrency stuff. Wine can be more forgiving than the real Windows.
My current solution is to ssh to a cygwin machine which smb-mounts the
fs holding the gcc tree. That's part of XWT's build process.
Once I get my stuff checked in, I'll switch over to working on getting
dejagnu going, perhaps making the hostname of a cygwin machine (and
path back to the gcc tree on that machine) a configurable.
- a