diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2016-05-11 20:48:04 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2016-05-11 20:48:04 +0000 |
commit | b6a0bc466a441c15def7efa96f72c6e7c7671fdf (patch) | |
tree | a577634655252e0606490c66a77f1b0842b7ad52 /Build/source/doc | |
parent | 1be16b1147a13c598ff51e686d20d8a556f0df35 (diff) |
document solaris builds of texlive
git-svn-id: svn://tug.org/texlive/trunk@41035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc')
-rw-r--r-- | Build/source/doc/README.solaris | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/doc/README.solaris b/Build/source/doc/README.solaris index 9a96a206466..972a2efdba6 100644 --- a/Build/source/doc/README.solaris +++ b/Build/source/doc/README.solaris @@ -186,7 +186,17 @@ Additional settings were needed to compile TeX Live with gcc 5.2: The '--without-iconv' makes sure to avoid linking against libiconv which is not available on SunOS by default. - +luajittex seems to be broken on Solaris 10 x86_64 (even if it works +with Solaris 11) and doesn't support Sparc, so it was only compiled +for i386. + +upmendex is broken on x86_64 by default. A workaround is to use + export CFLAGS='-DU_IS_BIG_ENDIAN=0' + export CXXFLAGS='-DU_IS_BIG_ENDIAN=0' +which seems to result in slower binaries for mysterious reasons. +For that reason binaries were compiled twice, once without those flags +and --disable-upmendex and the second time with those two flags, +but taking just 'upmendex'. Patches for Asymptote ===================== |