lkml.org 
[lkml]   [1996]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: buglet: sh-utils 1.13 and/or linux kernel menuconfig
From
Date

Mark Orr <markorr@intersurf.com> writes:

> I've traced it down to the "expr" program, If I use the one from
> sh-utils 1.12, Menuconfig works as it should. With the new version,
> if I enter a value, it beeps and pops up a dialog saying "you have
> made an invalid entry".

This most probably caused by mising up headers and implementation
of GNU regex and rx. Either you use regex or rx, but not a mixture.

I don't have the installation procedure in mind but I think the
configure script recognizes the rx implementation in the libc
but it does not move the regex.h header of GNU regex in the lib/
subdir out of the way.

I quick fix is to overwrite the file lib/regex.h with a file containing

#include "/usr/include/regex.h"



-- Uli
---------------. drepper@cygnus.com ,-. Rubensstrasse 5
Ulrich Drepper \ ,-------------------' \ 76149 Karlsruhe/Germany
Cygnus Solutions `--' drepper@gnu.ai.mit.edu `------------------------

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.030 / U:3.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site