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

Compilation trouble with ifort 8.1 on Linux

frederic_bouyer
Beginner
549 Views

Dear All,

I have some trouble with the compilation with the ifort 8.1.
I have installed yesterday the new package ifort 8.1, and I get always the following error message:

ifort : error : Cannot find the directory in which g++ resides

and the compilation cannot continue, in fact does not start ...

I didnot have such trouble with the ifort 8.0 ...

Many thanks for any reply that could help me.


Frdric


More information: ifort -V :
Intel Fortran Compiler for 32-bit applications, Version 8.1 Build 20040803Z Package ID: l_fc_p_8.1.018
System: PC/Xeon, Linux RedHat 9

0 Kudos
4 Replies
frederic_bouyer
Beginner
549 Views
Sorry, I did not see a similar message previously posted. I will try as written.
0 Kudos
frederic_bouyer
Beginner
549 Views
I read the messages bellow and tested them.

The message with the changes in the /etc/ld.so.conf + rebuild libraries seems not working.

The only thing that works is unsetenv LANG !! Incredible , but many thanks BTW.
0 Kudos
Steven_L_Intel1
Employee
549 Views
If you are still having problems, please contact Intel Premier Support.
0 Kudos
frederic_bouyer
Beginner
549 Views
Hi,
No more trouble. By unsetting the LANG variable, no more problem.
That's a good tip. But cannot understand.
Regards,
Frdric
0 Kudos
Reply