This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] jacks xfails and tclsh
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 13 Jul 2004 10:01:46 -0600
- Subject: Re: [patch] jacks xfails and tclsh
- References: <40F40747.3000400@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Does it look ok for main?
Nearly.
Andreas> + if { $tcl_ver >= "8.3" } {
I think this should use "package vcompare".
Andreas> + catch {exec tclsh$tcl_ver jacks gcj} msg
Let's log something if the exec fails. That will make it easier on
the next person to hit a problem here.
Tom