nealrichardson commented on PR #13404:
URL: https://github.com/apache/arrow/pull/13404#issuecomment-1163387088

   > If you have a VM with abseil installed, you could do something like:
   > 
   > ```shell
   > pkg-config --libs absl_memory absl_strings absl_str_format absl_time 
absl_variant absl_base absl_memory absl_optional absl_span absl_time 
absl_variant
   > -L/usr/local/lib64 -labsl_str_format_internal -labsl_bad_optional_access 
-labsl_time -labsl_civil_time -labsl_strings -labsl_strings_internal -lrt 
-labsl_base -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate 
-labsl_time_zone -labsl_bad_variant_access -labsl_raw_logging_internal 
-labsl_log_severity
   > ```
   > 
   > Which (a) removes the header-only libraries, and (b) saves you some 
whack-a-moling (maybe).
   
   Yeah I keep thinking I've reached the end (just one more library!) but that 
would be smarter. I have a local build of abseil already (from the arrow 
build), didn't think to point pkg-config at it. Thanks for the suggestion!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to