From 54fca1b4abfab093a6b1b700b676315a51e9c084 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 May 2025 13:08:11 +0200 Subject: [PATCH] doc: Clarify that the minimum needed GCC version is 4.4. Rationale: With GCC version 4.1.2 or 4.2.1, all tree-sitter based extractors in xgettext crash at runtime when compiled with optimization. Whereas GCC 4.4.7 works fine. * DEPENDENCIES: State "GCC 4.4 or newer". --- DEPENDENCIES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index c8ee564c5..92eca9909 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -273,7 +273,7 @@ dependencies): * A C runtime, compiler, linker, etc. + Mandatory. - Either the platform's native 'cc', or GCC 3.1 or newer. + Either the platform's native 'cc', or GCC 4.4 or newer. + GCC Homepage: https://gcc.gnu.org/ + Download: