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

Deprecated flag for darwin #122

Closed
paspro opened this issue Sep 28, 2023 · 1 comment
Closed

Deprecated flag for darwin #122

paspro opened this issue Sep 28, 2023 · 1 comment

Comments

@paspro
Copy link
Contributor

paspro commented Sep 28, 2023

In macOS 14.0 (Sonora) / Darwin 23.0.0 / Xcode 15.0 and the system's linker (ld) has changed.

In file cs_auto_flags.sh and line 136 the following link flags are specified:

ldflags_default_shared="-dynamiclib -undefined dynamic_lookup -undefined error"

but the -undefined error option is deprecated and so this should be modified to:

ldflags_default_shared="-dynamiclib -undefined dynamic_lookup"

the same applies to the ple_auto_flags.sh file and line 83 which should become:

ldflags_default_shared="-dynamiclib -undefined dynamic_lookup"

YvanFournier added a commit that referenced this issue Oct 2, 2023
Cherry picked from commit 033a338 on master.

This should fix GitHub issues #122 and #123.
YvanFournier added a commit that referenced this issue Oct 2, 2023
This should fix GitHub issues #122 and #123.
@YvanFournier
Copy link
Contributor

Updated on master and v8.0 branches and PLE master.

For master branch, PLE update will be done in a second PLE alignment stage (as this does not seem urgent if this is only a deprecation warning; do not hesitate to reopen issue otherwise).

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

2 participants