On Fri, 4 Apr 2025 at 10:19, Werner LEMBERG <[email protected]> wrote:

>
> On my platform version (openSUSE 15.6), version 2.38 of the GNU C
> Library is used.  Are there known problems with lua and this glibc
> version?


unrelated (just  in case you use a rolling distro):
gcc 15 very likely will not compile luatex as is now
because it set C23 as default
 https://gcc.gnu.org/gcc-15/porting_to.html#c23
"""
GCC 15 changes the default language version for C compilation from
-std=gnu17 to -std=gnu23.
"""

Luatex still compiles with
export CFLAGS="-std=gnu17"  (the previous default)
( I have checked it with gcc (GCC) 15.0.1 20250323 (experimental))

--
luigi

Reply via email to