From: Bruno Haible Date: Sat, 3 May 2025 11:08:11 +0000 (+0200) Subject: doc: Clarify that the minimum needed GCC version is 4.4. X-Git-Tag: v0.25~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fca1b4abfab093a6b1b700b676315a51e9c084;p=thirdparty%2Fgettext.git 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". --- 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: