bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33856: PATCH: switch to non-recursive makefile


From: Paul Eggert
Subject: bug#33856: PATCH: switch to non-recursive makefile
Date: Mon, 24 Dec 2018 14:23:19 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Thanks for starting on that. The bin_PROGRAMS thing is computed automatically in coreutils, but is overkill for gzip. You might try adding 'bin_PROGRAMS = gzip' to cfg.mk.

I ran into a different problem with that patch. When I configured with --enable-gcc-warnings, I got:

  CC       lib/malloca.o
lib/malloca.c:18:0: error: macro "_GL_USE_STDLIB_ALLOC" is not used [-Werror=unused-macros]
 #define _GL_USE_STDLIB_ALLOC 1

and this is most likely a shortcoming in Gnulib that would need to be fixed 
there.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]