This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: grepjar and libregex
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 24 Jan 2003 19:53:09 -0700
- Subject: Re: grepjar and libregex
- References: <b0844f$39f$1@main.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> The "grepjar" tool in "fastjar" needs the regex
Ranjit> functions, which seem to be there within glibc on Linux
Ranjit> but are not a part of the standard C library on Win32.
Can't we just use the regex in libiberty? We already link grepjar
against libiberty. Why doesn't that pick up the regex functions?
Tom