Re: [bug-gnulib] argp and MinGW

2006-10-23 Thread Bruno Haible
Paul Eggert wrote: > Bruno Haible <[EMAIL PROTECTED]> writes: > > > * lib/argp.h (argp_parse, __argp_parse): Use _argc, _argv as argument > > names, not __argc, __argv. (The latter are defined as macros on mingw.) > > glibc headers must also be robust against user code that does "#define

Re: [bug-gnulib] argp and MinGW

2006-10-20 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > * lib/argp.h (argp_parse, __argp_parse): Use _argc, _argv as argument > names, not __argc, __argv. (The latter are defined as macros on mingw.) glibc headers must also be robust against user code that does "#define _argc some_weird_macro" as

Re: [bug-gnulib] argp and MinGW

2006-10-20 Thread Bruno Haible
Daniel Martin wrote: > 1. > /bin/sh ../../libtool --tag=CC --mode=compile i386-mingw32-gcc > -DHAVE_CONFIG_H -I. -I../../../../gnulib/src -I../.. > -I/usr/local/i386-mingw32/include -c -o argp-parse.lo > ../../../../gnulib/src/argp-parse.c > i386-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../