Re: error compiling regex gnulib module with pgcc compiler

2009-02-05 Thread Bruno Haible
Jim Meyering wrote: > I'm reverting this patch, > > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=e48d8b47fb3eee8 > > since with the upcoming gcc-4.4 it causes a compilation error: > > regex_internal.h:189:55: error: integer overflow in preprocessor > expression Looks right

Re: error compiling regex gnulib module with pgcc compiler

2009-02-05 Thread Jim Meyering
Paul Eggert wrote: > Ralf Wildenhues writes: > >>> Thanks for checking that. Can you please run the following >>> program on that platform and send us the output? If it outputs >>> "preprocessor thinks BITSET_WORD_BITS = 64", then we have an >>> obvious fix to regex_internal.h. Thanks. >> >> Y

Re: [PATCH] avoid misc. warnings

2009-02-05 Thread Pádraig Brady
Bruno Haible wrote: > Jim Meyering wrote: >> I wrote these changes some time ago, and >> am going to push them shortly. >> >> +#undef UNUSED_PARAM >> +#ifdef __linux__ >> +# define UNUSED_PARAM _UNUSED_PARAMETER_ >> +#else >> +# define UNUSED_PARAM >> +#endif >> + >> ... >> >> +#undef UNUSED_PARAM

Re: [PATCH] avoid misc. warnings

2009-02-05 Thread Jim Meyering
Bruno Haible wrote: > Jim Meyering wrote: >> I wrote these changes some time ago, and >> am going to push them shortly. >> >> +#undef UNUSED_PARAM >> +#ifdef __linux__ >> +# define UNUSED_PARAM _UNUSED_PARAMETER_ >> +#else >> +# define UNUSED_PARAM >> +#endif >> + >> ... >> >> +#undef UNUSED_PARA

Re: gnu utilities for MVS and CMS

2009-02-05 Thread Paul Edwards
That seems reasonable, so it is now up to you to figure out why configure is not finding install-sh. Another thing to consider - why not run configure on your MVS machine for a native build, rather than trying to run it on Windows for a cross-compile build? If MVS has a reasonably portable sh im