cannot create executable files

cannot create executable files

m_alonzo的头像

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

5 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
m_alonzo的头像

I solved the problem ..... I forgot installing ld ... ooops.

Best

daphan0的头像

Bonjour,
comment as-tu fait pour installer ld. Il faut aussi que j'installe as.
Merci d'avance

daphan0的头像

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
TimP (Intel)的头像

You must install the gnu binutils package appropriate for your linux installation. Often, this is done simply by installing the gcc development package.

登陆并发表评论。