PengZheng commented on pull request #408: URL: https://github.com/apache/celix/pull/408#issuecomment-1086859878
It seems that `-Wl,--unresolved-symbols=ignore-in-shared-libs` equivalence on MacOS is [--allow-shlib-undefined](https://man.openbsd.org/ld#allow-shlib-undefined) We need to turn it on, because: [--no-allow-shlib-undefined](https://man.openbsd.org/ld#no-allow-shlib-undefined) Do not allow unresolved references in shared libraries. This option is enabled by default when linking an executable. -- 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: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org