On 14-04-26 04:41 PM, Paul Smith wrote:
On Sat, 2014-04-26 at 15:14 -0400, Martin d'Anjou wrote:
On 14-04-25 04:40 PM, Philip Guenther wrote:

I'm unable to reproduce this following your instructions with GNU make
4.0 (nor with 3.82) on OpenBSD.
Bad news here too. I cannot reproduce it on Linux Mint 13 (make
3.82.90), but I can see it on RHEL 5.5 and RHEL 6.4 with both make 3.82
and 4.0. Should I run it with strace or some other debug tool?
strace tracks system calls; that's unlikely to be useful here.  Most
likely it's a memory issue; try installing valgrind and running it using
that ("valgrind .../make ...").


valgrind gives me 8240 lines of output... I am not sure what to do with it...


There have been a few fixes since 4.0 was released that may be relevant.


When I compile from the git source, I get this error:
autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac <http://configure.ac> file requires the infrastructure from gettext-0.18.1 but this version is older. Please upgrade to gettext-0.18.1 or newer.

I do have gettext 0.18.1, but it is installed locally in my home directory. How do I specify an alternative location for gettext to autoreconf -i?

Thanks,
Martin
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to