summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/README b/Build/source/README
index 3878e2e6b82..0bf6b145a22 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -116,4 +116,11 @@ bison (GNU Bison) 2.3
flex 2.5.33
GNU M4 1.4.8
GNU Make 3.81
+ Remarks:
+ - you have to set the ulimit high enough before compiling clisp and texlive
+ ulimit -s 16384
+ did suffice for me
+ - compiling of texk/web2c/pdftexdir/writezip.c is broken and triggers a
+ compiler error with the above gcc. Removing the -O2 for this file
+ did work out