LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   directory in which g++ resides ?? ifort doesn't know ! (https://www.linuxquestions.org/questions/linux-newbie-8/directory-in-which-g-resides-ifort-doesnt-know-769384/)

madani 11-16-2009 01:17 AM

directory in which g++ resides ?? ifort doesn't know !
 
Dear friends,
Although there are :
g++
g++34
x86_64-redhat-linux-g++
and
x86_64-redhat-linux-g++34 ,

in the folder "user/bin" on my Centos 5.2 , when I use ifort I receive :

" ifort: error #10001: could not find directory in which g++ resides "


I ran : " yum install gcc-c++ " the result was :

Setting up Install Process
Parsing package install arguments
Package gcc-c++ - 4.1.2-46.el5_4.1.x86_64 is already installed.
Nothing to do

[root@81 2.1eta0.1n390]#

As a user I have the above mentioned problem, but as a root it's ok.


Also I receive a error massage about " dcopserver " when openning *.eps files.
what should I do ??

Bests

evo2 11-16-2009 02:34 AM

What is "ifort"?

When you are logged in as a normal user what are the outputs of the following two commands?
Code:

echo $PATH
which g++

Evo2.

knudfl 11-16-2009 04:34 AM

Ifort : The " Intel Fortran Compiler "

Did you run the ifortvars.sh script ( in the ifort bin ) ?
... to set enviroment variables. The recomendation is that you put
a line with it on your .bashrc file (if you use bash as your shell)
in your home dir...

... And did you install a 64 bit ifort ?


All times are GMT -5. The time now is 06:50 PM.