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

cannot create executable files

m_alonzo
Beginner
915 Views
Hi all,

I've just installed the compiler (on RedHat Linux 7.3) but I cannot create executable files, in detail:

> ifc file.f

[ (messages from terminal -> some warnings but no errors):

.....
.....
472 Lines Compiled
ld: No such file or directory
]



creates 2 files:

- work.pc
- work.pcl

but no .o file.

As regards installation I added:


. /opt/intel/compiler60/ia32/bin/ifcvars.sh

to .bash_profile, and I checked its effect with the "set" command.

> set

LD_LIBRARY_PATH=/opt/intel/compiler60/ia32/lib:/opt/intel/compiler60/ia32/lib
PATH=/opt/intel/compiler60/ia32/bin:/opt/intel/compiler60/ia32/bin



I defined the environment variable:
INTEL_LICENSE_FILE=/opt/intel/licenses



Can someone explain me where is the problem?

BTW my program works fine :-) with g77.


Thank you

Massimo
your text hereyour text here
0 Kudos
4 Replies
m_alonzo
Beginner
915 Views
I solved the problem ..... I forgot installing ld ... ooops.

Best
0 Kudos
daphan0
Beginner
915 Views
Bonjour,
comment as-tu fait pour installer ld. Il faut aussi que j'installe as.
Merci d'avance
0 Kudos
daphan0
Beginner
915 Views

hi,

excuse meI answer you in french!

could you say me howyou do for install ld.i need to install it and as too.

Could you help me.

tHANKS
0 Kudos
TimP
Honored Contributor III
915 Views
You must install the gnu binutils package appropriate for your linux installation. Often, this is done simply by installing the gcc development package.
0 Kudos
Reply