LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   How can I PATH the intel fortran library? (https://www.linuxquestions.org/questions/mandriva-30/how-can-i-path-the-intel-fortran-library-175234/)

souaw 04-27-2004 03:11 PM

How can I PATH the intel fortran library?
 
When compiling my program with ifort (intel fortran v8.0) i have the following problem :

undefined reference to `for_stop_core'
undefined reference to `for_write_seq_fmt'

and many other "undefined reference".

I think that I have problem to PATH the fortran library. I don't know how to do.

Please Help if you know a solution of my problem.

SOUAW.

MunterMan 04-27-2004 04:34 PM

In your home directory there is a hidden file called .bashrc.
Edit this with your favourite editor (kwrite) and add the line

export PATH = "$PATH:/path/to/fortran"

logout, or reboot, and try again.


All times are GMT -5. The time now is 07:38 PM.