Thanks Rich Felker. On Monday, April 21, 2025, Rich Felker wrote: > On Sun, Apr 20, 2025 at 06:45:37PM +0700, lid gnulinux wrote: > > Hello I'm using musl-based linux distro (Linux from scratch + musl), I > use > > libintl header file from gettext instead of musl libintl header. Would it > > be any trouble when I want to build Python ? Thanks. > > The GNU gettext libintl.h is for use with the GNU gettext > libintl.so/.a. If you want to link against that, it should work. But > if you want to use the libc functionality, using the wrong header will > make it break. Using GNU libintl with musl is not really recommended. >