Undefined reference to `google::kLogSiteUninitialized'
InfinityMin3r opened this issue · comments
Maxwell S. commented
Hello Proxygen team,
I'm running into a strange issue while attempting to compile the echo sample. My logs are riddled with this message:
undefined reference to `google::kLogSiteUninitialized'
I've tried linking against it as both a static and dynamic library, and my glog is found by my build system as 0.5.0.
Is this a known issue? If not, any ideas on how to fix it?
Maxwell S. commented
I reinstalled glog from the proxygen artifacts directory, and that seems to have corrected the issue.