diff options
author | Norbert Preining <preining@logic.at> | 2008-06-02 13:56:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-02 13:56:48 +0000 |
commit | ddabf7c630bc0782b181a8e821f778097ae9eab3 (patch) | |
tree | b6914554446b0103c305fc7ef9224bceb4b4336f /Build/source | |
parent | ecbb06206ee8b201ee084599dfd75484a39bdafe (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')
-rw-r--r-- | Build/source/README | 7 |
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 |