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

Missing support to SHARED option #4

Open
alfredone opened this issue Oct 12, 2019 · 2 comments
Open

Missing support to SHARED option #4

alfredone opened this issue Oct 12, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@alfredone
Copy link

Actually AmigaOS4 supports shared objects .so, but cmake doesn't allow to use SHARED option with ADD_LIBRARY, falling back to a STATIC library.

This is the warning message when using ADD_LIBRARY( SHARED ...)

CMake Warning (dev) at CMakeLists.txt:25 (ADD_LIBRARY):
ADD_LIBRARY called with SHARED option but the target platform does not
support dynamic linking. Building a STATIC library instead. This may lead
to problems.

This warning is for project developers. Use -Wno-dev to suppress it.

@MBeijer
Copy link
Member

MBeijer commented Oct 12, 2019

I didn't know this. I made the OS3 toolchain first, then replicated for the other two.

@MBeijer MBeijer self-assigned this Jun 1, 2020
@MBeijer MBeijer added the enhancement New feature or request label Jun 1, 2020
@MBeijer
Copy link
Member

MBeijer commented Jun 1, 2020

@alfredone Sorry for taking time to address this. I will look into it and bake a new docker image!

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

No branches or pull requests

2 participants