unconsolable opened a new issue, #14685:
URL: https://github.com/apache/arrow/issues/14685

   Hi, I'm working on a project static linking on `double-conversion` v1. 
Recently this project needs features powered by `arrow`. But when using `arrow` 
via static linking, `ld.lld`will report `error: duplicate symbol` due to 
multiple `double-conversion` candidate is avaliable.
   
   I choose to generate a patch which warps the `double-conversion` dependency 
of `arrow` in namespace `arrow` and apply the patch when adding `arrow` 
dependency. I wonder are there any better solutions?


-- 
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: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to