Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

illumos/Solaris linker does not support --exclude-libs #2092

Open
mtelka opened this issue Nov 15, 2024 · 0 comments
Open

illumos/Solaris linker does not support --exclude-libs #2092

mtelka opened this issue Nov 15, 2024 · 0 comments

Comments

@mtelka
Copy link

mtelka commented Nov 15, 2024

To successfully compile OpenColorIO on illumos we need to disable --exclude-libs for linker because such option is not supported by the illumos linker. I assume the same would be true for Solaris too.

Reference: https://github.com/OpenIndiana/oi-userland/blob/e4f5cba886591d62fd365f7a941730796d2d5e46/components/library/opencolorio/patches/04-CMakeLists.txt.patch (this is for OpenColorIO 2.1.3, but 2.4.0 needs similar change too)
ld man page for illumos: https://illumos.org/man/1/ld
ld man page for Solaris: https://docs.oracle.com/cd/E88353_01/html/E37839/ld-1.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant