summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-02 13:56:48 +0000
committerNorbert Preining <preining@logic.at>2008-06-02 13:56:48 +0000
commitddabf7c630bc0782b181a8e821f778097ae9eab3 (patch)
treeb6914554446b0103c305fc7ef9224bceb4b4336f /Build/source/README
parentecbb06206ee8b201ee084599dfd75484a39bdafe (diff)
add remarks for alpha-linux compiling ...
git-svn-id: svn://tug.org/texlive/trunk@8480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-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