cmake build with WITH_DYNAMIC_EXTENSION=1 does not work.
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Example command:
cmake -DWITH_GFLAGS=0 -DWITH_DYNAMIC_EXTENSION=1 ..
Example output with "make -j 30":
[ 63%] Linking CXX executable db_sanity_test
../librocksdb.so.6.14.0: undefined reference to `dlclose'
../librocksdb.so.6.14.0: undefined reference to `dlsym'
../librocksdb.so.6.14.0: undefined reference to `dlopen'
../librocksdb.so.6.14.0: undefined reference to `dlerror'
collect2: error: ld returned 1 exit status
tools/CMakeFiles/db_sanity_test.dir/build.make:84: recipe for target 'tools/db_sanity_test' failed
All binaries fail.
Contributor guide
Assessment
This issue has not been assessed yet.