[
https://issues.apache.org/jira/browse/ORC-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898910#comment-17898910
]
Duncan Bellamy commented on ORC-460:
------------------------------------
Arch linux builds orc as a shared library by replacing instances of STATIC with
SHARED in the c++/src/CMakeList.txt file:
[https://gitlab.archlinux.org/archlinux/packaging/packages/apache-orc/-/blob/main/PKGBUILD?ref_type=heads#L23]
> Enable C++ shared libraries
> ----------------------------
>
> Key: ORC-460
> URL: https://issues.apache.org/jira/browse/ORC-460
> Project: ORC
> Issue Type: Improvement
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
>
> Historically, we've create static libraries for the C++ ORC code. I think we
> should enable the user to build either and make the default shared libraries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)