Re: Compiling findutils-4.2.29 on solaris10

2007-01-11 Thread James Youngman
On 12/4/06, Frederic Goudal <[EMAIL PROTECTED]> wrote: It seems that configure is incorrect for solaris10 : the gnu regex function in gnulib/lib are not compiled. It seems that uncomenting gl_INCLUDED_REGEX([gnulib/lib/regex.c]) (line 169) in configure.in and runing autoconf again solved the

Compiling findutils-4.2.29 on solaris10

2007-01-11 Thread Frederic Goudal
Hello, It seems that configure is incorrect for solaris10 : the gnu regex function in gnulib/lib are not compiled. It seems that uncomenting gl_INCLUDED_REGEX([gnulib/lib/regex.c]) (line 169) in configure.in and runing autoconf again solved the problem. f.g. ___