fortran compiler

Discussion in 'Installation/Configuration' started by stella, Sep 27, 2006.

  1. stella

    stella New Member

    I have installed Intel Fortran Compiler Version8.1 successfully, but I can't use it to compile fortran program,why? How to test installing successfully? just the message showed successfully during the installing? thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you get any error messages? Any errors in your log files?
     
  3. stella

    stella New Member

    Yes, the error message is:

    Your compiler command was not found. Please check your installation.
    Compiler command: ifc OS_NAME: LINUX F_VERS: IFC_V8
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    updatedb
    locate ifc
    ?
     

Share This Page