summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-05-17 12:21:33 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-05-17 12:21:33 +0300
commit830ba587775bb562f6eaf05cad61bf669d1f8892 (patch)
treeeea90909148980d18c7816c97794334d07ad4b5b /INSTALL
parentec7106309c8060e9c646dba20c4f15689a0bbb04 (diff)
downloadxz-830ba587775bb562f6eaf05cad61bf669d1f8892.tar.gz
Update INSTALL with a note about linker problem on OpenSolaris x86.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL23
1 files changed, 17 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 9a3dd9c..992f907 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,9 +9,10 @@ XZ Utils Installation
1.2.1. IRIX
1.2.2. MINIX 3
1.2.3. OpenVMS
- 1.2.4. Tru64
- 1.2.5. Windows
- 1.2.6. DOS
+ 1.2.4. Solaris, OpenSolaris, and derivatives
+ 1.2.5. Tru64
+ 1.2.6. Windows
+ 1.2.7. DOS
1.3. Adding support for new platforms
2. configure options
2.1. Static vs. dynamic linking of liblzma
@@ -100,14 +101,24 @@ XZ Utils Installation
http://nchrem.tnw.tudelft.nl/openvms/software2.html#xzutils
-1.2.4. Tru64
+1.2.4. Solaris, OpenSolaris, and derivatives
+
+ The following linker error has been reported on some x86 systems:
+
+ ld: fatal: relocation error: R_386_GOTOFF: ...
+
+ This can be worked around by passing gl_cv_cc_visibility=no
+ as an argument to the configure script.
+
+
+1.2.5. Tru64
If you try to use the native C compiler on Tru64 (passing CC=cc to
configure), you may need the workaround mention in section 4.1 in
this file (pass also ac_cv_prog_cc_c99= to configure).
-1.2.5. Windows
+1.2.6. Windows
Building XZ Utils on Windows is supported under MinGW + MSYS,
MinGW-w64 + MSYS, and Cygwin. There is windows/build.bash to
@@ -127,7 +138,7 @@ XZ Utils Installation
windows/README-Windows.txt for details.
-1.2.6. DOS
+1.2.7. DOS
There is an experimental Makefile in the "dos" directory to build
XZ Utils on DOS using DJGPP. Support for long file names (LFN) is