diff --git a/Milestone.md b/Milestone.md index afc50e1..4c24fa6 100644 --- a/Milestone.md +++ b/Milestone.md @@ -2,8 +2,8 @@ * `SnappyIndexer` for parallel compression/decompression * CUI commands (snap/unsnap) -## snappy-java-1.1.0-M2 (28 March 2013) - * Fix linux amd64 build +## snappy-java-1.1.0-M3 (28 March 2013) + * Fix linux amd64 build (embed libstdc++) * Fixes #26 ## snappy-java-1.1.0-M1 (27 March 2013) diff --git a/README.md b/README.md index f6ba7df..592be3c 100755 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ A file `target/snappy-java-$(version).jar` is the product additionally containin ## Building linux amd64 binary -snappy-java tries to static link libstdc++ to increase the availability for various Linux versions. However, standard distribuions of 64-bit Linux OS rarely provide libstdc++ compiled with `-fPIC` option. I currently uses custom g++ compiled with the following options: +snappy-java tries to static link libstdc++ to increase the availability for various Linux versions. However, standard distributions of 64-bit Linux OS rarely provide libstdc++ compiled with `-fPIC` option. I currently uses custom g++ compiled with the following options: $ ./configure --prefix=$HOME/local --with-gmp=$HOME/local --with-mpfr=$HOME/local --with-mpc=$HOME/local --with-ppl=$HOME/local --with-cloog=$HOME/local CXXFLAGS=-fPIC CFLAGS=-fPIC