Re: cygwin build problem with m4 HEAD

2005-09-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 9/9/2005 1:31 AM: ltdl.c, in lt_argz_insert, blindly calls argz_insert without checking whether the before argument is NULL. But newlib (up until my patch posted there today is incorporated,

Re: cygwin build problem with m4 HEAD

2005-09-09 Thread Ralf Wildenhues
[ taking libtool-patches back out ] Hi Eric, * Eric Blake wrote on Fri, Sep 09, 2005 at 01:31:30PM CEST: According to Ralf Wildenhues on 9/9/2005 1:31 AM: If not, then the patch below should work as well, I believe (untested with newlib), and is less work than providing argz_add as

Re: cygwin build problem with m4 HEAD

2005-09-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 9/9/2005 6:46 AM: I hate runtime checks. This one will mean hopeless complication of things, and worse results for any kind of cross compilation. And all of this for a system where people are unlikely to run

Re: glob_.h glibc

2005-09-09 Thread Paul Eggert
Derek Price [EMAIL PROTECTED] writes: It's late, I'm tired. Patches actually attached now. Thanks. A few comments. First, that SYS_CDEFS_H thing is really confusing. Also, I worry that the GLOB_PREFIX thing doesn't respect the POSIX name space rules. How about if we use a new symbol

Re: glob_.h glibc

2005-09-09 Thread Paul Eggert
Derek Price [EMAIL PROTECTED] writes: Fourth, we can AC_REQUIRE AC_GNU_SOURCE, so that we needn't worry about __USE_GNU. We ran into this problem the first time we went through this: http://lists.gnu.org/archive/html/bug-gnulib/2005-05/msg00144.html. Ouch. Sorry I forgot that. I assume you