We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[100%] Linking CXX executable _bin/wdt/wdt /usr/bin/ld: libwdt_min.so.1.32.1910230: undefined reference to folly::detail::annotate_rwlock_acquired_v' /usr/bin/ld: libwdt_min.so.1.32.1910230: undefined reference to folly::detail::annotate_rwlock_released_v' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/wdtbin.dir/build.make:132:_bin/wdt/wdt] 错误 1 make[1]: *** [CMakeFiles/Makefile2:169:CMakeFiles/wdtbin.dir/all] 错误 2 make: *** [Makefile:136:all] 错误 2
folly::detail::annotate_rwlock_acquired_v' /usr/bin/ld: libwdt_min.so.1.32.1910230: undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[100%] Linking CXX executable _bin/wdt/wdt
/usr/bin/ld: libwdt_min.so.1.32.1910230: undefined reference to
folly::detail::annotate_rwlock_acquired_v' /usr/bin/ld: libwdt_min.so.1.32.1910230: undefined reference to
folly::detail::annotate_rwlock_released_v'collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/wdtbin.dir/build.make:132:_bin/wdt/wdt] 错误 1
make[1]: *** [CMakeFiles/Makefile2:169:CMakeFiles/wdtbin.dir/all] 错误 2
make: *** [Makefile:136:all] 错误 2
The text was updated successfully, but these errors were encountered: