diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-31 15:06:58 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-31 15:07:08 +0300 |
commit | 45553f9b4b0175c292023010dc41520347004852 (patch) | |
tree | 23bb305f3ba3b5af3cdf677be4441344e1440c51 /INSTALL | |
parent | Tests: Add a new file to test empty LZMA2 streams. (diff) | |
download | xz-45553f9b4b0175c292023010dc41520347004852.tar.xz |
Update INSTALL with another note about IRIX.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ XZ Utils Installation the -O2 optimization flag ("make check" fails). Using -O1 should work. + A problem has been reported when using shared liblzma. Passing + --disable-shared to configure works around this. Alternatively, + putting "-64" to CFLAGS to build a 64-bit version might help too. + 1.2.2. MINIX 3 |