-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make check fails on c-dynamic-dylib on windows #28019
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
Comments
Does |
Running |
[Exaplanataion]
|
It depends how you start the msys terminal: if you run |
Then shouldn't configure abort upon finding uname=MSYS*, perhaps with a message pointing to this ticket? |
Triage: I'm not an mys user, and the build system has been completely re-written since then. Does anyone know of reproduction instructions for this bug today? |
Test no longer use |
Running make check fails with this error message when run in on windows.
I don't get why gcc is unable to find cfoo as the library file exists in
C:/Users/Markus/rust/x86_64-pc-windows-gnu/test/run-make/c-dynamic-dylib
and"-L" "C:/Users/Markus/rust/x86_64-pc-windows-gnu/test/run-make/c-dynamic-dylib"
is passed to gcc.Might be related to #18733
The text was updated successfully, but these errors were encountered: