dejagnu on cygwin
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Thu Jul 18 22:59:00 GMT 2002
cygwin-to-cygwin
#!/bin/sh
export CYGWIN=check_case:strict
/usr/local/src/gcc/configure \
--enable-threads=posix \
--enable-libgcj \
--enable-sjlj-exceptions \
--with-system-zlib \
--enable-nls \
--enable-version-specific-runtime-libs \
--without-included-gettext \
--disable-shared > configure.log 2>&1
make AR_FLAGS=rcP bootstrap > build.log 2>&1 || exit
make -k check > check.log 2>&1
make warning.log
/usr/local/src/gcc/contrib/test_summary -t -p header.txt -i warning.log >> summary.txt
-----Original Message-----
From: Adam Megacz [mailto:gcj@lists.megacz.com]
Sent: Friday, 19 July 2002 3:54
To: java@gcc.gnu.org
Subject: Re: dejagnu on cygwin
Thanks, David. BTW, could you send me the configure line you're using?
Also, are you building a cygwin-to-mingw cross, or a cygwin-to-cygwin
compiler?
- a
"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
> I have been running the libjava-3.2 testsuite on cygwin. I am aware of
> three issues.
>> 1. You need to install dejagnu-1.4.2.
>> 2. cygwin dejagnu doesn't kill execute tests that timeout. The work around
> I have used is a patch to /usr/share/dejagnu/remote.exp (attached below.)
> It was just a hack to get things going, but it works for me.
>> 3. http://gcc.gnu.org/ml/java/2002-07/msg00046.html which explains
> a (manual) work around.
>>
--
Sick of HTML user interfaces?
www.xwt.org
Today's example of Greenspanese: "[the 1990's] arguably engendered an
outsized increase in opportunities for avarice"
More information about the Java
mailing list