Eric Blake wrote:
> > * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
> > on non-ELF systems.
>
> Cygwin is a non-ELF system, but does not need the explicit initialization.
> Is there a tighter condition we could use that would pick up just the
> MacOS situation, wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 8/7/2009 1:06 AM:
> powerpc-apple-darwin8 is MacOS X 10.4. I see this error also on MacOS X
> 10.3.9.
> It's the same linker bug as the one mentioned in lib/mbsrtowcs-state.c. I'm
> applying this fix:
>
> 2009-08-07 Brun
Simon Josefsson wrote:
> Quoting http://autobuild.josefsson.org/gnulib/log-200908060711491983000.txt
>
> gcc -std=gnu99 -g -O2 -o test-argp-version-etc test-argp-version-etc.o
> ../gllib/libgnu.a -L/Users/jas/daily/lib -lintl -L/opt/local/lib -liconv -lc
> -Wl,-framework -Wl,CoreFoundation -
Quoting http://autobuild.josefsson.org/gnulib/log-200908060711491983000.txt
gcc -std=gnu99 -g -O2 -o test-argp-version-etc test-argp-version-etc.o
../gllib/libgnu.a -L/Users/jas/daily/lib -lintl -L/opt/local/lib -liconv -lc
-Wl,-framework -Wl,CoreFoundation -lm
/usr/libexec/gcc/powerpc-app