Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28480 Discussions

configuring project that uses visualstudio and fortran fails

aymanhab
Beginner
155 Views

Hello,

I'm trying to build a dynamic library on windows that needs both C/C++ and Fortran. Using the recommended ifx fails to create shared libraries on windows during CMake configuration as option not supported. Will this be supported any time soon? Using ifort also fails for a different reason (Can't compile a simple fortran program link: unknown option -- s). My environment is mingw64 but trying to build shared library that use native libraries on windows. Project I'm trying to build is https://github.com/coin-or-tools/ThirdParty-Mumps

 

Thanks,

-Ayman

0 Kudos
1 Reply
Devorah_H_Intel
Moderator
82 Views

Can you provide the cmake file and build options used? As well as the CMake version. 

0 Kudos
Reply