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
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
> -./test-argp-version-etc --version |
> +./test-argp-version-etc${EXEEXT} --version |
> sed '2s/Copyright (C) [0-9]\{4,4\} Free Software Foundation,
> Inc\./COPYRIGHT/' |
> + sed '1s/test-argp-version-etc (.*) .*/test-argp-version-etc
> (PROJECT) VERSION/'
Hi Simon,
> the self test fails like this when used in a project:
Thanks for noticing.
> How about this patch?
Nice, please push it.
Regards,
Sergey
Sergey,
the self test fails like this when used in a project:
*** ave-expected.tmpMon Aug 3 15:37:29 2009
--- - Mon Aug 3 15:37:29 2009
***
*** 1,4
! test-argp-version-etc (dummy) 0
COPYRIGHT
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licen