>I mean, is it possible to know that "pretty trivial change" to the glibc-2.1.1
>configure script, that would enable me to complete my toolchain ?
Find the bit in configure.in that says "AC_CHECK_PROG_VER(CC, ...)" (it's at
about line 455). You need to either amend the regular expression so that it
matches "2.95.1" or just delete the whole line in which case it will accept
any version. Then use autoconf to rebuild the configure script.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]