meson can't figure out the correct linker for flang #10778
Labels
compilers
dynamic linkers
Dynamic linkers (ld, link, lld-link, etc)
language:fortran
OS:windows
Winodows OS specific issues
Describe the bug
When building the SciPy package with msvc and flang (installed using conda) meson can't detect which linker should be used for flang. @eli-schwartz
To Reproduce
This reproducer assumes that the scipy repo is already cloned.
Output Error message:
It seems that
flang -Wl,--version
does not furnish the details that meson would like.If
cl
is used as the c-compiler then the problem still occurs:Expected behavior
meson should detect which linker is being used by flang.
system parameters
*This is a native build
0.63.2
1.10.2.git.kitware.jobserver-1
The text was updated successfully, but these errors were encountered: