https://github.com/facebook/rocksdb
Revision d03f110904682a340137af07264eb8e148e3477d authored by Igor Canadi on 10 June 2015, 19:04:21 UTC, committed by Igor Canadi on 10 June 2015, 19:04:21 UTC
Summary:
The motivation is here: http://stackoverflow.com/questions/30706348/rocksdb-make-error

Apparently there is a bug (?) in g++ where we don't link rt library properly when building RocksDB's shared library. It looks like this works when we add an option -Wl, --no-as-needed.

Test Plan: make shared_lib

Reviewers: meyering, sdong, yhchiang

Reviewed By: yhchiang

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D39681
1 parent 75222d1
History
Tip revision: d03f110904682a340137af07264eb8e148e3477d authored by Igor Canadi on 10 June 2015, 19:04:21 UTC
Link all libraries when building shared libraries
Tip revision: d03f110
File Mode Size
arcanist_util
build_tools
coverage
db
doc
examples
hdfs
include
java
port
table
third-party
tools
util
utilities
.arcconfig -rw-r--r-- 564 bytes
.clang-format -rw-r--r-- 138 bytes
.gitignore -rw-r--r-- 495 bytes
.travis.yml -rw-r--r-- 1.0 KB
AUTHORS -rw-r--r-- 247 bytes
CONTRIBUTING.md -rw-r--r-- 733 bytes
HISTORY.md -rw-r--r-- 20.2 KB
INSTALL.md -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 34.5 KB
PATENTS -rw-r--r-- 1.9 KB
README.md -rw-r--r-- 1.2 KB
ROCKSDB_LITE.md -rw-r--r-- 1.0 KB
USERS.md -rw-r--r-- 1.9 KB
Vagrantfile -rw-r--r-- 862 bytes
dockerbuild.sh -rwxr-xr-x 68 bytes
src.mk -rw-r--r-- 17.8 KB

README.md

back to top