Build error with ifx on windows #979
Labels
bug
Something isn't working
compiler: ifx
Specific to Intel LLVM Fortran compilers
platform: Windows
Build issues specific to the Windows platform
I tried building with ifx on windows. The way the compiler options are handled, the default language mode is set to fortran 18 (/stand:f18) files in .f90 have a large number of warnings for deprecated constructs. Also there is a large amount of unused variable warnings. Edit: I see the warnings are due to the normal build being a RelWithDebInfo. So the debug flags are used as well.
However the build also fails with and issue with finding c++ standard library symbols.
The text was updated successfully, but these errors were encountered: