-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[C++] Linking errors with ORC enabled #19449
Copy link
Copy link
Closed
Description
In an attempt to work around ARROW-3091 and ARROW-3092, I've recreated my conda environment, and now I get linking errors if ORC support is enabled:
debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::MessageLite::ParseFromString(std::string const&)'
debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::MessageLite::SerializeToString(std::string*) const'
debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::internal::fixed_address_empty_string'
[etc.]Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
- [Python] Update Python source build instructions given Anaconda/conda-forge toolchain migration (is superceded by)
Note: This issue was originally created as ARROW-3093. Please see the migration documentation for further details.
Reactions are currently unavailable