]> granicus.if.org Git - xz/commitdiff
Update INSTALL with a note about linker problem on OpenSolaris x86.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 17 May 2011 09:21:33 +0000 (12:21 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 17 May 2011 09:21:33 +0000 (12:21 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index 9a3dd9ccb9af28a071a9010a8036d73f47589529..992f9073b3466dc92f6225854b2c0ae0cc8d31c8 100644 (file)
--- 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