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.pclbut no .o file.As regards installation I added:. /opt/intel/compiler60/ia32/bin/ifcvars.shto .bash_profile, and I checked its effect with the "set" command.> setLD_LIBRARY_PATH=/opt/intel/compiler60/ia32/lib:/opt/intel/compiler60/ia32/libPATH=/opt/intel/compiler60/ia32/bin:/opt/intel/compiler60/ia32/binI defined the environment variable:INTEL_LICENSE_FILE=/opt/intel/licensesCan someone explain me where is the problem?BTW my program works fine :-) with g77.Thank youMassimoyour text hereyour text here
I solved the problem ..... I forgot installing ld ... ooops.Best
Bonjour, comment as-tu fait pour installer ld. Il faut aussi que j'installe as. Merci d'avance
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.
You must install the gnu binutils package appropriate for your linux installation. Often, this is done simply by installing the gcc development package.
cannot create executable files
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