You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/21 06:47:16 UTC

[GitHub] [arrow] unconsolable opened a new issue, #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?

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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] unconsolable closed issue #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?

Posted by GitBox <gi...@apache.org>.
unconsolable closed issue #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?
URL: https://github.com/apache/arrow/issues/14685


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] unconsolable closed issue #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?

Posted by GitBox <gi...@apache.org>.
unconsolable closed issue #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?
URL: https://github.com/apache/arrow/issues/14685


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] unconsolable commented on issue #14685: [C++] How to handle duplicate symbol when static linking both `arrow` and `double-conversion`?

Posted by GitBox <gi...@apache.org>.
unconsolable commented on issue #14685:
URL: https://github.com/apache/arrow/issues/14685#issuecomment-1321726770

   Link to `arrow` via dynamic link saves the problem. 


-- 
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-unsubscribe@arrow.apache.org

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