- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved the problem ..... I forgot installing ld ... ooops.
Best
Best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bonjour,
comment as-tu fait pour installer ld. Il faut aussi que j'installe as.
Merci d'avance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must install the gnu binutils package appropriate for your linux installation. Often, this is done simply by installing the gcc development package.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page