Dear maintainers of GNU Make,
I have recently implemented the Loading object API of Make in GNU
Astronomy Utilities (Gnuastro) for special functions that are often
useful in our high-level Makefiles (for astronomical data analysis: to
organize calls to Gnuastro's command-line programs).
I ha
:04, Jouke Witteveen wrote:
I believe what you are seeing is reported here:
https://savannah.gnu.org/bugs/?60798
The patches "file #52422" and "file #52428" should resolve your issues.
Regards,
- Jouke
On Sun, Dec 19, 2021 at 7:55 PM Mohammad Akhlaghi wrote:
So sorry, th
So sorry, there was a typo in my last mail:
As the previously attached file shows, I was built Make over commit
'e62f4cf9a2eaf7' (Sun Nov 28 14:17:55 2021 -0500).
Cheers,
Mohammad
On 12/19/21 19:49, Mohammad Akhlaghi wrote:
Dear GNU Make maintainers,
I just cloned Make (with t
Dear GNU Make maintainers,
I just cloned Make (with the 'master' branch on commit c5d4b7b2f260c)
and bootstrapped it with Gnulib (on commit 64f5221ef20ba) on Arch
GNU/Linux and with GCC 11.1.0 and Glibc 2.33.
The configuration went nicely, however, during the compilation it
crashed with the
On 10/3/21 23:38, Paul Smith wrote:
On Sun, 2021-10-03 at 23:23 +0200, Mohammad Akhlaghi wrote:
I then ran the standard './configure' and 'make' commands to build
it, but the build failed with the attached error messages when
building 'src/guile.c'.
These e
Dear GNU Make maintainers,
I just cloned Make (with the 'master' branch on commit c5d4b7b2f260c). I
also pulled the most recent changes in Gnulib's 'master' branch (putting
me on Gnulib commit dd0af10fa597a) and bootstrapped Make.
I then ran the standard './configure' and 'make' commands to b
Thank you very much for the prompt replies, they were very useful.
In the end (for the time being!), I am using patchelf. I couldn't find a
way to configure Bash with RPATH (I still haven't stopped searching, but
I need to progress for now).
It is interesting that exported variables are not s
Dear GNU Make developers,
I recently installed the newly released Bash 5.0 (accompanied by a new
libreadline library) in a user-specific directory. The host operating
system (on a server, where I don't have root access) uses an older
version of Bash.
Through Make's `SHELL' variable, I have a