As an alternative - is there somewhere I can find binary packages for liborc
(RPMs) ?
— Korry
> On Jan 14, 2019, at 7:17 PM, Korry Douglas <[email protected]> wrote:
>
> Hi all, I am trying to build a shared library that links to liborc (the C++
> API). However, the Makefiles are all set up to build .a files instead of .so
> files.
>
> I’ve figured out how to modify the CMakeLists.txt file to add the -fPIC CFLAG
> (although I don’t really like editing that file by hand). However, there are
> many related libraries that seem to be downloaded from various URL’s and
> those libraries are not compiled with -fPIC.
>
> Any suggestions? Thanks in advance.
>
> — Korry