bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36172: 27.0.50; linking error in git head on macos: _aligned_alloc


From: Paul Eggert
Subject: bug#36172: 27.0.50; linking error in git head on macos: _aligned_alloc
Date: Tue, 11 Jun 2019 10:37:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

This vaguely looks like the configure-time check for aligned_alloc disagrees with what's actually installed in your runtime library. If your runtime library is older than what you built Emacs with, that might explain the problem.

What are the values of HAVE_ALIGNED_ALLOC, HYBRID_MALLOC, HAVE_POSIX_MEMALIGN, SYSTEM_MALLOC, and DOUG_LEA_MALLOC in your src/config.h file? Do these values correspond to what is actually on your system?






reply via email to

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