From 86e8cfe8952a0e615db1c69ec1caa444174cdebf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 20 Feb 2008 23:14:01 -0600 Subject: [PATCH] Add note to readme about gcc bug --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.txt diff --git a/README.txt b/README.txt old mode 100644 new mode 100755 index f92bfe25c7..12dade5ba1 --- a/README.txt +++ b/README.txt @@ -52,7 +52,9 @@ The Factor runtime is written in GNU C99, and is built with GNU make and gcc. Factor requires gcc 3.4 or later. On x86, it /will not/ build using gcc -3.3 or earlier. +3.3 or earlier. If you are using gcc 4.3, you might get an unusable +Factor binary unless you add 'SITE_CFLAGS=-fno-forward-propagate' to the +command-line arguments for make. Run 'make' (or 'gmake' on *BSD) with no parameters to see a list of targets and build options. Then run 'make' with the appropriate target