bug-make
[Top][All Lists]
Advanced

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

Re: GNU Make 4.4.0.90 on GNU/Hurd


From: Paul Smith
Subject: Re: GNU Make 4.4.0.90 on GNU/Hurd
Date: Sun, 19 Feb 2023 08:33:25 -0500
User-agent: Evolution 3.46.4 (by Flathub.org)

On Sun, 2023-02-19 at 12:34 +0100, Bruno Haible wrote:
> In other words, on GNU/Hurd, one should use 'glob' and 'globfree',
> not 'glob64' and 'globfree64'. Even though the libc is glibc and
> support for large files (> 2 GiB) is enabled.
> 
> The culprit seems to be the glob.in.h file.

As far as I can tell from the logging you sent, GNU make has correctly
detected that the system library is glibc and so it will not use any
part of the internal globbing library, including the glob.in.h file.

In other words, there should be no glob.h file in the GNU make build
directories and the glob.h that read.c includes should be the system
glob.h, and there will be no glob.o added to the libgnu.a library.

Unfortunately the error logging I generate on failure can't include a
full transcript of the compilation step, to check this.

If I'm right, then the error you're seeing must come from the system's
glob implementation, somehow.



reply via email to

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