-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Draft: Add -ld_classic linker option to mac builds #4465
Conversation
You can remove the cmakelist change |
Can you convert this to a draft PR so that merge isn't an option for now? |
This reverts commit 81adce8.
reverted the cmake change & converted to draft. PS I chedked "Allow edits by maintainers", in case you want to commit directly to the branch |
@d-led awesome. thanks. if this works, do you want to write the release notes and "bring this all the way home" or would you prefer for me to step in for "the extras" like release notes? |
@d-led which version of xcode introduced this problem? |
This doesn't work with the older xcode. Sadly. |
as expected. Version check or an optional flag in both cmake and ponyc? |
I haven't yet followed up and thus don't know |
the problem with version check is it would have to be done at the time linking is done. it doesnt do any good for something that is distributing binaries like us, homebrew etc if it isn't done at the time each pony program is being linked. |
it seems, xcode 15 is the culprit (unverified) |
Closed "in favor of" #4466 if we can get it validated. |
Problem
linking both Pony programs and ponyc fail with
ld: Missing -platform_version option
Discussion
see #4454
ld versions
@d-led: