![]() |
|
Message-ID: <20250421000610.GV1827@brightrain.aerifal.cx> Date: Sun, 20 Apr 2025 20:06:11 -0400 From: Rich Felker <dalias@...c.org> To: lid gnulinux <lidgnulinux@...il.com> Cc: musl@...ts.openwall.com Subject: Re: Build Python against libintl header from gettext instead of libintl musl. 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.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.