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

installation of iFortran

yuang06
Beginner
1,263 Views

Dear all,

I downloaded l_fcompxe_2011.9.293.tgz. Can I install it under Cygwin with Win7 environment? It is supposed to be for Linux while Cygwin emulates Unix.

I extracted files from the above compressed .tgz, but errors occured when I tried to install it with the command:

$ ./install.sh, (I saw this file in the folder after extraction.)

The error information is below:
./install.sh : line 300 : /sbin/ldconfig: no such file or directory

Could you please help solve this problem? Thanks.

Best Regards

Ang

0 Kudos
1 Reply
TimP
Honored Contributor III
1,263 Views
Read the cygwin faq. Cygwin doesn't offer linux emulation. It works well as a shell enviornment with windows ifort installed normally. Ifort can't make a "native cygwin" application (linked against cygwin .dll), although (for 32-bit applications only) the cygwin link and libtools should work.
0 Kudos
Reply