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
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
链接已复制
4 回复数