update milestone

This commit is contained in:
Taro L. Saito 2013-03-28 17:41:45 +09:00
parent 1ea90b2421
commit 920b838423
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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