This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: patch: hash synchronization for mingw/cygwin
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 14 Oct 2002 13:57:28 -0400 (EDT)
- Subject: Re: patch: hash synchronization for mingw/cygwin
On 14 Oct 2002, Adam Megacz wrote:
> Also, does anybody know how to use autoconf to test if the *linker
> invoked by gcc* is GNU ld >= 2.3.x?
Something like
`gcc --print-prog-name=ld` --version
?
Jeff