From: Andre Noll Date: Sun, 6 Mar 2016 15:43:05 +0000 (+0100) Subject: manual: Bump required gcc version to 4.1. X-Git-Tag: v0.5.6~38 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=b0e2c4a9445094e594415b44dffdf85732e7a083;hp=-c;p=paraslash.git manual: Bump required gcc version to 4.1. gcc-3 is not good enough any more since it has no support for weak references, which were introduced half a year ago in commit 9bf6dc2e (error.h: Never call (para_)strerror() on osl errors). gcc-3.3 was released in 2003, gcc-4.2 in 2007. It should be OK to require gcc-4.2 from now on. --- b0e2c4a9445094e594415b44dffdf85732e7a083 diff --git a/web/manual.m4 b/web/manual.m4 index addc2458..a7977aed 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -222,7 +222,7 @@ Detailed description: In any case you'll need - XREFERENCE(ftp://ftp.gnu.org/pub/gnu/gcc, gcc) or XREFERENCE(http://clang.llvm.org, clang). All gcc versions - >= 3.3 are currently supported. Clang version 1.1 or newer + >= 4.2 are currently supported. Clang version 1.1 or newer should work as well. - XREFERENCE(ftp://ftp.gnu.org/pub/gnu/make, gnu make) is