-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译报错 #2
Comments
Hi. Thank you for reporting the issue. Could you please share more details to reproduce the error?
|
Thank you for your reply! |
I tried the following and the build completed correctly.
|
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1314: block_cache_trace_analyzer] Error 1
make[1]: Leaving directory '/home/new/rocksdb'
make: *** [Makefile:890: release] Error 2
为什么使用这个编译命令会报错呢 EXTRA_CXXFLAGS="-I/home/new/qpl/build/include" EXTRA_LDFLAGS="-L/home/new/qpl/build/lib" ROCKSDB_PLUGINS="iaa_compressor" make -j release
The text was updated successfully, but these errors were encountered: