Skip to content

Build error with gfortran (MSYS2) on windows #989

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

Open
khaors opened this issue Apr 28, 2025 · 0 comments
Open

Build error with gfortran (MSYS2) on windows #989

khaors opened this issue Apr 28, 2025 · 0 comments
Labels
bug Something isn't working compiler: gfortran Specific to GCC Fortran compiler platform: Windows Build issues specific to the Windows platform

Comments

@khaors
Copy link

khaors commented Apr 28, 2025

Description

Hi everyone, I just updated MSYS2 in my windows machine with gfortran 15.1 and I'm getting the following error:

..\src\temp\stdlib_linalg_pinv.f90:74:38:

74 | do concurrent (i=1:m,j=1:k); u(i,j) = s(j)*u(i,j); end do
| 1
Error: Syntax error in DO statement at (1)
compilation terminated due to -fmax-errors=1.
Compilation failed for object " src_temp_stdlib_linalg_pinv.f90.o "
stopping due to failed compilation

Expected Behaviour

No compilation error

Version of stdlib

c14d599

Platform and Architecture

Windows

Additional Information

No response

@khaors khaors added the bug Something isn't working label Apr 28, 2025
@jalvesz jalvesz added platform: Windows Build issues specific to the Windows platform compiler: gfortran Specific to GCC Fortran compiler labels Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler: gfortran Specific to GCC Fortran compiler platform: Windows Build issues specific to the Windows platform
Projects
None yet
Development

No branches or pull requests

2 participants