-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
how to configure linker on Windows #14236
Comments
Yes, the compiler allows configuring the linker command. Currently the only officially supported toolchain on Windows is MSVC. Windows support in general is still incomplete and the focus is on MSVC for now. For further support, please reach out on https://forum.crystal-lang.org/ |
Post Needs Approval We've received your new post but it needs to be approved by a moderator before it will appear. Please be patient. You have 1 post pending. |
Hello, This is an automated message from Crystal Forum to let you know that your account has been temporarily placed on hold as a precautionary measure. Please do continue to browse, but you won’t be able to reply or create topics until a staff member reviews your most recent posts. We apologize for the inconvenience. For additional guidance, refer to our community guidelines. |
Post is now live on the forums. Closing in favor of https://forum.crystal-lang.org/t/how-to-configure-linker-on-windows/6321. Can re-open/create a new issue if something actionable comes out of that thread. |
currently I get this message:
here it says Visual Studio is required:
https://crystal-lang.org/install/on_windows
but here is says you can configure the linker:
#12988
so is Visual Studio required or not? if not, how do you get it working with something else?
The text was updated successfully, but these errors were encountered: