This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] libart-config check
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: java at gcc dot gnu dot org
- Date: 01 Aug 2003 09:47:54 -0600
- Subject: Re: [PATCH] libart-config check
- References: <16169.10197.303681.239607@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> At least on Debian systems, a newer version of libart-config is
Matthias> installed under the name libart2-config. the binary libart-config
Matthias> belongs to an older version, so check for the newer one before.
Hmm, RHL 9 also has libart2-config.
I don't know anything about this part of the configury, and I'm too
busy to learn today :-(. Do we ever want to run libart-config?
I think this patch is fine, but if we don't want libart-config, then
a patch to just s/libart/libart2/ would also be fine.
I think something like this also has to go in Classpath. I can take
care of that once you've decided what to do in libgcj.
Tom