diff options
author | Norbert Preining <preining@logic.at> | 2012-05-15 22:52:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-15 22:52:34 +0000 |
commit | 89a4f5f5399ce4f612ad0ec69111f298581ef31f (patch) | |
tree | 13ca15db09e621e6333f68df6346c427b5a5577b /Build/source/README | |
parent | 1b33af3f968622502ea224124680b68470077b91 (diff) |
document the way alpha-linux binaries are build
git-svn-id: svn://tug.org/texlive/trunk@26414 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r-- | Build/source/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/README b/Build/source/README index eb7ea6b9d5c..9caeb754d36 100644 --- a/Build/source/README +++ b/Build/source/README @@ -110,7 +110,9 @@ GNU Make 3.81 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. Disabling optimization -O2 using - Build --debug ... resolved this problem. + compiler error with the above gcc. This is a known optimization error + of gcc on alphas. The solution is to set + LDFLAGS=-Wl,--no-relax + before running Build. - compilation of clisp needs --disable-mmap - asy compilation with --disable-gsl && make |