bug-gzip
[Top][All Lists]
Advanced

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

bug#44223: gzip bug (make)


From: Paul Eggert
Subject: bug#44223: gzip bug (make)
Date: Wed, 28 Oct 2020 11:41:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 10/27/20 11:53 PM, Carlos Morales Socorro wrote:
Hi Paul, let me attach stat.h and the new make output.

OK, so lib/stat.h has "# define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)" but compiling src/gzip.c complains "gzip.c:1938:37: error: 'S_IRWXUGO' undeclared (first use in this function); did you mean 'S_IRWXO'?" So we need to see why the definition didn't take.

What is the output of the following command?

cd lib
gcc -E -DHAVE_CONFIG_H -I. -I./lib  -I./lib -g -O2 gzip.c >gzip.i

and what is the contents of gzip.i afterwards?





reply via email to

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