This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils requirement


On Tue, Mar 18, 2003 at 10:20:20AM -0800, Ulrich Drepper wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Daniel Jacobowitz wrote:
> 
> > Aha.  Are the patterns in AC_CHECK_PROG_VER anchored to the beginning
> > of the \(\) region?  My guess is no; I was using binutils 2.12.1, which
> > matches "2.1[3-9]*" (the second 2).
> 
> The shell script uses 'case' wo match the strings and it requires a
> complete match.

Found the problem.  The test for critic_missing is above the test of
binutils version, so the "2.12.1, bad" did not stop the build.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]