facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 536 forks source link

undefined reference to `folly::symbolizer::installFatalSignalHandler()' #77

Closed nevermatch closed 7 years ago

nevermatch commented 7 years ago

cmake -DBUILD_EXAMPLE=ON . make

[ 33%] Building CXX object CMakeFiles/BroadcastProxy.dir/example/broadcast/BroadcastProxy.cpp.o [ 34%] Linking CXX executable bin/BroadcastProxy /usr/local/lib/libfolly.so: undefined reference to folly::symbolizer::installFatalSignalHandler()' /usr/local/lib/libfolly.so: undefined reference tofolly::symbolizer::installFatalSignalCallbacks()'

g++ version: g++ 4.9.3 or g++ 5.4.0 git clone https://github.com/facebook/folly.git git clone https://github.com/facebook/wangle.git

Thanks for the help

ghost commented 7 years ago

I met this problem too. Does anybody know how to fix this problem? Thanks.

anirudhvr commented 7 years ago

Thanks for the report. Have you updated your copy of folly to the latest version?

anirudhvr commented 7 years ago

Please close out if this is fixed after updating folly and wangle to latest.