Results 1 to 3 of 3

Thread: difference in running fortran program via vmware and directly ubuntu

  1. #1
    Join Date
    Oct 2012
    Beans
    1

    difference in running fortran program via vmware and directly ubuntu

    hi,
    i wanted to run FORTRAN code in Ubuntu . I am able to run it successfully in ubuntu that is installed via vmware by using make command and directly executing .exe file through it.
    But the same thing when i tried in ubuntu(directly installed) does not work,in fact even after giving the .exe file by make file it is not running in the terminal.
    Also if i tried to run it by "gfortran main.f" (directly installed Ubuntu) it is showing errors..
    "undefined reference to ....." here .... are the corresponding calling functions/files.
    Please help me out from this
    Thank you

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: difference in running fortran program via vmware and directly ubuntu

    A bump for the move.

  3. #3
    Join Date
    Nov 2008
    Location
    Maine
    Beans
    1,126
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: difference in running fortran program via vmware and directly ubuntu

    try reinstalling gfortran

    Code:
    sudo apt-get install gfortran
    ~Conradin~

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •