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

Is it possible really install Intel Fortan for Linux under cygwin?

vovall
Beginner
424 Views

Is it possible really install Intel Fortan for Linux under cygwin?

The first message after ./install.sh is:

ps unknown option --C and so on.

Thanks Vladimir

0 Kudos
2 Replies
Steven_L_Intel1
Employee
424 Views
No - you have to use the Windows version. You can use that under Cygwin by adding -unix as the first switch after "ifort" - this will cause forward slash to be interpreted as a directory separator.
0 Kudos
TimP
Honored Contributor III
424 Views
While I prefer to run ifort for Windows with the cygwin shells and x server, this doesn't mean that ifort is installed "under cygwin." Ifort still requires the Microsoft link (which must be specified in ifort.cfg), along with Microsoft run-time libraries. Both the 32- and 64-bit installations (under XP64) work this way.
0 Kudos
Reply